﻿a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu, ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

picture {
    display: inline-block;
}

iframe, img, svg {
    max-width: 100%;
    vertical-align: middle;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    outline: 0;
    text-transform: inherit;
}

a, button {
    color: inherit;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*, :after, :before {
    box-sizing: inherit;
}

input, textarea {
    color: inherit;
}

    input::-ms-clear {
        display: none;
    }

textarea {
    min-height: 100px;
    resize: vertical;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media(min-width:576px) {
    .container {
        max-width: 580px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 744px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1178px;
    }
}

@media(min-width:1440px) {
    .container {
        max-width: 1180px;
    }
}

@media(min-width:1600px) {
    .container {
        max-width: 1440px;
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.container {
    max-width: 548px;
}

@media(min-width:576px) {
    .container, .container-sm {
        max-width: 580px;
    }
}

@media(min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 744px;
    }
}

@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1178px;
    }
}

@media(min-width:1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media(min-width:1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media(min-width:1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media(min-width:1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

@media(min-width:1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 0;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    background-color: #fff;
    border-color: #ff5f88;
    box-shadow: 0 0 0 .2rem rgba(222,0,57,.25);
    color: #495057;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px);
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px);
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem;
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem;
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative;
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute;
}

    .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0;
}

    .form-check-inline .form-check-input {
        margin-left: 0;
        margin-right: .3125rem;
        margin-top: 0;
        position: static;
    }

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;
}

.valid-tooltip {
    background-color: rgba(40,167,69,.9);
    border-radius: 0;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

    .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
        border-color: #28a745;
    }

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%;
}

.invalid-tooltip {
    background-color: rgba(220,53,69,.9);
    border-radius: 0;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

    .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {
        border-color: #dc3545;
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

    .form-inline .form-check {
        width: 100%;
    }

@media(min-width:576px) {
    .form-inline label {
        justify-content: center;
    }

    .form-inline .form-group, .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto;
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.fade {
    transition: opacity .15s linear;
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease;
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        cursor: default;
        pointer-events: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            background-color: transparent;
            border-color: transparent;
            color: #6c757d;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
            color: #495057;
        }

    .nav-tabs .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -1px;
    }

.nav-pills .nav-link {
    border-radius: 0;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #de0039;
        color: #fff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

    .card > hr {
        margin-left: 0;
        margin-right: 0;
    }

    .card > .list-group {
        border-bottom: inherit;
        border-top: inherit;
    }

        .card > .list-group:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-top-width: 0;
        }

        .card > .list-group:last-child {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-width: 0;
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: .75rem 1.25rem;
}

    .card-header:first-child {
        border-radius: 0 0 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #ddd;
    padding: .75rem 1.25rem;
}

    .card-footer:last-child {
        border-radius: 0 0 0 0;
    }

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem;
}

.card-header-pills, .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem;
}

.card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img, .card-img-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-deck .card {
    margin-bottom: 20px;
}

@media(min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

        .card-deck .card {
            flex: 1 0;
            margin-bottom: 0;
            margin-left: 20px;
            margin-right: 20px;
        }
}

.card-group > .card {
    margin-bottom: 20px;
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                border-left: 0;
                margin-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px;
    }

.badge {
    border-radius: 0;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap;
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em;
}

.badge-primary {
    background-color: #de0039;
    color: #fff;
}

a.badge-primary:focus, a.badge-primary:hover {
    background-color: #ab002c;
    color: #fff;
}

a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(222,0,57,.5);
    outline: 0;
}

.badge-secondary {
    background-color: #323232;
    color: #fff;
}

a.badge-secondary:focus, a.badge-secondary:hover {
    background-color: #191919;
    color: #fff;
}

a.badge-secondary.focus, a.badge-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(50,50,50,.5);
    outline: 0;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
}

a.badge-success:focus, a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff;
}

a.badge-success.focus, a.badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    outline: 0;
}

.badge-info {
    background-color: #17a2b8;
    color: #fff;
}

a.badge-info:focus, a.badge-info:hover {
    background-color: #117a8b;
    color: #fff;
}

a.badge-info.focus, a.badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    outline: 0;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

a.badge-warning:focus, a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529;
}

a.badge-warning.focus, a.badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    outline: 0;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
}

a.badge-danger:focus, a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff;
}

a.badge-danger.focus, a.badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    outline: 0;
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529;
}

a.badge-light:focus, a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529;
}

a.badge-light.focus, a.badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    outline: 0;
}

.badge-dark {
    background-color: #343a40;
    color: #fff;
}

a.badge-dark:focus, a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff;
}

a.badge-dark.focus, a.badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    outline: 0;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered:before {
        content: "";
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: min-content;
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none;
        }

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

    .modal-header .close {
        margin: -1rem -1rem -1rem auto;
        padding: 1rem;
    }

.modal-title {
    line-height: 1.5;
    margin-bottom: 0;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem;
}

    .modal-footer > * {
        margin: .25rem;
    }

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

@media(min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered:before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: min-content;
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media(min-width:1200px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media(min-width:1440px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        display: block;
        height: .4rem;
        position: absolute;
        width: .8rem;
    }

        .tooltip .arrow:before {
            border-color: transparent;
            border-style: solid;
            content: "";
            position: absolute;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            border-top-color: #000;
            border-width: .4rem .4rem 0;
            top: 0;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        height: .8rem;
        left: 0;
        width: .4rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            border-right-color: #000;
            border-width: .4rem .4rem .4rem 0;
            right: 0;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            border-bottom-color: #000;
            border-width: 0 .4rem .4rem;
            bottom: 0;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        height: .8rem;
        right: 0;
        width: .4rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            border-left-color: #000;
            border-width: .4rem 0 .4rem .4rem;
            left: 0;
        }

.tooltip-inner {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #de0039 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #ab002c !important;
}

.bg-secondary {
    background-color: #323232 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #191919 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #ddd !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #de0039 !important;
}

.border-secondary {
    border-color: #323232 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: 0 !important;
}

.rounded-top {
    border-top-left-radius: 0 !important;
}

.rounded-right, .rounded-top {
    border-top-right-radius: 0 !important;
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media(min-width:1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media(min-width:1440px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media(min-width:1600px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

    .embed-responsive:before {
        content: "";
        display: block;
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        border: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:1200px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:1440px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:1600px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media(min-width:1200px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media(min-width:1440px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media(min-width:1600px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.fixed-bottom, .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1200px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1440px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media(min-width:1600px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: .25rem !important;
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important;
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important;
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important;
    }

    .m-xxl-2 {
        margin: .5rem !important;
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important;
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important;
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: .25rem !important;
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important;
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important;
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important;
    }

    .p-xxl-2 {
        padding: .5rem !important;
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important;
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important;
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -.25rem !important;
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xxl-n2 {
        margin: -.5rem !important;
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media(min-width:1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media(min-width:1440px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media(min-width:1600px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #de0039 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #920025 !important;
}

.text-secondary {
    color: #323232 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #0c0c0c !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.glide {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

    .glide * {
        box-sizing: inherit;
    }

.glide__slides, .glide__track {
    overflow: hidden;
}

.glide__slides {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    position: relative;
    touch-action: pan-Y;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    width: 100%;
    will-change: transform;
}

.glide__slide, .glide__slides--dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    height: 100%;
    white-space: normal;
    width: 100%;
}

    .glide__slide a {
        -webkit-user-drag: none;
        -webkit-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.flatpickr-calendar {
    -webkit-animation: none;
    animation: none;
    background: transparent;
    background: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px;
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        max-height: 640px;
        opacity: 1;
        visibility: visible;
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999;
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
        animation: fpFadeInDown .3s cubic-bezier(.23,1,.32,1);
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px;
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open {
            display: block;
            z-index: 999;
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        box-shadow: none !important;
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0;
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        border-top: 1px solid #e6e6e6;
        height: 40px;
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto;
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        border: solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 22px;
        pointer-events: none;
        position: absolute;
        width: 0;
    }

    .flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px;
    }

    .flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
        left: 50%;
        right: 50%;
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px;
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px;
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%;
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff;
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%;
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff;
    }

    .flatpickr-calendar:focus {
        outline: 0;
    }

.flatpickr-wrapper {
    display: inline-block;
    position: relative;
}

.flatpickr-months {
    display: flex;
}

    .flatpickr-months .flatpickr-month {
        fill: rgba(0,0,0,.9);
        background: transparent;
        color: rgba(0,0,0,.9);
        flex: 1 1;
        height: 34px;
        line-height: 1;
        overflow: hidden;
        position: relative;
        text-align: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        fill: rgba(0,0,0,.9);
        color: rgba(0,0,0,.9);
        cursor: pointer;
        height: 34px;
        padding: 10px;
        position: absolute;
        text-decoration: none;
        top: 0;
        z-index: 3;
    }

        .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
            display: none;
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
            position: relative;
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0;
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0;
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #f64747;
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            height: 14px;
            width: 14px;
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                fill: inherit;
                transition: fill .1s;
            }

.numInputWrapper {
    height: auto;
    position: relative;
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block;
    }

    .numInputWrapper input {
        width: 100%;
    }

        .numInputWrapper input::-ms-clear {
            display: none;
        }

        .numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .numInputWrapper span {
        border: 1px solid rgba(57,57,57,.15);
        box-sizing: border-box;
        cursor: pointer;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        padding: 0 4px 0 2px;
        position: absolute;
        right: 0;
        width: 14px;
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1);
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2);
        }

        .numInputWrapper span:after {
            content: "";
            display: block;
            position: absolute;
        }

        .numInputWrapper span.arrowUp {
            border-bottom: 0;
            top: 0;
        }

            .numInputWrapper span.arrowUp:after {
                border-bottom: 4px solid rgba(57,57,57,.6);
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                top: 26%;
            }

        .numInputWrapper span.arrowDown {
            top: 50%;
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%;
            }

        .numInputWrapper span svg {
            height: auto;
            width: inherit;
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5);
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,.05);
    }

        .numInputWrapper:hover span {
            opacity: 1;
        }

.flatpickr-current-month {
    color: inherit;
    display: inline-block;
    font-size: 135%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 75%;
}

    .flatpickr-current-month span.cur-month {
        color: inherit;
        display: inline-block;
        font-family: inherit;
        font-weight: 700;
        margin-left: .5ch;
        padding: 0;
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,.05);
        }

    .flatpickr-current-month .numInputWrapper {
        display: inline-block;
        width: 6ch;
        width: 7ch\0;
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9);
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9);
        }

    .flatpickr-current-month input.cur-year {
        -webkit-appearance: textfield;
        appearance: textfield;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: 0;
        padding: 0 0 0 .5ch;
        vertical-align: initial;
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0;
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            background: transparent;
            color: rgba(0,0,0,.5);
            font-size: 100%;
            pointer-events: none;
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        width: auto;
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
            outline: none;
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,.05);
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0;
        }

.flatpickr-weekdays {
    align-items: center;
    background: transparent;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: flex;
        flex: 1 1;
    }

span.flatpickr-weekday {
    background: transparent;
    color: rgba(0,0,0,.54);
    cursor: default;
    display: block;
    flex: 1 1;
    font-size: 90%;
    font-weight: bolder;
    margin: 0;
    text-align: center;
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0;
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px;
}

    .flatpickr-days:focus {
        outline: 0;
    }

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 307.875px;
}

    .dayContainer + .dayContainer {
        box-shadow: -1px 0 0 #e6e6e6;
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 39px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%;
}

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        background: #e6e6e6;
        border-color: #e6e6e6;
        cursor: pointer;
        outline: 0;
    }

    .flatpickr-day.today {
        border-color: #959ea9;
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            background: #959ea9;
            border-color: #959ea9;
            color: #fff;
        }

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
        background: #569ff7;
        border-color: #569ff7;
        box-shadow: none;
    }

        .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
            border-radius: 50px 0 0 50px;
        }

        .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
            border-radius: 0 50px 50px 0;
        }

        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
            box-shadow: -10px 0 0 #569ff7;
        }

        .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
            border-radius: 50px;
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        background: transparent;
        border-color: transparent;
        color: rgba(57,57,57,.3);
        cursor: default;
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            color: rgba(57,57,57,.1);
            cursor: not-allowed;
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
    }

    .flatpickr-day.hidden {
        visibility: hidden;
    }

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        box-shadow: 1px 0 0 #e6e6e6;
        padding: 0 12px;
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        line-height: 28px;
        width: 100%;
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        background: transparent;
        border: none;
        color: rgba(57,57,57,.3);
        cursor: default;
        display: block;
        max-width: none;
        width: 100%;
    }

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden;
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center;
}

    .flatpickr-time:after {
        clear: both;
        content: "";
        display: table;
    }

    .flatpickr-time .numInputWrapper {
        flex: 1 1;
        float: left;
        height: 40px;
        width: 40%;
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939;
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939;
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%;
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%;
    }

    .flatpickr-time input {
        -webkit-appearance: textfield;
        appearance: textfield;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
        color: #393939;
        font-size: 14px;
        height: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700;
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400;
        }

        .flatpickr-time input:focus {
            border: 0;
            outline: 0;
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        align-self: center;
        color: #393939;
        float: left;
        font-weight: 700;
        height: inherit;
        line-height: inherit;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 2%;
    }

    .flatpickr-time .flatpickr-am-pm {
        cursor: pointer;
        font-weight: 400;
        outline: 0;
        text-align: center;
        width: 18%;
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #eee;
        }

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list, .slick-slider {
    display: block;
    position: relative;
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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 {
    border: 1px solid transparent;
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.card {
    height: 100%;
    overflow: hidden;
}

@media(hover:hover) {
    .card-img-top .slick-arrow {
        visibility: hidden;
    }

    .card-img-top:hover .slick-arrow {
        visibility: visible;
    }
}

@font-face {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/ITCFranklinGothicStd-Book.woff2?56205bc6) format("woff2"),url(fonts/ITCFranklinGothicStd-Book.woff?d7a009a6) format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/ITCFranklinGothicStd-Hvy.woff2?a931ba84) format("woff2"),url(fonts/ITCFranklinGothicStd-Hvy.woff?4741e7db) format("woff");
}

@font-face {
    font-family: ITCFranklinGothicStd;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/ITCFranklinGothicStd-Med.woff2?35798d6e) format("woff2"),url(fonts/ITCFranklinGothicStd-Med.woff?f2d50803) format("woff");
}

.h1, h1 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .h1, h1 {
        font-size: 36px;
        line-height: 41px;
    }
}

@media(min-width:1200px) {
    .h1, h1 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media(min-width:1440px) {
    .h1, h1 {
        font-size: 53px;
        line-height: 58px;
    }
}

.h2, h2 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .h2, h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .h2, h2 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .h2, h2 {
        font-size: 43px;
        line-height: 46px;
    }
}

.h3, h3 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 23px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .h3, h3 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media(min-width:1200px) {
    .h3, h3 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media(min-width:1440px) {
    .h3, h3 {
        font-size: 32px;
        line-height: 34px;
    }
}

.h4, h4 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 21px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .h4, h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1200px) {
    .h4, h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1440px) {
    .h4, h4 {
        font-size: 27px;
        line-height: 31px;
    }
}

.h5, h5 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .h5, h5 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .h5, h5 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .h5, h5 {
        font-size: 21px;
        line-height: 25px;
    }
}

.h6, h6 {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .h6, h6 {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .h6, h6 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .h6, h6 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .h6, h6 {
        font-size: 14px;
        line-height: 21px;
    }
}

.h6:not(:last-child), h6:not(:last-child) {
    margin-bottom: 1em;
}

.text-small {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .text-small {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .text-small {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .text-small {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .text-small {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(max-width:767.98px) {
    .text-small-sm {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 16px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 1.5;
        line-height: 19px;
    }
}

@media(max-width:767.98px)and (min-width:1440px) {
    .text-small-sm {
        font-size: 18px;
    }
}

@media(max-width:767.98px)and (min-width:768px) {
    .text-small-sm {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(max-width:767.98px)and (min-width:1200px) {
    .text-small-sm {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(max-width:767.98px)and (min-width:1440px) {
    .text-small-sm {
        font-size: 14px;
        line-height: 21px;
    }
}

.text-strong {
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
}

.text-intro, .text-strong {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    letter-spacing: .5px;
}

.text-intro {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    line-height: 28px;
}

@media(min-width:1440px) {
    .text-intro {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .text-intro {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .text-intro {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .text-intro {
        font-size: 24px;
        line-height: 36px;
    }
}

.text-sticker {
    background: #de0039;
    color: #323232;
    color: #fff;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    padding: 1px 5px 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .text-sticker {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .text-sticker {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .text-sticker {
        font-size: 21px;
        line-height: 25px;
    }
}

.text-medium {
    font-size: 16px;
    font-weight: 500;
}

@media(min-width:768px) {
    .text-medium {
        font-size: 18px;
    }
}

.origin-top-right {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.text-heading-light {
    font-weight: 300;
}

.text-heading-medium {
    font-weight: 500;
    text-transform: none;
}

.error, .highlighted {
    color: #de0039;
}

hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

    hr.hr--full {
        margin-left: -30px;
        margin-right: -30px;
    }

    hr.hr--full-big {
        margin-left: -24px;
        margin-right: -24px;
    }

@media(min-width:768px) {
    hr.hr--full-big {
        margin-left: -32px;
        margin-right: -32px;
    }
}

@media(min-width:1200px) {
    hr.hr--full-big {
        margin-left: -48px;
        margin-right: -48px;
    }
}

.word-break-normal {
    word-break: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    overflow-y: scroll;
    padding-top: 65px;
    position: relative;
    width: 100%;
}

@media(min-width:1440px) {
    body {
        font-size: 18px;
    }
}

body.is-locked {
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: var(--scrollbar-width);
    position: fixed;
}

@media(min-width:768px) {
    body {
        padding-top: 81px;
    }
}

@media(min-width:1600px) {
    body {
        padding-top: 97px;
    }
}

body.browser-ie {
    overflow-y: scroll !important;
}

.container-overflow-right, .page-content {
    position: relative;
}

@media(min-width:576px) {
    .container-overflow-right {
        margin-left: calc(50vw - 290px);
    }
}

@media(min-width:768px) {
    .container-overflow-right {
        margin-left: calc(50vw - 372px);
    }
}

@media(min-width:1200px) {
    .container-overflow-right {
        margin-left: calc(50vw - 589px);
    }
}

@media(min-width:1440px) {
    .container-overflow-right {
        margin-left: calc(50vw - 590px);
    }
}

@media(min-width:1600px) {
    .container-overflow-right {
        margin-left: calc(50vw - 720px);
    }
}

.container-overflow-left {
    position: relative;
}

@media(min-width:576px) {
    .container-overflow-left {
        margin-right: calc(50vw - 290px);
    }
}

@media(min-width:768px) {
    .container-overflow-left {
        margin-right: calc(50vw - 372px);
    }
}

@media(min-width:1200px) {
    .container-overflow-left {
        margin-right: calc(50vw - 589px);
    }
}

@media(min-width:1440px) {
    .container-overflow-left {
        margin-right: calc(50vw - 590px);
    }
}

@media(min-width:1600px) {
    .container-overflow-left {
        margin-right: calc(50vw - 720px);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg);
    }
}

@media(min-width:768px) {
    .row-md-gutter-16 > [class*=col-md]:not(:first-child) {
        padding-left: 8px;
    }

    .row-md-gutter-16 > [class*=col-md]:not(:last-child) {
        padding-right: 8px;
    }
}

.button {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1;
    padding: 8px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button.disabled, .button:disabled {
        cursor: not-allowed;
    }

@media(min-width:768px) {
    .button {
        font-size: 14px;
        padding: 12px 28px;
    }
}

@media(min-width:1440px) {
    .button {
        font-size: 16px;
        padding: 20px 36px;
    }
}

.button--primary {
    background: #323232;
    border: 2px solid transparent;
    line-height: 20px;
}

    .button--primary:hover {
        background: #666;
    }

    .button--primary.disabled, .button--primary:disabled {
        background: #ddd;
        color: #9cacb3;
        cursor: not-allowed;
    }

.button--white {
    background: #eaeaea;
    border-color: #eaeaea;
    color: #323232;
}

    .button--white:hover {
        background: #fff;
        border-color: #fff;
    }

.button--secondary, .model-teaser-item__buttons .button:last-child {
    background: transparent;
    border: 2px solid #323232;
    color: #323232;
    line-height: 20px;
}

    .button--secondary--active, .button--secondary:hover, .model-teaser-item__buttons .button:hover:last-child {
        background: transparent;
        border-color: #666;
        color: #666;
    }

        .button--secondary--active:hover {
            box-shadow: none;
            cursor: default;
        }

    .button--secondary.disabled, .button--secondary:disabled, .model-teaser-item__buttons .button:disabled:last-child, .model-teaser-item__buttons .disabled.button:last-child {
        background: #ddd;
    }

    .button--primary > .icon, .button--secondary > .icon, .model-teaser-item__buttons .button:last-child > .icon {
        flex: 0 0 auto;
        height: 10px;
        margin-left: 10px;
        width: auto;
    }

@media(min-width:768px) {
    .button--primary > .icon, .button--secondary > .icon, .model-teaser-item__buttons .button:last-child > .icon {
        height: 12px;
        margin-left: 15px;
    }
}

@media(min-width:1440px) {
    .button--primary > .icon, .button--secondary > .icon, .model-teaser-item__buttons .button:last-child > .icon {
        height: 13px;
        margin-left: 15px;
    }
}

.button--gray {
    background: #eaeced;
    color: #323232;
}

    .button--gray--active, .button--gray:hover {
        background: #ddd;
    }

        .button--gray--active:hover {
            box-shadow: none;
            cursor: default;
        }

    .button--gray.disabled, .button--gray:disabled {
        background: #ddd;
    }

.button-link {
    background-color: transparent;
    border: none;
    color: #de0039;
    padding: 0;
}

    .button-link:focus, .button-link:hover {
        text-decoration: underline;
    }

.button--small {
    font-size: 10px;
    line-height: 20px;
    padding: 4px 16px;
}

@media(min-width:768px) {
    .button--small {
        font-size: 12px;
        padding: 14px 20px;
    }
}

@media(min-width:1440px) {
    .button--small {
        font-size: 14px;
        padding: 15px 24px;
    }

    .button--medium {
        font-size: 14px;
        padding: 12px 28px;
    }
}

.button--full {
    width: 100%;
}

.button--text {
    background: none;
    color: #323232;
    padding: 0;
}

    .button--text svg {
        margin-right: 6px;
        width: 20px;
    }

    .button--text [class*=g-circle] {
        fill: #323232;
    }

    .button--text:hover {
        background: none;
        box-shadow: none;
        color: #666;
    }

        .button--text:hover [class*=g-circle] {
            fill: #666;
        }

    .button--text[disabled] {
        background: none;
        color: #b5c1c6;
    }

        .button--text[disabled] [class*=g-circle] {
            fill: #ddd;
        }

        .button--text[disabled] [class*=g-arrow] {
            fill: rgba(50,50,50,.3);
        }

.button--text-dark {
    color: #323232;
}

    .button--text-dark [class*=g-circle] {
        fill: #323232;
    }

.button--next, .button--prev {
    background: #eaeced;
    border-radius: 50%;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
}

    .button--next:hover, .button--prev:hover {
        background: #c6c7c8;
        box-shadow: none;
    }

    .button--next[disabled], .button--prev[disabled] {
        background: #eaeced;
        opacity: .4;
    }

    .button--next svg, .button--prev svg {
        width: 17px;
    }

.button--prev {
    margin-right: 6px;
}

    .button--prev svg {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.button--pill {
    border-radius: 50px;
    font-size: 10px;
    font-weight: 900;
    padding: 10px 16px;
}

@media(min-width:768px) {
    .button--pill {
        font-size: 12px;
    }
}

.button--pill.is-gray {
    background-color: #eaeaea;
    color: #323232;
}

.button--pill.is-checked {
    background-color: #323232;
    color: #fff;
}

.button--toggle {
    background-color: #eaeced;
    color: #000;
}

    .button--toggle--active, .button--toggle:not([disabled]):hover {
        background: #ddd;
    }

        .button--toggle--active:hover {
            box-shadow: none;
            cursor: default;
        }

    .button--toggle.open:before {
        background-image: url(/static/suzuki/static/suzuki/svg/plus-blue.svg?1417ac15);
        content: "";
        height: 16px;
        margin-right: 10px;
        position: relative;
        width: 16px;
    }

    .button--toggle.close:before, .button--toggle.open:before {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    .button--toggle.close:before {
        background-image: url(/static/suzuki/static/suzuki/svg/dash.svg?022e7c9f);
    }

.button--card {
    height: 32px;
    width: 32px;
}

    .button--card svg {
        display: block;
        height: 100%;
        width: 100%;
    }

        .button--card svg .g-circle {
            fill: #eaeaea;
        }

        .button--card svg .g-arrow {
            fill: #323232;
        }

@media(min-width:1200px) {
    .button--card {
        height: 40px;
        width: 40px;
    }
}

.button--back {
    color: #323232;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    text-transform: uppercase;
    z-index: 5;
}

    .button--back .icon {
        height: 20px;
        margin-right: 5px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 20px;
    }

    .button--back:hover {
        color: #666;
    }

        .button--back:hover .g-circle {
            fill: #666;
        }

@media(min-width:1200px) {
    .button--back {
        font-size: 14px;
        line-height: 20px;
    }

        .button--back .icon {
            height: 24px;
            margin-right: 6px;
            width: 24px;
        }
}

.chip {
    align-items: center;
    background-color: #eaeced;
    border-radius: 16px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    text-transform: uppercase;
}

    .chip:focus, .chip:hover {
        background-color: #dce0e1;
    }

.counter {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.credit-warning {
    border: 2px solid #000;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 4px;
    text-align: center;
}

@media(min-width:1440px) {
    .credit-warning {
        margin-bottom: 32px;
        margin-top: 32px;
    }
}

.img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img, .input-checkbox {
    position: relative;
}

.input-checkbox__input {
    clip: rect(0 0 0 0);
    position: absolute;
}

.input-checkbox__input--disabled + .input-checkbox__label {
    cursor: not-allowed;
}

.input-checkbox__label {
    color: #323232;
    font-weight: 500;
    padding-left: 29px;
    position: relative;
}

    .input-checkbox__label:after, .input-checkbox__label:before {
        background: #eaeaea;
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 20px;
    }

    .input-checkbox__label:before {
        border: 1px solid #ddd;
        content: "";
    }

    .input-checkbox__label a {
        text-decoration: underline;
    }

        .input-checkbox__label a:hover {
            text-decoration: none;
        }

.input-checkbox__input:checked + .input-checkbox__label:after {
    background: url(images/checkmark-dark.svg?d2c1bb52) no-repeat 50%;
    background-size: 13px auto;
    content: "";
}

.input-checkbox__input:required:checked:disabled + .input-checkbox__label:before {
    background: #eaeced;
}

.input-checkbox__input:required:checked:disabled + .input-checkbox__label:after {
    background: url(images/checkmark-dark.svg?d2c1bb52) no-repeat 50%;
    background-size: 14px auto;
    content: "";
}

.form-group.is-invalid .input-checkbox__input:not(:checked) + .input-checkbox__label:before {
    background: rgba(222,0,57,.05);
    border: 1px solid #de0039;
}

@media(min-width:1440px) {
    .input-checkbox__label {
        font-size: 16px;
        padding-left: 36px;
    }

        .input-checkbox__label:after, .input-checkbox__label:before {
            height: 28px;
            margin-top: -4px;
            width: 28px;
        }

    .input-checkbox__input:checked + .input-checkbox__label:after {
        background-size: 20px auto;
    }
}

.input-date-select {
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
}

    .input-date-select:before {
        background: #ddd;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: 40px;
        top: 0;
        width: 1px;
        z-index: 1;
    }

    .input-date-select input[type=text] {
        -webkit-appearance: none;
        appearance: none;
        background: url(images/arrow-caret-fat-down.svg?3974ecab) no-repeat right 14px center;
        background-size: 12px auto;
        border: 0;
        box-shadow: none;
        color: #323232;
        font-weight: 500;
        height: 40px;
        line-height: 20px;
        padding: 10px 56px 10px 16px;
        position: relative;
        width: 100%;
        z-index: 1;
    }

        .input-date-select input[type=text]::-webkit-input-placeholder {
            color: #323232;
            opacity: 1;
        }

        .input-date-select input[type=text]:-ms-input-placeholder {
            color: #323232;
            opacity: 1;
        }

        .input-date-select input[type=text]::placeholder {
            color: #323232;
            opacity: 1;
        }

        .input-date-select input[type=text][disabled] {
            cursor: not-allowed;
            opacity: .5;
        }

@media(min-width:768px) {
    .input-date-select:before {
        right: 48px;
    }

    .input-date-select input[type=text] {
        background-position: right 18px center;
        height: 48px;
        padding: 14px 72px 14px 24px;
    }
}

@media(min-width:1440px) {
    .input-date-select:before {
        right: 64px;
    }

    .input-date-select input[type=text] {
        background-position: right 26px center;
        height: 64px;
        padding: 22px 88px 22px 24px;
    }
}

.input-label {
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.input-radio {
    position: relative;
}

.input-radio__input {
    clip: rect(0 0 0 0);
    position: absolute;
}

.input-radio__label {
    color: #323232;
    font-weight: 500;
    padding-left: 29px;
}

    .input-radio__label:after, .input-radio__label:before {
        background: #eaeaea;
        border-radius: 50%;
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
    }

    .input-radio__label:before {
        border: 1px solid #ddd;
        content: "";
    }

.input-radio__input:checked + .input-radio__label:after {
    background: #323232;
    content: "";
    height: 14px;
    left: 3px;
    width: 14px;
}

.form-group.is-invalid .input-radio__label:before {
    background: rgba(222,0,57,.05);
    border: 1px solid #de0039;
}

@media(min-width:1440px) {
    .input-radio__label {
        font-size: 16px;
        padding-left: 36px;
    }

        .input-radio__label:after, .input-radio__label:before {
            height: 28px;
            width: 28px;
        }

    .input-radio__input:checked + .input-radio__label:after {
        height: 20px;
        left: 4px;
        width: 20px;
    }
}

.input-range-label {
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

.input-range-label-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.input-range-slider {
    -webkit-appearance: none;
    background: transparent;
    border-radius: 4px;
    height: 8px;
    width: 100%;
}

    .input-range-slider:focus {
        outline: none;
    }

    .input-range-slider::-webkit-slider-runnable-track {
        animate: .2s;
        background: transparent;
        border: 0 solid #000;
        border-radius: 10px;
        box-shadow: 2px 2px 2px transparent,0 0 2px rgba(13,13,13,0);
        cursor: pointer;
        height: 8px;
        width: 100%;
    }

    .input-range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: #323232;
        border: 2px solid #eaeced;
        border-radius: 100%;
        box-shadow: 0 0 1px transparent,0 0 0 rgba(13,13,13,0);
        cursor: pointer;
        height: 32px;
        margin-top: -12px;
        width: 32px;
    }

    .input-range-slider:focus::-webkit-slider-runnable-track {
        background: transparent;
    }

    .input-range-slider::-moz-range-track {
        animate: .2s;
        background: transparent;
        border: 0 solid #000;
        border-radius: 10px;
        box-shadow: 2px 2px 2px transparent,0 0 2px rgba(13,13,13,0);
        cursor: pointer;
        height: 8px;
        width: 100%;
    }

    .input-range-slider::-moz-range-thumb {
        background: #323232;
        border: 2px solid #eaeced;
        border-radius: 100%;
        box-shadow: 0 0 1px transparent,0 0 0 rgba(13,13,13,0);
        cursor: pointer;
        height: 32px;
        width: 32px;
    }

    .input-range-slider::-ms-track {
        animate: .2s;
        background: transparent;
        border-color: transparent;
        border-width: 32px 0;
        color: transparent;
        cursor: pointer;
        height: 8px;
        width: 100%;
    }

    .input-range-slider::-ms-fill-lower, .input-range-slider::-ms-fill-upper {
        background: transparent;
        border: 0 solid #000;
        border-radius: 20px;
        box-shadow: 2px 2px 2px transparent,0 0 2px rgba(13,13,13,0);
    }

    .input-range-slider::-ms-thumb {
        background: #323232;
        border: 2px solid #eaeced;
        border-radius: 100%;
        box-shadow: 0 0 1px transparent,0 0 0 rgba(13,13,13,0);
        cursor: pointer;
        height: 32px;
        width: 32px;
    }

    .input-range-slider:focus::-ms-fill-lower, .input-range-slider:focus::-ms-fill-upper {
        background: transparent;
    }

    .input-range-slider::-moz-range-thumb {
        background-image: url(/static/suzuki/static/suzuki/svg/thumb-stripes.svg?14e93886);
        background-position: 50%;
        background-repeat: no-repeat;
    }

    .input-range-slider::-webkit-slider-thumb {
        background-image: url(/static/suzuki/static/suzuki/svg/thumb-stripes.svg?14e93886);
        background-position: 50%;
        background-repeat: no-repeat;
    }

@media (-ms-high-contrast:none) {
    .input-range-slider {
        background: transparent !important;
    }

        .input-range-slider::-ms-thumb {
            background-image: url(/static/suzuki/static/suzuki/svg/thumb-stripes.svg?14e93886);
            background-position: 50%;
            background-repeat: no-repeat;
        }

        .input-range-slider::-ms-track {
            border-width: 12px !important;
        }

        .input-range-slider::-ms-fill-lower {
            background: #323232;
            border-radius: 10px;
        }

        .input-range-slider::-ms-fill-upper {
            background: #eaeced;
            border-radius: 10px;
        }

        .input-range-slider:focus::-ms-fill-lower {
            background: #323232;
        }

        .input-range-slider:focus::-ms-fill-upper {
            background: #eaeced;
        }
}

.input-range-value {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 0;
}

@media(min-width:1440px) {
    .input-range-value {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .input-range-value {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .input-range-value {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .input-range-value {
        font-size: 14px;
        line-height: 21px;
    }
}

.input-range.reversed {
    display: flex;
    flex-direction: column;
}

    .input-range.reversed .input-range-label-container {
        order: 1;
    }

    .input-range.reversed .input-range-slider {
        margin: 10px 0 20px;
    }

@media(max-width:767.98px) {
    .pill-full-width .input-range .button--pill {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
}

@media(min-width:1440px) {
    .input-range .input-range-label {
        font-size: 16px;
        line-height: 19px;
    }
}

.input-select {
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    width: 100%;
}

    .input-select:before {
        background: #ddd;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: 40px;
        top: 0;
        width: 1px;
    }

.input-select__select {
    -webkit-appearance: none;
    appearance: none;
    background: url(images/arrow-caret-fat-down.svg?3974ecab) no-repeat right 14px center;
    background-size: 12px auto;
    color: #323232;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 56px 10px 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .input-select__select::-ms-expand {
        display: none;
    }

    .input-select__select[disabled] {
        cursor: not-allowed;
        opacity: .5;
    }

.form-group.is-invalid .input-select {
    border-color: #de0039;
}

.form-group.is-invalid .input-select__select {
    background-image: url(images/arrow-caret-fat-down-red.svg?3f8364b1);
    color: #de0039;
}

.form-group.is-invalid .input-select:before {
    background: #de0039;
}

@media(min-width:768px) {
    .input-select:before {
        right: 48px;
    }

    .input-select__select {
        background-position: right 18px center;
        padding: 14px 72px 14px 24px;
    }

    .input-select--small.input-select:before {
        right: 40px;
    }

    .input-select--small .input-select__select {
        background-position: right 14px center;
        padding: 10px 56px 10px 16px;
    }
}

@media(min-width:1440px) {
    .input-select:before {
        right: 64px;
    }

    .input-select__select {
        background-position: right 26px center;
        padding: 22px 88px 22px 24px;
    }

    .input-select--small.input-select {
        font-size: 16px;
    }

        .input-select--small.input-select:before {
            right: 40px;
        }

    .input-select--small .input-select__select {
        background-position: right 14px center;
        padding: 10px 56px 10px 16px;
    }

    .input-select--medium.input-select {
        font-size: 16px;
    }

        .input-select--medium.input-select:before {
            right: 48px;
        }

    .input-select--medium .input-select__select {
        background-position: right 18px center;
        padding: 14px 72px 14px 24px;
        height: 64px
    }
}

.input-text {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: inherit;
    font-weight: 500;
    height: 40px;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 7px 16px;
    width: 100%;
}

    .input-text:focus {
        border-color: transparent;
        box-shadow: 0 0 0 .2rem rgba(50,50,50,.25);
    }

    .input-text::-webkit-input-placeholder {
        color: rgba(50,50,50,.6);
    }

    .input-text:-ms-input-placeholder {
        color: rgba(50,50,50,.6);
    }

    .input-text::placeholder {
        color: rgba(50,50,50,.6);
    }

    .input-text[disabled] {
        cursor: not-allowed;
        opacity: .5;
    }

.form-group.is-invalid .input-text {
    background: rgba(222,0,57,.05);
    border-color: #de0039;
}

.input-text--light {
    background-color: #fff;
}

@media(min-width:768px) {
    .input-text {
        height: 48px;
        padding: 12px 24px;
    }
}

@media(min-width:1440px) {
    .input-text {
        font-size: 18px;
        height: 64px;
        padding: 18px 24px;
    }

    .input-text--small {
        padding: 10px 24px;
    }
}

.input-switch {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    overflow: hidden;
}

    .input-switch > * {
        flex: 1 1 auto;
    }

.input-switch__input {
    clip: rect(0 0 0 0);
    position: absolute;
}

.input-switch__label {
    color: #323232;
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.input-switch__input:checked + .input-switch__label {
    background-color: #323232;
    color: #fff;
}

.input-switch__input:focus + .input-switch__label {
    box-shadow: 0 0 0 .2rem rgba(50,50,50,.25);
}

.input-switch__input:not(:checked) + .input-switch__label:hover {
    background-color: #f2f2f2;
}

.label {
    color: #323232;
    color: #fff;
    display: inline-flex;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

.label--red {
    background-color: #de0039;
}

.label--gray {
    background-color: #323232;
}

@media(min-width:1200px) {
    .label {
        font-size: 16px;
    }
}

.label--small {
    font-size: 12px;
}

@media(min-width:1200px) {
    .label--small {
        font-size: 12px;
    }
}

.label--large {
    font-size: 19px;
    line-height: 20px;
    padding: 2px 5px;
}

@media(min-width:1200px) {
    .label--large {
        font-size: 21px;
        line-height: 24px;
        padding: 4px 9px;
    }
}

.table td, .table th {
    border: 1px solid #eaeced;
    padding: 10px;
}

.table th {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}

.table.table-50-50 td {
    width: 50%;
}

.rich-text ol:not(:last-child), .rich-text p:not(:last-child), .rich-text ul:not(:last-child) {
    margin-bottom: 1em;
}

.rich-text ul {
    list-style: none;
    list-style-position: inside;
}

    .rich-text ul li {
        background: url(images/diamond.svg) no-repeat left 0 top 6px;
        background-size: 8px 8px;
        padding-left: 16px;
    }
    .rich-text ul li.indent {
        background: url(images/diamond.svg) no-repeat left 0 top 6px;
        background-size: 6px 6px;
        margin-left: 20px;
    }

.rich-text ol {
    counter-reset: item;
    list-style: none;
}

    .rich-text ol li {
        counter-increment: item;
    }

        .rich-text ol li:before {
            content: counter(item) ".";
            display: inline-block;
            font-weight: 700;
            padding-right: .7em;
            text-align: right;
            width: 2.3em;
        }

.rich-text b, .rich-text strong {
    font-weight: 700;
}

.rich-text em, .rich-text i {
    font-style: italic;
}

.rich-text a {
    color: #de0039;
    text-decoration: none;
}

    .rich-text a:hover {
        text-decoration: underline;
    }

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    font-weight: 500;
    margin-bottom: .5em;
    text-transform: none;
}

@media(min-width:1440px) {
    .rich-text ul li {
        background-position-y: 8px;
        background-size: 10px 10px;
    }
}

.shadow-big-hover {
    transition: box-shadow .3s ease;
}

    .shadow-big-hover:focus, .shadow-big-hover:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

.skeleton {
    -webkit-animation: MuiSkeleton-keyframes-pulse 1.5s ease-in-out .5s infinite;
    animation: MuiSkeleton-keyframes-pulse 1.5s ease-in-out .5s infinite;
    background-color: rgba(0,0,0,.11);
    display: block;
    height: auto;
    min-height: 1.2em;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

@-webkit-keyframes MuiSkeleton-keyframes-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes MuiSkeleton-keyframes-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.tooltip-toggler {
    display: inline-flex;
}

    .tooltip-toggler .icon--tooltip {
        height: 20px;
        width: 20px;
    }

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background: #323232;
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    border-top-color: #323232;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #323232;
}

.js-tooltip {
    background: url(/static/suzuki/static/suzuki/svg/tooltip.svg?0f40b389) no-repeat 50%;
    background-size: cover;
    height: 20px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 20px;
}

    .js-tooltip :not(.active) {
        display: none;
    }

.date-picker-wrapper {
    border: 1px solid #ddd;
    padding: 20px;
}

    .date-picker-wrapper .flatpickr-calendar {
        box-shadow: none;
        margin: 0 auto;
        top: 0;
    }

.flatpickr-day {
    background: #eaeced;
    border-color: #ddd;
    color: #495057;
    margin-bottom: 5px;
}

    .flatpickr-day.flatpickr-disabled {
        color: #ddd;
    }

    .flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
        background: transparent;
        color: #495057;
    }

        .flatpickr-day.nextMonthDay.selected, .flatpickr-day.prevMonthDay.selected {
            background: #323232;
            border-color: #323232;
            color: #fff;
        }

        .flatpickr-day.nextMonthDay.flatpickr-disabled, .flatpickr-day.prevMonthDay.flatpickr-disabled {
            color: #ddd;
        }

    .flatpickr-day.selected {
        color: #fff;
    }

        .flatpickr-day.selected, .flatpickr-day.selected:hover {
            background: #323232;
            border-color: #323232;
        }

span.flatpickr-weekday {
    color: #323232;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.flatpickr-months {
    margin-bottom: 20px;
}

    .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
        fill: #323232;
    }

.flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    appearance: none;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
    width: 105px;
}

option {
    text-transform: none;
}

.flatpickr-current-month input.cur-year {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .flatpickr-current-month input.cur-year[disabled] {
        color: #323232;
    }

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #323232;
    border-color: #323232;
    color: #fff;
}

.time-picker {
    display: flex;
    flex-wrap: wrap;
}

    .time-picker .input-radio {
        margin: 0 8px 8px 0;
    }

    .time-picker .input-radio__label {
        background: #eaeaea;
        border: 1px solid #ddd;
        cursor: pointer;
        font-weight: 900;
        padding: 11px;
        text-align: center;
        width: 116px;
    }

        .time-picker .input-radio__label:after, .time-picker .input-radio__label:before {
            display: none;
        }

    .time-picker .input-radio__input:checked + .input-radio__label {
        background: #323232;
        border-color: #323232;
        color: #fff;
    }

.accordion__header {
    background-color: #eaeaea;
    border-radius: 2px;
    color: #323232;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 15px 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

@media(min-width:1200px) {
    .accordion__header {
        margin-bottom: 24px;
    }
}

.accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease,visibility 0s .3s;
    visibility: hidden;
}

.accordion__icon {
    align-self: center;
    flex: 0 0 15px;
    height: 15px;
    margin-left: auto;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: auto;
}

.accordion__button {
    flex: 1 0 auto;
    font-size: 18px;
    text-align: left;
}

    .accordion__button.collapsed + .accordion__icon {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .accordion__button:before {
        background-color: transparent;
        bottom: 0;
        content: "";
        left: 0;
        pointer-events: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

@media(min-width:1440px) {
    .accordion__button {
        font-size: 21px;
    }
}

.accordion--secondary .accordion__header {
    background-color: transparent;
    font-size: 16px;
    margin: 0 -10px 8px;
    padding: 10px;
    transition: background-color .3s ease;
    width: calc(100% + 20px);
}

    .accordion--secondary .accordion__header:hover {
        background-color: rgba(0,0,0,.1);
    }

    .accordion--secondary .accordion__header:focus {
        box-shadow: 0 0 0 .2rem rgba(50,50,50,.25);
    }

.article-highlight-item {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 100%;
    position: relative;
    transition: all .3s;
    word-break: break-word;
}

    .article-highlight-item:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

        .article-highlight-item:hover .article-highlight-item__image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.article-highlight-item__title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: none;
}

.article-highlight-item__link {
    display: block;
}

.article-highlight-item__image {
    margin-bottom: 16px;
}

    .article-highlight-item__image, .article-highlight-item__image img {
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        width: 100%;
    }

.article-highlight-item__arrow {
    bottom: 8px;
    height: 32px;
    position: absolute;
    right: 8px;
    width: 32px;
}

    .article-highlight-item__arrow svg {
        display: block;
    }

        .article-highlight-item__arrow svg .g-circle {
            fill: #eaeaea;
        }

        .article-highlight-item__arrow svg .g-arrow {
            fill: #323232;
        }

.article-highlight-item__promotion {
    left: 8px;
    position: absolute;
    top: 8px;
}

.article-highlight-item__content {
    padding: 0 16px 44px;
}

.article-highlight-item__date {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 8px;
}

@media(min-width:1440px) {
    .article-highlight-item__date {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .article-highlight-item__date {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .article-highlight-item__date {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .article-highlight-item__date {
        font-size: 14px;
        line-height: 21px;
    }
}

.article-highlight-item__date .icon {
    position: relative;
    top: 5px;
}

@media(max-width:767.98px) {
    .article-highlight-item.is-2-item {
        height: auto;
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .article-highlight-item__content {
        padding: 0 40px 40px;
    }

    .article-highlight-item__image {
        margin-bottom: 32px;
    }

    .article-highlight-item__promotion {
        left: 16px;
        top: 16px;
    }

    .article-highlight-item.is-1-item .article-highlight-item__link {
        display: flex;
    }

    .article-highlight-item.is-1-item .article-highlight-item__image {
        align-self: stretch;
        flex: 0 0 400px;
        height: auto;
        margin-bottom: 0;
    }

        .article-highlight-item.is-1-item .article-highlight-item__image img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .article-highlight-item.is-1-item .article-highlight-item__content {
        align-self: center;
        padding: 20px 40px;
    }
}

@media(min-width:1200px) {
    .article-highlight-item__promotion {
        left: 24px;
        top: 24px;
    }

    .article-highlight-item.is-1-item .article-highlight-item__image {
        flex: 0 0 640px;
    }

    .article-highlight-item__content {
        padding-bottom: 64px;
    }

    .article-highlight-item__arrow {
        bottom: 16px;
        height: 40px;
        right: 16px;
        width: 40px;
    }
}

@media(min-width:1600px) {
    .article-highlight-item.is-1-item .article-highlight-item__image {
        flex: 0 0 770px;
    }

    .article-highlight-item.is-1-item .article-highlight-item__content {
        padding: 20px 80px;
    }
}

.accessories-overview-card {
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all .3s;
    width: 100%;
}

    .accessories-overview-card:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

    .accessories-overview-card > * {
        flex: 0 0 auto;
    }

.accessories-overview-card__image, .accessories-overview-card__image img {
    width: 100%;
}

.accessories-overview-card__label {
    display: inline-block;
    left: 8px;
    position: absolute;
    top: 8px;
}

.accessories-overview-card__content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 20px 8px;
}

    .accessories-overview-card__content > * {
        flex: 0 0 auto;
    }

.accessories-overview-card__title {
    font-weight: 300;
    margin-bottom: 4px;
    text-align: center;
    text-transform: none;
}

.accessories-overview-card__available {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 21px;
    text-align: center;
}

    .accessories-overview-card__available svg {
        height: 14px;
        margin-right: 4px;
        width: 14px;
    }

        .accessories-overview-card__available svg .circle {
            fill: #489f02;
        }

.accessories-overview-card__prices {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 16px;
    text-align: center;
}

.accessories-overview-card__prices-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.accessories-overview-card__normal-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .accessories-overview-card__normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .accessories-overview-card__normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .accessories-overview-card__normal-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.accessories-overview-card__new-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 7px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .accessories-overview-card__new-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .accessories-overview-card__new-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .accessories-overview-card__new-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.accessories-overview-card__old-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    text-decoration: line-through;
}

@media(min-width:1440px) {
    .accessories-overview-card__old-price {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .accessories-overview-card__old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .accessories-overview-card__old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .accessories-overview-card__old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

.accessories-overview-card .tooltip-toggler {
    margin-left: 7px;
    position: relative;
    top: 0;
}

    .accessories-overview-card .tooltip-toggler .icon--tooltip {
        height: 16px;
        width: 16px;
    }

@media(min-width:768px) {
    .accessories-overview-card__old-price {
        margin-left: 8px;
        order: 1;
    }
}

@media(min-width:1440px) {
    .accessories-overview-card__available svg {
        height: 16px;
        margin-right: 8px;
        width: 16px;
    }
}

@media(min-width:1600px) {
    .accessories-overview-card__content {
        padding: 24px;
    }
}

.block-title {
    font-weight: 300;
    margin-bottom: 24px;
}

@media(min-width:1200px) {
    .block-title {
        margin-bottom: 32px;
    }
}

@media(min-width:1440px) {
    .block-title {
        margin-bottom: 64px;
    }
}

.color {
    cursor: pointer;
}

.color__circle {
    background-color: #495057;
    border: 1px solid #ddd;
    border-radius: 100px;
    height: 32px;
    line-height: 32px;
    margin: 12px;
    position: relative;
    text-align: center;
    width: 32px;
}

@media(min-width:576px) {
    .color__circle {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.color__circle--selected:before {
    border: 2px solid #7f8185;
    border-radius: 100px;
    content: "";
    display: block;
    height: 42px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 42px;
}

@media(min-width:576px) {
    .color__circle--selected:before {
        height: 50px;
        width: 50px;
    }
}

.color__circle svg {
    left: 7px;
    position: absolute;
    top: 7px;
}

@media(min-width:576px) {
    .color__circle svg {
        left: 11px;
        top: 12px;
    }
}

.color__secondary-color {
    border-radius: 32px 32px 0 0;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg) translate(-5px,-3px);
    transform: rotate(-45deg) translate(-5px,-3px);
    width: 30px;
}

@media(min-width:576px) {
    .color__secondary-color {
        border-radius: 40px 40px 0 0;
        height: 19px;
        -webkit-transform: rotate(-45deg) translate(-7px,-3px);
        transform: rotate(-45deg) translate(-7px,-3px);
        width: 38px;
    }
}

.color__label {
    color: #323232;
    color: #495057;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-top: 10px;
    text-align: center;
}

@media(min-width:1440px) {
    .color__label {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .color__label {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .color__label {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .color__label {
        font-size: 14px;
        line-height: 21px;
    }
}

.divider-block {
    background-color: #fff;
    height: 56px;
    position: relative;
    width: 100%;
}

.divider-block__inner {
    background-color: #eaeaea;
    height: 100%;
}

.divider-block--top {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

@media(min-width:768px) {
    .divider-block {
        height: 80px;
    }
}

@media(min-width:1200px) {
    .divider-block {
        height: 100px;
    }
}

@media(min-width:1440px) {
    .divider-block {
        height: 120px;
    }
}

.next-column-grid-block--light + :not(.divider-block) {
    background-color: #eaeaea;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 40px;
}

@media(min-width:768px) {
    .next-column-grid-block--light + :not(.divider-block) {
        padding-top: 80px;
    }
}

@media(min-width:1600px) {
    .next-column-grid-block--light + :not(.divider-block) {
        padding-top: 120px;
    }
}

.next-column-grid-block--light + :not(.divider-block) .divider-no-y-margin {
    margin-bottom: 0;
    margin-top: 0;
}

.next-column-grid-block--transparent + :not(.divider-block) {
    background-color: transparent;
}

.divider-block + .next-column-grid-block--light + :not(.divider-block) {
    padding-top: 0;
}

.list-images-block-item {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    margin-bottom: 32px;
    padding: 0 7px;
}

.list-images-block-item__image {
    margin-bottom: auto;
    max-width: 150px;
    padding-bottom: 10px;
}

    .list-images-block-item__image img {
        width: 100%;
    }

.list-images-block-item__info {
    background: #de0039;
    color: #323232;
    color: #fff;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 1px 5px 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-images-block-item__info {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .list-images-block-item__info {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .list-images-block-item__info {
        font-size: 21px;
        line-height: 25px;
    }
}

.list-images-block-item__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-images-block-item__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .list-images-block-item__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .list-images-block-item__title {
        font-size: 21px;
        line-height: 25px;
    }
}

.list-images-block-item__info-2 {
    background: #de0039;
    background: #323232;
    color: #323232;
    color: #fff;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 22px;
    padding: 1px 5px 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-images-block-item__info-2 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .list-images-block-item__info-2 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .list-images-block-item__info-2 {
        font-size: 21px;
        line-height: 25px;
    }
}

.list-images-block-item__info, .list-images-block-item__info-2 {
    border-radius: 2px;
    font-size: 11px;
}

.list-images-block-item__price {
    font-size: 14px;
    text-align: center;
}

    .list-images-block-item__price em {
        color: #323232;
    }

.list-images-block-item__conditions {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 40px 0 0;
}

@media(min-width:1440px) {
    .list-images-block-item__conditions {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .list-images-block-item__conditions {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .list-images-block-item__conditions {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .list-images-block-item__conditions {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .list-images-block-item {
        flex: 0 0 33.33%;
    }

    .list-images-block-item__image {
        max-width: 210px;
    }

    .list-images-block-item__info, .list-images-block-item__info-2 {
        font-size: 12px;
    }
}

@media(min-width:1200px) {
    .list-images-block-item {
        flex: 0 0 25%;
        padding: 0 14px;
    }
}

@media(min-width:1440px) {
    .list-images-block-item__image {
        max-width: 220px;
    }
}

@media(min-width:1600px) {
    .list-images-block-item__image {
        max-width: 290px;
    }
}

.hero-column-block-item {
    overflow: hidden;
    position: relative;
}

    .hero-column-block-item:not(:first-child) {
        position: relative;
    }

    .hero-column-block-item:first-child {
        z-index: 3;
    }

    .hero-column-block-item:nth-child(2) {
        z-index: 2;
    }

    .hero-column-block-item:nth-child(3) {
        z-index: 1;
    }

.hero-column-block-item__visual {
    display: block;
    height: 100%;
    position: relative;
}

.hero-column-block-item__visual-inner {
    height: 100%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

    .hero-column-block-item__visual-inner:after {
        background-image: linear-gradient(180deg,rgba(33,37,41,0),#323232 99%);
        bottom: 0;
        content: "";
        display: block;
        height: 50%;
        left: 0;
        opacity: .8;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

.hero-column-block-item__image, .hero-column-block-item__image img {
    width: 100%;
}

.hero-column-block-item__title-icon {
    position: relative;
}

.hero-column-block-item__content {
    bottom: 0;
    left: 0;
    padding: 0 18px 24px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.hero-column-block-item__info {
    background: #de0039;
    background: #fff;
    color: #fff;
    color: #323232;
    display: inline-block;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    line-height: 1;
    margin-bottom: 16px;
    padding: 4px 8px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-column-block-item__info {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .hero-column-block-item__info {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .hero-column-block-item__info {
        font-size: 21px;
        line-height: 25px;
    }
}

.hero-column-block-item .button {
    margin-bottom: 8px;
    width: 100%;
}

.hero-column-block-item.is-2-items .hero-column-block-item__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-column-block-item.is-2-items .hero-column-block-item__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .hero-column-block-item.is-2-items .hero-column-block-item__title {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .hero-column-block-item.is-2-items .hero-column-block-item__title {
        font-size: 43px;
        line-height: 46px;
    }
}

.hero-column-block-item.is-3-items:first-child .hero-column-block-item__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-column-block-item.is-3-items:first-child .hero-column-block-item__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .hero-column-block-item.is-3-items:first-child .hero-column-block-item__title {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .hero-column-block-item.is-3-items:first-child .hero-column-block-item__title {
        font-size: 43px;
        line-height: 46px;
    }
}

.hero-column-block-item.is-3-items:not(:first-child) .hero-column-block-item__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 23px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-column-block-item.is-3-items:not(:first-child) .hero-column-block-item__title {
        font-size: 22px;
        line-height: 25px;
    }
}

@media(min-width:1200px) {
    .hero-column-block-item.is-3-items:not(:first-child) .hero-column-block-item__title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media(min-width:1440px) {
    .hero-column-block-item.is-3-items:not(:first-child) .hero-column-block-item__title {
        font-size: 32px;
        line-height: 34px;
    }
}

.hero-column-block-item.is-2-items .hero-column-block-item__title, .hero-column-block-item.is-3-items:first-child .hero-column-block-item__title, .hero-column-block-item.is-3-items:not(:first-child) .hero-column-block-item__title {
    color: #fff;
    margin: 0;
}

@media(min-width:768px) {
    .hero-column-block-item:not(:first-child) {
        margin-top: -85px;
    }

    .hero-column-block-item__title {
        color: #fff;
        max-width: 430px;
    }

    .hero-column-block-item__content {
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-column-block-item.is-3-items:first-child {
        flex: 0 0 100%;
    }

    .hero-column-block-item.is-3-items:not(:first-child) {
        flex: 1 0 auto;
    }
}

@media(min-width:1200px) {
    .hero-column-block-item {
        margin: 0;
    }

    .hero-column-block-item__visual:hover .hero-column-block-item__visual-inner {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hero-column-block-item:not(:first-child) {
        margin-top: 0;
    }

    .hero-column-block-item__visual-inner {
        margin-bottom: 0;
    }

    .hero-column-block-item__content {
        padding-bottom: 50px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .hero-column-block-item__title {
        max-width: 630px;
    }

    .hero-column-block-item.is-2-items {
        flex-basis: calc(50% + 43px);
        flex-grow: 0;
        flex-shrink: 0;
    }

        .hero-column-block-item.is-2-items:first-child {
            margin-right: -86px;
        }

            .hero-column-block-item.is-2-items:first-child .hero-column-block-item__content {
                padding-right: 43px;
            }

        .hero-column-block-item.is-2-items:last-child .hero-column-block-item__content {
            padding-left: 126px;
        }

    .hero-column-block-item.is-3-items:first-child {
        grid-area: left;
        margin-right: -95px;
    }

        .hero-column-block-item.is-3-items:first-child .hero-column-block-item__image {
            -webkit-transform: scale(1.47);
            transform: scale(1.47);
        }

    .hero-column-block-item.is-3-items:nth-child(2) {
        grid-area: right-top;
    }

    .hero-column-block-item.is-3-items:nth-child(3) {
        grid-area: right-bottom;
    }

    .hero-column-block-item.is-3-items:first-child .hero-column-block-item__content {
        padding-right: 43px;
    }

    .hero-column-block-item.is-3-items:nth-child(2) .hero-column-block-item__content, .hero-column-block-item.is-3-items:nth-child(3) .hero-column-block-item__content {
        padding-left: 135px;
    }

    .browser-ie .hero-column-block-item.is-3-items:first-child {
        margin-right: 0;
    }

        .browser-ie .hero-column-block-item.is-3-items:first-child .hero-column-block-item__image {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
}

@media(min-width:1440px) {
    .hero-column-block-item.is-3-items:first-child .hero-column-block-item__title {
        font-size: 64px;
        line-height: 1;
    }

    .hero-column-block-item .hero-column-block-item__info {
        margin-bottom: 32px;
    }
}

@media(min-width:1600px) {
    .hero-column-block-item__content {
        padding-bottom: 50px;
    }

    .hero-column-block-item.is-2-items {
        flex-basis: calc(50% + 55px);
        flex-grow: 0;
        flex-shrink: 0;
    }

        .hero-column-block-item.is-2-items:first-child {
            margin-right: -110px;
        }

            .hero-column-block-item.is-2-items:first-child .hero-column-block-item__content {
                padding-right: 55px;
            }

        .hero-column-block-item.is-2-items:last-child .hero-column-block-item__content {
            padding-left: 160px;
        }

    .hero-column-block-item.is-3-items:first-child {
        margin-right: -130px;
    }

        .hero-column-block-item.is-3-items:first-child .hero-column-block-item__image {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

    .hero-column-block-item.is-3-items:nth-child(2) .hero-column-block-item__content, .hero-column-block-item.is-3-items:nth-child(3) .hero-column-block-item__content {
        padding-left: 170px;
    }
}

@media(min-width:1921px) {
    .hero-column-block-item.is-2-items {
        flex-basis: calc(50% + 105px);
        flex-grow: 0;
        flex-shrink: 0;
    }

        .hero-column-block-item.is-2-items:first-child {
            margin-right: -210px;
        }

        .hero-column-block-item.is-2-items:last-child .hero-column-block-item__content {
            padding-left: 300px;
        }

    .hero-column-block-item.is-3-items:first-child {
        margin-right: -230px;
    }

        .hero-column-block-item.is-3-items:first-child .hero-column-block-item__image {
            -webkit-transform: scale(1.8);
            transform: scale(1.8);
        }

    .hero-column-block-item.is-3-items:nth-child(2) .hero-column-block-item__content, .hero-column-block-item.is-3-items:nth-child(3) .hero-column-block-item__content {
        padding-left: 280px;
    }
}

.model-teaser-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .model-teaser-item > * {
        transition: opacity .3s;
    }

.model-teaser-item__model-name {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.model-teaser-item__image {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

    .model-teaser-item__image img {
        width: 100%;
    }

.model-teaser-item__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
    text-align: center;
    text-transform: none;
}

@media(min-width:1440px) {
    .model-teaser-item__title {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .model-teaser-item__title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .model-teaser-item__title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .model-teaser-item__title {
        font-size: 24px;
        line-height: 36px;
    }
}

.model-teaser-item__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -8px;
}

    .model-teaser-item__buttons .button {
        margin-bottom: 16px;
        margin-left: 8px;
    }

.model-teaser-block .glide__slide:not(.glide__slide--active) .model-teaser-item > :not(.model-teaser-item__link) {
    opacity: 0;
}

.model-teaser-block .glide__slide:not(.glide__slide--active) .model-teaser-item .model-teaser-item__link {
    opacity: .5;
}

@media(min-width:768px) {
    .model-teaser-item__model-name {
        font-size: 48px;
        margin-bottom: 16px;
    }
}

@media(min-width:1200px) {
    .model-teaser-item__model-name {
        font-size: 60px;
        margin-bottom: 20px;
    }
}

@media(min-width:1440px) {
    .model-teaser-item__model-name {
        font-size: 72px;
        margin-bottom: 30px;
    }
}

.gray-block {
    align-items: center;
    background-color: #eaeaea;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: center;
}

    .gray-block > * {
        padding: 5px;
    }

@media(min-width:768px) {
    .gray-block > * {
        padding: 15px;
    }
}

.gray-block__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}

.gray-block__content {
    flex: 1 1;
}

.gray-block__icon svg {
    height: auto;
    width: 40px;
}

.gray-block__action {
    width: 100%;
}

@media(min-width:768px) {
    .gray-block {
        flex-direction: row;
        text-align: left;
    }

    .gray-block__action {
        width: auto;
    }
}

@media(min-width:1440px) {
    .gray-block__title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .gray-block__icon svg {
        height: auto;
        width: 60px;
    }

    .gray-block .input-text {
        height: 48px;
        padding: 12px 24px;
    }

    .gray-block .button--primary {
        font-size: 14px;
        padding: 14px 28px;
    }
}

.dealer-item {
    padding: 20px 20px 20px 65px;
    position: relative;
}

    .dealer-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

    .dealer-item .button {
        box-shadow: none;
    }

.dealer-item__name {
    display: flex;
    font-weight: 500;
    text-transform: none;
}

    .dealer-item__name.link {
        cursor: pointer;
    }

    .dealer-item__name .icon {
        align-self: flex-start;
        flex: 0 0 12px;
        height: 12px;
        margin-left: auto;
        position: relative;
        top: 5px;
    }

.dealer-item__marker {
    left: 20px;
    position: absolute;
    top: 15px;
}

.dealer-item__facilities {
    border: 1px solid #ddd;
    border-width: 1px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 4px 0;
}

.dealer-item__facility {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .dealer-item__facility {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-item__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-item__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-item__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-item__facility .icon {
    flex: 0 0 13px;
    height: 13px;
    margin-right: 8px;
    width: 13px;
}

.dealer-item__facility:not(:last-child) {
    margin-right: 16px;
}

.dealer-item__distance {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media(min-width:1440px) {
    .dealer-item__distance {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-item__distance {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-item__distance {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-item__distance {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-map--car .dealer-item__distance {
    bottom: 20px;
    top: auto;
}

.dealer-item__actions {
    margin-top: 20px;
}

    .dealer-item__actions .button + .button {
        margin-left: 16px;
    }

.dealer-item__external-link, .dealer-item__phone-link, .dealer-item__whatsapp-link {
    color: #323232;
    display: block;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-top: 16px;
}

@media(min-width:1440px) {
    .dealer-item__external-link, .dealer-item__phone-link, .dealer-item__whatsapp-link {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-item__external-link, .dealer-item__phone-link, .dealer-item__whatsapp-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-item__external-link, .dealer-item__phone-link, .dealer-item__whatsapp-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-item__external-link, .dealer-item__phone-link, .dealer-item__whatsapp-link {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-item__external-link .icon, .dealer-item__phone-link .icon, .dealer-item__whatsapp-link .icon {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}

.dealer-item__external-link, .dealer-item__whatsapp-link {
    margin-top: 8px;
}

@media(min-width:1440px) {
    .dealer-item {
        padding-right: 34px;
    }

    .dealer-item__name {
        font-size: 16px;
        line-height: 19px;
    }

    .dealer-item__address {
        font-size: 16px;
    }

    .dealer-item .button {
        font-size: 14px;
        padding: 18px 36px;
    }
}

.dealer-loader {
    text-align: center;
}

.dealer-info {
    position: relative;
}

    .dealer-info .scroll-container {
        padding: 20px 0;
    }

.dealers-map:not(.contact-detail) .dealer-info .scroll-container {
    padding: 20px;
}

.dealer-info .button {
    box-shadow: none;
}

.dealer-info__back {
    border-bottom: 1px solid #ddd;
    padding: 16px 20px;
}

.dealer-info__back-btn {
    margin: 0;
}

.dealer-info__dealer-name {
    font-weight: 500;
    text-transform: none;
}

.dealer-info__marker {
    background: #fff;
    border: 8px solid #de0039;
    border-radius: 50%;
    display: none;
    height: 30px;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 30px;
}

    .dealer-info__marker.alt {
        border-color: #002e9f;
    }

.dealer-info__phone-link {
    color: #323232;
    display: block;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 16px 0 8px;
}

@media(min-width:1440px) {
    .dealer-info__phone-link {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-info__phone-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-info__phone-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-info__phone-link {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-info__phone-link .icon {
    height: auto;
    margin-right: 10px;
    width: 16px;
}

.dealer-info__email-link {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 16px;
}

@media(min-width:1440px) {
    .dealer-info__email-link {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-info__email-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-info__email-link {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-info__email-link {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-info__email-link .icon {
    height: auto;
    margin-right: 10px;
    width: 16px;
}

.dealer-info__facilities {
    border: 1px solid #ddd;
    border-width: 1px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding: 4px 0;
}

.dealer-info__facility {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .dealer-info__facility {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-info__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-info__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-info__facility {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-info__facility .icon {
    flex: 0 0 13px;
    height: 13px;
    margin-right: 8px;
    width: 13px;
}

.dealer-info__facility:not(:last-child) {
    margin-right: 16px;
}

.dealer-info__opening-times {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding-top: 16px;
}

.dealer-info__opening-times-title {
    color: #323232;
    font-weight: 500;
    text-transform: none;
}

.dealer-info__opening-times li {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .dealer-info__opening-times li {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-info__opening-times li {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-info__opening-times li {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-info__opening-times li {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-info__opening-times li span {
    display: inline-block;
    min-width: 100px;
}

.dealer-info__opening-times .icon-clock {
    height: auto;
    margin-top: 3px;
    position: absolute;
    width: 16px;
}

.dealer-info__opening-times-list {
    margin-left: 30px;
}

.dealer-info__actions {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding-top: 16px;
}

    .dealer-info__actions .button + .button {
        margin-left: 16px;
    }

@media(min-width:768px) {
    .dealer-info {
        flex: 1 0;
        position: relative;
    }

    .dealer-info__marker {
        display: block;
    }

    .dealer-info .scroll-container {
        padding-top: 0;
    }

    .dealers-map:not(.contact-detail) .dealer-info .scroll-container {
        bottom: 0;
        left: 0;
        overflow-y: scroll;
        padding: 20px 20px 20px 65px;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media(min-width:1200px) {
    .dealer-info__back-btn {
        font-size: 14px;
    }

        .dealer-info__back-btn .icon {
            height: 24px;
            width: 24px;
        }
}

@media(min-width:1440px) {
    .dealer-info__name {
        font-size: 16px;
        line-height: 19px;
    }

    .dealer-info__address {
        font-size: 16px;
    }

    .dealer-info .button {
        font-size: 14px;
        padding: 18px 36px;
    }
}

.highlights-carousel-item__image {
    margin-bottom: 23px;
}

    .highlights-carousel-item__image, .highlights-carousel-item__image img {
        width: 100%;
    }

@media(min-width:1440px) {
    .highlights-carousel-item__image {
        margin-bottom: 33px;
    }
}

.highlights-carousel-item__title {
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: none;
}

.highlights-carousel-item__description {
    margin-bottom: 16px;
}

.highlights-carousel-item .benefits-block .icon {
    height: 16px;
    top: 5px;
    width: 16px;
}

    .highlights-carousel-item .benefits-block .icon path {
        fill: #000;
    }

.highlights-carousel-item .benefits-block__item {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 25px;
}

@media(min-width:1440px) {
    .highlights-carousel-item .benefits-block__item {
        font-size: 18px;
    }
}

.highlights-carousel-item__buttons .button {
    margin-top: 16px;
}

    .highlights-carousel-item__buttons .button:not(:last-child) {
        margin-right: 16px;
    }

@media(min-width:1440px) {
    .highlights-carousel-item__title {
        margin-bottom: 16px;
    }
}

.editions-carousel-item {
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 20px 20px;
    position: relative;
}

    .editions-carousel-item.has-deal .editions-carousel-item__price strong {
        color: #de0039;
    }

.editions-carousel-item__sticker {
    background: #de0039;
    border-radius: 2px;
    color: #323232;
    color: #fff;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    left: 8px;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    padding: 1px 5px 0;
    position: absolute;
    text-transform: uppercase;
    top: 9px;
}

@media(min-width:768px) {
    .editions-carousel-item__sticker {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .editions-carousel-item__sticker {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .editions-carousel-item__sticker {
        font-size: 21px;
        line-height: 25px;
    }
}

.editions-carousel-item__edition-name {
    font-weight: 500;
    height: 32px;
    margin-bottom: 3px;
    text-align: center;
    text-transform: none;
}

.editions-carousel-item__model-name-wrap {
    position: relative;
}

.editions-carousel-item__model-name {
    color: #323232;
    color: rgba(50,50,50,.2);
    font-family: ITCFranklinGothicStd;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: -24px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.editions-carousel-item__image {
    flex: 0 0 auto;
    margin: 0 auto 5px;
    position: relative;
    width: 240px;
}

.editions-carousel-item__prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .editions-carousel-item__prices strong {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-weight: 900;
        letter-spacing: .5px;
        margin: 0;
        text-transform: uppercase;
    }

.editions-carousel-item__deal {
    background: #fff;
    border: 1px solid #ddd;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: -15px 0 20px;
    padding: 7px 13px;
    position: relative;
}

@media(min-width:1440px) {
    .editions-carousel-item__deal {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .editions-carousel-item__deal {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .editions-carousel-item__deal {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .editions-carousel-item__deal {
        font-size: 14px;
        line-height: 21px;
    }
}

.editions-carousel-item__deal .tooltip-toggler {
    height: 16px;
    margin-top: -2px;
    position: relative;
    top: 3px;
    width: 16px;
}

    .editions-carousel-item__deal .tooltip-toggler .icon--tooltip {
        height: inherit;
        width: inherit;
    }

.editions-carousel-item__deal:before {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 2px 0 0;
    border-width: 1px 1px 0 0;
    content: "";
    height: 13px;
    left: 50%;
    position: absolute;
    top: -1px;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 13px;
}

.editions-carousel-item__colors {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: auto;
    padding-bottom: 16px;
}

.editions-carousel-item__color {
    border-radius: 50%;
    box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    height: 32px;
    margin: 0 8px 8px 0;
    position: relative;
    width: 32px;
}

    .editions-carousel-item__color.active:before {
        background: url(/static/suzuki/static/suzuki/svg/checkmark-white.svg?9d40b7a9) no-repeat 50%;
        background-size: 16px auto;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .editions-carousel-item__color.active:after {
        border: 1px solid #7f8185;
        border-radius: 50%;
        content: "";
        height: calc(100% + 8px);
        left: -4px;
        position: absolute;
        top: -4px;
        width: calc(100% + 8px);
    }

.editions-carousel-item__usps {
    border-top: 1px solid #ddd;
    margin: 0 -20px 12px;
    padding: 19px 20px 0;
}

    .editions-carousel-item__usps li {
        margin-bottom: 5px;
        padding-left: 21px;
        position: relative;
    }

        .editions-carousel-item__usps li:last-of-type {
            margin-bottom: 0;
        }

    .editions-carousel-item__usps .icon--checkmark {
        height: 12px;
        left: 0;
        position: absolute;
        top: 6px;
        width: 12px;
    }

        .editions-carousel-item__usps .icon--checkmark path {
            fill: #323232;
        }

    .editions-carousel-item__usps .tooltip-toggler {
        position: relative;
        top: 4px;
    }

        .editions-carousel-item__usps .tooltip-toggler .icon--tooltip {
            height: 16px;
            width: 16px;
        }

.editions-carousel-item__cta {
    margin-bottom: 16px;
    margin-top: auto;
}

    .editions-carousel-item__cta .button {
        width: 100%;
    }

.editions-carousel-item__actions {
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
}

@media(min-width:1440px) {
    .editions-carousel-item__actions {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .editions-carousel-item__actions {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .editions-carousel-item__actions {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .editions-carousel-item__actions {
        font-size: 14px;
        line-height: 21px;
    }
}

.editions-carousel-item__actions .input-checkbox__label {
    font-size: inherit;
    font-weight: inherit;
}

    .editions-carousel-item__actions .input-checkbox__label:after, .editions-carousel-item__actions .input-checkbox__label:before {
        background: #fff;
        top: 0;
    }

.editions-carousel-item__action {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: flex-start;
}

    .editions-carousel-item__action > div {
        width: 100%;
    }

    .editions-carousel-item__action button {
        text-align: center;
        width: 100%;
    }

    .editions-carousel-item__action:not(:only-child) {
        flex: 0 0 50%;
    }

        .editions-carousel-item__action:not(:only-child):first-child {
            border-right: 1px solid #ddd;
        }

@media(min-width:768px) {
    .editions-carousel-item {
        padding: 40px 40px 25px;
    }

    .editions-carousel-item__sticker {
        font-size: 16px;
        left: 16px;
        top: 16px;
    }

    .editions-carousel-item__image {
        margin-bottom: 13px;
        width: 320px;
    }

    .editions-carousel-item__model-name {
        margin-bottom: -30px;
    }

    .editions-carousel-item__prices {
        justify-content: center;
    }

    .editions-carousel-item__price:first-child {
        padding-right: 5px;
    }

    .editions-carousel-item__price:last-child {
        padding-left: 5px;
    }

    .editions-carousel-item__usps {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .editions-carousel-item__usps .icon--checkmark {
            height: 16px;
            width: 16px;
        }
}

@media(min-width:1200px) {
    .editions-carousel-item__edition-name {
        margin-bottom: 6px;
    }

    .editions-carousel-item__usps {
        margin-bottom: 21px;
    }
}

@media(min-width:1600px) {
    .editions-carousel-item {
        padding-top: 45px;
    }

    .editions-carousel-item__image {
        width: 320px;
    }
}

.form-group {
    margin-bottom: 13px;
}

    .form-group.disabled .input-label {
        opacity: .5;
    }

    .form-group.is-invalid .invalid-feedback {
        color: #de0039;
        display: block;
        text-align: right;
    }

    .form-group.is-invalid label {
        color: #de0039;
    }

    .form-group.hide-arrows input::-webkit-inner-spin-button, .form-group.hide-arrows input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .form-group.hide-arrows input[type=number] {
        -moz-appearance: textfield;
    }

@media(min-width:768px) {
    .form-group {
        margin-bottom: 16px;
    }
}

@media(min-width:1440px) {
    .form-group {
        margin-bottom: 22px;
    }
}

.modal-backdrop.show {
    opacity: .3;
}

.modal-content {
    border: 0;
    border-radius: 2px;
}

.modal-header {
    border-bottom: 0;
    border-radius: 0;
    padding: 24px 24px 0;
}

.modal-title {
    font-weight: 300;
    margin-bottom: 24px;
}

@media(min-width:1200px) {
    .modal-title {
        margin-bottom: 32px;
    }
}

@media(min-width:1440px) {
    .modal-title {
        margin-bottom: 64px;
    }
}

.modal-body {
    padding: 0 24px 24px;
}

.modal-dialog {
    max-width: 582px;
}

.modal__close {
    background: #323232;
    border-top-right-radius: 2px;
    height: 48px;
    padding: 8px 11px;
    position: relative;
    right: -24px;
    top: -24px;
    width: 52px;
    z-index: 1;
}

    .modal__close .icon {
        height: 18px;
        width: 18px;
    }

        .modal__close .icon path {
            fill: #fff;
        }

@media(max-width:1199.98px) {
    .modal__close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .modal-title, .modal .form__success-block .rich-text > :first-child {
        padding-right: 20px;
    }
}

@media(min-width:768px) {
    .modal-header {
        padding: 50px 60px 0;
    }

    .modal-body {
        padding: 0 60px 50px;
    }

    .modal__close {
        padding: 12px 16px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media(min-width:1440px) {
    .modal-dialog {
        max-width: 670px;
    }
}

@media(min-width:1600px) {
    .modal-dialog {
        max-width: 790px;
    }
}

.device-android .modal-open {
    overflow: auto;
}

.option {
    align-items: center;
    border: 1px solid #ddd;
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
}

.option__image {
    height: 136px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 140px;
}

@media(min-width:1200px) {
    .option__image {
        height: 120px;
        width: 160px;
    }
}

.option__content {
    align-items: flex-start;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 16px;
}

.option__content-title {
    margin-bottom: 3px;
}

.option__content .button-link {
    color: #323232;
    margin-bottom: 3px;
}

.option__content .line-price {
    margin-bottom: 8px;
}

@media(min-width:1200px) {
    .option__content {
        align-items: center;
        flex-direction: row;
        margin-left: 30px;
        padding: 0;
    }

        .option__content .button-link, .option__content .line-price {
            margin-bottom: 0;
        }
}

.option__actions .button {
    font-weight: 900;
}

    .option__actions .button.is-active {
        background-color: #323232;
        color: #fff;
    }

.option__actions .button__icon-left {
    fill: currentColor;
    margin-right: 6px;
}

@media(min-width:768px) {
    .option__actions .button {
        padding: 12px 20px;
    }
}

@media(min-width:1200px) {
    .option__actions {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-left: 30px;
        margin-right: 30px;
        min-width: 140px;
    }
}

@media(min-width:1440px) {
    .option__actions .button {
        flex: 0 0 auto;
        font-size: 16px;
    }
}

.search-result-item {
    background: #fff;
    border: 1px solid #dce1e4;
    margin-bottom: 16px;
    position: relative;
    transition: box-shadow .3s,border-color .3s;
}

    .search-result-item:last-of-type {
        margin-bottom: 0;
    }

    .search-result-item:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

        .search-result-item:hover .article-highlight-item__image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.search-result-item__link {
    display: block;
    padding: 18px 16px;
}

.search-result-item__title {
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: none;
}

.search-result-item__body > span.highlighted {
    font-weight: 500;
}

.search-result-item figure img {
    display: none;
}

.search-result-item figcaption header {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    line-height: 21px;
    margin-bottom: 9px;
}

@media(min-width:1440px) {
    .search-result-item figcaption header {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .search-result-item figcaption header {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .search-result-item figcaption header {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .search-result-item figcaption header {
        font-size: 14px;
        line-height: 21px;
    }
}

.search-result-item figcaption header > span, .search-result-item figcaption header > time {
    display: inline-block;
}

.search-result-item figcaption header > span {
    position: relative;
}

    .search-result-item figcaption header > span:after {
        content: "  |  ";
        position: relative;
        right: 0;
        top: 0;
    }

@media(min-width:768px) {
    .search-result-item {
        margin-bottom: 24px;
    }

    .search-result-item__link {
        padding: 18px 24px;
    }

    .search-result-item figure {
        display: flex;
    }

        .search-result-item figure img {
            display: block;
            flex: 0 0 auto;
            margin-right: 24px;
            -o-object-fit: contain;
            object-fit: contain;
        }
}

@media(min-width:1440px) {
    .search-result-item__title {
        font-size: 20px;
        line-height: 24px;
    }

    .search-result-item__body {
        font-size: 16px;
    }
}

.receipt {
    background-color: #eaeaea;
    margin-bottom: 30px;
    padding: 24px;
    position: sticky;
    top: 15px;
}

    .receipt .share-buttons {
        bottom: -40px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .receipt hr.hr--full {
        margin-left: -24px;
        margin-right: -24px;
    }

    .receipt .tooltip-toggler {
        margin-left: 6px;
    }

@media(min-width:1200px) {
    .receipt {
        padding: 32px;
    }

        .receipt hr.hr--full {
            margin-left: -32px;
            margin-right: -32px;
        }
}

@media(min-width:1440px) {
    .receipt {
        padding: 40px;
    }

        .receipt hr.hr--full {
            margin-left: -40px;
            margin-right: -40px;
        }
}

.line-title {
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 6px;
    margin-top: 15px;
}

@media(min-width:1440px) {
    .line-title {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .line-title {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .line-title {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .line-title {
        font-size: 14px;
        line-height: 21px;
    }
}

.line-title .button--text {
    color: #de0039;
}

@media(min-width:1440px) {
    .line-title {
        margin-bottom: 3px;
        margin-top: 20px;
    }
}

.line-data, .line-price {
    display: flex;
}

.line-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .line-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .line-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .line-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.line-price__price {
    color: #323232;
    font-weight: 900;
    white-space: nowrap;
}

.line-price__remove-button {
    fill: #de0039;
    cursor: pointer;
    flex: 0 0 auto;
    margin-right: 5px;
    position: relative;
}

.line-price__month {
    text-transform: lowercase;
}

@media(min-width:1440px) {
    .line-price:not(.line-price--total) {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width:1199.98px) {
    .mobile-bottom {
        background-color: #eaeced;
        border-top: 1px solid #ddd;
        bottom: 0;
        left: 0;
        padding: 15px;
        position: fixed;
        width: 100%;
        z-index: 2000;
    }
}

.product-teaser-item {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all .3s;
    word-break: break-word;
}

    .product-teaser-item:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

        .product-teaser-item:hover .related-products-item__image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.product-teaser-item__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}

.product-teaser-item__link {
    display: block;
}

.product-teaser-item__image {
    flex: 0 0 auto;
    margin-bottom: 16px;
}

    .product-teaser-item__image, .product-teaser-item__image img {
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        width: 100%;
    }

.product-teaser-item__label {
    left: 12px;
    position: absolute;
    top: 12px;
}

.product-teaser-item__stock {
    margin-bottom: 30px;
}

    .product-teaser-item__stock span {
        display: inline;
        font-size: 16px;
        line-height: 24px;
    }

    .product-teaser-item__stock .icon {
        height: 20px;
        margin-right: 5px;
        margin-top: -4px;
        width: 20px;
    }

.product-teaser-item__stock-available {
    color: #489f02;
}

.product-teaser-item__stock-unavailable {
    color: #de0039;
}

.product-teaser-item__content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 0 20px 20px;
    text-align: center;
}

.product-teaser-item__price {
    margin-top: auto;
}

    .product-teaser-item__price h4 {
        color: inherit;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0;
    }

.product-teaser-item__price-normal {
    color: #323232;
    display: block;
}

.product-teaser-item__price-discount {
    align-items: center;
    color: #de0039;
    display: inline-flex;
}

    .product-teaser-item__price-discount .strikethrough {
        color: #323232;
        color: #495057;
        display: block;
        font-family: ITCFranklinGothicStd;
        font-size: 16px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 1.5;
        line-height: 19px;
        margin-left: 8px;
        margin-right: 8px;
        text-decoration: line-through;
    }

@media(min-width:1440px) {
    .product-teaser-item__price-discount .strikethrough {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .product-teaser-item__price-discount .strikethrough {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .product-teaser-item__price-discount .strikethrough {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .product-teaser-item__price-discount .strikethrough {
        font-size: 14px;
        line-height: 21px;
    }
}

.product-teaser-item__price-discount .tooltip-toggler .icon {
    height: 16px;
    width: 16px;
}

@media(min-width:768px) {
    .product-teaser-item__title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .product-teaser-item__content {
        padding: 0 20px 30px;
    }

    .product-teaser-item__image {
        margin-bottom: 32px;
    }

    .product-teaser-item__label {
        left: 18px;
        position: absolute;
        top: 18px;
    }

    .product-teaser-item__stock {
        margin-bottom: 50px;
    }

        .product-teaser-item__stock span {
            font-size: 18px;
            line-height: 27px;
        }

    .product-teaser-item__price h4 {
        font-size: 27px;
        line-height: 31px;
    }

    .product-teaser-item__price .strikethrough {
        font-size: 18px;
        line-height: 27px;
    }

    .product-teaser-item:not(.is-1-item) .related-products-item__title, .product-teaser-item:not(.is-2-item) .related-products-item__title {
        font-size: 27px;
        line-height: 31px;
    }
}

@media(min-width:1440px) {
    .product-teaser-item__title {
        font-size: 27px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .product-teaser-item__stock {
        margin-bottom: 60px;
    }

    .product-teaser-item__content {
        padding: 0 45px 35px;
    }
}

.stepper {
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.stepper__step {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    position: relative;
}

.stepper__step--completed {
    cursor: pointer;
}

.stepper__step--current .stepper__label {
    color: #de0039;
}

.stepper__step--current .stepper__circle:after {
    border-bottom-color: #ddd;
}

.stepper__step--todo .stepper__circle {
    background-color: #ddd;
    color: #323232;
}

    .stepper__step--todo .stepper__circle:after {
        border-bottom-color: #ddd;
    }

.stepper__step:last-child .stepper__circle:after {
    content: none;
}

.stepper__circle {
    background-color: #de0039;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

    .stepper__circle:after {
        border-bottom: 4px solid #de0039;
        content: "";
        left: calc(50% + 16px);
        position: absolute;
        top: 14px;
        width: calc(100% - 32px);
    }

.stepper__label {
    color: #323232;
    display: none;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width:1200px) {
    .stepper__label {
        display: block;
    }
}

.share-buttons__tooltip-toggle {
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    position: relative;
}

    .share-buttons__tooltip-toggle:hover {
        text-decoration: none;
    }

    .share-buttons__tooltip-toggle .share-icon {
        margin-right: 10px;
        width: 20px;
    }

        .share-buttons__tooltip-toggle .share-icon path {
            fill: currentColor;
        }

.share-buttons .tooltip {
    display: none;
    position: absolute;
}

    .share-buttons .tooltip, .share-buttons .tooltip .arrow {
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

.browser-ie .share-buttons .tooltip, .browser-ie .share-buttons .tooltip .arrow {
    top: 100px;
}

.share-buttons__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    white-space: nowrap;
    width: 120px;
    z-index: 1;
}

.share-buttons__button {
    align-items: center;
    display: flex;
    margin: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

    .share-buttons__button:hover {
        opacity: .7;
    }

    .share-buttons__button .icon {
        display: flex;
        flex: 0 0 30px;
        justify-content: center;
        text-align: center;
    }

    .share-buttons__button svg {
        max-height: 17px;
        max-width: 14px;
        width: 100%;
    }

        .share-buttons__button svg path {
            fill: #fff;
        }

.share-buttons .copied {
    color: #d4ffd4;
    margin-top: 0;
}

@media(max-width:1199.98px) {
    .share-buttons .tooltip.open {
        display: block;
    }
}

@media(min-width:1200px) {
    .share-buttons__tooltip-toggle:hover .tooltip {
        display: block;
    }
}

.visual-teaser-item {
    display: block;
    position: relative;
}

.visual-teaser-item__content {
    align-items: center;
    background-color: rgba(50,50,50,.6);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 16px 16px 16px 24px;
    position: absolute;
    width: 100%;
}

.visual-teaser-item__image, .visual-teaser-item__image img {
    vertical-align: top;
    width: 100%;
}

    .visual-teaser-item__image img {
        -o-object-fit: cover;
        object-fit: cover;
    }

.visual-teaser-item__title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 8px;
    text-transform: none;
}

.visual-teaser-item.is-1 {
    flex: 1 1;
}

.visual-teaser-item.is-2, .visual-teaser-item.is-3, .visual-teaser-item.is-4 {
    flex: 0 0 100%;
    margin-bottom: 8px;
}

@media(min-width:768px) {
    .visual-teaser-item.is-2, .visual-teaser-item.is-3, .visual-teaser-item.is-4 {
        margin-bottom: 0;
    }

    .visual-teaser-item__content {
        padding: 20px 20px 20px 28px;
    }

    .visual-teaser-item.is-2 {
        flex: 1 1;
        margin-bottom: 0;
    }

        .visual-teaser-item.is-2:first-child {
            margin-right: 20px;
        }

    .visual-teaser-item.is-3 {
        flex: 1 1 40%;
    }

        .visual-teaser-item.is-3:not(:last-child) {
            margin-bottom: 20px;
        }

        .visual-teaser-item.is-3:first-child {
            margin-right: 20px;
        }

        .visual-teaser-item.is-3:last-child {
            flex: 0 0 50%;
        }

    .visual-teaser-item.is-4 {
        flex: 1 1 40%;
    }

        .visual-teaser-item.is-4:not(:last-child) {
            margin-bottom: 0;
        }

        .visual-teaser-item.is-4:first-child, .visual-teaser-item.is-4:nth-child(2) {
            margin-bottom: 20px;
        }

        .visual-teaser-item.is-4:nth-child(odd) {
            margin-right: 20px;
        }
}

@media(min-width:1200px) {
    .visual-teaser-item.is-3, .visual-teaser-item.is-3:last-child {
        flex: 1 1;
    }

        .visual-teaser-item.is-3:not(:last-child) {
            margin-bottom: 0;
            margin-right: 20px;
        }
}

@media(min-width:1440px) {
    .visual-teaser-item__content {
        padding: 24px 24px 24px 32px;
    }

    .visual-teaser-item.is-2:first-child, .visual-teaser-item.is-3:not(:last-child) {
        margin-right: 40px;
    }

    .visual-teaser-item.is-4:first-child, .visual-teaser-item.is-4:nth-child(2) {
        margin-bottom: 40px;
    }

    .visual-teaser-item.is-4:nth-child(odd) {
        margin-right: 40px;
    }
}

.accessories-overview-form {
    margin-bottom: 40px;
    margin-top: 40px;
}

.accessories-overview-form__sorting {
    margin-bottom: 30px;
}

    .accessories-overview-form__sorting .form-group {
        display: flex;
        margin-bottom: 0;
    }

        .accessories-overview-form__sorting .form-group .input-label {
            align-self: center;
            margin-bottom: 0;
            margin-right: 16px;
            white-space: nowrap;
        }

.accessories-overview-form__list {
    margin-bottom: 16px;
}

    .accessories-overview-form__list.empty {
        min-height: 340px;
    }

    .accessories-overview-form__list > [class*=col-] {
        margin-bottom: 16px;
    }

.accessories-overview-form__reset {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
}

    .accessories-overview-form__reset:hover {
        text-decoration: underline;
    }

.accessories-overview-form__categories {
    font-weight: 500;
    margin-bottom: 20px;
}

    .accessories-overview-form__categories li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .accessories-overview-form__categories .active {
        color: #de0039;
    }

    .accessories-overview-form__categories a:not(.active):hover {
        text-decoration: underline;
    }

.accessories-overview-form__filter-button {
    background: #323232;
    border: none;
    color: #fff;
    justify-content: flex-start;
    line-height: 20px;
    margin-bottom: 18px;
    padding: 10px 16px;
    position: relative;
    width: 100%;
}

    .accessories-overview-form__filter-button svg {
        fill: currentColor;
        height: 16px;
        position: absolute;
        right: 12px;
        top: 12px;
        width: auto;
    }

    .accessories-overview-form__filter-button:after {
        background: rgba(221,221,221,.2);
        bottom: 0;
        content: "";
        position: absolute;
        right: 40px;
        top: 0;
        width: 1px;
    }

.accessories-overview-form__no-results {
    align-self: center;
    flex: 0 1 560px;
    margin: 0 auto;
    text-align: center;
}

.accessories-overview-form .modal-title {
    font-weight: 900;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.accessories-overview-form__modal-section {
    margin-top: 40px;
}

@media(max-width:1199.98px) {
    .accessories-overview-form__list > [class*=col-]:nth-child(odd) {
        padding-right: 8px;
    }

    .accessories-overview-form__list > [class*=col-]:nth-child(2n) {
        padding-left: 8px;
    }
}

@media(min-width:768px) {
    .accessories-overview-form__sorting .input-select:before {
        right: 40px;
    }

    .accessories-overview-form__sorting .input-select__select {
        background-position: right 14px center;
        padding: 10px 56px 10px 16px;
    }
}

@media(min-width:1200px) {
    .accessories-overview-form {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .accessories-overview-form__sorting {
        margin-bottom: 36px;
    }

    .accessories-overview-form__list {
        padding: 0 7px;
    }

        .accessories-overview-form__list.empty {
            min-height: 500px;
        }

        .accessories-overview-form__list > [class*=col-] {
            margin-bottom: 24px;
            padding-left: 12px;
            padding-right: 12px;
        }
}

@media(min-width:1440px) {
    .accessories-overview-form__sorting .input-select:before {
        right: 40px;
    }

    .accessories-overview-form__sorting .input-select__select {
        background-position: right 14px center;
        padding: 10px 56px 10px 16px;
    }

    .accessories-overview-form__filters .input-select:before {
        right: 48px;
    }

    .accessories-overview-form__filters .input-select__select {
        background-position: right 18px center;
        padding: 14px 72px 14px 24px;
    }
}

@media(min-width:1600px) {
    .accessories-overview-form {
        margin-bottom: 120px;
        margin-top: 120px;
    }
}

#modal-accessory-filter .modal-dialog {
    margin: 0 0 0 auto;
    min-height: 100%;
}

#modal-accessory-filter .accessories-overview-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}

    #modal-accessory-filter .accessories-overview-form > * {
        flex: 0 0 auto;
    }

#modal-accessory-filter .accessories-overview-form__close-modal {
    border-top: 1px solid #ddd;
    margin: auto -24px 0;
    padding: 16px 24px 0;
    width: auto;
}

    #modal-accessory-filter .accessories-overview-form__close-modal .button {
        width: 100%;
    }

@media(min-width:768px) {
    #modal-accessory-filter .accessories-overview-form__close-modal {
        margin: auto -60px 0;
        padding: 16px 60px 0;
    }
}

.accessory-modal__title {
    font-weight: 300;
}

.accessory-modal .button__icon-left {
    fill: currentColor;
    margin-right: 6px;
}

.accessory-detail-block {
    margin-bottom: 48px;
    margin-top: 48px;
}

.accessory-detail-block__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 6px;
    text-transform: none;
}

.accessory-detail-block__description {
    margin-bottom: 24px;
}

.accessory-detail-block__image {
    width: 100%;
}

.accessory-detail-block__specification {
    border-top: 1px solid #ddd;
    display: flex;
    padding: 8px 0;
}

    .accessory-detail-block__specification:last-child {
        border-bottom: 1px solid #ddd;
    }

.accessory-detail-block__specification-title {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 20px;
    position: relative;
}

.accessory-detail-block__specification-text {
    flex: 0 1 auto;
    margin-left: auto;
    text-align: right;
}

@media(min-width:768px)and (max-width:1199.98px) {
    .accessory-detail-block__specification {
        display: block;
    }

    .accessory-detail-block__specification-title {
        margin-bottom: 8px;
    }

    .accessory-detail-block__specification-text {
        margin-left: 0;
        text-align: left;
    }
}

@media(min-width:768px) {
    .accessory-detail-block {
        margin-bottom: 64px;
        margin-top: 64px;
    }

    .accessory-detail-block__specification {
        padding: 16px 0;
    }
}

@media(min-width:1440px) {
    .accessory-detail-block {
        margin-bottom: 120px;
        margin-top: 120px;
    }

    .accessory-detail-block__specification-variant.input-select:before {
        right: 48px;
    }

    .accessory-detail-block__specification-variant .input-select__select {
        background-position: right 18px center;
        padding: 14px 72px 14px 24px;
    }

    .accessory-detail-block__title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .accessory-detail-block__description {
        margin-bottom: 20px;
    }

    .accessory-detail-block__specification {
        padding: 14px 0;
    }
}

.accessory-order-block__prices {
    align-items: center;
    display: flex;
    margin-bottom: 24px;
}

.accessory-order-block__normal-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .accessory-order-block__normal-price {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .accessory-order-block__normal-price {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .accessory-order-block__normal-price {
        font-size: 43px;
        line-height: 46px;
    }
}

.accessory-order-block__new-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .accessory-order-block__new-price {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .accessory-order-block__new-price {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .accessory-order-block__new-price {
        font-size: 43px;
        line-height: 46px;
    }
}

.accessory-order-block__old-price {
    margin-left: 10px;
    text-decoration: line-through;
}

.accessory-order-block__submit {
    padding-bottom: 9px;
    padding-top: 9px;
    width: 100%;
}

    .accessory-order-block__submit .icon {
        fill: currentColor;
        height: 18px;
        margin-left: 0;
        margin-right: 10px;
        width: auto;
    }

.accessory-order-block__available, .accessory-order-block__unavailable {
    text-align: center;
}

    .accessory-order-block__available svg, .accessory-order-block__unavailable svg {
        height: 16px;
        margin-right: 4px;
        width: 16px;
    }

    .accessory-order-block__available p, .accessory-order-block__unavailable p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 4px;
    }

.accessory-order-block__add-form-group {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .accessory-order-block__available, .accessory-order-block__unavailable {
        text-align: left;
    }

    .accessory-order-block__submit {
        padding-bottom: 13px;
        padding-top: 13px;
    }

        .accessory-order-block__submit .icon {
            margin-right: 15px;
        }
}

@media(min-width:1200px) {
    .accessory-order-block__submit {
        flex: 0 0 auto;
        margin-left: 16px;
        width: auto;
    }

    .accessory-order-block__add-form-group {
        align-items: flex-end;
        display: flex;
    }

        .accessory-order-block__add-form-group .form-group {
            margin-bottom: 0;
        }

        .accessory-order-block__add-form-group .input-select__select {
            min-width: 120px;
        }
}

@media(min-width:1440px) {
    .accessory-order-block__submit {
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .accessory-order-block__available svg, .accessory-order-block__unavailable svg {
        height: 24px;
        margin-right: 6px;
        width: 24px;
    }

    .accessory-order-block__available p, .accessory-order-block__unavailable p {
        margin-top: 10px;
    }
}

.article-meta-block, .article-meta-block + .column-grid-block {
    margin-top: 20px;
}

@media(min-width:768px) {
    .article-meta-block {
        margin-top: 70px;
    }

        .article-meta-block + .column-grid-block {
            margin-top: 40px;
        }
}

.article-highlight-block {
    position: relative;
}

.article-highlight-block__more-link {
    margin-top: 30px;
    text-align: center;
}

@media(min-width:768px) {
    .article-highlight-block__more-link {
        margin-top: 60px;
    }

    .article-highlight-block .glide {
        padding-bottom: 108px;
    }

    .article-highlight-block .glide-controls {
        margin-top: 56px;
    }

    .article-highlight-block__controls-wrap {
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

    .article-highlight-block.has-slider .article-highlight-block__more-link {
        bottom: 5px;
        margin-top: 0;
        position: absolute;
        right: 20px;
    }

    .article-highlight-block.has-2-items .article-highlight-block__row > .col-12:first-child {
        padding-right: 10px;
    }

    .article-highlight-block.has-2-items .article-highlight-block__row > .col-12:last-child {
        padding-left: 10px;
    }
}

@media(min-width:1200px) {
    .article-highlight-block.has-2-items .article-highlight-block__row > .col-12:first-child {
        padding-right: 20px;
    }

    .article-highlight-block.has-2-items .article-highlight-block__row > .col-12:last-child {
        padding-left: 20px;
    }
}

@media(min-width:1600px) {
    .article-highlight-block .glide {
        padding-bottom: 132px;
    }

    .article-highlight-block .glide-controls, .article-highlight-block__more-link {
        margin-top: 80px;
    }
}

.block-table__title {
    text-align: center;
}

.block-table .rich-text {
    margin-top: 16px;
}

.block-table__table table {
    border-collapse: collapse;
    width: 100%;
}

.block-table__table td, .block-table__table th {
    background: #fff;
    text-align: left;
    word-break: break-word;
}

.block-table__table .table-header, .block-table__table th {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.block-table__table--responsive td, .block-table__table--responsive th, .block-table__table--specifications td, .block-table__table--specifications th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 12px 15px;
}

.block-table__table--specifications {
    border-bottom: 1px solid #ddd;
}

    .block-table__table--specifications .table-header {
        vertical-align: middle;
        white-space: normal;
    }

    .block-table__table--specifications .table-content {
        text-align: center;
        vertical-align: middle;
    }

        .block-table__table--specifications .table-content a {
            color: #de0039;
        }

            .block-table__table--specifications .table-content a:hover {
                text-decoration: underline;
            }

    .block-table__table--specifications svg {
        height: 24px;
        width: 24px;
    }

    .block-table__table--specifications td, .block-table__table--specifications th {
        border-left: 1px solid #ddd;
    }

@media(min-width:768px) {
    .block-table__table--responsive table {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .block-table__table--specifications td, .block-table__table--specifications th {
        width: 50%;
    }
}

@media(min-width:1440px) {
    .block-table__table--specifications .table-header {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width:767.98px) {
    .block-table__table--responsive table, .block-table__table--responsive tbody, .block-table__table--responsive td, .block-table__table--responsive th, .block-table__table--responsive thead, .block-table__table--responsive tr {
        display: block;
    }

        .block-table__table--responsive thead tr {
            left: -9999px;
            position: absolute;
            top: -9999px;
        }

    .block-table__table--responsive tr {
        border-top: 1px solid #ddd;
        padding-bottom: 15px;
    }

        .block-table__table--responsive tr:last-of-type {
            padding-bottom: 0;
        }

    .block-table__table--responsive td {
        border: 1px solid #ddd;
        border-top: none;
        display: flex;
        flex-direction: row;
        padding: 0;
    }

        .block-table__table--responsive td:before, .block-table__table--responsive td span {
            height: 100%;
            padding: 12px 15px;
        }

        .block-table__table--responsive td span {
            width: 55%;
        }

        .block-table__table--responsive td:before {
            align-items: center;
            border-right: 1px solid #ddd;
            color: #323232;
            content: attr(data-title);
            display: inline-flex;
            flex-grow: 0;
            flex-shrink: 0;
            font-family: ITCFranklinGothicStd;
            font-size: 14px;
            font-weight: 900;
            height: inherit;
            letter-spacing: .5px;
            line-height: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
            width: 45%;
        }
}

@media(max-width:767.98px)and (min-width:768px) {
    .block-table__table--responsive td:before {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width:767.98px)and (min-width:1200px) {
    .block-table__table--responsive td:before {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width:767.98px)and (min-width:1440px) {
    .block-table__table--responsive td:before {
        font-size: 21px;
        line-height: 25px;
    }
}

@media(max-width:767.98px) {
    .block-table__table--specifications table, .block-table__table--specifications tbody, .block-table__table--specifications td, .block-table__table--specifications th, .block-table__table--specifications thead, .block-table__table--specifications tr {
        display: block;
        text-align: center;
    }

    .block-table__table--specifications .table-header {
        background-color: #eaeced;
    }
}

.articles-filter-block {
    margin-top: 32px;
}

.articles-filter-block__date {
    display: flex;
}

    .articles-filter-block__date .input-date-select:first-of-type {
        margin-right: 6px;
    }

.articles-filter-block [class^=col-]:last-of-type .form-group {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .articles-filter-block {
        margin-top: 48px;
    }

        .articles-filter-block .input-date-select:first-of-type {
            margin-right: 14px;
        }
}

@media(min-width:1200px) {
    .articles-filter-block {
        margin-top: 80px;
    }

        .articles-filter-block .input-date-select:first-of-type {
            margin-right: 10px;
        }
}

@media(min-width:1440px) {
    .articles-filter-block .input-date-select:first-of-type {
        margin-right: 8px;
    }
}

@media(min-width:768px)and (max-width:1199.98px) {
    .articles-filter-block .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .articles-filter-block [class^=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.articles-overview-block {
    margin-bottom: 40px;
    margin-top: 30px;
}

@media(min-width:768px) {
    .articles-overview-block {
        margin-bottom: 40px;
        margin-top: 16px;
    }
}

@media(min-width:1200px) {
    .articles-overview-block {
        margin-bottom: 56px;
    }
}

@media(min-width:768px)and (max-width:1199.98px) {
    .articles-overview-block .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .articles-overview-block [class^=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.article-card {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    word-break: break-word;
}

.article-card__link {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
    height: 100%;
    transition: box-shadow .3s,border-color .3s;
}

    .article-card__link:hover {
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

        .article-card__link:hover .article-card__image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.article-card__image {
    -webkit-clip-path: polygon(90% 0,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 100%,0 100%,0 0);
}

    .article-card__image, .article-card__image img {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

        .article-card__image img {
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s;
        }

.article-card__header {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 10px;
}

@media(min-width:1440px) {
    .article-card__header {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .article-card__header {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .article-card__header {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .article-card__header {
        font-size: 14px;
        line-height: 21px;
    }
}

.article-card__header .tooltip-toggler, .article-card__header span {
    display: inline-block;
    vertical-align: middle;
}

.article-card__header .tooltip-toggler {
    height: 16px;
    width: 16px;
}

    .article-card__header .tooltip-toggler .icon--tooltip {
        display: block;
        height: inherit;
        width: inherit;
    }

.article-card__promotion {
    display: inline-block;
    left: 16px;
    max-width: 75%;
    position: absolute;
    top: 16px;
}

.article-card__content {
    padding: 26px 26px 48px;
}

.article-card__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 18px;
    font-size: 20px;
    font-weight: 900;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 21px;
    line-height: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-transform: none;
}

@media(min-width:768px) {
    .article-card__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1200px) {
    .article-card__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1440px) {
    .article-card__title {
        font-size: 27px;
        line-height: 31px;
    }
}

.article-card__text {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
}

@media(min-width:1440px) {
    .article-card__text {
        font-size: 18px;
    }
}

.article-card__arrow {
    bottom: 8px;
    height: 32px;
    position: absolute;
    right: 10px;
    width: 32px;
}

    .article-card__arrow svg {
        display: block;
    }

        .article-card__arrow svg .g-circle {
            fill: #eaeaea;
        }

        .article-card__arrow svg .g-arrow {
            fill: #323232;
        }

@media(min-width:768px) {
    .article-card {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .article-card__content {
        padding: 24px 24px 48px;
    }
}

@media(min-width:1200px) {
    .article-card {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .article-card__content {
        padding: 30px 30px 72px;
    }

    .article-card__arrow {
        bottom: 16px;
        height: 40px;
        right: 16px;
        width: 40px;
    }
}

@media(min-width:1440px) {
    .article-card {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .article-card__content {
        padding: 32px 32px 72px;
    }
}

.buttons-block .button {
    flex: 0 0 auto;
}

@media(max-width:767.98px) {
    .buttons-block .button {
        width: 100%;
    }

        .buttons-block .button:not(:first-child) {
            margin-top: 8px;
        }

            .buttons-block .button:not(:first-child).button--text {
                margin-top: 17px;
            }

    .buttons-block .button--text {
        justify-content: flex-start;
    }
}

@media(min-width:768px) {
    .buttons-block__inner {
        align-items: center;
        display: flex;
    }

    .buttons-block .button:not(:last-child) {
        margin-right: 24px;
    }
}

@media(min-width:1440px) {
    .buttons-block .button:not(:last-child) {
        margin-right: 40px;
    }
}

.benefits-block__item {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
    padding-left: 32px;
    position: relative;
    text-transform: none;
}

@media(min-width:1440px) {
    .benefits-block__item {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .benefits-block__item {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .benefits-block__item {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .benefits-block__item {
        font-size: 24px;
        line-height: 36px;
    }
}

.benefits-block__item:not(:last-child) {
    margin-bottom: 12px;
}

.benefits-block .icon {
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

@media(min-width:1200px) {
    .benefits-block__item {
        padding-left: 40px;
    }

        .benefits-block__item:not(:last-child) {
            margin-bottom: 8px;
        }
}

@media(min-width:1440px) {
    .benefits-block__item {
        padding-left: 40px;
    }

    .benefits-block .icon {
        top: 5px;
    }
}

.breadcrumb {
    padding: 24px 0;
}

.breadcrumb__back-button {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    font-weight: 500;
    justify-content: flex-start;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    text-transform: none;
}

@media(min-width:1440px) {
    .breadcrumb__back-button {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .breadcrumb__back-button {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .breadcrumb__back-button {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .breadcrumb__back-button {
        font-size: 14px;
        line-height: 21px;
    }
}

.breadcrumb__back-button > .icon {
    fill: currentColor;
    height: 9px;
    width: 6px;
}

.breadcrumb__list {
    display: none;
}

.breadcrumb__item {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .breadcrumb__item {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .breadcrumb__item {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .breadcrumb__item {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .breadcrumb__item {
        font-size: 14px;
        line-height: 21px;
    }
}

.breadcrumb__item:not(.active):hover {
    text-decoration: underline;
}

.breadcrumb__item.active {
    font-weight: 500;
}

.breadcrumb__item + .breadcrumb__item {
    padding-left: 8px;
}

    .breadcrumb__item + .breadcrumb__item:before {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0 1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23323232'/%3E%3C/svg%3E");
        padding-right: 8px;
    }

@media(min-width:768px) {
    .breadcrumb {
        padding: 32px 0;
    }

    .breadcrumb__back-button {
        display: none;
    }

    .breadcrumb__list {
        display: flex;
        flex-wrap: wrap;
    }
}

.column-grid-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.column-grid-block__inner > :not(:last-child) {
    margin-bottom: 24px;
}

@media(max-width:1199.98px) {
    .column-grid-block > .container > .row > .col-12:not(:last-child) {
        margin-bottom: 2em;
    }
}

@media(min-width:768px) {
    .column-grid-block {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .column-grid-block__inner > :not(:last-child) {
        margin-bottom: 40px;
    }
}

@media(min-width:1600px) {
    .column-grid-block {
        margin-bottom: 120px;
        margin-top: 120px;
    }

    .column-grid-block__inner > :not(:last-child) {
        margin-bottom: 60px;
    }
}

.configurator__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 21px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .configurator__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1200px) {
    .configurator__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1440px) {
    .configurator__title {
        font-size: 27px;
        line-height: 31px;
    }
}

.configurator__subtitle {
    font-weight: 300;
}

.configurator__lease-info {
    margin-top: 32px;
}

    .configurator__lease-info h6 {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 25px;
        margin-bottom: 1em;
        text-transform: uppercase;
    }

.configurator__disclaimer {
    font-size: 14px;
    line-height: 21px;
    margin-top: 32px;
}

@media(min-width:768px) {
    .configurator__lease-info h6 {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .configurator__lease-info h6 {
        font-size: 16px;
    }
}

@media(min-width:1440px) {
    .configurator__subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .configurator__lease-info h6 {
        font-size: 21px;
    }
}

.comparison-bar__item {
    align-items: center;
    border-left: 1px solid rgba(221,221,221,.2);
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 15px 42px 15px 15px;
}

    .comparison-bar__item:first-of-type {
        border-left: none;
    }

@media(min-width:768px) {
    .comparison-bar__item:last-of-type {
        border-right: 1px solid rgba(221,221,221,.2);
    }
}

.comparison-bar__item--placeholder, .comparison-bar__item--placeholder:last-of-type {
    border-right: none;
}

.comparison-bar__item-title {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.comparison-bar__item h5 {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}

.comparison-bar__item p {
    color: rgba(255,255,255,.9);
    font-size: 12px;
    line-height: 19px;
}

.comparison-bar__remove {
    align-items: center;
    background: none;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    line-height: 1;
    margin-left: 10px;
    text-decoration: none;
}

    .comparison-bar__remove svg {
        fill: #fff;
        display: inline-block;
        height: 12px;
        width: 12px;
    }

.comparison-bar__select {
    background-image: url(/static/suzuki/static/suzuki/svg/arrow-caret-fat-down-white.svg?d7c7d8c3);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 12px 9px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .comparison-bar__select select {
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        color: transparent;
        height: 100%;
        opacity: 0;
        width: 100%;
    }

        .comparison-bar__select select::-ms-expand {
            display: none;
        }

        .comparison-bar__select select option {
            color: #323232;
        }

            .comparison-bar__select select option[disabled] {
                color: #495057;
            }

@media(min-width:768px) {
    .comparison-bar__item h5 {
        font-size: 12px;
        line-height: 14px;
    }

    .comparison-bar__item p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .comparison-bar__item {
        height: 104px;
        padding: 30px 50px 30px 15px;
    }

        .comparison-bar__item:first-of-type {
            border-left: 1px solid rgba(221,221,221,.2);
        }

        .comparison-bar__item h5 {
            font-size: 14px;
            line-height: 18px;
        }

        .comparison-bar__item p {
            font-size: 16px;
            line-height: 24px;
        }

    .comparison-bar__select {
        background-size: 20px 15px;
    }

    .comparison-bar__remove svg {
        height: 20px;
        width: 20px;
    }
}

@media(min-width:1440px) {
    .comparison-bar__item-title {
        align-items: center;
        height: 100%;
    }

    .comparison-bar__item h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .comparison-bar__item p {
        font-size: 18px;
        line-height: 27px;
    }

    .comparison-bar__item svg {
        height: 20px;
        width: 20px;
    }

    .comparison-bar__remove {
        align-self: flex-start;
        margin-left: 40px;
    }
}

.bottom-overlay {
    bottom: 0;
    height: 104px;
    left: 0;
    position: fixed;
    transition: height .2s ease;
    width: 100%;
    z-index: 10;
}

.bottom-overlay--expanded {
    height: 100%;
}

    .bottom-overlay--expanded .bottom-overlay-content {
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        height: calc(100% - 87px);
        overflow-y: auto;
    }

@media(min-width:1440px) {
    .bottom-overlay--expanded .bottom-overlay-content {
        height: calc(100% - 104px);
    }
}

.bottom-overlay-bar {
    background-color: #323232;
    position: relative;
}

.bottom-overlay-bar__actions {
    border-bottom: 1px solid rgba(221,221,221,.2);
    height: 48px;
    padding: 8px;
    z-index: 2;
}

    .bottom-overlay-bar__actions .button {
        background-color: #eaeaea;
        border-color: #eaeaea;
        flex: 0 0 auto;
        padding: 4px 24px;
    }

@media(min-width:1200px) {
    .bottom-overlay-bar__actions {
        align-items: center;
        border-bottom: none;
        display: flex;
        height: 100%;
        max-width: calc(50vw - 589px);
        padding-left: 32px;
        position: absolute;
    }

        .bottom-overlay-bar__actions .button {
            padding: 12px 28px;
        }
}

.bottom-overlay-content {
    height: 0;
    overflow: hidden;
}

.comparison-page {
    background-color: #f4f4f5;
    padding-top: 24px;
}

.comparison-page__title {
    font-weight: 300;
}

.comparison-page .react-tabs {
    margin-top: 56px;
}

.comparison-page .color .color__circle {
    margin: 6px;
}

@media(max-width:767.98px) {
    .comparison-page .grade-image__grade {
        font-size: 24px;
    }
}

@media(min-width:1200px) {
    .comparison-page {
        padding-top: 50px;
    }

        .comparison-page .react-tabs {
            margin-top: 100px;
        }
}

.comparison-item__title {
    font-weight: 500;
    margin-bottom: 6px;
    text-align: center;
    text-transform: none;
}

.comparison-item__price {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center;
}

.comparison-item__remove {
    align-items: center;
    color: #de0039;
    display: flex;
    font-size: 10px;
    line-height: 1;
    margin-top: 14px;
}

    .comparison-item__remove svg {
        fill: currentColor;
        height: 15px;
        width: 15px;
    }

.comparison-item .label {
    align-self: flex-start;
}

@media(min-width:1200px) {
    .comparison-item__title {
        margin-bottom: 10px;
    }

    .comparison-item__price {
        margin-bottom: 20px;
    }

    .comparison-item__remove {
        font-size: 14px;
    }

        .comparison-item__remove svg {
            height: 20px;
            width: 20px;
        }
}

.compare-table {
    border-bottom: none;
}

.compare-table__row {
    display: flex;
    flex-wrap: wrap;
}

.compare-table__cell, .compare-table__header {
    border: 1px solid #eaeced;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.compare-table__header {
    background-color: #eaeced;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:1200px) {
    .compare-table__header {
        background-color: #fff;
        border-bottom: none;
        text-align: left;
    }
}

.compare-table__cell {
    word-break: break-word;
}

    .compare-table__cell a {
        color: #de0039;
    }

        .compare-table__cell a:hover {
            text-decoration: underline;
        }

@media(min-width:1200px) {
    .compare-table__cell {
        border-bottom: none;
        border-left: none;
    }

    .compare-table {
        border-bottom: 1px solid #eaeced;
    }
}

.cookie-bar {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 30px 0 rgba(0,0,0,.14);
    left: 0;
    padding-bottom: 24px;
    padding-top: 24px;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 100%;
    z-index: 15;
}

    .cookie-bar.hidden {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .cookie-bar .button--small {
        flex: 0 0 100%;
        padding: 14px 24px;
    }

.cookie-bar__submit {
    -webkit-appearance: none;
}

.cookie-bar__title {
    margin-bottom: 5px;
}

.cookie-bar__content {
    margin-bottom: 20px;
}

.cookie-bar__form {
    display: flex;
    flex-wrap: wrap;
}

    .cookie-bar__form ul {
        border: 1px solid #ddd;
        border-radius: 2px;
        display: flex;
        flex: 0 0 100%;
        flex-wrap: wrap;
        margin-bottom: 24px;
        padding: 0 16px;
    }

        .cookie-bar__form ul .form-group {
            margin-bottom: 0;
        }

        .cookie-bar__form ul li {
            flex: 0 0 auto;
            padding: 10px 0;
        }

            .cookie-bar__form ul li.detail-link {
                border-top: 1px solid #ddd;
                flex-basis: calc(100% + 30px);
                flex-grow: 0;
                flex-shrink: 0;
                margin-left: -15px;
                margin-right: 0;
                position: relative;
                text-align: center;
            }

                .cookie-bar__form ul li.detail-link label {
                    cursor: pointer;
                }

                    .cookie-bar__form ul li.detail-link label:focus {
                        outline: 0;
                    }

                .cookie-bar__form ul li.detail-link svg {
                    display: inline-block;
                    height: 20px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    transition: rotate .3s;
                    width: 20px;
                }

                    .cookie-bar__form ul li.detail-link svg [class*=g-circle] {
                        fill: #323232;
                    }

                .cookie-bar__form ul li.detail-link span {
                    color: #323232;
                    font-size: 12px;
                    font-weight: 900;
                    text-transform: uppercase;
                }

.cookie-bar .declaration-container {
    border: 1px solid #ddd;
    display: none;
    flex-wrap: wrap;
    margin-top: 32px;
}

    .cookie-bar .declaration-container input[type=radio] {
        clip: rect(0 0 0 0);
        position: absolute;
    }

        .cookie-bar .declaration-container input[type=radio]:checked + label {
            color: #323232;
        }

            .cookie-bar .declaration-container input[type=radio]:checked + label:last-of-type, .cookie-bar .declaration-container input[type=radio]:checked + label:nth-last-of-type(2) {
                border-bottom-color: transparent;
            }

    .cookie-bar .declaration-container label {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        flex: 0 0 50%;
        font-size: 10px;
        font-weight: 900;
        max-width: 50%;
        padding: 8px 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

        .cookie-bar .declaration-container label:nth-child(2n) {
            border-right: 1px solid #ddd;
        }

.cookie-bar .declaration-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
}

.cookie-bar #declaration-checkbox {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.cookie-bar .detail-link label[for=declaration-checkbox] span:before {
    content: attr(data-label-show);
}

.cookie-bar #declaration-checkbox:checked ~ .cookie-bar__form .detail-link label[for=declaration-checkbox] svg {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.cookie-bar #declaration-checkbox:checked ~ .cookie-bar__form .detail-link label[for=declaration-checkbox] span:before {
    content: attr(data-label-hide);
}

.cookie-bar #declaration-checkbox:checked ~ .declaration-container {
    display: flex;
}

@media(min-width:768px) {
    .cookie-bar {
        padding-bottom: 28px;
        padding-top: 28px;
    }

        .cookie-bar .button--small {
            flex: 0 0 auto;
        }

    .cookie-bar__title {
        margin-bottom: 10px;
    }

    .cookie-bar__form ul {
        margin-bottom: 16px;
    }

        .cookie-bar__form ul li {
            flex: 1 0 auto;
        }

            .cookie-bar__form ul li.detail-link {
                border-left: 1px solid #ddd;
                border-top: none;
                flex: 1 0 auto;
                margin-left: 0;
                padding-left: 16px;
            }

    .cookie-bar__form .button[type=submit] {
        width: auto;
    }

    .cookie-bar .declaration-container {
        border: none;
    }

        .cookie-bar .declaration-container input[type=radio]:checked + label {
            border-bottom-color: transparent;
        }

        .cookie-bar .declaration-container label {
            border: 1px solid #ddd;
            flex: 0 0 auto;
            font-size: 12px;
            margin: 0 0 -1px -1px;
            max-width: none;
            padding: 10px 15px;
        }

            .cookie-bar .declaration-container label:first-of-type {
                margin-left: 0;
            }

    .cookie-bar .declaration-content {
        border: 1px solid #ddd;
    }
}

@media(min-width:1200px) {
    .cookie-bar__form ul {
        flex: 1 0 auto;
        margin-bottom: 0;
        margin-right: 8px;
    }

        .cookie-bar__form ul li.detail-link span {
            font-size: 14px;
        }
}

@media(min-width:1440px) {
    .cookie-bar {
        padding-bottom: 35px;
        padding-top: 30px;
    }

    .cookie-bar__title {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 16px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }
}

@media(min-width:1440px)and (min-width:768px) {
    .cookie-bar__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px)and (min-width:1200px) {
    .cookie-bar__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px)and (min-width:1440px) {
    .cookie-bar__title {
        font-size: 21px;
        line-height: 25px;
    }
}

@media(min-width:1440px) {
    .cookie-bar__form ul li.detail-link span {
        font-size: 16px;
    }
}

.dealer-intro-block {
    margin: 64px auto;
}

.dealer-intro-block__title {
    margin-bottom: 10px;
}

.dealer-intro-block__dealer-wrap {
    border-bottom: 1px solid #ddd;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.dealer-intro-block__review {
    margin-top: 5px;
    text-decoration: underline;
    text-transform: none;
}

.dealer-intro-block__image {
    flex: 0 0 160px;
    margin-right: 20px;
}

    .dealer-intro-block__image img {
        height: auto;
    }

.dealer-intro-block__dealer-info {
    flex: 1 0;
}

    .dealer-intro-block__dealer-info a:hover .dealer-intro-block__review {
        text-decoration: none;
    }

.dealer-intro-block__checklist {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 20px 0 0;
}

@media(min-width:1440px) {
    .dealer-intro-block__checklist {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-intro-block__checklist {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-intro-block__checklist {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-intro-block__checklist {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-intro-block__checklist-item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 8px;
}

.dealer-intro-block__checklist .icon {
    flex: 0 0 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 3px;
}

@media(min-width:768px) {
    .dealer-intro-block__inner {
        display: flex;
    }

    .dealer-intro-block__dealer-wrap {
        border-bottom: 0;
        border-right: 1px solid #ddd;
        color: #323232;
        display: block;
        flex: 0 0 180px;
        font-family: ITCFranklinGothicStd;
        font-size: 16px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 1.5;
        line-height: 19px;
        margin-bottom: 0;
        margin-right: 20px;
        padding-right: 20px;
    }
}

@media(min-width:768px)and (min-width:1440px) {
    .dealer-intro-block__dealer-wrap {
        font-size: 18px;
    }
}

@media(min-width:768px)and (min-width:768px) {
    .dealer-intro-block__dealer-wrap {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px)and (min-width:1200px) {
    .dealer-intro-block__dealer-wrap {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px)and (min-width:1440px) {
    .dealer-intro-block__dealer-wrap {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .dealer-intro-block__image {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media(min-width:1200px) {
    .dealer-intro-block {
        margin: 80px auto;
    }
}

@media(min-width:1440px) {
    .dealer-intro-block {
        margin: 120px auto;
    }

    .dealer-intro-block__title {
        margin-bottom: 16px;
    }

    .dealer-intro-block__checklist {
        display: flex;
        flex-wrap: wrap;
    }

    .dealer-intro-block__checklist-item {
        flex: 0 0 50%;
    }

        .dealer-intro-block__checklist-item:nth-child(odd) {
            padding-right: 16px;
        }

    .dealer-intro-block__dealer-wrap {
        flex: 0 0 200px;
    }

    .dealer-intro-block__review {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media(min-width:1600px) {
    .dealer-intro-block__dealer-wrap {
        flex: 0 0 240px;
        margin-right: 40px;
        padding-right: 40px;
    }
}

.dealers-map {
    margin: 60px 0;
    position: relative;
}

    .dealers-map .side-panel {
        max-height: 100%;
        min-height: 320px;
        overflow: hidden;
    }

    .dealers-map .side-panel__container {
        height: 100%;
        position: relative;
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s,-webkit-transform .6s;
    }

    .dealers-map .side-panel__page {
        width: 100%;
    }

    .dealers-map:not(.contact-detail) .side-panel {
        -webkit-transform: translate(-101%);
        transform: translate(-101%);
        transition: -webkit-transform .6s;
        transition: transform .6s;
        transition: transform .6s,-webkit-transform .6s;
    }

        .dealers-map:not(.contact-detail) .side-panel.show-panel {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .dealers-map:not(.contact-detail) .side-panel__container.show-page {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .dealers-map:not(.contact-detail) .dealer-detail-info {
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: 100%;
        z-index: 1;
    }

    .dealers-map.contact-detail .dealer-list {
        display: none;
    }

    .dealers-map .google-map {
        display: block;
        height: 100%;
        will-change: height;
    }

    .dealers-map .google-map, .dealers-map .google-map__component {
        height: 100%;
        width: 100%;
    }

.dealers-map__legend {
    background: #ddd;
    display: flex;
    padding: 15px 20px;
}

.dealers-map__legend-item {
    align-items: center;
    display: flex;
}

    .dealers-map__legend-item:first-child {
        margin-right: 20px;
    }

.dealers-map__legend svg {
    height: 30px;
    width: 20px;
}

.dealers-map__legend-marker {
    background: #de0039;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

    .dealers-map__legend-marker.alt {
        background: #323232;
    }

.dealers-map__legend-marker, .dealers-map__legend svg {
    margin-right: 5px;
}

@media(max-width:767.98px) {
    .dealers-map .side-panel.show-panel {
        overflow-y: scroll;
    }

    .dealers-map .google-map {
        overflow: hidden;
    }

    .dealers-map .google-map, .dealers-map .google-map__component {
        height: 200px;
    }

        .dealers-map .google-map.is-minimized {
            height: 0;
        }

    .dealers-map .dealer-info__back {
        position: relative;
    }
}

@media(min-width:768px) {
    .dealers-map {
        display: flex;
        margin: 80px 0;
    }

        .dealers-map .side-panel {
            flex: 0 0 50%;
        }

        .dealers-map .google-map {
            flex: 0 0 50%;
            order: 1;
        }

        .dealers-map .google-map, .dealers-map .side-panel {
            height: 710px;
        }

        .dealers-map .dealer-detail-info {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .dealers-map.contact-detail .side-panel {
            height: auto;
            padding-right: 20px;
        }

        .dealers-map.contact-detail .google-map {
            height: auto;
            min-height: 480px;
        }
}

@media(min-width:1440px) {
    .dealers-map {
        margin: 120px 0;
    }

        .dealers-map .side-panel {
            flex: 0 0 530px;
        }

        .dealers-map .google-map {
            flex: 1 0;
        }
}

@media(min-width:1600px) {
    .dealers-map .google-map, .dealers-map .side-panel {
        height: 950px;
    }
}

.dealer-search {
    padding: 0 20px;
}

.dealer-search__footer {
    margin: 10px 0;
}

.dealer-search__footer-indicator {
    align-items: center;
    color: #323232;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

    .dealer-search__footer-indicator .icon {
        height: 15px;
        width: 15px;
    }

    .dealer-search__footer-indicator.success .icon path {
        fill: green;
    }

    .dealer-search__footer-indicator.fail .icon path {
        stroke: #de0039;
    }

.dealer-search__footer-indicator-icon {
    margin-right: 10px;
}

.dealer-search__input {
    position: relative;
}

    .dealer-search__input .input-text {
        padding-right: 65px;
    }

.dealer-search__btn-clear, .dealer-search__btn-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .dealer-search__btn-clear svg, .dealer-search__btn-submit svg {
        height: 16px;
        width: 16px;
    }

.dealer-search__btn-clear {
    right: 40px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
}

    .dealer-search__btn-clear.active {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .dealer-search__btn-clear svg path {
        fill: gray;
    }

.dealer-search .icon-spinner {
    -webkit-animation: spin 1s linear 0s infinite;
    animation: spin 1s linear 0s infinite;
    height: 13px;
    margin-left: 5px;
    margin-right: 11px;
    width: 13px;
}

@media(min-width:1440px) {
    .dealer-search__btn-clear svg, .dealer-search__btn-submit svg {
        height: 20px;
        width: 20px;
    }

    .dealer-search__input .input-text {
        font-size: 16px;
        height: 48px;
        padding: 12px 24px;
    }
}

.downloads-block__title {
    margin-bottom: 20px;
}

.downloads-block__item:not(:last-child) {
    margin-bottom: 16px;
}

.downloads-block__url {
    color: #323232;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .downloads-block__url:hover {
        color: #de0039;
    }

    .downloads-block__url .icon {
        flex: 0 0 16px;
        margin-right: 12px;
        position: relative;
    }

    .downloads-block__url span {
        display: block;
    }

@media(min-width:1200px) {
    .downloads-block__title {
        margin-bottom: 32px;
    }

    .downloads-block__url {
        font-size: 16px;
        line-height: 27px;
    }
}

.dealer-filter {
    border-top: 1px solid #ddd;
    margin: 16px 0;
    padding: 16px 20px 0;
}

    .dealer-filter h5 {
        font-size: 12px;
        margin-bottom: 5px;
    }

.dealer-filter__select-list {
    width: 100%;
}

.dealer-filter__radio-list {
    display: none;
}

@media(min-width:1200px) {
    .dealer-filter {
        align-items: center;
        border-top: none;
        display: flex;
        margin-top: 0;
    }

        .dealer-filter h5 {
            color: #323232;
            font-family: ITCFranklinGothicStd;
            font-size: 16px;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: .5px;
            line-height: 1.5;
            line-height: 19px;
            margin-bottom: 0;
            margin-right: 14px;
            text-transform: none;
        }
}

@media(min-width:1200px)and (min-width:1440px) {
    .dealer-filter h5 {
        font-size: 18px;
    }
}

@media(min-width:1200px)and (min-width:768px) {
    .dealer-filter h5 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .dealer-filter h5 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px)and (min-width:1440px) {
    .dealer-filter h5 {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-filter__select-list {
        display: none;
    }

    .dealer-filter__radio-list {
        display: flex;
    }

    .dealer-filter__radio-item:not(:last-child) {
        margin-right: 8px;
    }

    .dealer-filter__radio-item input {
        clip: rect(0 0 0 0);
        position: absolute;
    }

    .dealer-filter__radio-item label {
        background: #eaeaea;
        border-radius: 16px;
        color: #323232;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        font-weight: 900;
        padding: 7px 20px;
        text-transform: uppercase;
    }

    .dealer-filter__radio-item input:checked + label {
        background: #323232;
        color: #fff;
    }
}

.dealer-list__container {
    border-top: 1px solid #ddd;
}

.dealer-list .scroll-container {
    max-height: 620px;
    overflow-y: scroll;
}

.dealer-list .no-results-found {
    padding: 16px 20px;
}

.dealer-list__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 20px 20px 16px;
}

    .dealer-list__title h3 {
        font-weight: 300;
        margin-bottom: 0;
    }

.dealer-list__amount-found {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .dealer-list__amount-found {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .dealer-list__amount-found {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .dealer-list__amount-found {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-list__amount-found {
        font-size: 14px;
        line-height: 21px;
    }
}

.dealer-list__search {
    flex: 0 0 auto;
}

@media(min-width:768px) {
    .dealer-list {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
    }

    .dealer-list__container {
        flex: 1 0;
        position: relative;
    }

    .dealer-list .scroll-container {
        bottom: 0;
        max-height: none;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media(min-width:1200px) {
    .dealer-list__title {
        padding-top: 24px;
    }
}

.dealer-reviews__items > .row > .col-md-6:last-of-type > .dealer-reviews-item {
    border-bottom: 0;
}

.dealer-reviews__pagination {
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

@media(min-width:768px) {
    .dealer-reviews__pagination {
        border-top: none;
    }
}

.dealer-reviews-intro {
    align-items: flex-start;
    display: flex;
    margin-bottom: 24px;
}

.dealer-reviews-intro__image {
    flex: 0 1 156px;
    margin-right: 20px;
}

    .dealer-reviews-intro__image img {
        height: auto;
        width: 100%;
    }

.dealer-reviews-intro__dealer-info {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}

.dealer-reviews-intro__review {
    margin-top: 5px;
}

.dealer-reviews-intro .rating-block {
    align-items: center;
}

.dealer-reviews-intro .rating-block__stars {
    line-height: 1;
}

.dealer-reviews-intro .rating-block__number {
    top: 0;
}

@media(min-width:768px) {
    .dealer-reviews-intro {
        align-items: center;
        margin-bottom: 40px;
    }

    .dealer-reviews-intro__image {
        margin-right: 30px;
    }

    .dealer-reviews-intro__dealer-info {
        align-items: center;
        flex-direction: row;
    }

    .dealer-reviews-intro .rating-block {
        margin-right: 21px;
    }

    .dealer-reviews-intro__review {
        color: #323232;
        margin-right: 21px;
    }
}

@media(min-width:1440px) {
    .dealer-reviews-intro__review {
        font-size: 16px;
        margin-top: 0;
    }
}

.dealer-reviews-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0;
}

    .dealer-reviews-item .rating-block {
        margin-bottom: 18px;
    }

.dealer-reviews-item__answer {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px;
}

    .dealer-reviews-item__answer:after, .dealer-reviews-item__answer:before {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        position: relative;
    }

    .dealer-reviews-item__answer:before {
        content: "“";
        margin-right: -2px;
    }

    .dealer-reviews-item__answer:after {
        content: "”";
        margin-left: -4px;
    }

@media(min-width:1440px) {
    .dealer-reviews-item__answer {
        font-size: 16px;
    }
}

@media(min-width:768px) {
    .dealer-reviews-item {
        border-bottom: none;
    }
}

.editions-carousel-block {
    margin: 40px 0;
}

.editions-carousel-block__controls-wrap {
    padding-right: 10px;
}

@media(min-width:768px) {
    .editions-carousel-block {
        margin: 80px 0 60px;
    }

        .editions-carousel-block .glide-controls {
            margin-top: 48px;
        }
}

@media(min-width:1600px) {
    .editions-carousel-block {
        margin: 100px 0 120px;
    }

        .editions-carousel-block .glide-controls {
            margin-top: 72px;
        }
}

.edition-card {
    background-color: #f4f4f5;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 0;
    position: relative;
}

.edition-card__title {
    height: 40px;
    margin-bottom: 0;
}

.edition-card .label {
    left: 10px;
    position: absolute;
    top: 10px;
}

.edition-card__actions {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

@media(min-width:768px) {
    .edition-card {
        padding: 32px 32px 0;
    }

    .edition-card__title {
        margin-bottom: 8px;
    }

    .edition-card__label {
        left: 16px;
        top: 16px;
    }

    .edition-card__actions {
        padding: 20px 0;
    }
}

@media(min-width:1200px) {
    .edition-card {
        padding: 48px 48px 0;
    }
}

.divider {
    border: none;
    border-left: 1px solid #ddd;
}

.grade-image {
    position: relative;
    width: 100%;
}

    .grade-image img {
        display: block;
        margin: 0 auto;
    }

.grade-image__grade {
    color: #323232;
    color: rgba(50,50,50,.2);
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    line-height: 1;
    margin-bottom: 1em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

@media(min-width:768px) {
    .grade-image__grade {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .grade-image__grade {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .grade-image__grade {
        font-size: 43px;
        line-height: 46px;
    }
}

.grade-image__grade--large {
    top: 0;
}

@media(min-width:768px) {
    .grade-image__grade--large {
        font-size: 60px;
    }
}

@media(min-width:1200px) {
    .grade-image__grade--large {
        font-size: 90px;
    }
}

@media(min-width:768px) {
    .grade-image__grade {
        top: 6px;
    }
}

.edition-color-picker, .edition-summary {
    text-align: center;
}

@media(min-width:1200px) {
    .edition-color-picker, .edition-summary {
        margin: 0 auto;
        width: 726px;
    }
}

.edition-summary h5 {
    font-weight: 300;
}

.faq-block__category:not(:first-child) {
    margin-top: 48px;
}

.faq-block__item {
    border: 2px solid #eaeaea;
    border-radius: 2px;
    margin-bottom: 8px;
}

.faq-block__question {
    background: #eaeaea;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 0;
    padding: 12px 14px;
    text-align: left;
    text-transform: uppercase;
    text-transform: none;
    width: 100%;
}

@media(min-width:768px) {
    .faq-block__question {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .faq-block__question {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .faq-block__question {
        font-size: 21px;
        line-height: 25px;
    }
}

.faq-block__question-text {
    padding-right: 16px;
}

.faq-block__question[aria-expanded=true] .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-block__question .icon {
    align-self: center;
    flex: 0 0 13px;
    height: 13px;
    margin-left: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 13px;
}

.faq-block__answer-inner {
    padding: 22px;
}

    .faq-block__answer-inner > * {
        margin-bottom: 1em;
    }

    .faq-block__answer-inner .buttons-block.row .col-12 {
        flex: 1 1 !important;
        margin-left: 0 !important;
        max-width: none !important;
    }

@media(min-width:768px) {
    .faq-block__item {
        border-width: 4px;
    }
}

@media(min-width:1440px) {
    .faq-block__question {
        padding: 16px 24px;
    }

        .faq-block__question .icon {
            flex: 0 0 16px;
            height: 16px;
            width: 16px;
        }

    .faq-block__answer-inner {
        padding: 40px;
    }

    .faq-block__category:not(:first-child) {
        margin-top: 64px;
    }
}

.form__title {
    margin-bottom: 10px;
}

.form__section {
    margin-bottom: 24px;
    margin-top: 24px;
}

.form--page {
    margin-bottom: 32px;
    margin-top: 32px;
}

@media(min-width:768px) {
    .form__title {
        margin-bottom: 16px;
    }

    .form__section {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .form--page {
        margin-bottom: 48px;
        margin-top: 48px;
    }
}

@media(min-width:1440px) {
    .form__section {
        margin-bottom: 48px;
        margin-top: 48px;
    }

    .form--page {
        margin-bottom: 64px;
        margin-top: 64px;
    }
}

.financial-step-configuration .input-range-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
}

@media(min-width:1440px) {
    .financial-step-configuration .input-range-label {
        font-size: 18px;
        line-height: 25px;
    }
}

.financial-step-trade-in {
    border: 1px solid #ddd;
    margin-bottom: 40px;
    position: relative;
}

.financial-step-trade-in__placeholder {
    padding: 24px;
    text-align: center;
}

.financial-step-trade-in__add-car {
    width: 100%;
}

.financial-step-trade-in .icon--car {
    width: 48px;
}

.financial-step-trade-in__remove-old-car {
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: auto;
}

.financial-step-trade-in .icon--trash {
    height: 16px;
    width: 16px;
}

.financial-step-trade-in .trade-in-modal__section {
    margin: 0;
    width: 100%;
}

.financial-step-trade-in .trade-in-modal__card {
    border: none;
    margin: 0;
}

@media(min-width:768px) {
    .financial-step-trade-in button {
        flex: 0 0 auto;
        width: auto;
    }
}

@media(min-width:1200px) {
    .financial-step-trade-in__placeholder {
        align-items: center;
        display: flex;
        padding: 40px;
        text-align: left;
    }

    .financial-step-trade-in .icon--car {
        flex: 0 0 auto;
        margin-right: 24px;
    }

    .financial-step-trade-in__text {
        margin-right: 24px;
    }

    .financial-step-trade-in button {
        margin-left: auto;
    }
}

.glide__slide {
    height: auto;
}

.glide__slides {
    align-items: stretch;
}

.glide-controls {
    justify-content: center;
    margin-top: 48px;
}

    .glide-controls.hidden {
        display: none !important;
    }

.glide-controls__next, .glide-controls__prev {
    align-items: center;
    background: #323232;
    border-radius: 50%;
    display: inline-flex;
    padding: 17px;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
}

    .glide-controls__next svg, .glide-controls__prev svg {
        color: #fff;
        height: 14px;
        width: 14px;
    }

    .glide-controls__next[disabled], .glide-controls__prev[disabled] {
        cursor: not-allowed;
        opacity: .2;
    }

.glide-controls__prev {
    margin-right: 6px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.browser-ie .glide__slides {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery__link {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .gallery__link img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.gallery.has-2-images .gallery__link, .gallery.has-3-images .gallery__link, .gallery.has-4-images .gallery__link, .gallery.has-5-images .gallery__link {
    border: 5px solid #fff;
}

    .gallery.has-2-images .gallery__link:last-child, .gallery.has-3-images .gallery__link:last-child, .gallery.has-4-images .gallery__link:last-child, .gallery.has-5-images .gallery__link:last-child {
        display: block;
        position: relative;
    }

        .gallery.has-2-images .gallery__link:last-child img, .gallery.has-3-images .gallery__link:last-child img, .gallery.has-4-images .gallery__link:last-child img, .gallery.has-5-images .gallery__link:last-child img {
            position: absolute;
            z-index: 1;
        }

@media(min-width:576px) {
    .gallery.has-2-images .gallery__link:last-child, .gallery.has-3-images .gallery__link:last-child, .gallery.has-4-images .gallery__link:last-child, .gallery.has-5-images .gallery__link:last-child {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.browser-ie .gallery.has-2-images .gallery__link, .browser-ie .gallery.has-3-images .gallery__link, .browser-ie .gallery.has-4-images .gallery__link, .browser-ie .gallery.has-5-images .gallery__link {
    height: 100%;
    width: 100%;
}

    .browser-ie .gallery.has-2-images .gallery__link img, .browser-ie .gallery.has-3-images .gallery__link img, .browser-ie .gallery.has-4-images .gallery__link img, .browser-ie .gallery.has-5-images .gallery__link img {
        height: auto;
        left: 50%;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: auto;
    }

.gallery.has-morethan5-images .gallery__link:last-child:before {
    background-color: rgba(0,0,0,.5);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.gallery.has-morethan5-images .gallery__link:last-child:active:after, .gallery.has-morethan5-images .gallery__link:last-child:hover:after {
    opacity: .7;
}

.gallery.has-morethan5-images .gallery__link:last-child:after {
    align-items: center;
    bottom: 0;
    color: #fff;
    content: attr(data-label);
    display: flex;
    font-size: 24px;
    font-weight: 900;
    justify-content: center;
    left: 0;
    line-height: 26px;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: color .25s cubic-bezier(.645,.045,.355,1);
    z-index: 3;
}

@media(min-width:1200px) {
    .gallery.has-morethan5-images .gallery__link:last-child:after {
        font-size: 32px;
    }
}

@media(min-width:1600px) {
    .gallery.has-morethan5-images .gallery__link:last-child:after {
        font-size: 43px;
    }
}

@media(min-width:576px) {
    .gallery.has-morethan5-images .gallery__link:last-child:before {
        text-align: center;
    }
}

.gallery.has-2-images .gallery__link {
    display: none;
}

    .gallery.has-2-images .gallery__link:first-child, .gallery.has-2-images .gallery__link:last-child {
        display: block;
        width: 50%;
    }

@media(max-width:575.98px) {
    .gallery.has-2-images .gallery__link:first-child, .gallery.has-2-images .gallery__link:last-child {
        height: 216px;
    }
}

@media(min-width:576px) {
    .gallery.has-2-images .gallery__link:first-child {
        width: 66.6666%;
    }

    .gallery.has-2-images .gallery__link:last-child {
        width: 33.33333%;
    }

    .gallery.has-2-images .gallery__link:first-child, .gallery.has-2-images .gallery__link:last-child {
        height: 316px;
    }
}

@media(min-width:768px) {
    .gallery.has-2-images .gallery__link:first-child, .gallery.has-2-images .gallery__link:last-child {
        height: 405px;
    }
}

@media(max-width:575.98px) {
    .gallery.has-3-images .gallery__link, .gallery.has-4-images .gallery__link {
        display: none;
    }

        .gallery.has-3-images .gallery__link img, .gallery.has-4-images .gallery__link img {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

        .gallery.has-3-images .gallery__link:first-child, .gallery.has-4-images .gallery__link:first-child {
            border-bottom: 1px solid #fff;
            display: block;
            padding-bottom: 56.2667%;
            width: 100%;
        }

        .gallery.has-3-images .gallery__link:nth-child(2), .gallery.has-4-images .gallery__link:nth-child(2) {
            border-right: 1px solid #fff;
            display: block;
            padding-bottom: 28.0748%;
            width: 50%;
        }

        .gallery.has-3-images .gallery__link:last-child, .gallery.has-4-images .gallery__link:last-child {
            display: block;
            padding-bottom: 28.0748%;
            width: 50%;
        }

    .gallery.has-5-images .gallery__link img {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gallery.has-5-images .gallery__link:nth-child(3) {
        border-bottom: 1px solid #fff;
        border-right-width: 1px;
        display: block;
        padding-bottom: 56.2667%;
        width: 100%;
    }

    .gallery.has-5-images .gallery__link:first-child, .gallery.has-5-images .gallery__link:nth-child(2), .gallery.has-5-images .gallery__link:nth-child(4), .gallery.has-5-images .gallery__link:nth-child(5) {
        border-right: 1px solid #fff;
        display: block;
        padding-bottom: 28.0748%;
        width: 50%;
    }
}

@media(min-width:576px) {
    .gallery.has-3-images .gallery__link {
        display: none;
    }

        .gallery.has-3-images .gallery__link:first-child {
            display: block;
            height: 316px;
            width: 100%;
        }

        .gallery.has-3-images .gallery__link:last-child, .gallery.has-3-images .gallery__link:nth-child(2) {
            display: block;
            height: 216px;
            width: 50%;
        }
}

@media(min-width:576px)and (min-width:768px) {
    .gallery.has-3-images .gallery__link:first-child {
        height: 405px;
    }

    .gallery.has-3-images .gallery__link:last-child, .gallery.has-3-images .gallery__link:nth-child(2) {
        height: 316px;
    }
}

@media(min-width:576px) {
    .gallery.has-4-images .gallery__link {
        display: none;
    }

        .gallery.has-4-images .gallery__link:first-child {
            display: block;
            height: 316px;
            width: 100%;
        }

        .gallery.has-4-images .gallery__link:last-child, .gallery.has-4-images .gallery__link:nth-child(2), .gallery.has-4-images .gallery__link:nth-child(3) {
            display: block;
            height: 169px;
            width: 33.333%;
        }
}

@media(min-width:576px)and (min-width:768px) {
    .gallery.has-4-images .gallery__link:first-child {
        height: 405px;
    }

    .gallery.has-4-images .gallery__link:last-child, .gallery.has-4-images .gallery__link:nth-child(2), .gallery.has-4-images .gallery__link:nth-child(3) {
        height: 316px;
    }
}

@media(min-width:576px) {
    .gallery.has-5-images .gallery__link {
        display: none;
    }

        .gallery.has-5-images .gallery__link:first-child, .gallery.has-5-images .gallery__link:nth-child(2) {
            display: block;
            width: 50%;
        }

        .gallery.has-5-images .gallery__link:nth-child(3), .gallery.has-5-images .gallery__link:nth-child(4) {
            display: block;
            width: 40%;
        }

        .gallery.has-5-images .gallery__link:last-child {
            display: block;
            width: 20%;
        }
}

.browser-ie .gallery.has-5-images .gallery__link {
    height: 170px;
}

@media(min-width:768px) {
    .browser-ie .gallery.has-5-images .gallery__link:first-child, .browser-ie .gallery.has-5-images .gallery__link:nth-child(2) {
        height: 200px;
    }

    .browser-ie .gallery.has-5-images .gallery__link:nth-child(3), .browser-ie .gallery.has-5-images .gallery__link:nth-child(4), .browser-ie .gallery.has-5-images .gallery__link:nth-child(5) {
        height: 170px;
    }
}

@media(min-width:1200px) {
    .browser-ie .gallery.has-5-images .gallery__link:first-child, .browser-ie .gallery.has-5-images .gallery__link:nth-child(2) {
        height: 320px;
    }

    .browser-ie .gallery.has-5-images .gallery__link:nth-child(3), .browser-ie .gallery.has-5-images .gallery__link:nth-child(4), .browser-ie .gallery.has-5-images .gallery__link:nth-child(5) {
        height: 260px;
    }
}

@media(min-width:1440px) {
    .browser-ie .gallery.has-5-images .gallery__link:first-child, .browser-ie .gallery.has-5-images .gallery__link:nth-child(2) {
        height: 390px;
    }

    .browser-ie .gallery.has-5-images .gallery__link:nth-child(3), .browser-ie .gallery.has-5-images .gallery__link:nth-child(4), .browser-ie .gallery.has-5-images .gallery__link:nth-child(5) {
        height: 300px;
    }
}

.gallery-group {
    margin: auto;
    overflow: hidden;
    width: calc(100% - 30px);
}

.gallery-group__container {
    display: flex;
    flex-wrap: nowrap;
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    will-change: tranform;
}

.gallery-group .gallery {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
}

.hero-full-block__visual, .hero-full-block__visual-inner {
    position: relative;
}

.hero-full-block--no-buttons .hero-full-block__content {
    background-color: #323232;
}

    .hero-full-block--no-buttons .hero-full-block__content .rich-text p, .hero-full-block--no-buttons .hero-full-block__title {
        color: #fff;
    }

.hero-full-block__image {
    width: 100%;
}

    .hero-full-block__image:after {
        background: rgba(0,0,0,.1);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .hero-full-block__image img, .hero-full-block__video iframe {
        width: 100%;
    }

.hero-full-block__only-text {
    background: #eaeced;
    min-height: 320px;
}

    .hero-full-block__only-text + .hero-full-block__content {
        align-items: center;
        bottom: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        padding-bottom: 25px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        .hero-full-block__only-text + .hero-full-block__content .hero-full-block__title {
            margin-top: 20px;
            text-shadow: none;
        }

.hero-full-block__content {
    padding: 24px 20px;
}

    .hero-full-block__content .rich-text {
        margin-bottom: 16px;
    }

        .hero-full-block__content .rich-text p {
            color: #323232;
            font-family: ITCFranklinGothicStd;
            font-size: 16px;
            font-size: 18px;
            font-weight: 300;
            letter-spacing: .5px;
            line-height: 1.5;
            line-height: 28px;
        }

@media(min-width:1440px) {
    .hero-full-block__content .rich-text p {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .hero-full-block__content .rich-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .hero-full-block__content .rich-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .hero-full-block__content .rich-text p {
        font-size: 24px;
        line-height: 36px;
    }
}

.hero-full-block__content .rich-text ol, .hero-full-block__content .rich-text ul {
    display: inline-block;
    text-align: left;
}

.hero-full-block__info {
    background: #de0039;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
    padding: 3px 8px;
    text-transform: uppercase;
}

    .hero-full-block__info b {
        font-weight: 900;
    }

    .hero-full-block__info.is-dark {
        color: #323232;
    }

.hero-full-block__title {
    font-weight: 300;
    margin-bottom: 15px;
}

    .hero-full-block__title b {
        font-weight: 900;
    }

.hero-full-block .button:not(.hero-full-block__back-button) {
    margin-bottom: 8px;
    width: 100%;
}

.hero-full-block__back-button {
    color: #fff;
    left: 16px;
    margin: 0;
    position: absolute;
    top: 16px;
    z-index: 3;
}

    .hero-full-block__back-button [class*=g-circle] {
        fill: #fff;
    }

    .hero-full-block__back-button [class*=g-arrow] {
        fill: #323232;
    }

    .hero-full-block__back-button:hover {
        color: #ddd;
    }

        .hero-full-block__back-button:hover [class*=g-circle] {
            fill: #ddd;
        }

        .hero-full-block__back-button:hover [class*=g-arrow] {
            fill: #323232;
        }

@media(min-width:768px) {
    .hero-full-block--no-buttons .hero-full-block__content {
        background-color: rgba(50,50,50,.6);
    }

        .hero-full-block--no-buttons .hero-full-block__content .rich-text p, .hero-full-block--no-buttons .hero-full-block__title {
            color: rgba(255,255,255,.9);
        }

    .hero-full-block__image-wrap:after {
        background-position: right 21% bottom;
        bottom: -40px;
        height: 120px;
    }

    .hero-full-block__only-text {
        min-height: 400px;
    }

    .hero-full-block .button:not(.hero-full-block__back-button) {
        width: auto;
    }

        .hero-full-block .button:not(.hero-full-block__back-button):not(:last-child) {
            margin-right: 8px;
        }

    .hero-full-block__actions {
        margin-top: 48px;
    }

        .hero-full-block__actions .button {
            background: #eaeaea;
            border-color: #eaeaea;
            color: #323232;
        }

            .hero-full-block__actions .button:hover {
                background: #fff;
                border-color: #fff;
            }

    .hero-full-block__content {
        align-items: flex-start;
        background-color: rgba(50,50,50,.6);
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;
        padding-right: 40px;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 2;
    }

        .hero-full-block__content .rich-text {
            margin-bottom: 0;
        }

        .hero-full-block__content.align-left {
            left: 0;
            right: auto;
        }

        .hero-full-block__content.align-right {
            left: auto;
            right: 0;
        }

    .hero-full-block__image-wrap + .hero-full-block__content .rich-text > *, .hero-full-block__video-wrap + .hero-full-block__content .rich-text > * {
        color: rgba(255,255,255,.9);
    }

    .hero-full-block__image-wrap + .hero-full-block__content .rich-text a, .hero-full-block__video-wrap + .hero-full-block__content .rich-text a {
        color: rgba(255,255,255,.9);
        text-decoration: underline;
    }

        .hero-full-block__image-wrap + .hero-full-block__content .rich-text a:hover, .hero-full-block__video-wrap + .hero-full-block__content .rich-text a:hover {
            text-decoration: none;
        }

    .hero-full-block__image-wrap + .hero-full-block__content .rich-text ul li, .hero-full-block__video-wrap + .hero-full-block__content .rich-text ul li {
        background-image: url(/static/suzuki/static/suzuki/svg/diamond-white.svg?ed15608a);
    }

    .hero-full-block__only-text + .hero-full-block__content .hero-full-block__title {
        color: #323232;
        margin-top: 20px;
        max-width: 620px;
    }

    .hero-full-block__title {
        color: #fff;
        max-width: 430px;
    }

    .hero-full-block__back-button {
        left: 50px;
        top: 50px;
    }
}

@media(min-width:1200px) {
    .hero-full-block__only-text + .hero-full-block__content .hero-full-block__title {
        margin-top: 30px;
    }

    .hero-full-block__actions {
        margin-top: 64px;
    }

    .hero-full-block__info {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 24px;
        padding: 4px 8px;
    }

    .hero-full-block__content {
        padding-left: 60px;
        padding-right: 60px;
        width: 33.333333%;
    }
}

@media(min-width:1440px) {
    .hero-full-block__image-wrap:after {
        height: 140px;
    }

    .hero-full-block__actions {
        margin-top: 72px;
    }

    .hero-full-block__title {
        max-width: 80%;
    }

    .hero-full-block__only-text {
        min-height: 480px;
    }

        .hero-full-block__only-text + .hero-full-block__content .hero-full-block__title {
            margin-top: 40px;
            max-width: 900px;
        }

    .hero-full-block__content {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.hero-model-block {
    margin-bottom: 16px;
}

.hero-model-block__container {
    background-color: #eaeaea;
}

.hero-model-block__info {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
    margin-bottom: 40px;
}

@media(min-width:1440px) {
    .hero-model-block__info {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .hero-model-block__info {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .hero-model-block__info {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .hero-model-block__info {
        font-size: 24px;
        line-height: 36px;
    }
}

.hero-model-block__title {
    font-size: 48px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 12px;
}

    .hero-model-block__title b {
        font-weight: 900;
    }

.hero-model-block__visual {
    padding: 40px 16px 48px;
    position: relative;
    text-align: center;
}

.hero-model-block__visual-background {
    background: #eaeced;
    height: 80%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-model-block__image {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

    .hero-model-block__image img {
        max-height: 240px;
    }

.hero-model-block__actions .hero-model-block__action:first-of-type {
    margin-bottom: 8px;
}

.hero-model-block__actions .button {
    white-space: nowrap;
    width: 100%;
}

.hero-model-block__actions .button--secondary, .hero-model-block__actions .model-teaser-item__buttons .button:last-child, .model-teaser-item__buttons .hero-model-block__actions .button:last-child {
    background: transparent;
    color: #fff;
}

.hero-model-block__actions.is-light .button--primary {
    color: #fff;
}

.hero-model-block__actions.is-dark .button--primary {
    color: #323232;
}

.hero-model-block__prices-and-actions {
    background-color: #323232;
    padding-bottom: 24px;
    padding-top: 24px;
}

.hero-model-block__prices {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.hero-model-block__price {
    flex: 0 0 50%;
    padding: 0 10px;
    text-align: center;
}

.hero-model-block__price-permonth {
    color: #323232;
    color: #eaeaea;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-model-block__price-permonth {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .hero-model-block__price-permonth {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .hero-model-block__price-permonth {
        font-size: 21px;
        line-height: 25px;
    }
}

.hero-model-block__price-amount {
    color: #323232;
    color: #eaeaea;
    font-family: ITCFranklinGothicStd;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-model-block__price-amount {
        font-size: 22px;
        line-height: 25px;
    }
}

@media(min-width:1200px) {
    .hero-model-block__price-amount {
        font-size: 24px;
        line-height: 26px;
    }
}

@media(min-width:1440px) {
    .hero-model-block__price-amount {
        font-size: 32px;
        line-height: 34px;
    }
}

.hero-model-block__price-top {
    color: #323232;
    color: #eaeaea;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-model-block__price-top {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .hero-model-block__price-top {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .hero-model-block__price-top {
        font-size: 21px;
        line-height: 25px;
    }
}

.hero-model-block__price .tooltip-toggler {
    position: relative;
    top: 3px;
}

@media(min-width:768px) {
    .hero-model-block__info {
        margin: 0 auto 48px;
        max-width: 550px;
    }

    .hero-model-block__image img {
        max-height: 370px;
    }

    .hero-model-block__price:not(:only-child) {
        display: flex;
        justify-content: flex-end;
    }

        .hero-model-block__price:not(:only-child):first-child {
            padding-right: 28px;
        }

        .hero-model-block__price:not(:only-child):last-child {
            justify-content: flex-start;
            padding-left: 28px;
        }

    .hero-model-block__actions {
        display: flex;
        justify-content: center;
    }

        .hero-model-block__actions .button {
            margin-bottom: 0;
        }

    .hero-model-block__action:not(:only-child) {
        flex: 0 0 50%;
    }

        .hero-model-block__action:not(:only-child):first-child {
            padding-right: 4px;
        }

        .hero-model-block__action:not(:only-child):last-child {
            padding-left: 4px;
        }
}

@media(min-width:1200px) {
    .hero-model-block__info {
        margin-bottom: 0;
        max-width: none;
    }

    .hero-model-block__visual {
        align-items: center;
        display: flex;
        min-height: 776px;
        padding: 80px;
        text-align: left;
    }

    .hero-model-block__content {
        flex: 0 1 760px;
        margin-right: 40px;
    }

    .hero-model-block__title {
        font-size: 104px;
        line-height: 96px;
        margin-bottom: 30px;
    }

    .hero-model-block__actions {
        justify-content: center;
    }

        .hero-model-block__actions .hero-model-block__action:first-of-type {
            margin-bottom: 0;
        }

        .hero-model-block__actions .button {
            max-width: 360px;
            min-width: -webkit-fit-content;
            min-width: -moz-fit-content;
            min-width: fit-content;
            width: 100%;
        }

    .hero-model-block__action:not(:only-child) {
        flex: 0 0 50%;
    }

        .hero-model-block__action:not(:only-child):first-child {
            text-align: right;
        }
}

@media(min-width:1440px) {
    .hero-model-block__image img {
        max-height: 500px;
    }

    .hero-model-block__prices-and-actions {
        align-items: center;
        display: flex;
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .hero-model-block__prices {
        flex: 1 0 auto;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .hero-model-block__price:not(:only-child), .hero-model-block__price:only-child {
        flex: 0 0 auto;
        justify-content: flex-start;
        text-align: left;
    }

    .hero-model-block__price:first-child {
        padding-left: 0;
    }

    .hero-model-block__actions {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

        .hero-model-block__actions .button {
            width: auto;
        }

    .hero-model-block__action:not(:only-child), .hero-model-block__action:only-child {
        flex: 0 0 auto;
    }
}

@media(min-width:1600px) {
    .hero-model-block__image img {
        max-height: 590px;
    }
}

.hero-column-block {
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
}

@media(min-width:768px) {
    .hero-column-block.has-3-items {
        display: flex;
        flex-wrap: wrap;
    }
}

@media(min-width:1200px) {
    .hero-column-block.has-2-items {
        display: flex;
    }

    .hero-column-block.has-3-items {
        display: grid;
        grid-template-areas: "left right-top" "left right-bottom";
    }
}

.hero-small-block {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 256px;
    padding: 65px 0;
    text-align: center;
}

    .hero-small-block.has-background {
        background: #eaeaea;
    }

.hero-small-block__center {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.hero-small-block__title {
    color: #323232;
    display: inline-block;
    font-family: ITCFranklinGothicStd;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 26px;
    margin-bottom: 0;
    max-width: 620px;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .hero-small-block__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(min-width:1200px) {
    .hero-small-block__title {
        font-size: 32px;
        line-height: 35px;
    }
}

@media(min-width:1440px) {
    .hero-small-block__title {
        font-size: 43px;
        line-height: 46px;
    }
}

.hero-small-block .rich-text {
    margin-top: 24px;
    max-width: 620px;
}

    .hero-small-block .rich-text p {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 16px;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 1.5;
        line-height: 28px;
    }

@media(min-width:1440px) {
    .hero-small-block .rich-text p {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .hero-small-block .rich-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .hero-small-block .rich-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .hero-small-block .rich-text p {
        font-size: 24px;
        line-height: 36px;
    }
}

.hero-small-block__actions {
    margin-top: 32px;
}

.hero-small-block__back-button {
    left: 16px;
    position: absolute;
    top: 16px;
}

.hero-small-block__info {
    background: #de0039;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
    padding: 3px 8px;
    text-transform: uppercase;
}

    .hero-small-block__info b {
        font-weight: 900;
    }

    .hero-small-block__info.is-dark {
        color: #323232;
    }

@media(min-width:768px) {
    .hero-small-block {
        padding: 80px 0;
    }
}

@media(min-width:1200px) {
    .hero-small-block {
        padding: 120px 0;
    }

    .hero-small-block__back-button {
        left: 50px;
        position: absolute;
        top: 50px;
    }
}

@media(min-width:1600px) {
    .hero-small-block {
        min-height: 240px;
    }

        .hero-small-block .rich-text, .hero-small-block__title {
            max-width: 900px;
        }
}

.primary-nav .header-vehicle-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.primary-nav .header-vehicle-block__link {
    display: block;
    flex: 0 0 auto;
}

.primary-nav .header-vehicle-block__title {
    color: #323232;
    display: block;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 6px;
    margin-top: auto;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .primary-nav .header-vehicle-block__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .primary-nav .header-vehicle-block__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .primary-nav .header-vehicle-block__title {
        font-size: 21px;
        line-height: 25px;
    }
}

.primary-nav .header-vehicle-block__label {
    color: #495057;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

.primary-nav .overview-block__image {
    margin: 0 auto 10px;
    max-width: 265px;
}

.iframe-block iframe {
    min-width: 100%;
    width: 1px;
}

.image-block picture {
    max-width: 100%;
}

.image-block__description {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 5px 0 0;
}

@media(min-width:1440px) {
    .image-block__description {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .image-block__description {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .image-block__description {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .image-block__description {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .image-block__description {
        margin-top: 11px;
    }
}

@media(min-width:1440px) {
    .image-block__description {
        margin-top: 16px;
    }
}

.intro-text-block .rich-text {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
}

@media(min-width:1440px) {
    .intro-text-block .rich-text {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .intro-text-block .rich-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .intro-text-block .rich-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .intro-text-block .rich-text {
        font-size: 24px;
        line-height: 36px;
    }
}

.intro-text-block .rich-text ul li {
    background-position-y: 9px;
}

@media(min-width:1440px) {
    .intro-text-block .rich-text ul li {
        background-position-y: 12px;
    }
}

.list-images-block:not(:last-child) {
    margin-bottom: 53px;
}

.list-images-block__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 18px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 21px;
    margin: 0 0 30px 18px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-images-block__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1200px) {
    .list-images-block__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1440px) {
    .list-images-block__title {
        font-size: 27px;
        line-height: 31px;
    }
}

.list-images-block__list {
    display: flex;
    flex-wrap: wrap;
}

.list-images-block__info {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
}

@media(min-width:1440px) {
    .list-images-block__info {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .list-images-block__info {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .list-images-block__info {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .list-images-block__info {
        font-size: 14px;
        line-height: 21px;
    }
}

.list-images-block__info a {
    color: #de0039;
}

    .list-images-block__info a:hover {
        text-decoration: underline;
    }

@media(min-width:1200px) {
    .list-images-block-wrap {
        flex: 1 1 auto;
    }

    .list-images-block:not(:last-child) {
        margin-bottom: 4%;
    }

    .list-images-block__title {
        margin-bottom: 40px;
    }
}

.list-links-block {
    margin-bottom: 20px;
}

.list-links-block__title {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-links-block__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .list-links-block__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .list-links-block__title {
        font-size: 21px;
        line-height: 25px;
    }
}

.list-links-block__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 10px;
}

.list-links-block__item a {
    color: #323232;
    display: block;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    padding: 3px 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .list-links-block__item a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .list-links-block__item a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .list-links-block__item a {
        font-size: 21px;
        line-height: 25px;
    }
}

.list-links-block__item:last-child a {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .list-links-block {
        margin-bottom: 30px;
    }
}

@media(min-width:1200px) {
    .list-links-block {
        margin-bottom: 0;
    }

    .list-links-block__list {
        margin-left: 0;
    }

    .list-links-block__item a {
        font-size: 14px;
        font-size: 16px;
        line-height: 16px;
    }
}

.list-text-block {
    margin-bottom: 40px;
}

.list-text-block__title {
    margin-bottom: 20px;
}

.list-text-block__link {
    margin-top: 16px;
}

@media(min-width:768px) {
    .list-text-block {
        margin-bottom: 50px;
    }
}

@media(min-width:1200px) {
    .list-text-block__link {
        margin-top: 24px;
    }

        .list-text-block__link.button--secondary, .model-teaser-item__buttons .list-text-block__link.button:last-child {
            font-size: 14px;
            padding: 16px 24px;
        }
}

.list-useful-links-block {
    font-size: 14px;
    margin-top: 30px;
}

.list-useful-links-block__title {
    display: none;
}

.list-useful-links-block__list {
    background: #eaeaea;
}

.list-useful-links-block__item a {
    color: #323232;
    display: block;
    font-weight: 500;
    margin: 0;
    padding: 16px 24px;
    text-transform: uppercase;
}

.list-useful-links-block__item:not(:last-child) a {
    border-bottom: 1px solid #d2d5d6;
}

@media(min-width:992px) {
    .list-useful-links-block {
        flex: 0 0 220px;
        font-size: 12px;
        margin-left: 54px;
        margin-top: 0;
    }

    .list-useful-links-block__title {
        display: block;
    }
}

@media(min-width:1440px) {
    .list-useful-links-block {
        flex: 0 0 240px;
        margin-left: 70px;
    }
}

@media(min-width:1600px) {
    .list-useful-links-block {
        flex: 0 0 320px;
        font-size: 14px;
        margin-left: 90px;
    }
}

.model-teaser-block .glide__controls {
    margin-top: 0;
}

.model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
    background: transparent;
    border-radius: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

@media(min-width:768px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        background: url(/static/suzuki/static/suzuki/svg/carousel-arrow.svg?95819720) no-repeat right 10px top 50%;
        background-size: 40px auto;
        width: 150px;
    }
}

@media(min-width:1024px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        width: 250px;
    }
}

@media(min-width:1200px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        background-position: right 20px center;
        width: 300px;
    }
}

@media(min-width:1440px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        background-position: right 40px center;
        background-size: 60px auto;
        width: 310px;
    }
}

@media(min-width:1600px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        background-position: right 60px center;
        background-size: 88px auto;
        width: 380px;
    }
}

@media(min-width:1921px) {
    .model-teaser-block .glide-controls__next, .model-teaser-block .glide-controls__prev {
        width: 430px;
    }
}

.model-teaser-block .glide-controls__next {
    left: auto;
    right: 0;
}

.motorcycle-colors-block {
    margin: 40px 0;
}

.motorcycle-colors-block__title {
    margin-bottom: 1.5em;
    text-align: center;
}

.motorcycle-colors-block__image {
    display: block;
    margin: 0 auto;
    width: 655px;
}

.motorcycle-colors-block__colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px 0;
}

.motorcycle-colors-block__color {
    border-radius: 50%;
    box-shadow: inset 0 0 2px rgba(0,0,0,.3);
    height: 40px;
    margin: 0 16px 8px 0;
    position: relative;
    width: 40px;
}

    .motorcycle-colors-block__color.active:before {
        background: url(/static/suzuki/static/suzuki/svg/checkmark-white.svg?9d40b7a9) no-repeat 50%;
        background-size: 16px auto;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .motorcycle-colors-block__color.active:after {
        border: 1px solid #7f8185;
        border-radius: 50%;
        content: "";
        height: calc(100% + 8px);
        left: -4px;
        position: absolute;
        top: -4px;
        width: calc(100% + 8px);
    }

.motorcycle-colors-block__current-color {
    text-align: center;
}

.motorcycle-colors-block__disclaimer {
    color: #323232;
    color: #7f8185;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin: 40px auto 0;
    max-width: 500px;
    text-align: center;
}

@media(min-width:1440px) {
    .motorcycle-colors-block__disclaimer {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .motorcycle-colors-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .motorcycle-colors-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .motorcycle-colors-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .motorcycle-colors-block {
        margin: 80px 0;
    }
}

@media(min-width:1600px) {
    .motorcycle-colors-block {
        margin: 110px 0;
    }

    .motorcycle-colors-block__color {
        height: 48px;
        width: 48px;
    }

    .motorcycle-colors-block__image {
        width: 710px;
    }
}

.newsletter-block {
    align-items: center;
    background-color: #222;
    color: #fff;
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
}

.newsletter-block__initial {
    text-align: center;
}

.newsletter-block__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.newsletter-block__title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: none;
}

.newsletter-block__text {
    color: rgba(255,255,255,.9);
    margin-bottom: 20px;
}

.newsletter-block__form {
    display: flex;
}

    .newsletter-block__form .input-text {
        background: rgba(0,0,0,.3);
        border: 0;
        color: #fff;
        flex: 1 1 auto;
        font-weight: 300;
        padding: 8px 15px;
    }

        .newsletter-block__form .input-text::-webkit-input-placeholder {
            color: #aaa;
        }

        .newsletter-block__form .input-text:-ms-input-placeholder {
            color: #aaa;
        }

        .newsletter-block__form .input-text::placeholder {
            color: #aaa;
        }

    .newsletter-block__form .button {
        background-color: #fff;
        border: none;
        flex: 0 0 auto;
        margin-left: 4px;
    }

.newsletter-block__error {
    color: #323232;
    color: #de0039;
    display: block;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-top: 8px;
    text-align: left;
}

@media(min-width:1440px) {
    .newsletter-block__error {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .newsletter-block__error {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .newsletter-block__error {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .newsletter-block__error {
        font-size: 14px;
        line-height: 21px;
    }
}

.newsletter-block__disclaimer {
    color: #323232;
    color: #aaa;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-top: 24px;
}

@media(min-width:1440px) {
    .newsletter-block__disclaimer {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .newsletter-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .newsletter-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .newsletter-block__disclaimer {
        font-size: 14px;
        line-height: 21px;
    }
}

.newsletter-block__icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    margin-right: 12px;
    width: 40px;
}

    .newsletter-block__icon .icon {
        color: #323232;
        display: block;
        height: 24px;
        width: 24px;
    }

.newsletter-block__failed, .newsletter-block__success {
    display: none;
    justify-content: center;
}

@media(min-width:768px) {
    .newsletter-block {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .newsletter-block__form .button {
        margin-left: 0;
    }

    .newsletter-block__icon {
        margin-right: 20px;
    }
}

@media(min-width:1200px) {
    .newsletter-block__initial {
        text-align: left;
    }

    .newsletter-block__text {
        margin-bottom: 0;
    }

    .newsletter-block__disclaimer {
        margin-top: 16px;
    }

    .newsletter-block__form .button {
        margin-left: 4px;
    }
}

@media(min-width:1440px) {
    .newsletter-block__form .input-text {
        padding: 10px 16px 11px;
    }

    .newsletter-block__form .button {
        margin-left: 8px;
    }
}

.occasion-wrapper {
    min-height: 5983px;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media(min-width:768px) {
    .occasion-wrapper {
        min-height: 3945px;
    }
}

@media(min-width:1200px) {
    .occasion-wrapper {
        min-height: 1885px;
    }
}

@media(min-width:1440px) {
    .occasion-wrapper {
        min-height: 1924px;
    }
}

@media(min-width:1600px) {
    .occasion-wrapper {
        min-height: 1861px;
    }
}

.occasion-description-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.occasion-description-block__description {
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

    .occasion-description-block__description:after {
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all .3s;
    }

    .occasion-description-block__description.collapse:not(.show), .occasion-description-block__description.collapsing {
        display: block;
        height: 210px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
    }

        .occasion-description-block__description.collapse:not(.show):after, .occasion-description-block__description.collapsing:after {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

.occasion-description-block__toggle-button {
    color: #323232;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

    .occasion-description-block__toggle-button, .occasion-description-block__toggle-button:hover {
        background: #f4f4f5;
    }

        .occasion-description-block__toggle-button .close {
            display: none;
        }

        .occasion-description-block__toggle-button:before {
            background-image: url(/static/suzuki/static/suzuki/svg/plus-blue.svg?1417ac15);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 16px;
            content: "";
            height: 16px;
            margin-right: 10px;
            position: relative;
            width: 16px;
        }

        .occasion-description-block__toggle-button[aria-expanded=true] .close {
            display: block;
        }

        .occasion-description-block__toggle-button[aria-expanded=true] .open {
            display: none;
        }

        .occasion-description-block__toggle-button[aria-expanded=true]:before {
            background-image: url(/static/suzuki/static/suzuki/svg/dash.svg?022e7c9f);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 16px;
        }

@media(min-width:768px) {
    .occasion-description-block {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .occasion-description-block__toggle-button {
        width: auto;
    }
}

@media(min-width:1200px) {
    .occasion-description-block__description.collapse:not(.show), .occasion-description-block__description.collapsing {
        height: 160px;
    }
}

@media(min-width:1440px) {
    .occasion-description-block {
        margin-bottom: 100px;
        margin-top: 80px;
    }
}

.occasion-finance__price-block {
    border: 1px solid #eaeced;
    padding: 24px;
}

.occasion-finance__monthly-price {
    background: #eaeced;
    padding: 24px;
}

    .occasion-finance__monthly-price .cta {
        width: 100%;
    }

.occasion-finance-payment-summary__title {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.occasion-finance-payment-summary__change {
    color: #323232;
}

.occasion-price-summary {
    text-align: center;
}

    .occasion-price-summary .tooltip_svg__tooltip-background-color {
        fill: #323232;
    }

.occasion-price-summary__trade-in-warning {
    align-items: center;
    background: #e5eaec;
    border: 1px solid #899da7;
    border-radius: 4px;
    display: flex;
    margin-bottom: 16px;
    padding: 8px 12px;
}

    .occasion-price-summary__trade-in-warning svg {
        flex: 0 0 16px;
    }

@media(min-width:768px) {
    .occasion-price-summary {
        text-align: left;
    }

    .occasion-price-summary__default-price {
        display: flex;
    }

        .occasion-price-summary__default-price h3:last-child {
            margin-left: auto;
        }
}

.occasion-summary-block {
    margin-bottom: 60px;
}

.occasion-summary-block__carousel {
    margin-bottom: 26px;
}

.occasion-summary-block .glide:hover .controls-wrap {
    opacity: 1;
}

.occasion-summary-block .glide .glide__slide {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.occasion-summary-block .glide img {
    border: 4px;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    max-height: 300px;
    pointer-events: none;
}

.occasion-summary-block .glide--image {
    margin-bottom: 20px;
}

    .occasion-summary-block .glide--image .controls-wrap {
        opacity: 0;
        transition: opacity .3s;
    }

    .occasion-summary-block .glide--image:hover .controls-wrap {
        opacity: 1;
    }

.occasion-summary-block .glide--thumbnails .glide__slide {
    border: 2px solid transparent;
    height: 42px;
}

    .occasion-summary-block .glide--thumbnails .glide__slide.selected {
        border-color: #323232;
    }

.occasion-summary-block .glide .controls-wrap {
    width: 100%;
}

    .occasion-summary-block .glide .controls-wrap .glide-controls {
        margin-top: 2px;
    }

    .occasion-summary-block .glide .controls-wrap .glide-controls__next, .occasion-summary-block .glide .controls-wrap .glide-controls__prev {
        background: #323232;
        left: -10px;
        padding: 9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
    }

        .occasion-summary-block .glide .controls-wrap .glide-controls__next g, .occasion-summary-block .glide .controls-wrap .glide-controls__next path, .occasion-summary-block .glide .controls-wrap .glide-controls__prev g, .occasion-summary-block .glide .controls-wrap .glide-controls__prev path {
            stroke: #fff;
        }

    .occasion-summary-block .glide .controls-wrap .glide-controls__next {
        left: auto;
        right: -10px;
        -webkit-transform: translateY(-50%) scaleX(1);
        transform: translateY(-50%) scaleX(1);
    }

.occasion-summary-block__prices .price {
    display: inline-block;
}

.occasion-summary-block__prices em {
    font-size: .6em;
    text-transform: lowercase;
}

.occasion-summary-block__options-link {
    margin-bottom: 16px;
    width: 100%;
}

.occasion-summary-block__location {
    color: #323232;
    display: flex;
}

    .occasion-summary-block__location span {
        text-decoration: underline;
    }

    .occasion-summary-block__location svg {
        flex: 0 0 20px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

        .occasion-summary-block__location svg path {
            fill: #323232;
        }

@media(min-width:768px) {
    .occasion-summary-block__ctas .divider-block {
        height: 60px;
    }

    .occasion-summary-block__carousel {
        margin-bottom: 0;
    }

    .occasion-summary-block__options-link {
        width: auto;
    }
}

@media(min-width:1200px) {
    .occasion-summary-block__ctas .divider-block {
        height: 90px;
    }

    .occasion-summary-block__info {
        padding-left: 75px;
    }

    .occasion-summary-block .glide .controls-wrap {
        opacity: 0;
        transition: opacity .3s;
    }

    .occasion-summary-block .glide img {
        max-height: 400px;
    }

    .occasion-summary-block .glide--thumbnails .glide__slide {
        height: 78px;
    }
}

@media(min-width:1440px) {
    .occasion-summary-block__ctas .divider-block {
        height: 100px;
    }
}

@media(min-width:1600px) {
    .occasion-summary-block__ctas .divider-block {
        height: 130px;
    }

    .occasion-summary-block .glide img {
        max-height: 500px;
    }

    .occasion-summary-block .glide--thumbnails .glide__slide {
        height: 100px;
    }
}

.occasion-specifications-block {
    margin-bottom: 40px;
    margin-top: 40px;
    word-break: break-word;
}

.occasion-specifications-block__options {
    margin-bottom: 32px;
}

.occasion-specifications-block__cta {
    width: 100%;
}

.occasion-specifications-block__options li {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

@media(min-width:1440px) {
    .occasion-specifications-block__options li {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .occasion-specifications-block__options li {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .occasion-specifications-block__options li {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .occasion-specifications-block__options li {
        font-size: 24px;
        line-height: 36px;
    }
}

.occasion-specifications-block__options li svg {
    height: 30px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 16px;
}

.occasion-specifications-block__specifications table {
    width: 100%;
}

.occasion-specifications-block__specifications td {
    background: transparent;
    width: 50%;
}

    .occasion-specifications-block__specifications td:first-child {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 16px;
        margin-bottom: 1em;
        text-transform: uppercase;
    }

@media(min-width:768px) {
    .occasion-specifications-block__specifications td:first-child {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .occasion-specifications-block__specifications td:first-child {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .occasion-specifications-block__specifications td:first-child {
        font-size: 21px;
        line-height: 25px;
    }
}

.occasion-specifications-block__specifications td:last-child {
    text-align: center;
}

@media(min-width:768px) {
    .occasion-specifications-block {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .occasion-specifications-block__options {
        -webkit-columns: 2;
        column-count: 2;
        margin-bottom: 50px;
    }

    .occasion-specifications-block__cta {
        width: auto;
    }
}

@media(min-width:1440px) {
    .occasion-specifications-block__specifications td:first-child {
        font-size: 18px;
        line-height: 24px;
    }

    .occasion-specifications-block__options li svg {
        top: 2px;
    }
}

@media(min-width:1600px) {
    .occasion-specifications-block {
        margin-bottom: 120px;
        margin-top: 120px;
    }
}

.occasion-overview__sort {
    flex-wrap: nowrap;
    margin-bottom: 0;
}

    .occasion-overview__sort > div {
        flex: 1 1;
    }

    .occasion-overview__sort .input-label {
        flex: 0 0 auto;
        margin-bottom: 0;
    }

.occasion-overview__clear-filters {
    color: #323232;
}

.occasion-card__model, .occasion-card__price {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.occasion-card__model {
    margin-bottom: 6px;
}

.occasion-card__edition {
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    text-transform: uppercase;
}

.occasion-card__specs {
    color: #495057;
}

.occasion-card .text-small, .occasion-card__specs {
    font-size: 14px;
    line-height: 16px;
}

@media(min-width:768px) {
    .occasion-card__model, .occasion-card__price {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1200px) {
    .occasion-card__model, .occasion-card__price {
        font-size: 16px;
        line-height: 19px;
    }

    .occasion-card__model {
        margin-bottom: 4px;
    }

    .occasion-card__edition, .occasion-card__specs {
        font-size: 12px;
    }

    .occasion-card .text-small {
        font-size: 12px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .occasion-card__model, .occasion-card__price {
        font-size: 16px;
        line-height: 19px;
    }
}

.occasion-dealer-map .dealers-map {
    margin-bottom: 0;
    margin-top: 0;
}

.occasion-options-block__section {
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 16px;
    padding: 24px;
    text-align: center;
}

.occasion-options-block__icon {
    margin-bottom: 24px;
    width: 58px;
}

.occasion-options-block__button {
    color: #323232;
    margin-top: 16px;
    width: 100%;
}

.occasion-options-block__ctas {
    margin-top: 24px;
    text-align: center;
}

    .occasion-options-block__ctas .icon-tooltip use:first-child {
        fill: #323232;
    }

    .occasion-options-block__ctas .button {
        margin-bottom: 8px;
        width: 100%;
    }

@media(min-width:768px) {
    .occasion-options-block__section {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 32px;
        text-align: left;
    }

    .occasion-options-block__icon {
        flex: 0 0 58px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .occasion-options-block__content {
        flex: 1 1 auto;
    }

    .occasion-options-block__button {
        flex: 0 0 auto;
        margin-top: 0;
        width: auto;
    }
}

.overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.overlay__background, .overlay__background:after, .overlay__background:before {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .overlay__background:after, .overlay__background:before {
        content: "";
    }

    .overlay__background:before {
        background-color: rgba(0,0,0,.7);
        z-index: 1;
    }

    .overlay__background:after {
        z-index: 2;
    }

.overlay__body {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.overlay__body, .overlay__body-iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.overlay__btn-close {
    background-color: transparent;
    border: 0;
    display: block;
    height: 30px;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
    z-index: 4;
}

    .overlay__btn-close svg {
        pointer-events: none;
    }

    .overlay__btn-close .icon {
        fill: #fff;
        -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
        filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
    }

    .overlay__btn-close:active, .overlay__btn-close:hover {
        text-decoration: none;
    }

.overlay__body-iframe.is-youtube {
    background-color: #000;
    padding-top: 50px;
}

.overlay.is-gallery .overlay__background:before {
    background-color: red;
}

.overlay.is-gallery .overlay__background:after {
    display: none;
}

.overlay.is-gallery .overlay__btn-close i {
    color: #fff;
}

@media(min-width:768px) {
    .overlay .slick-arrow {
        height: 48px;
        width: 48px;
    }

        .overlay .slick-arrow svg {
            height: auto;
            width: 10px;
        }
}

@media(min-width:1440px) {
    .overlay .slick-arrow {
        height: 96px;
        width: 96px;
    }

        .overlay .slick-arrow svg {
            height: auto;
            width: 20px;
        }
}

.overlay .slick-prev {
    -webkit-transform: translate3d(0,-50%,0) scaleX(-1);
    transform: translate3d(0,-50%,0) scaleX(-1);
}

@media(min-width:1440px) {
    .overlay .slick-prev {
        left: 40px;
    }

    .overlay .slick-next {
        right: 40px;
    }
}

.slick-slider {
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slick-arrow {
    align-items: center;
    background-color: #323232;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    z-index: 1;
}

    .slick-arrow > * {
        pointer-events: none;
    }

    .slick-arrow svg #arrow {
        fill: #fff;
    }

.slick-prev {
    left: 10px;
    -webkit-transform: translate3d(0,-50%,0) scaleX(-1);
    transform: translate3d(0,-50%,0) scaleX(-1);
}

.slick-next {
    right: 10px;
}

.slick-thumb {
    height: 160px;
}

.slick-initialized .slick-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.slick-slide > div {
    height: 100%;
    width: 100%;
}

    .slick-slide > div > div {
        align-items: center;
        display: flex !important;
        height: 100%;
        outline: none;
    }

.slick-slide img {
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}

.overlay .slick-slide {
    height: 100vh;
    min-height: 100vh;
}

@media(min-width:576px) {
    .overlay .slick-slide {
        height: calc(100vh - 106px);
        min-height: calc(100vh - 106px);
    }
}

.gallery-toolbar {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
}

.category-group {
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

    .category-group .list {
        margin: 0;
    }

.thumbnail-group {
    display: none;
}

@media(min-width:576px) {
    .thumbnail-group {
        display: flex;
        height: 120px;
        justify-content: center;
        margin-bottom: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 100%;
    }

    .thumbnail-group__container {
        align-items: flex-end;
        display: inline-flex;
        height: 105px;
        margin-top: 15px;
        white-space: nowrap;
    }
}

.thumbnail-item {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 90px;
    margin: 0 2.5px;
    position: relative;
    transition: height .25s cubic-bezier(.645,.045,.355,1);
    will-change: height;
}

    .thumbnail-item:after {
        background-color: red;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .7;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .thumbnail-item img {
        height: 100%;
        position: relative;
        width: auto;
        z-index: 1;
    }

    .thumbnail-item.is-active-image {
        height: 100px;
    }

    .thumbnail-item.is-active-gallery:after {
        opacity: 0;
    }

    .thumbnail-item.is-first-in-category {
        margin-left: 27.5px;
    }

.occasion-card-img-top {
    height: 192px;
    position: relative;
}

    .occasion-card-img-top .slick-list, .occasion-card-img-top .slick-slider, .occasion-card-img-top .slick-track {
        height: 100%;
    }

    .occasion-card-img-top img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.overlay__background {
    pointer-events: none;
}

    .overlay__background:before {
        opacity: 0;
        transition: opacity .5s cubic-bezier(.645,.045,.355,1) .15s;
        will-change: opacity;
    }

    .overlay__background:after {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        transition: -webkit-transform .5s cubic-bezier(.645,.045,.355,1);
        transition: transform .5s cubic-bezier(.645,.045,.355,1);
        transition: transform .5s cubic-bezier(.645,.045,.355,1),-webkit-transform .5s cubic-bezier(.645,.045,.355,1);
        will-change: transform;
    }

    .overlay__background.show-background:before {
        opacity: 1;
    }

    .overlay__background.show-background:after {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.overlay__body {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s cubic-bezier(.645,.045,.355,1);
}

    .overlay__body.show-body {
        opacity: 1;
        pointer-events: all;
    }

.overlay__btn-close {
    pointer-events: none;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    transition: -webkit-transform .25s cubic-bezier(.645,.045,.355,1);
    transition: transform .25s cubic-bezier(.645,.045,.355,1);
    transition: transform .25s cubic-bezier(.645,.045,.355,1),-webkit-transform .25s cubic-bezier(.645,.045,.355,1);
}

    .overlay__btn-close.show-button {
        pointer-events: all;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.overview-block {
    padding-bottom: 40px;
    padding-top: 40px;
}

    .overview-block [class^=col-] {
        margin-bottom: 20px;
    }

.primary-nav__content .overview-block {
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.overview-block__actions, .overview-block__image, .overview-block__price, .overview-block__title {
    position: relative;
    top: 0;
    transition: opacity .3s,top .3s;
}

.overview-block__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding-top: 32px;
    position: relative;
    text-align: center;
}

.overview-block__item--with-comparison .overview-block__actions {
    align-items: center !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.overview-block__label {
    left: 16px;
    position: absolute;
    top: 16px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.overview-block__image {
    display: block;
    flex: 0 0 auto;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.overview-block__title {
    margin-bottom: 12px;
    max-width: 100%;
}

.overview-block__actions {
    align-items: flex-end;
    display: flex;
    margin-top: 10px;
}

.overview-block__button {
    margin-right: 8px;
}

    .overview-block__button:last-of-type {
        margin-right: 0;
    }

.overview-block .compare-action {
    margin-top: 16px;
}

@media(min-width:768px) {
    .overview-block__item--segment .overview-block__image, .overview-block__item--segment .overview-block__title {
        margin-top: auto;
    }

    .overview-block__image {
        margin-bottom: 30px;
    }

    .overview-block__button {
        padding: 18px 20px;
    }
}

@media(min-width:1200px) {
    .overview-block [class^=col-] {
        margin-bottom: 40px;
    }

    .overview-block__item {
        border: 1px solid transparent;
        border-radius: 2px;
        padding-top: 40px;
        transition: all .3s;
    }

        .overview-block__item:hover {
            background: #fff;
            border-color: #ddd;
            box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
        }

            .overview-block__item:hover .overview-block__actions, .overview-block__item:hover .overview-block__image, .overview-block__item:hover .overview-block__price, .overview-block__item:hover .overview-block__title {
                top: -32px;
            }

            .overview-block__item:hover .overview-block__actions {
                opacity: 1;
            }

    .overview-block__actions {
        opacity: 0;
    }

    .overview-block__button {
        padding: 18px 25px;
    }
}

@media(min-width:1440px) {
    .overview-block [class^=col-] {
        margin-bottom: 70px;
    }

    .overview-block__button {
        padding: 17px 30px;
    }

    .overview-block__image {
        margin-bottom: 50px;
    }

    .overview-block__price p {
        display: inline-block;
    }
}

.page-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 65px;
    left: 0;
    position: fixed;
    top: 0;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    width: 100%;
    z-index: 10;
}

.page-header__logo {
    align-items: center;
    align-self: flex-start;
    display: inline-flex;
    height: 100%;
    padding: 10px 16px;
}

    .page-header__logo img, .page-header__logo svg {
        display: block;
        height: 100%;
        max-height: 42px;
        max-width: none;
        width: auto;
    }

@media(min-width:768px) {
    .page-header__logo {
        padding: 16px 24px;
    }

        .page-header__logo img, .page-header__logo svg {
            max-height: 32px;
        }
}

.page-header__actions {
    align-items: flex-end;
    display: flex;
    margin-left: auto;
}

.page-header__quick {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-header__quick-item {
    margin-right: 18px;
}

.page-header__quick-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
}

    .page-header__quick-link:hover {
        color: #de0039;
    }

    .page-header__quick-link span {
        font-size: 10px;
        line-height: 20px;
    }

.page-header__quick .icon {
    height: 20px;
    width: auto;
}

.page-header__quick .badge {
    align-items: center;
    background: #de0039;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    justify-content: center;
    left: 14px;
    position: absolute;
    top: -10px;
    width: 18px;
}

.page-header__toggle-primary-nav {
    color: #de0039;
    display: flex;
    flex-direction: column;
    margin-right: 17px;
}

    .page-header__toggle-primary-nav .icon {
        width: 21px;
    }

    .page-header__toggle-primary-nav > span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .5px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .page-header__toggle-primary-nav .icon {
        color: inherit;
    }

    .page-header__toggle-primary-nav .is-open {
        display: none;
    }

.primary-nav-active .page-header__toggle-primary-nav .is-open {
    display: block;
}

.primary-nav-active .page-header__toggle-primary-nav .is-closed {
    display: none;
}

@media(min-width:768px) {
    .page-header {
        height: 81px;
    }

    .scrolled-down .page-header {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .page-header__quick-item {
        margin-right: 28px;
    }

    .page-header__quick .badge {
        left: 36px;
    }
}

@media(min-width:1200px) {
    .page-header__toggle-primary-nav {
        display: none;
    }

    .page-header__quick-item {
        margin-right: 32px;
    }
}

@media(min-width:1440px) {
    .page-header__quick-link {
        flex-direction: row;
    }

        .page-header__quick-link > span {
            display: inline;
            font-size: 14px;
            margin-left: 7px;
        }

    .page-header__quick .badge {
        font-size: 12px;
        height: 22px;
        left: 2px;
        top: -15px;
        width: 22px;
    }
}

@media(min-width:1600px) {
    .page-header {
        height: 97px;
    }

    .page-header__quick {
        font-size: 14px;
    }
}

.page-search-box {
    background-color: #fff;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 65px;
    transition: height .2s;
    width: 100%;
    z-index: 10;
}

    .page-search-box:not(.active) {
        height: 0;
        padding: 0 !important;
    }

.page-search-box__form {
    padding: 12px 15px;
}

.page-search-box__row {
    position: relative;
}

.page-search-box__input {
    background-color: #eaeaea;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
    padding: 5px 35px 5px 15px;
}

@media(min-width:1440px) {
    .page-search-box__input {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .page-search-box__input {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .page-search-box__input {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .page-search-box__input {
        font-size: 24px;
        line-height: 36px;
    }
}

.page-search-box__button {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

    .page-search-box__button > .icon {
        display: block;
        height: 20px;
        width: 20px;
    }

@media(min-width:768px) {
    .page-search-box {
        top: 81px;
    }

    .page-search-box__form {
        padding: 15px;
    }

    .page-search-box__input {
        padding: 9px 40px 9px 17px;
    }

    .page-search-box__button {
        width: 50px;
    }

        .page-search-box__button > .icon {
            height: 24px;
            width: 24px;
        }
}

@media(min-width:1440px) {
    .page-search-box__button {
        width: 64px;
    }

        .page-search-box__button > .icon {
            height: 30px;
            width: 30px;
        }

    .page-search-box__input {
        padding: 13px 50px 13px 24px;
    }
}

@media(min-width:1600px) {
    .page-search-box {
        top: 97px;
    }
}

.page-footer {
    background: #323232;
    color: #8196a0;
    padding: 40px 0;
    position: relative;
    word-break: break-word;
    z-index: 2;
}

    .page-footer a:hover {
        color: #fff;
    }

    .page-footer .row {
        position: relative;
    }

.page-footer__col {
    margin-bottom: 20px;
}

.page-footer__title {
    color: #323232;
    color: #fff;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .page-footer__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .page-footer__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .page-footer__title {
        font-size: 21px;
        line-height: 25px;
    }
}

.page-footer__title:not(.social-title) {
    font-weight: 500;
    text-transform: none;
}

.page-footer__item {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-footer__item--whitespace {
    margin-top: 41px;
}

.page-footer__logos {
    background: #323232;
    border-bottom: 1px solid rgba(234,236,237,.1);
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

    .page-footer__logos .block:not(:last-child) {
        margin-right: 20px;
    }

.page-footer .social-item {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    margin-right: 6px;
    width: 48px;
}

    .page-footer .social-item .icon {
        color: #fff;
        height: 15px;
        width: auto;
    }

.page-footer .private-lease-link .icon {
    height: auto;
    width: 50px;
}

@media(min-width:768px) {
    .page-footer__logos {
        margin-top: -20px;
    }
}

@media(min-width:1440px) {
    .page-footer {
        padding: 80px 0;
    }

    .page-footer__logos {
        border-bottom: 0;
        margin-top: -55px;
        padding-bottom: 64px;
    }

        .page-footer__logos .block:not(:last-child) {
            margin-right: 40px;
        }

    .page-footer__col:nth-child(4) {
        padding-bottom: 114px;
    }

        .page-footer__col:nth-child(4) + .page-footer__social {
            bottom: 0;
            margin: 0;
            position: absolute;
            right: 0;
        }

    .page-footer__item--whitespace {
        margin-top: 44px;
    }

    .page-footer__item {
        font-size: 16px;
    }
}

.page-subfooter {
    background: #323232;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

    .page-subfooter a:hover {
        color: #fff;
    }

.page-subfooter__product-groups {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.page-subfooter__product-group {
    border-top: 1px solid transparent;
    margin: 0 8px;
    padding: 35px 4px 0;
}

    .page-subfooter__product-group.active {
        border-top-color: #fff;
        color: #fff;
    }

.page-subfooter__links {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.page-subfooter__link {
    padding: 7px 0;
}

.page-subfooter__bottom {
    border-top: 1px solid rgba(234,236,237,.1);
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
    padding-left: 20px;
}

.page-subfooter__copyright, .page-subfooter__logo {
    align-items: center;
    display: flex;
}

.page-subfooter__logo {
    height: 71px;
    margin-right: 18px;
}

    .page-subfooter__logo img, .page-subfooter__logo svg {
        height: 48px;
        width: auto;
    }

.comparebar-open .page-subfooter {
    padding-bottom: 104px;
}

@media(min-width:768px) {
    .page-subfooter {
        border-top: 1px solid rgba(234,236,237,.1);
    }

    .page-subfooter__bottom {
        margin-top: 33px;
        padding-left: 40px;
    }

    .page-subfooter__product-groups {
        margin-bottom: 35px;
        margin-top: -1px;
    }

    .page-subfooter__links {
        flex-direction: row;
        justify-content: center;
    }

    .page-subfooter__link {
        margin: 0 12px;
    }
}

@media(min-width:1440px) {
    .page-subfooter {
        display: flex;
        padding-left: 40px;
    }

    .page-subfooter__product-groups {
        margin-bottom: 0;
    }

    .page-subfooter__product-group {
        padding: 25px 4px;
    }

    .page-subfooter__links {
        margin: 0 auto;
    }

    .page-subfooter__bottom {
        border: 0;
        margin: 0;
    }

    .page-subfooter__logo {
        margin-left: 40px;
        margin-right: 32px;
    }

        .page-subfooter__logo > img, .page-subfooter__logo > svg {
            height: 32px;
        }
}

.pagination, .pagination__list {
    display: flex;
    justify-content: center;
}

.pagination__list {
    align-items: center;
}

.pagination__item {
    margin-right: 24px;
}

    .pagination__item:last-of-type {
        margin-right: 0;
    }

.pagination__item--disabled {
    opacity: .2;
}

    .pagination__item--disabled .pagination__button {
        cursor: default;
    }

        .pagination__button, .pagination__item--disabled .pagination__button:focus, .pagination__item--disabled .pagination__button:hover {
            background-color: #323232;
        }

.pagination__button {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    transition: background-color .3s ease;
    width: 48px;
}

    .pagination__button svg {
        fill: #fff;
        height: auto;
        width: 13px;
    }

.pagination__button--right svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__button:focus, .pagination__button:hover {
    background-color: #666;
}

.pagination__text {
    color: #323232;
    flex: 0 0 auto;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.primary-nav__expand {
    display: none;
}

.primary-nav__list-item {
    font-weight: 500;
    text-transform: uppercase;
}

.primary-nav__list-button * {
    pointer-events: none;
}

.primary-nav__content {
    display: none;
}

.primary-nav__content-item {
    padding: 24px 20px;
}

    .primary-nav__content-item .primary-nav__content-animate-1, .primary-nav__content-item .primary-nav__content-animate-2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: opacity .6s,-webkit-transform .6s;
        transition: opacity .6s,transform .6s;
        transition: opacity .6s,transform .6s,-webkit-transform .6s;
        transition-delay: .48s,.48s;
    }

    .primary-nav__content-item .primary-nav__content-animate-2 {
        transition-delay: .78s,.78s;
    }

    .primary-nav__content-item:not(.active) {
        height: 0;
        overflow: hidden;
        padding: 0 !important;
    }

        .primary-nav__content-item:not(.active) .primary-nav__content-animate-1, .primary-nav__content-item:not(.active) .primary-nav__content-animate-2 {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }

.primary-nav-content-active .primary-nav__content {
    display: block;
}

.primary-nav__content-back-button {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 43px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .primary-nav__content-back-button {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .primary-nav__content-back-button {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .primary-nav__content-back-button {
        font-size: 21px;
        line-height: 25px;
    }
}

.primary-nav__content-back-button .icon {
    color: #de0039;
    height: 16px;
    margin-right: 12px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 16px;
}

@media(max-width:1199.98px) {
    .primary-nav {
        background: #fff;
        box-shadow: inset 0 10px 15px 0 rgba(0,0,0,.05);
        display: block;
        height: 0;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 81px;
        transition: height .6s;
        width: 100%;
    }

    .primary-nav-active .primary-nav {
        height: calc(100vh - 81px);
    }

    .primary-nav-content-active .primary-nav__list {
        display: none;
    }

    .primary-nav__list-button {
        align-items: center;
        display: flex;
        padding: 28px 33px;
        text-align: left;
        width: 100%;
    }

        .primary-nav__list-button > span {
            position: relative;
        }

        .primary-nav__list-button .icon {
            height: auto;
            margin-left: auto;
            width: 22px;
        }

            .primary-nav__list-button .icon path {
                fill: #de0039;
            }

    .primary-nav__list-item {
        border-bottom: 1px solid #ddd;
    }
}

@media(max-width:767.98px) {
    .primary-nav {
        top: 65px;
    }

    .primary-nav__list-button {
        font-size: 14px;
        padding: 21px 17px;
    }

    .primary-nav-active .primary-nav {
        height: calc(100vh - 65px);
    }
}

@media(min-width:768px) {
    .primary-nav__content-item {
        padding: 4%;
    }
}

@media(min-width:992px) {
    .primary-nav .primary-nav__content-wrap {
        display: flex;
    }
}

@media(min-width:1200px) {
    .primary-nav {
        height: 100%;
        margin-left: 31px;
    }

    .primary-nav__list {
        display: flex;
        height: 100%;
    }

    .primary-nav__list-item {
        position: relative;
        transition: color .6s;
    }

        .primary-nav__list-item:not(:last-child) {
            margin-right: 24px;
        }

        .primary-nav__list-item:after {
            background: #de0039;
            bottom: -1px;
            content: "";
            height: 1px;
            left: 0;
            opacity: 0;
            position: absolute;
            transition: opacity .6s;
            width: 100%;
        }

        .primary-nav__list-item.active {
            color: #de0039;
        }

            .primary-nav__list-item.active:after {
                opacity: 1;
            }

    .primary-nav__list-button {
        font-size: 14px;
        height: 100%;
    }

        .primary-nav__list-button .icon {
            display: none;
        }

    .primary-nav__content {
        background: #fff;
        box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
        left: 0;
        margin-top: 1px;
        max-height: calc(100vh - 81px);
        overflow-y: scroll;
        position: absolute;
        transition: height .6s;
        width: 100vw;
    }

    .primary-nav__content-back-button {
        display: none;
    }
}

@media(min-width:1440px) {
    .primary-nav__list-button {
        font-size: 16px;
    }
}

@media(min-width:1600px) {
    .primary-nav__list-button {
        font-size: 18px;
    }

    .primary-nav__list-item:not(:last-child) {
        margin-right: 40px;
    }
}

body.primary-nav-content-active:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.quick-links-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.quick-links-block__list {
    display: flex;
    flex-wrap: wrap;
}

.quick-links-block__item {
    flex: 0 0 50%;
    margin-bottom: 8px;
}

    .quick-links-block__item:nth-child(odd) {
        padding-right: 4px;
    }

    .quick-links-block__item:nth-child(2n) {
        padding-left: 4px;
    }

.quick-links-block__link {
    align-items: center;
    background: #eaeaea;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
}

.quick-links-block__icon {
    height: 30px;
    margin-bottom: 17px;
}

    .quick-links-block__icon .icon {
        color: #323232;
        height: 100%;
        max-width: 33px;
        width: auto;
    }

.quick-links-block__title {
    font-size: 14px;
    font-weight: 900;
    max-width: 100%;
    text-transform: uppercase;
}

.quick-links-block__description {
    color: #495057;
    display: none;
    text-transform: uppercase;
}

.quick-links-block__item:hover .quick-links-block__description {
    text-decoration: underline;
}

@media(min-width:768px) {
    .quick-links-block__list {
        flex-wrap: nowrap;
    }

    .quick-links-block__item {
        flex: 1 1 25%;
        margin-bottom: 0;
    }

        .quick-links-block__item:nth-child(n) {
            padding-left: 0;
            padding-right: 8px;
        }

        .quick-links-block__item:last-child {
            padding-right: 0;
        }

    .quick-links-block__title {
        font-size: 16px;
    }

    .quick-links-block__link {
        padding: 23px 10px;
    }
}

@media(min-width:1200px) {
    .quick-links-block__link {
        justify-content: center;
        min-height: 160px;
    }

    .quick-links-block__icon {
        height: 35px;
    }
}

@media(min-width:1440px) {
    .quick-links-block {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .quick-links-block__icon {
        height: 40px;
    }

    .quick-links-block__description {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: 6px;
    }
}

@media(min-width:1600px) {
    .quick-links-block__title {
        font-size: 21px;
    }

    .quick-links-block__description {
        font-size: 16px;
    }
}

.shopping-cart-block {
    margin: 40px 0;
}

.shopping-cart-block__title {
    font-weight: 300;
    margin-bottom: 28px;
    text-align: center;
}

.shopping-cart-block__list-item {
    border: 1px solid #ddd;
    display: flex;
    margin-bottom: 16px;
    position: relative;
}

    .shopping-cart-block__list-item:last-of-type {
        margin-bottom: 0;
    }

.shopping-cart-block__list-image {
    align-self: stretch;
    background-position: 50%;
    background-size: cover;
    flex: 0 0 140px;
    overflow: hidden;
    position: relative;
}

.shopping-cart-block__list-remove {
    align-items: center;
    color: #323232;
    display: flex;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 20px;
}

@media(min-width:1440px) {
    .shopping-cart-block__list-remove {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__list-remove {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__list-remove {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__list-remove {
        font-size: 14px;
        line-height: 21px;
    }
}

.shopping-cart-block__list-remove .icon {
    height: 14px;
    margin-right: 6px;
    width: 14px;
}

.shopping-cart-block__list-content {
    flex: 1 1;
    padding: 16px;
}

    .shopping-cart-block__list-content .input-select {
        min-width: 100px;
        width: auto;
    }

.shopping-cart-block__list-prices {
    margin-top: 10px;
}

.shopping-cart-block__list-normal-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .shopping-cart-block__list-normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__list-normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__list-normal-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__list-new-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .shopping-cart-block__list-new-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__list-new-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__list-new-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__list-old-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    text-decoration: line-through;
}

@media(min-width:1440px) {
    .shopping-cart-block__list-old-price {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__list-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__list-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__list-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

.shopping-cart-block__list-available, .shopping-cart-block__list-unavailable {
    margin-bottom: 8px;
}

    .shopping-cart-block__list-available .icon, .shopping-cart-block__list-unavailable .icon {
        height: 16px;
        width: 16px;
    }

.shopping-cart-block__list-available, .shopping-cart-block__list-unavailable {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
}

    .shopping-cart-block__list-available .icon, .shopping-cart-block__list-unavailable .icon {
        flex: 0 0 auto;
        height: 14px;
        margin-right: 4px;
        margin-top: 3px;
        width: 14px;
    }

.shopping-cart-block__list-quantity {
    flex: 0 0 auto;
}

.shopping-cart-block__receipt {
    background: #f4f4f5;
    margin-top: 40px;
    padding: 24px;
}

    .shopping-cart-block__receipt h4 {
        margin-bottom: 14px;
    }

.shopping-cart-block__receipt-category {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-bottom: 1em;
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-category {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-category {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-category {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-category {
        font-size: 14px;
        line-height: 21px;
    }
}

.shopping-cart-block__receipt-item {
    color: #323232;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px;
    text-transform: uppercase;
}

    .shopping-cart-block__receipt-item.total {
        margin-bottom: 0;
    }

        .shopping-cart-block__receipt-item.total > * {
            color: #323232;
            font-family: ITCFranklinGothicStd;
            font-size: 14px;
            font-weight: 900;
            letter-spacing: .5px;
            line-height: 16px;
            margin-bottom: 0;
            text-transform: uppercase;
        }

@media(min-width:768px) {
    .shopping-cart-block__receipt-item.total > * {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-item.total > * {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-item.total > * {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__receipt-title {
    flex: 1 1;
    margin-right: 16px;
}

    .shopping-cart-block__receipt-title p {
        color: #323232;
        font-family: ITCFranklinGothicStd;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 16px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

@media(min-width:768px) {
    .shopping-cart-block__receipt-title p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-title p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-title p {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__receipt-amount {
    color: #323232;
    flex: 0 0 auto;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 16px;
    text-transform: uppercase;
    text-transform: none;
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-amount {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-amount {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-amount {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__receipt-remove {
    align-self: flex-start;
    flex: 0 0 16px;
    margin-right: 8px;
}

    .shopping-cart-block__receipt-remove .icon {
        pointer-events: none;
        width: 100%;
    }

        .shopping-cart-block__receipt-remove .icon path, .shopping-cart-block__receipt-remove .icon use {
            fill: #de0039;
        }

.shopping-cart-block__receipt-prices {
    flex: 0 0 65px;
    margin-left: auto;
    text-align: right;
}

    .shopping-cart-block__receipt-prices.total {
        flex: 1 0 auto;
    }

.shopping-cart-block__receipt-old-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    margin-top: -2px;
    text-decoration: line-through;
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-old-price {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-old-price {
        font-size: 14px;
        line-height: 21px;
    }
}

.shopping-cart-block__receipt-new-price, .shopping-cart-block__receipt-normal-price {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-new-price, .shopping-cart-block__receipt-normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-new-price, .shopping-cart-block__receipt-normal-price {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-new-price, .shopping-cart-block__receipt-normal-price {
        font-size: 21px;
        line-height: 25px;
    }
}

.shopping-cart-block__receipt hr {
    margin-left: -24px;
    margin-right: -24px;
}

.shopping-cart-block__receipt-submit {
    margin-top: 16px;
    width: 100%;
}

.shopping-cart-block__receipt-available {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    text-transform: none;
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-available {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-available {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-available {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-available {
        font-size: 14px;
        line-height: 21px;
    }
}

.shopping-cart-block__receipt-unavailable {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    text-transform: none;
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-unavailable {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block__receipt-unavailable {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__receipt-unavailable {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt-unavailable {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .shopping-cart-block {
        margin: 80px 0;
    }

    .shopping-cart-block__receipt-prices {
        flex: 0 0 85px;
    }
}

@media(min-width:1200px) {
    .shopping-cart-block__title {
        margin-bottom: 64px;
    }

    .shopping-cart-block__list-content {
        align-items: center;
        display: flex;
        padding: 24px 32px;
    }

    .shopping-cart-block__list-prices {
        flex: 0 0 auto;
        text-align: right;
    }

    .shopping-cart-block__list-remove {
        font-size: 14px;
        margin-bottom: 0;
    }

        .shopping-cart-block__list-remove .icon {
            position: relative;
            top: -1px;
        }

    .shopping-cart-block__list-image {
        flex: 0 0 160px;
    }

    .shopping-cart-block__receipt {
        margin-top: 0;
    }

    .shopping-cart-block__receipt-item .icon {
        position: relative;
        top: -1px;
    }
}

@media(min-width:1440px) {
    .shopping-cart-block__receipt {
        padding: 40px;
    }

    .shopping-cart-block__receipt-amount, .shopping-cart-block__receipt-new-price, .shopping-cart-block__receipt-normal-price, .shopping-cart-block__receipt-title p {
        font-size: 16px;
        line-height: 19px;
    }

    .shopping-cart-block__receipt-submit {
        font-size: 14px;
        margin-top: 20px;
        padding: 14px 28px;
    }

    .shopping-cart-block hr {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media(min-width:1600px) {
    .shopping-cart-block {
        margin: 110px 0;
    }

    .shopping-cart-block__receipt-item .icon {
        top: -3px;
    }
}

.specifications-modal__title {
    font-weight: 300;
}

.specifications-block {
    margin: 40px 0;
}

.specifications-block__tabs {
    justify-content: center;
}

.specifications-block__title {
    display: inline-block;
    text-align: center;
}

.specifications-block .tooltip-toggler {
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    width: 16px;
}

    .specifications-block .tooltip-toggler svg {
        display: block;
    }

.specifications-block .accordion__header {
    margin-bottom: 16px;
    margin-top: 16px;
}

.specifications-block .nav-item {
    flex: 1 0 auto;
    margin-right: 8px;
    text-align: center;
}

    .specifications-block .nav-item:last-of-type {
        margin-right: 0;
    }

.specifications-block .nav-link {
    background-color: #eaeced;
    border-color: #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

    .specifications-block .nav-link.active {
        color: #323232;
    }

.specifications-block .tab-content {
    margin-top: 16px;
    text-align: center;
}

.specifications-block .toggle-button {
    color: #323232;
}

    .specifications-block .toggle-button:before {
        background-image: url(/static/suzuki/static/suzuki/svg/plus-blue.svg?1417ac15);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 16px;
        content: "";
        height: 16px;
        margin-right: 10px;
        position: relative;
        width: 16px;
    }

.specifications-block .toggle-button--faded:before {
    background-image: url(/static/suzuki/static/suzuki/svg/dash.svg?022e7c9f);
}

.specifications-block .tab-pane__content {
    overflow: hidden;
    position: relative;
    transition: height .3s;
}

    .specifications-block .tab-pane__content:after {
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);
        bottom: 0;
        content: "";
        height: 60%;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
    }

    .specifications-block .tab-pane__content.faded {
        max-height: 620px;
    }

        .specifications-block .tab-pane__content.faded:after {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

@media(min-width:768px) {
    .specifications-block {
        margin: 80px 0;
    }

        .specifications-block .nav-item {
            flex: 0 0 240px;
        }

        .specifications-block .nav-link {
            font-size: 14px;
            padding-bottom: 28px;
            padding-top: 28px;
        }

        .specifications-block .toggle-button {
            margin-top: 40px;
        }

            .specifications-block .toggle-button:before {
                background-size: 18px;
                height: 18px;
                width: 18px;
            }

        .specifications-block .tab-pane__content.faded {
            max-height: 420px;
        }
}

@media(min-width:1440px) {
    .specifications-block .nav-link {
        font-size: 16px;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .specifications-block {
        margin: 110px 0;
    }
}

.rating-block {
    align-items: center;
    display: flex;
    position: relative;
}

.rating-block__stars {
    display: inline-block;
    padding-right: 4px;
    position: relative;
}

.rating-block .icon {
    display: inline-block;
}

    .rating-block .icon:not(:last-child) {
        margin-right: -4px;
    }

    .rating-block .icon path, .rating-block .icon polygon {
        fill: #ddd;
    }

.rating-block__stars.highlight {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}

    .rating-block__stars.highlight .icon path, .rating-block__stars.highlight .icon polygon {
        fill: #323232;
    }

.rating-block__number {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 1em;
    margin-left: 8px;
    margin-top: 2px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .rating-block__number {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1200px) {
    .rating-block__number {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(min-width:1440px) {
    .rating-block__number {
        font-size: 21px;
        line-height: 25px;
    }
}

.search-results-block {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.search-results-block__filters {
    display: none;
}

    .search-results-block__filters li {
        margin-bottom: 5px;
    }

    .search-results-block__filters a {
        color: #323232;
        font-weight: 500;
    }

        .search-results-block__filters a.active {
            color: #de0039;
        }

        .search-results-block__filters a.disabled {
            color: #666;
            cursor: default;
            pointer-events: none;
        }

        .search-results-block__filters a:not(.active):hover {
            text-decoration: underline;
        }

.search-results-block__filters-mobile {
    display: block;
    margin-bottom: 30px;
}

.search-results-block__form {
    margin-bottom: 16px;
    position: relative;
}

.search-results-block__amount {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 12px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 19px;
    line-height: 21px;
    margin-bottom: 32px;
}

@media(min-width:1440px) {
    .search-results-block__amount {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .search-results-block__amount {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .search-results-block__amount {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:1440px) {
    .search-results-block__amount {
        font-size: 14px;
        line-height: 21px;
    }
}

@media(min-width:768px) {
    .search-results-block__form {
        margin-bottom: 30px;
    }
}

@media(min-width:1200px) {
    .search-results-block {
        margin-bottom: 94px;
        margin-top: 94px;
    }

    .search-results-block__filters {
        display: block;
    }

    .search-results-block__filters-mobile {
        display: none;
    }
}

@media(min-width:1440px) {
    .search-results-block__filters a {
        font-size: 16px;
        line-height: 24px;
    }

    .search-results-block__form .page-search-box__input {
        font-size: 20px;
        line-height: 30px;
        padding: 9px 17px;
    }

    .search-results-block__form .page-search-box__button {
        width: 50px;
    }

        .search-results-block__form .page-search-box__button > .icon {
            height: 24px;
            width: 24px;
        }
}

.product-teaser-block {
    margin: 80px 0;
    position: relative;
}

.product-teaser-block__row {
    justify-content: center;
}

.product-teaser-block__more-link {
    margin-top: 30px;
    text-align: center;
}

.product-teaser-block.has-2-items .product-teaser-block__row > .col-12:first-child {
    margin-bottom: 18px;
}

@media(min-width:768px) {
    .product-teaser-block {
        margin: 120px 0;
    }

    .product-teaser-block__more-link {
        margin-top: 60px;
    }

    .product-teaser-block .glide {
        padding-bottom: 108px;
    }

    .product-teaser-block .glide-controls {
        margin-top: 56px;
    }

    .product-teaser-block__controls-wrap {
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }

    .product-teaser-block.has-slider .product-teaser-block__more-link {
        bottom: 5px;
        margin-top: 0;
        position: absolute;
        right: 20px;
    }

    .product-teaser-block.has-2-items .product-teaser-block__row > .col-12:first-child {
        margin-bottom: 0;
        padding-right: 10px;
    }

    .product-teaser-block.has-2-items .product-teaser-block__row > .col-12:last-child {
        padding-left: 10px;
    }
}

@media(min-width:1200px) {
    .product-teaser-block {
        margin: 160px 0;
    }

        .product-teaser-block.has-2-items .product-teaser-block__row > .col-12:first-child {
            padding-right: 20px;
        }

        .product-teaser-block.has-2-items .product-teaser-block__row > .col-12:last-child {
            padding-left: 20px;
        }
}

@media(min-width:1600px) {
    .product-teaser-block .glide {
        padding-bottom: 132px;
    }

    .product-teaser-block .glide-controls, .product-teaser-block__more-link {
        margin-top: 80px;
    }
}

.primary-nav .vehicle-segment-block {
    width: 100%;
}

    .primary-nav .vehicle-segment-block:not(:first-child) {
        margin-top: 55px;
    }

.primary-nav .vehicle-segment-block__title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    padding-bottom: 5px;
    position: relative;
}

.primary-nav .vehicle-segment-block__action {
    align-items: center;
    display: flex;
    width: 100%;
}

    .primary-nav .vehicle-segment-block__action > hr {
        flex: 1 1;
        margin: 4px 0;
    }

.primary-nav .vehicle-segment-block__title-text {
    font-weight: 300;
    margin: 0;
}

.primary-nav .vehicle-segment-block__title-link {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    margin-left: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 5px;
}

    .primary-nav .vehicle-segment-block__title-link .icon {
        height: 12px;
        position: relative;
        width: 12px;
    }

@media(min-width:1200px) {
    .primary-nav .vehicle-segment-block__action hr {
        margin: 10px 10px 10px 0;
    }

    .primary-nav .vehicle-segment-block__title-link {
        position: relative;
        right: auto;
        top: auto;
    }
}

@media(min-width:1440px) {
    .primary-nav .vehicle-segment-block__title-link {
        font-size: 16px;
    }
}

.react-tabs {
    -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0;
}

.react-tabs__tab {
    border: 1px solid transparent;
    border-bottom: none;
    bottom: -1px;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    padding: 6px 12px;
    position: relative;
}

.react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    border-radius: 5px 5px 0 0;
    color: #000;
}

.react-tabs__tab--disabled {
    color: GrayText;
    cursor: default;
}

.react-tabs__tab:focus {
    border-color: #0188fe;
    box-shadow: 0 0 5px #0188fe;
    outline: none;
}

    .react-tabs__tab:focus:after {
        background: #fff;
        bottom: -5px;
        content: "";
        height: 5px;
        left: -4px;
        position: absolute;
        right: -4px;
    }

.react-tabs__tab-panel {
    display: none;
}

.react-tabs__tab-panel--selected {
    display: block;
}

.react-tabs__tab-list {
    border: none;
    margin: -6px;
}

.react-tabs__tab {
    background-color: #eaeaea;
    border: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #323232;
    font-size: 10px;
    font-weight: 900;
    margin: 6px;
    padding: 24px 12px;
    text-transform: uppercase;
}

@media(min-width:576px) {
    .react-tabs__tab {
        padding: 24px 32px;
    }
}

@media(min-width:1200px) {
    .react-tabs__tab {
        font-size: 16px;
    }
}

.react-tabs__tab:not(.react-tabs__tab--selected):hover {
    background-color: #fff;
}

.react-tabs__tab--selected {
    background-color: #fff;
    border-bottom-color: #fff;
}

.react-tabs__tab--light {
    font-weight: 500;
    text-transform: none;
}

.react-tabs__tab-panel {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.text-with-link-block {
    border: 1px solid #ddd;
    display: flex;
    margin-bottom: 20px;
    padding: 7px 16px;
}

.text-with-link-block__button {
    margin-left: auto;
}

.text-with-link-block__image {
    margin-bottom: 16px;
    margin-top: 8px;
}

    .text-with-link-block__image img {
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
    }

@media(min-width:768px) {
    .text-with-link-block {
        padding: 11px 24px;
    }

    .text-with-link-block__image {
        flex: 0 0 150px;
        margin-bottom: 8px;
        margin-right: 20px;
    }
}

@media(min-width:1440px) {
    .text-with-link-block {
        padding: 18px 24px 17px;
    }
}

.text-block:not(.text-small) .rich-text {
    color: #323232;
    font-family: ITCFranklinGothicStd;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.5;
    line-height: 28px;
}

@media(min-width:1440px) {
    .text-block:not(.text-small) .rich-text {
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .text-block:not(.text-small) .rich-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1200px) {
    .text-block:not(.text-small) .rich-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1440px) {
    .text-block:not(.text-small) .rich-text {
        font-size: 24px;
        line-height: 36px;
    }
}

.text-block:not(.text-small) .rich-text ul li {
    background-position-y: 10px;
}

@media(min-width:1440px) {
    .text-block:not(.text-small) .rich-text ul li {
        background-position-y: 12px;
    }
}

.top-tasks-bar {
    background-color: #323232;
    padding-bottom: 40px;
    padding-top: 40px;
}

.top-tasks-bar__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-tasks-bar__item {
    flex: 0 0 50%;
    margin-bottom: 8px;
}

    .top-tasks-bar__item:nth-child(odd) {
        padding-right: 4px;
    }

    .top-tasks-bar__item:nth-child(2n) {
        padding-left: 4px;
    }

.top-tasks-bar__link {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(221,221,221,.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    transition: color .3s,box-shadow .3s,border .3s;
}

    .top-tasks-bar__link:hover {
        border-color: rgba(221,221,221,.8);
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
        color: rgba(255,255,255,.5);
    }

.top-tasks-bar__icon {
    align-items: center;
    color: inherit;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    width: 60px;
}

    .top-tasks-bar__icon .icon {
        fill: currentColor;
        height: 100%;
        max-width: none;
        width: auto;
    }

        .top-tasks-bar__icon .icon path {
            fill: currentColor;
        }

.top-tasks-bar__title {
    color: inherit;
    font-size: 14px;
    font-weight: 900;
    max-width: 100%;
    text-transform: uppercase;
    word-break: break-word;
}

.top-tasks-bar__description {
    display: none;
    text-transform: uppercase;
}

.top-tasks-bar__item:hover .top-tasks-bar__description {
    text-decoration: underline;
}

@media(min-width:768px) {
    .top-tasks-bar {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .top-tasks-bar__list {
        flex-wrap: nowrap;
    }

    .top-tasks-bar__item {
        flex: 0 1 25%;
        margin-bottom: 0;
    }

        .top-tasks-bar__item:nth-child(n) {
            padding-left: 0;
            padding-right: 8px;
        }

        .top-tasks-bar__item:last-child {
            padding-right: 0;
        }

    .top-tasks-bar__title {
        font-size: 16px;
    }

    .top-tasks-bar__link {
        padding: 23px 10px;
    }
}

@media(min-width:1200px) {
    .top-tasks-bar {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .top-tasks-bar__link {
        min-height: 152px;
    }
}

@media(min-width:1440px) {
    .top-tasks-bar__description {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
    }
}

@media(min-width:1600px) {
    .top-tasks-bar__title {
        font-size: 21px;
    }

    .top-tasks-bar__description {
        font-size: 16px;
    }
}

.youtube-block .iframe-container {
    padding-bottom: 56.25%;
    position: relative;
}

.youtube-block iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.trade-in-form {
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.trade-in-form__form {
    border: 1px solid #dce1e4;
    padding: 24px 24px 32px;
    width: 100%;
}

.trade-in-form__errors {
    border: 1px solid #dce1e4;
    border-top: none;
    padding: 24px;
}

.trade-in-form__item {
    flex: 1 1;
    margin-bottom: 15px;
}

    .trade-in-form__item:last-of-type {
        margin-bottom: 0;
        margin-top: 32px;
    }

    .trade-in-form__item .button {
        width: 100%;
    }

.trade-in-form__group {
    display: flex;
    width: 100%;
}

.trade-in-form__group--license-plate .trade-in-form__addon {
    background-color: #00368f;
    color: #fff;
}

.trade-in-form__group--license-plate .input-text {
    background-color: #f6c900;
    border-color: transparent;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    margin-left: -1px;
    text-align: center;
}

    .trade-in-form__group--license-plate .input-text:hover {
        background-color: #ffd311;
    }

.trade-in-form__group--mileage .trade-in-form__addon {
    background-color: #eaeaea;
    color: #323232;
}

.trade-in-form__group--mileage .trade-in-form__input {
    background-color: #eaeced;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .57px;
    margin-right: -1px;
    padding: 6px 16px;
    text-align: left;
}

    .trade-in-form__group--mileage .trade-in-form__input:hover {
        background-color: #f8f8f9;
    }

.trade-in-form .input-text:focus {
    outline: 0;
}

.trade-in-form__addon {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    font-size: .9375rem;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    width: 40px;
}

@media(min-width:768px) {
    .trade-in-form__addon {
        height: 48px;
        width: 48px;
    }
}

@media(min-width:1200px) {
    .trade-in-form {
        margin-bottom: 0;
    }

    .trade-in-form__form {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        padding: 24px 30px 32px;
    }

    .trade-in-form__item {
        margin-bottom: 0;
        margin-right: 30px;
    }

        .trade-in-form__item:last-of-type {
            flex: 0 0 auto;
            margin-right: 0;
            margin-top: 0;
        }

    .trade-in-form__input {
        min-height: 48px;
    }

    .trade-in-form__input--license-plate {
        font-size: 1.5rem;
    }

    .trade-in-form .button {
        padding: 17px 32px;
    }
}

@media(min-width:1440px) {
    .trade-in-form .button {
        font-size: 14px;
        padding: 17px 32px;
    }

    .trade-in-form .input-text {
        height: 48px;
        padding: 12px 24px;
    }
}

.column-grid-block + .trade-in-block, .next-column-grid-block + .trade-in-block {
    margin-top: -24px;
}

@media(min-width:768px) {
    .column-grid-block + .trade-in-block, .next-column-grid-block + .trade-in-block {
        margin-top: -38px;
    }
}

@media(min-width:1600px) {
    .column-grid-block + .trade-in-block, .next-column-grid-block + .trade-in-block {
        margin-top: -78px;
    }
}

.column-grid-block + .trade-in-block + .column-grid-block, .column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block {
    margin-top: 24px;
}

@media(min-width:768px) {
    .column-grid-block + .trade-in-block + .column-grid-block, .column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block {
        margin-top: 52px;
    }
}

@media(min-width:1600px) {
    .column-grid-block + .trade-in-block + .column-grid-block, .column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .column-grid-block, .next-column-grid-block + .trade-in-block + .next-column-grid-block + .column-grid-block {
        margin-top: 52px;
    }
}

.trade-in-modal h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
}

.trade-in-modal .text-small {
    font-size: 12px;
    line-height: 19px;
}

.trade-in-modal__paragraph {
    font-size: 16px;
    line-height: 24px;
}

.trade-in-modal__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
}

.trade-in-modal__section {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .trade-in-modal__section:last-of-type {
        margin-bottom: 0;
    }

.trade-in-modal__card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 24px;
    position: relative;
}

    .trade-in-modal__card p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

.trade-in-modal__card-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

    .trade-in-modal__card-header .text-link {
        color: #de0039;
        font-size: 14px;
        letter-spacing: .5px;
        line-height: 21px;
    }

.trade-in-modal__card-item {
    margin-bottom: 8px;
}

    .trade-in-modal__card-item:last-of-type {
        margin-bottom: 0;
    }

    .trade-in-modal__card-item .text-small {
        margin-bottom: 6px;
    }

.trade-in-modal__cta {
    background-color: #eaeced;
    margin-bottom: 16px;
    padding: 24px;
}

    .trade-in-modal__cta .button {
        width: 100%;
    }

        .trade-in-modal__cta .button.disabled:hover {
            background-color: #ddd;
        }

    .trade-in-modal__cta h5 {
        margin-bottom: 6px;
    }

    .trade-in-modal__cta p:not(.text-small) {
        font-size: 16px;
        line-height: 24px;
    }

    .trade-in-modal__cta:last-of-type {
        margin-bottom: 0;
    }

.trade-in-modal__card-edit {
    border-top: 1px solid #ddd;
    margin-top: 21px;
    padding-top: 21px;
}

    .trade-in-modal__card-edit h5 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }

.trade-in-modal .feature-label {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: none;
}

.trade-in-modal .trade-in-form {
    margin-bottom: 0;
    margin-top: 20px;
}

.trade-in-modal__suggestions, .trade-in-modal__suggestions-item {
    display: flex;
    flex-direction: column;
}

.trade-in-modal__suggestions-item {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    flex: 1 1 auto;
    margin-bottom: 35px;
    padding: 20px;
}

    .trade-in-modal__suggestions-item h5 {
        margin-bottom: 8px;
    }

    .trade-in-modal__suggestions-item img {
        height: auto;
        margin-bottom: 1rem;
        width: 172px;
    }

    .trade-in-modal__suggestions-item div {
        align-items: center;
        color: #323232;
        display: flex;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .trade-in-modal__suggestions-item .icon {
        fill: #489f02;
        margin-right: 8px;
    }

    .trade-in-modal__suggestions-item:hover span {
        color: #489f02;
    }

    .trade-in-modal__suggestions-item.is-selected {
        background: #fff;
        border-color: #dce1e4;
        box-shadow: 0 30px 40px 0 rgba(0,0,0,.05);
    }

        .trade-in-modal__suggestions-item.is-selected span {
            color: #489f02;
        }

    .trade-in-modal__suggestions-item:last-of-type {
        margin-bottom: 0;
    }

.trade-in-modal__proposal {
    background-color: #f4f4f5;
}

    .trade-in-modal__proposal p {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .5px;
        line-height: 19px;
        margin-bottom: 6px;
    }

    .trade-in-modal__proposal hr {
        margin-bottom: 12px;
        margin-top: 12px;
    }

.trade-in-modal__proposal-block:first-of-type {
    padding: 26px 24px 20px;
}

.trade-in-modal__proposal-block + .trade-in-modal__proposal-block {
    border-top: 1px solid #ddd;
    padding: 20px 24px;
}

    .trade-in-modal__proposal-block + .trade-in-modal__proposal-block span {
        color: #de0039;
    }

.trade-in-modal__proposal-row {
    display: flex;
    margin-bottom: 8px;
}

    .trade-in-modal__proposal-row:last-of-type {
        margin-bottom: 0;
    }

    .trade-in-modal__proposal-row span {
        color: #323232;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .5px;
        line-height: 16px;
    }

        .trade-in-modal__proposal-row span:first-of-type {
            flex: 1 1 auto;
            margin-right: 16px;
        }

        .trade-in-modal__proposal-row span:last-of-type {
            flex: 0 0 auto;
            margin-left: auto;
        }

    .trade-in-modal__proposal-row .tooltip-toggler svg {
        position: relative;
        top: 3px;
    }

.trade-in-modal .contactinfo-select-dealer {
    position: relative;
}

.trade-in-modal .contactinfo-select-dealer__search {
    bottom: 9px;
    position: absolute;
    right: 14px;
}

@media(min-width:768px) {
    .trade-in-modal__cta .button {
        width: auto;
    }

    .trade-in-modal .contactinfo-select-dealer__search {
        bottom: 14px;
    }
}

.trade-in-modal__trade-options {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

    .trade-in-modal__trade-options .button {
        flex: 1 1 100%;
    }

        .trade-in-modal__trade-options .button:first-child {
            margin-bottom: 8px;
        }

@media(min-width:768px) {
    .trade-in-modal__trade-options .button {
        flex: 0 0 auto;
    }

        .trade-in-modal__trade-options .button:first-child {
            margin-right: 16px;
        }
}

@media(min-width:1200px) {
    .trade-in-modal h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 16px;
    }

    .trade-in-modal .text-small {
        font-size: 14px;
        line-height: 21px;
    }

    .trade-in-modal__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .trade-in-modal__section {
        margin-bottom: 34px;
        margin-top: 34px;
    }

    .trade-in-modal__card p {
        margin-bottom: 20px;
    }

    .trade-in-modal__card-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6px;
    }

    .trade-in-modal__card-item {
        flex: 0 0 50%;
    }

        .trade-in-modal__card-item:nth-last-of-type(2) {
            margin-bottom: 0;
        }

        .trade-in-modal__card-item h5, .trade-in-modal__cta h5 {
            font-size: 16px;
            line-height: 25px;
        }

    .trade-in-modal__cta h5 {
        margin-bottom: 3px;
    }

    .trade-in-modal .trade-in-form {
        margin-top: 32px;
    }

    .trade-in-modal .trade-in-form__form {
        flex-wrap: wrap;
    }

    .trade-in-modal .trade-in-form__item {
        flex-basis: calc(50% - 12px);
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 24px;
        margin-right: 0;
    }

        .trade-in-modal .trade-in-form__item:first-of-type {
            margin-right: 24px;
        }

        .trade-in-modal .trade-in-form__item:last-of-type {
            flex: 0 0 auto;
            margin-bottom: 0;
        }

    .trade-in-modal__proposal hr {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .trade-in-modal__proposal p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 3px;
    }

    .trade-in-modal__proposal-row {
        margin-bottom: 3px;
    }

        .trade-in-modal__proposal-row span {
            font-size: 14px;
            letter-spacing: .33px;
            line-height: 21px;
        }
}

@media(min-width:1440px) {
    .trade-in-modal__suggestions {
        flex-direction: row;
    }

    .trade-in-modal__suggestions-item {
        flex: 1 1;
        margin-bottom: 0;
        margin-right: 1rem;
        padding: 16px 0;
    }

        .trade-in-modal__suggestions-item h5 {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 15px;
            text-align: center;
        }

        .trade-in-modal__suggestions-item img {
            margin-bottom: 25px;
        }

        .trade-in-modal__suggestions-item:last-of-type {
            margin-right: 0;
        }

    .trade-in-modal__card-item {
        flex: 1 0 50%;
    }

        .trade-in-modal__card-item:first-of-type, .trade-in-modal__card-item:nth-of-type(3) {
            flex: 0 0 35%;
            padding-right: 20px;
        }
}

.trade-in-benefits h5 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
}

.trade-in-benefits .icon {
    fill: #323232;
    height: auto;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 16px;
}

.trade-in-benefits .rich-text p {
    font-size: 14px;
    line-height: 21px;
}

.trade-in-benefits [class^=col-] {
    flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
}

@media(min-width:768px) {
    .trade-in-benefits h5 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media(min-width:1200px) {
    .trade-in-benefits h5 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(min-width:1440px) {
    .trade-in-benefits h5 {
        font-size: 20px;
        line-height: 24px;
    }
}

.page-error {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-error--500 .page-subfooter {
    border-top: none;
}

.page-error--500 .page-subfooter__bottom {
    border-top: none;
    margin-top: 0;
}

.page-error .page-content {
    flex: 1 0 auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

    .page-error .page-content h1 {
        font-size: 100px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .page-error .page-content h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 32px;
    }

    .page-error .page-content p {
        color: #323232;
        font-weight: 500;
        margin-bottom: 32px;
    }

@media(min-width:768px) {
    .page-error .page-content {
        padding-bottom: 100px;
        padding-top: 100px;
    }

        .page-error .page-content h1 {
            font-size: 120px;
            margin-bottom: 24px;
        }

        .page-error .page-content h2 {
            font-size: 28px;
            margin-bottom: 40px;
        }

        .page-error .page-content p {
            margin-bottom: 40px;
        }

    .page-error--500 .page-subfooter {
        justify-content: flex-end;
    }
}

@media(min-width:1200px) {
    .page-error .page-content {
        padding-bottom: 120px;
        padding-top: 120px;
    }

        .page-error .page-content h1 {
            font-size: 160px;
            margin-bottom: 40px;
        }

        .page-error .page-content h2 {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .page-error .page-content p {
            margin-bottom: 80px;
        }
}

@media(min-width:1440px) {
    .page-error .page-content {
        padding-bottom: 160px;
        padding-top: 160px;
    }

        .page-error .page-content h1 {
            font-size: 200px;
            margin-bottom: 60px;
        }

    .page-error--500 .page-subfooter__bottom {
        padding-left: 0;
        width: 100%;
    }
}

@media(min-width:1600px) {
    .page-error .page-content {
        padding-bottom: 160px;
        padding-top: 160px;
    }
}

.page-splash {
    padding-top: 0;
}

    .page-splash .page-splash__logo {
        align-items: center;
        background-color: #fff;
        display: flex;
        height: 65px;
        justify-content: center;
        left: 0;
        padding: 5px;
        position: absolute;
        top: 0;
        width: 65px;
        z-index: 10;
    }

        .page-splash .page-splash__logo img {
            display: block;
            height: auto;
            width: auto;
        }

@media(min-width:768px) {
    .page-splash .page-splash__logo {
        height: 81px;
        padding: 10px;
        width: 81px;
    }
}

@media(min-width:1600px) {
    .page-splash .page-splash__logo {
        height: 97px;
        width: 97px;
    }
}

