/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;

}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    direction: rtl;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /* display: block; */
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 30px;
    direction: rtl;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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 {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-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;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.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 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

.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 {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
    border-color: #34ce57;
    background-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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

.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 {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 {
    border-color: #e4606d;
    background-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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)
    > .custom-file:not(:last-child)
    .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation
    > .custom-file:nth-last-child(n + 3)
    .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
    > .input-group-append:nth-last-child(n + 3)
    > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
    > .input-group-append:not(:last-child)
    > .input-group-text,
.input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-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-top-left-radius: 0;
        border-bottom-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: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-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;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@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 {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
    /* top: 37px; */
    position: relative;
    direction: ltr;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@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: -ms-flexbox;
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .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: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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 {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.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: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !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 #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !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: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-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: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 992px) {
    .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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 1200px) {
    .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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-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: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !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, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Animate css only fadeInUp */

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

/* Animate css only fadeInUp end*/

/* Animate.css core */

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
    transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
    transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}

[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

[data-aos^="scale-down"][data-aos^="scale-down"] {
    transition-property: scale, transform;
    transform: scaleY(0);
    max-height: 0;
}

[data-aos="scale-down"].aos-animate {
    transform: scaleY(1);
    transform-origin: top;
    max-height: 100%;
}

/* Animate.css core end */

/* css/reset-2020/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid;
}

/* make sure to set some focus styles for accessibility */

:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    /* display: inline; */
    /* zoom: 1; */
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    width: 100%;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a {
    text-decoration: none;
    color: #000;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


@font-face {
    font-family: "currency";
    src: url("../fonts/currency.otf") format("opentype");
}

/* EN font */
@font-face {
    font-family: "Nissan EN_Regular";
    src: url("../fonts/Nissan/NissanBrand-Regular.woff") format("woff");
    /* src: url("../fonts/Nissan/NissanBrand-Regular.eot") format("eot"); */
}
@font-face {
    font-family: "Nissan EN_Light";
    src: url("../fonts/Nissan/NissanBrand-Light.woff") format("woff");
    /* src: url("../fonts/Nissan/NissanBrand-Light.eot") format("eot"); */
}
@font-face {
    font-family: "Nissan EN_Bold";
    src: url("../fonts/Nissan/NissanBrand-Bold.woff") format("woff");
    /* src: url("../fonts/Nissan/NissanBrand-Bold.eot") format("eot"); */
}
/* EN font */

:root {
    --en-font-regular: 'Nissan EN_Regular';
    --en-font-light: 'Nissan EN_Light';
}



/* @font-face {
    font-family: "Nissan Regular";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Regular.otf") format("otf");
}

@font-face {
    font-family: "Nissan Light";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Light.otf") format("otf");
}

@font-face {
    font-family: "Nissan Bold";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Bold.otf") format("otf");
} */

@font-face {
    font-family: "Nissan Regular";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Regular.ttf") format("ttf");
}

@font-face {
    font-family: "Nissan Light";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Light.ttf") format("ttf");
}

@font-face {
    font-family: "Nissan Bold";
    src: url("../fonts/Nissan/ar/NotoSansArabic-Bold.ttf") format("ttf");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nissan Regular', 'Nissan EN_Regular','currency', "currency",Verdana,Arial,sans-serif !important;
    color: #000;
}

.currency{
    font-family: 'currency';
}

body {
    background-color: #fff;
    font-family: 'Nissan Regular', 'Nissan EN_Regular','currency', "currency",Verdana,Arial,sans-serif;
}

html{
    direction: rtl;
}
.fw-b{
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.flush-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

.bleed-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.ctaPrimary {
    /* padding: 0.8571428571em 45px 0.8571428571em 20px; */
    padding: 12px 30px;
    /* border: 1px solid #c3002f;
    background: #c3002f; */
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    letter-spacing: 1.2px;
    border-radius: 40px;
}
.alt-component-links-panel.with-bg-grey .ctaPrimary.noRed{
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #000 !important
}
.alt-component-links-panel.with-bg-grey .ctaPrimary.noRed::after{
    color: #c3002f !important
}
.alt-component-links-panel.with-bg-white .ctaPrimary.noRed{
    border: 1px solid #eee !important;
    background: #eee !important;
    color: #000;
    flex-direction: row-reverse;
}
.alt-component-links-panel.with-bg-white .ctaPrimary.noRed::after{
    color: #c3002f !important
}

.ctaTypeButton {
    margin: 8px 0px;
}
.cooldcard_CTA .ctaGrey::after{
    color: #c3002f !important
}
/* .cooldcard_CTA .ctaTypeButton:nth-child(2) a{
    color: #000;
} */
.ctaSecondary {
    padding: 0.8571428571em 45px 0.8571428571em 20px;
    border: 1px solid #eee;
    background: #eeeeee;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ctaPrimary:hover{
    background-color: #4c4c4c;
    color: #fff;
}
.ctaPrimary:focus {
    outline: 4px solid #ccc;
}

.ctaTransparent {
    position: relative;
    font-size: 14px;
    color: #1a1a1a;
    padding: "";
    background: transparent;
    text-transform: uppercase;
    margin-top: 0.55em;
    display: block;
}

.ctaLink.ico-red::after {
    color: #c3002f;
    font-size: 20px;
    right: -13px;
    top: 0;
}

.ctaPrimary.skinWhite {
    color: #fff;
}

.ctaPrimary.skinWhite span {
    color: #fff;
}

.ctaGrey {
    padding: 0.8571428571em 45px 0.8571428571em 20px;
    border: 1px solid #eee;
    background: #eee;
    text-transform: uppercase;
    font-size: 14px;
}

.ctaGrey:hover,
.ctaGrey:focus {
    color: #c3002f;
}

.ctaGrey::after {
    color: #c3002f !important;
}

.font-icon.icon-red::after {
    color: #c3002f;
}

.font-icon-relative::after {
    position: relative;
    color: #c3002f;
    font-size: 20px;
    padding-left: 0.55em;
    vertical-align: text-bottom;
}

.angle-right::after {
    content: "\f105";
}

.plus-icon::after {
    content: "\f067";
}

.minus-icon::after {
    content: "\f068";
}

.plus-icon::after,
.minus-icon::after {
    /* font-size: 17px; */
    font-size: 14px;
}
.f-s-12 {
    font-size: 12px;
}
.f-s-14 {
    font-size: 14px;
}

.f-s-lg {
    font-size: 48px !important;
}

.f-s-md {
    font-size: 31px !important;
}

.f-s-sm {
    font-size: 18px !important;
}

.f-s-xs {
    font-size: 11px;
}

.contentHero-size-md {
    font-size: 0.98em;
}

.content-copy-base {
    line-height: 1.5;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 14px;
    color: #343434;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.content-copy-md {
    line-height: 1.5;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 16px;
    color: #343434;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.content-copy-md-1xl {
    line-height: 1.5;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 0.98em;
    color: #343434;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.disclimer-text-base,
.disclimer-text-sm {
    font-size: 10px;
   font-family: "Nissan Regular", "Nissan EN_Regular", "currency", Verdana, Arial, sans-serif;
}

.disclimer-text-md {
    font-size: 12px;
   font-family: "Nissan Regular", "Nissan EN_Regular", "currency", Verdana, Arial, sans-serif;
}

.f-f-regular {
   font-family: "Nissan Regular", "Nissan EN_Regular", "currency", Verdana, Arial, sans-serif;
}

.f-f-light {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}

.f-f-bold {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.leading-6 {
    line-height: 1.6 !important;
}

.tracking-wider {
    letter-spacing: 10px;
}

.tracking-base {
    letter-spacing: 0;
}

.editorialBanner.content-pos-absolute .content {
    position: relative;
}

.editorialBanner.content-pos-absolute .content .contentIn {
    position: absolute;
    top: 60px;
    color: #fff;
    left: 31px;
    text-align: right;
}

.width-max-content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.w-auto {
    width: auto;
}

.w-1 {
    width: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 20%;
}

.p-15 {
    padding: 15px;
}

.pt-1 {
    margin-top: 0.25rem;
}

.m-15 {
    margin: 15px;
}

.br-custom {
    height: 22px;
}

.flex-d-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-d-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.primaryRed {
    color: #c3002f;
}

.secondaryRed {
    color: #920023;
}

.primaryBlack {
    color: #000;
}

.secondaryBlack {
    color: #343434;
}

.primaryWhite {
    color: #fff;
}

.b-t-dashed {
    border-top: 1px dashed;
    border-color: #c1c1c1;
}

.m-0-table {
    margin: 0 auto;
    display: table !important;
}

.fullClick {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.headerWrap {
    background-color: #fff;
}

.headerWrap #header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .headerWrap #header #nav,
    .headerWrap #header .global-nav {
        display: none;
    }
}

.headerWrap #header .main_nav {
    display: inline-block;
}

@media (min-width: 991px) {
    .headerWrap #header .main_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        direction: rtl;
    }
}

.headerWrap #header .global-nav {
    background-color: #fff;
    padding: 1.5px 0;
    position: fixed;
    width: 360px;
    max-width: none;
    color: #fff;
    z-index: 999999;
    left: -100%;
    height: 100%;
    padding: 50px 25px 0;
}

.headerWrap #header .global-nav .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
}

.headerWrap #header .global-nav .container .row {
    display: block;
    text-align: right;
    margin: 0;
}

.headerWrap #header .global-nav .sidebar-desktop-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.headerWrap #header .global-nav .sidebar-desktop-inner .nav-top-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
}

.headerWrap #header .global-nav .sidebar-desktop-inner .nav-top-right ul li a {
    color: #343434;
    font-size: 14px;
    padding: 13px 0;
    display: block;
}

.headerWrap
    #header
    .global-nav
    .sidebar-desktop-inner:hover
    li:not(:hover)
    > a {
    color: rgba(0, 0, 0, 0.6);
}

.headerWrap #header .main_nav .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.headerWrap #header .main_nav .container .row {
    margin: 0;
}

.headerWrap #header .main_nav .container .row .col-12 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* flex-wrap: wrap; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.headerWrap #header .main_nav .container .row .col-12 .logo {
    position: relative;
    -webkit-transition: margin 0.2s ease-in-out, width 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out, width 0.2s ease-in-out;
    margin: 20px 15px;
}

@media (min-width: 991px) {
    .headerWrap #header .main_nav .container .row .col-12 .logo {
        margin: 2.25vw 50px 50px;
        /* width: 10%; */
        width: 41%;
    }
}

.headerWrap #header .main_nav .container .row .col-12 .logo picture {
    display: block;
    height: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
}
.headerWrap #header .main_nav .container .row .col-12 .logo h1{
    font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}

@media (min-width: 991px) {
    .headerWrap #header .main_nav .container .row .col-12 .logo a {
        display: flex;
        align-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .headerWrap #header .main_nav .container .row .col-12 .logo picture {
        height: auto;
        position: relative;
        /* width: 100%; */
    }
    .headerWrap #header .main_nav .container .row .col-12 .logo h1 {


        /* align-self: center;
        position: absolute;
        margin-left: auto;
        right: -3.9em;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        font-size: 27px;
         font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important; */

        align-self: center;
        margin-top: 0;
        font-size: 21px;
        text-indent: 21px;
        color: #000;
    }
}

.headerWrap #header .main_nav .container .row .col-12 .logo picture img {
    width: auto;
    height: 16px;
    -webkit-transition: filter 0.3s ease;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.secondaryList .showMore #has-subMenu{
    flex-direction: column-reverse;
    z-index: 1;
}


@media (min-width: 991px) {
    .headerWrap #header .main_nav .container .row .col-12 .logo picture img {
        height: auto;
        width: 100%;
    }
    /* main.mainWrap{
        padding-top: 111px;
    } */
}

.headerWrap #header .main_nav .container .row .col-12 .logo picture svg {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 125px;
    -webkit-transition: filter 0.3s ease;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (min-width: 991px) {
    .headerWrap
        #header
        .main_nav
        .container
        .row
        .col-12
        .logo
        picture
        svg.mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .headerWrap
        #header
        .main_nav
        .container
        .row
        .col-12
        .logo
        picture
        svg.desktop {
        display: none;
    }
    .headerWrap #header .main_nav .logo a {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .headerWrap #header .main_nav .container .row .col-12 .logo h1 {
        font-size: 13px;
        text-indent: 8px;
        font-family: "Nissan Light", "Nissan EN_Light","currency", Verdana, Arial, sans-serif;
        margin-right: 11px;
    }
}

.headerWrap #header .main_nav .container .row .col-12 .nav-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin-bottom: 50px;
    margin-right: calc(10% + 50px * 2);
    margin-left: 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.headerWrap #header .main_nav .container .row .col-12 .nav-root #nav {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 991px) {
    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary {
    list-style-type: none;
    margin-left: 50px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li {
    padding: 0 10px;
    display: inline-block;
    list-style: none;
    margin: 0 4px;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li
    a {
    font-size: 14px;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

/* hero top nav root hover animation  */
@media (hover: hover) {
    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary:not(.navHide.ownersUl):hover a {
        opacity: 0.65;
    }

    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary:not(.navHide.ownersUl) li:hover a {
        opacity: 1;
    }
    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary:not(.navHide.ownersUl):hover a:hover {
        opacity: 1;
    }
}
/* hero top nav root hover animation end  */
.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li
    a
    span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    letter-spacing: 1px;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
}

/* .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li:hover
    > .navHide.ownersUl */

    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary li:not(.secondary-nav):hover .navHide.ownersUl{
    visibility: visible;
    opacity: 1;
     /* -webkit-animation: slideDown 0.2s ease-out;
    -moz-animation: slideDown 0.2s ease-out;
    transition: all 0.3s ease; */

    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    -webkit-transition-delay: 0s, 0s, 0.3s;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li
    .navHide.ownersUl {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    -webkit-clip-path: polygon(
        -15px 0,
        calc(100% + 15px) 0,
        calc(100% + 15px) calc(100% + 15px),
        -15px calc(100% + 15px)
    );
    clip-path: polygon(
        -15px 0,
        calc(100% + 15px) 0,
        calc(100% + 15px) calc(100% + 15px),
        -15px calc(100% + 15px)
    );
    height: auto;
    position: absolute;
    top: calc(1em + 10px);
    left: auto;
    opacity: 0;
    /* -webkit-transform: none;
    transform: none; */
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 1px 0px #fff inset;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 1px 0px #fff inset;
    padding: 15px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    visibility: hidden;

    /*overflow: hidden;
     transition: all 0.3s ease;
    visibility: hidden;
    */

    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transform: translateY(-1em);
    -webkit-transform: translateY(-1em);
}
@-webkit-keyframes slideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	0%{
		opacity:0;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes slideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-5%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	0%{
		opacity:0;
		-webkit-transform: translateX(0);
	}
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li
    .navHide.ownersUl
    li {
    margin: 0;
    width: 100%;
    display: block;
    transition: all 0.2s ease;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li
    .navHide.ownersUl
    li
    a {
    font-size: 14px;
    padding: 15px 30px 15px 30px;
    width: 100%;
    display: block;
    text-align: right;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    li:last-child:has(+ ul) {
    background-color: #000;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide {
    position: fixed;
    top: -100%;
    left: 0;
    margin: 0;
    /* z-index: 24; */
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 56px 44px 16px;
    border-top: 1px solid #ccc;
    text-align: left;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    li {
    padding: 0 5px;
    margin: 0 5px;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    li
    a
    span {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    li.activeChild
    .car_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    li.activeChild
    a {
    border-bottom: 1px solid #000;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    li.activeChild
    a
    span {
    color: #000;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide
    .vehicle_div
    a {
    border: none !important;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary
    .navHide.activeNavHide {
    top: 0px;
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    .navHide:hover
    li:not(:hover)
    > a
    span {
    opacity: 0.65;
}

@media (min-width: 991px) {
    .headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary .navHide:not(.fixedMenu)  li.activeChild a {
    border-bottom: none
}
}


@media only screen and (max-width: 1233px) {
    .headerWrap #header .main_nav .container .row .col-12 .nav-root {
        margin-left: 10px;
    }
}

.headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    .fixedMenu:hover
    li:not(:hover)
    > a
    span {
    opacity: 0.61;
    color: #000 !important;
}

.headerWrap #header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

body.slidetext-light
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul.primary:hover
    li:not(:hover)
    > .navHide.ownersUl
    li
    a
    span:not(:hover) {
    color: black;
}

.sideMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
    cursor: pointer;
}

.menuButtons {
    position: absolute;
    top: 17px;
    left: 15px;
    padding: 0;
    border: none;
    width: 20px;
    cursor: pointer;
    outline: none !important;
    background: none;
}




@media (max-width: 991px) {
    .menuButtons {
        display: none;
    }
}

.menuButtons span {
    display: block;
    height: 3px;
    /* background: #343434; */
    margin: 4px 0;
    border-radius: 4px;
}
body.slidetext-dark .menuButtons span{
    background: #343434;
}
body.slidetext-light .menuButtons span{
    background: #fff;
}
button#menuButtonClose span {
    background: #000;
}

#menuButtonClose span:first-child,
#carMenuClose span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

#menuButtonClose span:last-child,
#carMenuClose span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .headerWrap #header{
        display: flex;
        flex-direction: row-reverse;
    }

    .navHide_mbl {
        display: none;
    }
    #overlay_mbl_menu {
        display: none;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 9999;
        cursor: pointer;
    }
    #menu_container_outer {
        background: #fff;
        left: -100%;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out;
        position: fixed;
        z-index: 99999;
        top: 0;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        height: 100%;
        max-width: 100vw;
        width: 100%;
        overflow: auto;
    }
    #menu_container_outer .menu_btm_container {
        background: #eee;
        height: 100%;
    }
    #menu_container_outer .menu_btm_container .nav-top-right-mbl {
        margin: 0 11px;
        padding-top: 1.1em;
    }
    #menu_container_outer .menu_btm_container .nav-top-right-mbl li a {
        display: inline-block;
        padding: 13px 15px 13px 15px;
        font-size: 13px;
        text-decoration: none;
        color: #343434;
         font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
        letter-spacing: 0.1px;
    }
    .menu_outer.fly-active {
        -webkit-transform: translateX(0) translate3d(0, 0, 0) !important;
        transform: translateX(0) translate3d(0, 0, 0) !important;
    }
    .toggle_btn {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        text-align: center;
        z-index: 10;
    }
    .toggle_btn:after {
        content: "\f0c9";
        font-size: 21px;
        line-height: 58px;
        font-family: fontawesome;
    }
    .close_strip {
        display: block;
        background: #fff;
        text-align: right;
    }
    .close_strip span {
        display: inline-block;
        width: 54px;
        height: 54px;
        text-align: center;
        color: #000;
        line-height: 54px;
        font-size: 21px;
        cursor: pointer;
    }
    .menu_top_container {
        background: #fff;
    }
    .menu_top_container #nav_mbl ul {
        padding-bottom: 1.1em;
        margin: 0 11px;
    }
    .menu_top_container #nav_mbl ul li > a {
        display: inline-flex;
        padding: 16px 16px 16px 25px;
        text-decoration: none;
        color: #343434;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
         font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
        flex-direction: row-reverse;
        width: 100%;
    }
    .menu_top_container .arrow_right:after,
    .menu_top_container .down_arrow > a:after {
        color: #000;
        line-height: 16px;
        position: relative;
        top: 3px;
        font-family: fontawesome;
        float: right;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_top_container .down_arrow > a:after {
        content: "\f078";
        font-size: 12px;
        left: 0;
        top: -1px;
        margin-right: auto;
    }
    .menu_top_container .down_arrow > a.arrow_up::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.car_container {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    background: #fff;
    padding: 25px 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.car_container .vehicle_div_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car_container .vehicle_div_wrapper .vehicle_div {
    border: 1px solid transparent;
    text-align: center;
    padding: 0px;
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.car_container .vehicle_div_wrapper .vehicle_div .vehicle_img img {
    max-width: 250px;
    margin: 0 0 15px;
}

.car_container .vehicle_div_wrapper .vehicle_div .vehicle_heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.car_container .moreVechicles {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
    width: 100%;
}

.car_container .moreVechicles a {
    color: #000 !important;
    border: none !important;
}

.car_container .moreVechicles a i {
    font-size: 18px;
    color: #c3002f;
    vertical-align: text-bottom;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .car_container .vehicle_div_wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 3em;
    }
    .car_container .vehicle_div_wrapper .vehicle_div {
        padding: 0;
    }
    .car_container .vehicle_div_wrapper .vehicle_div a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .car_container .vehicle_div_wrapper .vehicle_div a .vehicle_img img {
        max-width: 231px;
        width: 100%;
    }
}

@media (min-width: 991px) {
    #menu_container_outer,
    .close_strip,
    .navHide_mbl,
    .toggle_btn {
        display: none;
    }
}

.back_to {
    cursor: pointer;
    z-index: 99;
    min-height: 30px;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    padding-left: 21px;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    text-transform: uppercase;
    left: 0;
}

.back_to span:before {
    content: "\f053";
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-family: fontawesome;
    float: right;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px;
}

@media (max-width: 991px) {
    .car_container {
        right: -100%;
        position: fixed;
        left: inherit;
        z-index: 101;
        top: 54px;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        height: 50px;
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        border: none;
        border-top: 1px solid #d2d2d2;
        padding-top: 70px;
        background: #fff;
        padding: 25px 31px;
    }
}

.ownersUl.lastEnd {
    /* right: 4em; */
    right: auto;
    left: 19px !important;
}

@media only screen and (max-width: 1233px) {
    #nav ul.primary li {
        padding: 0 7px !important;
    }
    #nav ul.primary li span {
        letter-spacing: 0.1px !important;
    }
}

@media (max-width: 991px) {
    .headerSecondary #header {
        background-color: #fff;
        position: relative;
        /* padding-bottom: 45px; */
    }
    .headerSecondary #header .logo {
        min-height: auto !important;
    }
    .headerSecondary #header .logo picture svg {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    .headerWrap.headerSecondary {
        position: relative;
    }
    .header-white-bleed .toggle_btn {
        cursor: pointer;
    }
    .header-white-bleed .toggle_btn::after {
        color: #000 !important;
    }
}

@media (max-width: 567px) {
    #menu_container_outer {
        overflow: hidden scroll;
    }
}

body.enable-scroll-y {
    overflow-y: auto;
}

body.disable-scroll-y {
    overflow-y: hidden;
}

div.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul
    li
    a {
    color: #000;
}

div.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul
    li
    a
    span {
    color: #000;
}

div.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .logo
    picture
    svg {
    -webkit-filter: invert(1);
    filter: invert(1);
}

div.slidetext-dark .toggle_btn::after {
    color: #000;
}

.herosplideSlider {
    width: 100%;
}

.herosplideSlider .carousel-itemSplide .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 35%;
    width: 100%;
    right: 50px;
    top: 12.8vw;
    left: auto;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .subTitle {
    font-size: 14px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .title {
    font-size: 48px;
    text-transform: uppercase;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    word-break: break-word;
    margin: 0.2em 0 0.3em;
}

@media (max-width: 991px) {
    .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .title {
        font-size: 38px;
    }
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .cta {
    padding: 0.8571428571em 45px 0.8571428571em 20px;
    border: 1px solid #c3002f;
    background: #c3002f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .cta span {
    color: #fff;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .font-icon {
    position: relative;
    margin-left: auto;
}

.herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .font-icon::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 19px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (max-width: 991px) {
    .herosplideSlider .carousel-itemSplide {
        padding-bottom: 100%;
        position: relative;
        z-index: -1;
        height: 0;
        overflow: hidden;
        background-color: #8a8a8a;
    }
    .herosplideSlider .carousel-itemSplide picture img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .herosplideSlider .carousel-itemSplide .carousel-caption {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 65%;
        top: 3.3em;
        right: 20px;
    }
    .herosplideSlider .carousel-indicators > li {
        max-width: 135px;
        height: 90px;
    }
    .thumb-fluid {
        max-width: 135px;
        height: 90px;
    }
    .carousel-indicators {
        bottom: -45px;
    }
}

@media (max-width: 567px) {
    .herosplideSlider .carousel-itemSplide {
        padding-bottom: 153%;
    }

    .herosplideSlider .carousel-itemSplide .carousel-caption {
        max-width: 95%;
        right: 21px;
    }
    .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup .title {
        font-size: 30px;
    }
}
body.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul
    li
    a {
    color: #000;
}

body.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .nav-root
    #nav
    ul
    li
    a
    span {
    color: #000;
}

body.slidetext-dark .herosplideSlider .headingGroup .subTitle {
    color: #000;
}

body.slidetext-dark .herosplideSlider .title {
    color: #000;
}
.herosplideSlider .headingGroup p{
    font-size: 13px;
    padding-bottom: 17px;
}
body.slidetext-light .herosplideSlider .headingGroup p {
    color: #fff;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    font-size: 13px;
}
body.slidetext-dark .herosplideSlider .headingGroup p {
    color: #000;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    font-size: 13px;
}

body.slidetext-dark
    .headerWrap
    #header
    .main_nav
    .container
    .row
    .col-12
    .logo
    picture
    svg {
    -webkit-filter: invert(1);
    filter: invert(1);
}

body.slidetext-dark .toggle_btn::after {
    color: #000;
}

body.slidetext-light .menuButtons span {
    background: #fff;
}

body.slidetext-light #menuButtonClose span:first-child,
body.slidetext-light #carMenuClose span:first-child,
body.slidetext-light #menuButtonClose span:last-child,
body.slidetext-light #carMenuClose span:last-child {
    background: #000;
}

body.slidetext-light .toggle_btn::after {
    color: #fff;
}

body.slidetext-light .herosplideSlider .headingGroup .subTitle {
    color: #fff;
}

body.slidetext-light .herosplideSlider .title {
    color: #fff;
}

.heroSlider .carousel-indicators > li {
    max-width: 190px;
    height: 120px;
    width: 100%;
    position: relative;
    text-indent: inherit;
    border: 0;
    margin: 0 !important;
    opacity: 1;
    overflow: hidden;
}

.heroSlider .carousel-indicators li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.heroSlider .carousel-indicators li span {
    display: block;
    height: inherit;
    border-radius: 3px;
    height: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    /*transition: width 8s ease-in-out;
    width: 0; */
    transform: translateX(0%);
    left: 0;
    right: 0;
}

.heroSlider .carousel-indicators li.active > span {
    background: rgb(255 255 255 /100%);
}

.heroSlider .carousel-indicators li.active > span::before {
    content: "";
    height: 4px;
    width: 100%;
    background: rgb(195 0 47 /100%);
    z-index: 1;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    right: 0;
    animation: thumb 8s forwards linear;
}

@keyframes thumb {
    to {
        transform: initial;
    }
}

.heroSlider .carousel-indicators li:not(.active) span::before {
    width: 0;
}

.heroSlider .carousel-indicators li img {
    display: block;
}

.heroSlider .carousel-indicators li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 4px;
    right: 0;
}

.heroSlider .carousel-indicators li.active::after {
    background: rgb(0 0 0 / 55%);
}

.thumb-fluid {
    width: 100%;
    max-width: 190px;
    object-fit: cover;
    height: 120px;
    object-position: center right;
}
@media (max-width: 991px) {
    .heroSlider .carousel-indicators > li {
        max-width: 135px;
        height: 90px;
    }
    .thumb-fluid {
        max-width: 135px;
        height: 90px;
    }
}
@media (max-width: 567px) {
    .heroSlider .carousel-indicators {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: 0;
        margin-left: 0;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }
    .heroSlider .carousel-indicators > li {
        flex: 0 0 auto;
        margin-right: 0px;
    }
}
.flexCenter {
    justify-content: center !important;
}
.heroSlider .carousel-itemSplide {
    width: 100%;
    /* transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; */
}

/* Slider with slide number */

.slider.singleItem picture img {
    width: 100%;
}

.slider.singleItem img {
    width: 100%;
}

/* End Slider with slide number */

.colCard img {
    width: 100%;
}

.colCard .contentWrap .inner {
    padding: 19px 24px;
}

.colCard .contentWrap .inner .head {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    font-size: 18px;
    color: #343434;
}

.colCard .contentWrap .inner p {
    line-height: 1.5;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    font-size: "";
    color: #000;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0.33em 0;
    font-size: .85em;
}
.colCard .contentWrap .inner .cooldcard_CTA{
    display: flex;
    flex-direction: column;
}
.colCard .contentWrap .inner .col-link {
    width: auto;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-top: 1.6em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* float: right; */
}

.colCard .contentWrap .inner .col-link:hover,
.colCard .contentWrap .inner .col-link:focus {
    color: #c3002f;
}

.colCard .contentWrap .inner .col-link:after {
    content: "\f104";
    color: #c3002f;
    left: 0;
    top: 0;
    padding-right: 9px;
    display: inline-block;
    position: relative;
    right: auto;
}
.cooldcard_CTA_left{
        text-align: left;
        display: inline-block;
}
.colCard .contentWrap .inner .col-link.justify-content-center{
   display: flex;
}

/* column with big caption and content */

@media (max-width: 668px){
    .colCard {
        margin-bottom: 30px;
    }
    .colCard .headGroup h3{
        font-size: 18px !important;
    }
}
.colCard .contentWrap{
    padding-top: 1em;
    text-align: right;
    direction: rtl;
}
.colCard .headGroup h4 {
    font-size: 14px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
}

.colCard .headGroup h3 {
    color: #343434;
    word-wrap: break-word;
    line-height: 1.1;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    padding-top: 7px;
    text-transform: uppercase;
}

/* End column with big caption and content */

.colCard.withgrey {
    width: 100%;
    background-color: #f9f9f9;
}

.colCard.withwhite {
    width: 100%;
    background-color: #fff;
}

.colCard.heliostext .headGroup h3 {
    font-size: 28px;
}

.colCard.heliostext .headGroup p {
    margin-top: 1em;
    font-size: 15px;
    line-height: 1.6;
}

.colCard.textImage-horizontal .headGroup .f-s-sm {
    font-size: 19px;
}

.contentHero {
    line-height: 1.5;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    font-size: 14px;
    color: #000;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.contentCopy {
    letter-spacing: 0.1px;
    margin: 1.1em 0;
    padding-top: 5px;
}

.headingGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.headingGroup .subTitle {
    font-size: 14px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
}

.headingGroup .title {
    font-size: 48px;
    text-transform: uppercase;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    word-break: break-word;
    margin: 0.2em 0 0.3em;
}

@media (max-width: 991px) {
    .headingGroup .title {
        font-size: 38px;
    }
}

.headingGroup .cta {
    padding: 0.8571428571em 45px 0.8571428571em 20px;
    border: 1px solid #c3002f;
    background: #c3002f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.headingGroup .cta span {
    color: #fff;
}

.headingGroup .font-icon {
    position: relative;
}

.headingGroup .font-icon::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 19px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.actionPanel {
    background-color: #eee;
    /* padding: 60px 15px;
    margin-top: 2.5em; */
    padding: 40px 15px;
    margin-top:0em;
}

.section.actionPanel h2 {
    line-height: 1;
    word-wrap: break-word;
    font-size: 2.3em;
    letter-spacing: 0.11px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .section.actionPanel h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}

.section.actionPanel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 0;
    width: 100%;
}

@media (max-width: 991px) {
    .section.actionPanel ul {
        margin: 25px 0 0;
    }
}

@media (max-width: 640px) {
    .section.actionPanel ul {
        background: #fff;
    }
}

.section.actionPanel ul li {
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% / 4);
}

@media (max-width: 640px) {
    .section.actionPanel ul li {
        width: 100%;
    }
}

.section.actionPanel ul li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    position: relative;
}

@media (max-width: 640px) {
    .section.actionPanel ul li a {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /* -ms-flex-direction: revert;
        flex-direction: revert; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #eee;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }
}

.section.actionPanel ul li a:after {
    display: block;
    content: "";
    border-bottom: 3px solid #c3002f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s
        cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),
        -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: static;
    width: 100%;
}

.section.actionPanel ul li a span.icon {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section.actionPanel ul li a span.icon img {
    width: 65px;
}

@media (max-width: 640px) {
    .section.actionPanel ul li a span.icon img {
        width: 35px;
        margin-right: 1.1em;
    }
}

.section.actionPanel ul li a span.label {
    padding-bottom: 0.55em;
    line-height: 1.3;
}

.section.actionPanel ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.section.actionPanel ul li a:active::after,
.section.actionPanel ul li a:visited::after {
    display: none;
}

.homeSocial .socialList {
    position: relative;
    opacity: 1;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
}

.homeSocial .socialList li {
    margin: 0 10px;
    width: calc((100% / 3) - 20px);
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e3e2e2;
    margin-bottom: 19px;
}

@media (max-width: 991px) {
    .homeSocial .socialList li {
        width: 100%;
    }
}

.homeSocial .socialList li .content .title {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    word-wrap: break-word;
}

.homeSocial .socialList li .content .muted {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 21px;
    letter-spacing: 0.08px;
}

.homeSocial .socialList li .content p {
    margin: 9px 0 5px;
   font-family: "Nissan Regular", "Nissan EN_Regular", "currency", Verdana, Arial, sans-serif;
}

.homeSocial .socialList li .content p a {
    color: #c3002f;
}

.homeSocial .socialList li:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homeSocial .socialList li:last-child span {
    padding: 0.8571428571em 45px 0.8571428571em 20px;
    border: 1px solid #c3002f;
    background: #c3002f;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    padding-right: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homeSocial .socialList li:last-child span i {
    position: relative;
    left: 1em;
    top: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.floatingWrapper {
    position: relative;
    top: 50%;
    bottom: auto;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    z-index: 499;
    width: 44px;
    left: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .floatingWrapper {
        width: 100% !important;
        -webkit-transition: bottom 0.2s ease-in-out;
        transition: bottom 0.2s ease-in-out;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important
    }
}

.floatingWrapper .nav-list {
    background-color: rgba(238, 238, 238, 0.95);
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 991px) {
    .floatingWrapper .nav-list {
        display: table;
        table-layout: fixed;
        width: 100%;
        border-left: none;
        background-color: #eeeeee;
    }
}

.floatingWrapper .nav-list .nav-item {
    margin-top: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: -1px;
}

@media (max-width: 991px) {
    .floatingWrapper .nav-list .nav-item {
        display: table-cell;
        width: calc(100% / 3);
        vertical-align: middle;
        border: none;
    }
}

.floatingWrapper .nav-list .nav-item:first-child {
    margin-top: 0;
}

.floatingWrapper .nav-list .nav-item .nav-link {
    font-size: 12px;
    text-align: right;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 3px 0px;
}

.floatingWrapper .nav-list .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 100%;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-color: #eee;
    padding: 11px;
    bottom: 0;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

.floatingWrapper .nav-list .nav-item .nav-link span {
    padding: 12px 15px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 44px;
    color: #343434;
}

.floatingWrapper .nav-list .nav-item .nav-link:hover {
    background-color: #c3002f !important;
}

.floatingWrapper .nav-list .nav-item .nav-link:hover::before {
    background-color: #920023 !important;
}

.floatingWrapper .nav-list .nav-item .nav-link:hover span {
    color: #fff !important;
}

@media (max-width: 991px) {
    .floatingWrapper .nav-list .nav-item .nav-link {
        width: 100%;
        text-align: center;
        padding: 1px 0px;
        border-left: 1px solid #d8d8d8;
    }
    .floatingWrapper .nav-list .nav-item .nav-link::before {
        position: relative;
        background-color: transparent;
    }
    .floatingWrapper .nav-list .nav-item .nav-link span {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .floatingWrapper .nav-list .nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
    }
    .floatingWrapper .nav-list .nav-item .nav-link::before {
        margin: 0 auto;
        background-size: 19px;
    }
    .floatingWrapper .nav-list .nav-item .nav-link span {
        padding: 3px 9px;
    }
}

.floatingWrapper .nav-list .animActive {
    visibility: visible;
    -webkit-animation-name: animateIn;
    animation-name: animateIn;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-delay: calc(var(--animation-order) * 100ms);
    animation-delay: calc(var(--animation-order) * 100ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.floatingWrapper .icon-ecommerce::before {
    background: url(../../../assets/img/icon/trade-in-quote-red.png);
}

.floatingWrapper .icon-ecommerce:hover::before {
    background: url(../../../assets/img/icon/trade-in-quote-white.png);
}

.floatingWrapper .req-quote::before {
    background: url(../../../assets/img/icon/discount.png);
}

.floatingWrapper .req-quote:hover::before {
    background: url(../../../assets/img/icon/white/discount.png);
}

.floatingWrapper .drive-wheel::before {
    background: url(../../../assets/img/icon/test-drive.png);
}

.floatingWrapper .drive-wheel:hover::before {
    background: url(../../../assets/img/icon/white/test-drive.png);
}

.floatingWrapper .phone-icon::before {
    background: url(../../../assets/img/icon/contact-phone.png);
}

.floatingWrapper .phone-icon:hover::before {
    background: url(../../../assets/img/icon/white/contact-phone.png);
}

.floatingWrapper .pre-finance::before {
    background: url(../../../assets/img/icon/running_cost.png);
}

.floatingWrapper .pre-finance:hover::before {
    background: url(../../../assets/img/icon/white/running_cost.png);
}

.floatingWrapper .order-online::before {
    background: url(../../../assets/img/icon/running_cost.png);
}

.floatingWrapper .order-online:hover::before {
    background: url(../../../assets/img/icon/white/running_cost.png);
}

.floatingWrapper .icon-offers::before {
    background: url(../../../assets/img/icon/image-2.png);
}

.floatingWrapper .configure-cog::before {
    background: url(../../../assets/img/icon/configure-cog.png);
}

.floatingWrapper .order-online:hover::before {
    background: url(../../../assets/img/icon/white/configure-cog.png);
}

.floatingWrapper .configure-cog::before {
    background: url(../../../assets/img/icon/configure-cog.png);
}

.floatingWrapper .configure-cog:hover::before {
    background: url(../../../assets/img/icon/white/configure-cog.png);
}

.floatingWrapper .price-specs::before {
    background: url(../../../assets/img/icon/price-spec.png);
}

.floatingWrapper .price-specs:hover::before {
    background: url(../../../assets/img/icon/white/price-spec.png);
}

.floatingWrapper .callback::before {
    background: url(../../../assets/img/icon/call-back.png);
}

.floatingWrapper .callback:hover::before {
    background: url(../../../assets/img/icon/white/call-back.png);
}

.floatingWrapper .download::before {
    background: url(../../../assets/img/icon/download-small.png);
    background-size: 20px !important;
}

.floatingWrapper .download:hover::before {
    background: url(../../../assets/img/icon/white/download-small.png);
    background-size: 20px !important;
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6) translateY(-8px);
        transform: scale(0.6) translateY(-8px);
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6) translateY(-8px);
        transform: scale(0.6) translateY(-8px);
    }
    100% {
        opacity: 1;
    }
}

/* font Icon style */

a[class*="font-icon-"] {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

a[class*="font-icon-"]:hover,
a[class*="font-icon-"]:focus {
    color: #c3002f;
}

a[class*="font-icon-"]:hover:after,
a[class*="font-icon-"]:focus:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

a[class*="font-icon-"]::after {
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.font-icon-arrow-absolute::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "\f104";
    font-size: 19px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* font Icon style end */

/* content section start */

.container.content-zone {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    margin-top: 42px;
}

.font-icon:hover::after,
.font-icon:focus::after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.linkZone {
    padding: 55px 15px;
}

.linkZone h3 {
    font-size: 36px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

@media (max-width: 991px) {
    .linkZone h3 {
        font-size: 28px;
        line-height: 32px;
    }
}

.linkZone .linkGroup {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.linkZone .linkGroup ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
    margin-top: 31px;
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 640px) {
    .linkZone .linkGroup ul {
        margin: auto;
        width: 85%;
        margin-top: 1em;
    }
}

.linkZone .linkGroup ul li {
    width: calc((100% / 4) - 30px);
    margin-top: 0;
    padding: 0;
    margin: 15px;
    display: inline-block;
}

@media (max-width: 991px) {
    .linkZone .linkGroup ul li {
        width: calc((100% / 2) - 35px);
    }
    .linkZone .linkGroup ul li:nth-child(1) {
        margin-left: 15px !important;
    }
}

@media (max-width: 640px) {
    .linkZone .linkGroup ul li {
        width: 100%;
        margin: 5px;
        margin-left: 0;
    }
    .linkZone .linkGroup ul li:nth-child(1) {
        margin-left: 0 !important;
    }
    .linkZone .linkGroup ul li:nth-child(1) a {
        color: #c3002f;
    }
    .linkZone .linkGroup ul li:nth-child(1) a::after {
        color: #c3002f;
    }
}

.linkZone .linkGroup ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-direction: row-reverse;
}

@media (max-width: 640px) {
    .linkZone .linkGroup ul li a {
        background-color: transparent !important;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        padding-right: 15px;
    }
}

.linkZone .linkGroup ul li a:after {
    content: "\f104";
    margin-top: -0.1em;
    left: 19px;
    right: auto;
}

.linkZone .linkGroup ul li:nth-child(1) {
    margin-left: 0;
}

.linkZone .linkGroup ul li:not(:first-child) a {
    border: 1px solid #eee !important;
    background: #eee !important;
    color: #000;
}

.linkZone .linkGroup ul li:not(:first-child) a::after {
    color: #c3002f !important;
}

.container.section-zone {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    margin-top: 42px;
    padding-bottom: 17px;
}

.headingGroup {
    padding-top: 14px;
    position: relative;
    text-align: right;
}

.headingGroup h2 span {
    line-height: 1;
    word-wrap: break-word;
    font-size: 2.3em;
    letter-spacing: 0.11px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .headingGroup h2 span {
        font-size: 2em;
    }
    .section.specsHeroWrapper .headingGroup h2 span{
        font-size: 23px !important;
    }

}

.headingGroup h2 ::after {
    border-top: 4px solid #c3002f;
    content: " ";
    right: 0;
    top: 0;
    position: absolute;
    width: 50px;
    display: none;
}
.headingGroup h2.transparent ::after{
    border-top-color: transparent;
}

.tabsContainer {
    margin-top: 1.77em;
}

.tabsContainer ul {
    margin-top: 2.88em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px;
    width: calc(100% + 20px);
}
@media (max-width: 667px) {
.alt-component-tabview-basic .tabsContainer ul{
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    padding: 1em 0;
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
    flex-direction: row-reverse;
}
.alt-component-tabview-basic .nav-pills li{
    flex: 0 0 auto;
}
}

.tabsContainer ul li .nav-link {
    padding: 10px;
    border-radius: 0;
    background-color: transparent;
    font-size: 15px;
    text-transform: uppercase;
    color: #343434;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
}

.tabsContainer ul .nav-link.active {
    background-color: transparent;
    color: #c3002f;
}

.tabsContainer .vehicleContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabsContainer .vehicleContent .vehicleBlock {
    width: calc(100% / 6 - 10px);
    margin: 10px 5px;
    min-width: 150px;
}

.tabsContainer .vehicleContent .vehicleBlock .imgHolder {
    overflow: hidden;
}

.tabsContainer .vehicleContent .vehicleBlock .imgHolder picture img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabsContainer .vehicleContent .vehicleBlock .imgHolder picture img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tabsContainer .vehicleContent .vehicleBlock .vehicleName {
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 10px 0 0;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
}
.tabsContainer .vehicleContent .vehicleBlock .vehiclePrice {
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 27px;
}

.section-zone .colcardWrap {
    margin-top: 2em;
}

.editorialBanner .content {
    position: relative;
}

.editorialBanner .content img {
    width: 100%;
}

.editorialBanner .content .contentIn {
    position: absolute;
    top: 60px;
    max-width: 460px;
    color: #fff;
    left: 75px;
}

.editorialBanner .content .contentIn .head {
    font-size: 3em;
    color: #fff;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    display: block;
    word-wrap: break-word;
}

.editorialBanner .content .contentIn p {
    font-size: 16px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    color: #fff;
    word-wrap: break-word;
    line-height: 1.3;
    padding-top: 7px;
}

.editorialBanner .content .contentIn .cta-link {
    padding: 0.8571428571em 20px 0.8571428571em 45px;
    background-color: #eee;
    border: 1px solid #eee;
    font-size: 14px;
    margin-top: 1.3em;
    display: flex;
    margin-left: auto;
}

.editorialBanner .content .contentIn .cta-link::after {
    color: #c3002f;
}

@media (max-width: 960px) {
    .editorialBanner .content .contentIn .head {
        font-size: 2.3em;
    }
}

.land-margin {
    margin: 0 85px 10px;
}

.vechicle-text-muted {
    font-size: 11px;
}

/* CTA link common spacing in action row*/

.actions li:not(:last-child) {
    margin-bottom: 10px;
}

.actions li:not(:first-child) {
    margin-left: 15px;
}

/* CTA link common spacing  action row*/

.secondary-nav {
    position: absolute;
    top: 36.1px;
    left: 1px;
    width: calc(100% - 150px);
    /* z-index: 23; */
    z-index: 0;
    color: #000;
}

.secondary-nav hr {
    /* border: 0;
    border-top: 1px solid;
    width: 100%;
    height: 0;
    margin: 10px 0;
    color: rgba(0,0,0,.2); */

    border: 0;
    border-top: 1px solid;
    width: calc(100% - 15px);
    height: 0;
    margin: 10px 0;
    color: rgba(0,0,0,.2);
    margin-left: auto;

}

@media (min-width: 991px){
.secondary-nav .wrapper {
    padding-top: 21px !important
}
}

.secondary-nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3px;
}

.secondary-nav .wrapper .vehicleName {
    font-size: 14px;
}

.secondary-nav .wrapper ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    flex-direction: row-reverse;
}

.secondary-nav .wrapper ul:not(#has-subMenu) li {
    margin-left: 23px;
    white-space: nowrap;
    position: relative;
}
@media (max-width: 991px){
    .secondary-nav .wrapper ul:not(#has-subMenu) li {
        margin-left: 0;
        text-align: right;
        margin-right: 0;
    }
    }

.secondary-nav .wrapper ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    letter-spacing: 0.85px;
}
.secondary-nav .wrapper ul#has-subMenu{
    right: auto;
    left: 0;
}
.secondary-nav .wrapper ul#has-subMenu li{
    text-align: right;
}

.secondary-nav .wrapper ul li:last-child {
    margin-left: 15px !important;
}

.secondary-nav .wrapper ul li .secondary-subdrop a {
    display: block;
    white-space: nowrap;
    padding: 15px 40px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.secondary-nav .wrapper ul li .secondary-subdrop a span {
    color: #000 !important;
}

.secondary-nav .wrapper ul li:hover .secondary-subdrop {
    visibility: visible;
    opacity: 1;
}

.secondary-nav .wrapper ul .active span {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .secondary-nav {
        width: 100%;
        left: 0;
        right: 0;
        top: 57px;
        border: 1px solid #eeee;
        height: 45px;
        border-left: 0;
        border-right: 0;
        background-color: #fff;
    }
    .secondary-nav .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* top: 10px; */
        top: 0px;
        position: relative;
    }
    .secondary-nav .wrapper:not(ul li) span {
        padding-left: 15px;
        position: relative;
        top: 9px;
        right: 15px;
        margin-left: auto;
        margin-right: 0px;
         font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    }
    .accordinToggle a span {
        top: 0 !important;
        font-family: var(--en-font-regular) !important;
        padding-left: 11px !important;
        right: 0 !important;
    }
    .secondary-nav .wrapper .vehicleName {
        color: #000;
        padding-left: 19px;
        font-size: 12px;
         font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    }
    .secondary-nav .wrapper .MenuText {
        position: absolute;
        top: 18px;
        left: 17px;
         font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    }
    .secondary-nav .wrapper ul.secondaryList {
        margin-left: 0;
        width: 100%;
        display: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        background: #fff;
        height: 100vh;
        padding: 0px 1px;
        /* border-top: 1px solid #eee; */
    }
    .secondary-nav .wrapper ul.secondaryList span {
        color: #000 !important;
    }
    .secondary-nav .wrapper ul.secondaryList li a {
        padding: 15px 40px 15px 30px;
        display: inline-block;
    }
    .secondary-nav .wrapper.dropActive ul.secondaryList {
        display: block;
        position: relative;
        top: -5px;
    }
    .secondary-nav hr {
        display: none;
    }
    .secondary-nav .accordinToggle {
        position: absolute;
        left: 10px;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
    }
    .secondary-nav .accordinToggle a {
        margin: 0 -15px;
        width: auto;
        border-right: 1px solid;
        border-color: #f2f2f2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
        font-size: 12px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    .secondary-nav .accordinToggle a::after {
        content: "\f078";
        font-size: 14px;
        left: 4px;
        top: -1px;
        font-family: fontawesome;
        position: relative;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out;
    }
    .secondary-nav #has-subMenu,
    .secondary-nav .wrapper ul li .secondary-subdrop {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        left: 0;
        top: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .secondary-nav .wrapper ul li{
        margin-right: 0;
    }
}

.skin-light ul li a {
    color: #fff;
}

.skin-light ul li a span {
    color: #fff;
}

.skin-light ul:hover li:not(:hover) > a span {
    color: rgba(255, 255, 255, 0.6);
}

.skin-light span.vehicleName {
    color: #fff;
}

.reduce-z-index {
    z-index: 1;
}

.slidetext-light .enable-overylay-dark header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(transparent),
        to(rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
}
.headerWrap.with-logo-small #carMenuClose span {
    background: #000;
}
@media (max-width: 991px) {
    .slidetext-light .enable-overylay-dark header::after {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .headerWrap.with-logo-small .logo {
    margin: 20px !important;
    /* width: 135px !important; */
    min-height: 55px !important;
    width: 70px !important;
    position: relative;
    height: 100%;
    top: 11px;
}
.headerWrap.with-logo-small .logo picture {
    position: absolute;
    left: 0;
    top: 0;
}
.headerWrap.with-logo-small .logo h1{
    font-size: 15px !important;
    text-align: right;
    font-family: var(--en-font-light);
    position: absolute;
    left: -4em;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -17px !important;
    /*color: #000 !important;
     background: #fff;
    z-index: 1;
    padding-right: 5px;
    overflow: hidden;*/
    white-space: nowrap;
    text-overflow: clip;
    width: 69px;
    word-break: break-all;
    height: 19px;
}
}
@media (max-width: 991px) {
    .headerWrap.with-logo-small .logo h1{
        font-size: 13px !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        transform: none !important;
        margin-top: 0px !important;
        padding-right: 0 !important;
        overflow: inherit !important;
    }
    .headerWrap.with-logo-small .logo{
        width: auto !important;
        height: auto;
    }
    .headerWrap.with-logo-small .logo picture{
        position: relative !important;
        left: 0 !important
    }
}
#has-subMenu,
.secondary-nav .wrapper ul li .secondary-subdrop {
    visibility: hidden;
    -webkit-clip-path: polygon(
        -15px 0,
        calc(100% + 15px) 0,
        calc(100% + 15px) calc(100% + 15px),
        -15px calc(100% + 15px)
    );
    clip-path: polygon(
        -15px 0,
        calc(100% + 15px) 0,
        calc(100% + 15px) calc(100% + 15px),
        -15px calc(100% + 15px)
    );
    padding: 7px 0;
    position: absolute;
    top: calc(1em + 10px);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    background: #fff;
    /* right: 0;
    left: auto; */
    right: 0;
    left: auto;
}

li.showMore {
    position: relative;
}

li.showMore .moreTxt {
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

li.showMore i.fa {
    padding-right: 5px;
    color: #000;
}

li.showMore ul li a {
    display: block;
    white-space: nowrap;
    padding: 15px 40px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

li.showMore ul li a span {
    color: #000 !important;
}

li.showMore:hover #has-subMenu,
.secondary-nav .wrapper ul li.showMore:hover .secondary-subdrop {
    visibility: visible;
    opacity: 1;
}

li.showMore ul:hover li:not(:hover) > a span {
    color: rgba(0, 0, 0, 0.6) !important;
}

.dropActive .sub_menu.down_arrow {
    position: absolute;
    font-size: 25px;
    right: 0;
    top: -1px;
    width: 31px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.MenuText,
.accordinToggle {
    display: none;
}

@media (max-width: 991px) {
    .enable-small-subdrop li {
        width: 100%;
        margin-right: 0 !important;
        padding-left: 1.5em;
    }
    .enable-small-subdrop li a {
        font-size: 13px !important;
    }
    .secondaryList li.showMore a.moreLink {
        display: none !important;
    }
    .MenuText,
    .accordinToggle {
        display: block;
    }
}

.secondary-nav .wrapper.dropActive a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
}

.disable-scroll-inner {
    overflow: hidden;
}

.menu-hover:hover li:not(:hover) > a span {
    opacity: 0.61;
}

.priceCard .text-muted-sm {
    font-size: 13px;
}

.priceCard .f-s-normal {
    font-size: 26px;
}

.priceCard .f-s-large {
    font-size: 36px;
}

.mediaImage {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 40%;
}

.mediaImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.vechicleInfo .content {
    background: 0 0;
    z-index: 1;
    position: absolute;
    top: 7.3em;
    left: 100px;
    width: calc(4 / 12 * 100%);
    padding: 0;
}

@media (max-width: 991px) {
    .vechicleInfo .content {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background: #1a1a1a;
        padding: 9px;
    }
    .vechicleInfo .content .title {
        font-size: 30px;
    }
    .vechicleInfo .content .priceCard h3 {
        font-size: 28px;
    }
}

.vechicleSpecs {
    width: calc(4 / 12 * 100%);
    position: absolute;
    left: 100px;
    right: auto;
    bottom: 1.5em;
    z-index: 1;
    margin: 0;
}

@media (max-width: 991px) {
    .vechicleSpecs {
        position: relative;
        width: 100%;
        inset: 0;
        padding-top: 2.3em;
    }
}

.vechicleSpecs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vechicleSpecs ul li {
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid;
    text-align: center;
}

.vechicleSpecs ul li .spec-title {
    font-size: 11px;
}

@media (max-width: 991px) {
    .vechicleSpecs ul li .spec-title {
        color: #000 !important;
    }
}

.vechicleSpecs ul li .spec-value {
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .vechicleSpecs ul li .spec-value {
        color: #000 !important;
    }
}

.vechicleSpecs ul li:nth-child(1) {
    border: none;
}

.skin-light .headingGroup .subTitle,
.skin-light .headingGroup .title {
    color: #fff;
}

.skin-light .vechicleSpecs ul li {
    border-color: #fff;
}

@media (max-width: 991px) {
    .skin-light .vechicleSpecs ul li {
        border-color: #000;
    }
}

.skin-light .vechicleSpecs ul li .spec-title,
.skin-light .vechicleSpecs ul li .spec-value {
    color: #fff;
}

@media (max-width: 991px) {
    .landing-cta-wrap ul.actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .landing-cta-wrap ul.actions li {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 0;
    }
    .landing-cta-wrap ul.actions li a {
        width: 100%;
    }
    .landing-cta-wrap {
        margin: 0 0px 10px;
        width: 100%;
    }
}

.componentWrapper {
    position: relative;
}

.componentWrapper .imageContainer img {
    width: 100%;
}

.componentWrapper .content {
    position: absolute;
    padding: 20px;
    top: 0;
    max-width: 460px;
    width: 100%;
    display: flex;
}

.componentWrapper.with-left-allign .position-left-middle {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 75px;
}

.componentWrapper.with-left-middle .content.copyBox {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 75px;
}

.componentWrapper.with-right-middle .content.copyBox {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 75px;
    justify-content: flex-end;
}

.componentWrapper.with-left-top .content.copyBox {
    -webkit-transform: none;
    transform: none;
    top: 75px;
    left: 75px;
}

.componentWrapper.with-right-top .content.copyBox {
    -webkit-transform: none;
    transform: none;
    top: 75px;
    right: 75px;
    justify-content: flex-end;
}

.copyBox.with-bg-black {
    background: rgba(0, 0, 0, 0.6);
}

.copyBox.with-bg-white {
    background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
    .componentWrapper.with-left-allign .position-left-middle {
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 0;
    }
    .componentWrapper.with-left-allign .position-left-middle a.ctaPrimary {
        width: 100%;
    }
}

.componentWrapper.with-right-allign .position-right-middle {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 75px;
}

@media (max-width: 640px) {
    .componentWrapper.with-right-allign .position-right-middle {
        -webkit-transform: none;
        transform: none;
        top: 0;
        right: 0;
    }
    .componentWrapper.with-right-allign .position-right-middle a.ctaPrimary {
        width: 100%;
    }
}

.componentWrapper > .content > .headingGroup p {
    font-size: 16px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    line-height: 1.315;
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    .componentWrapper > .content > .headingGroup p {
        font-size: 14px;
    }
}

.componentWrapper > .content > .headingGroup .title {
    margin-top: 0;
    font-size: 2.357em;
}

@media (max-width: 640px) {
    .componentWrapper > .content > .headingGroup .title {
        font-size: 1.9em;
    }
}

.videoHolder {
    position: relative;
}

.videoHolder figure {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding-bottom: 41.6%;
}
.alt-component-vehicle-twocolumn-withslider .videoHolder figure {
    position: static;
    padding-bottom: 0;
}
.alt-component-vehicle-twocolumn-withslider .videoHolder figure .videoWrap, .alt-component-vehicle-twocolumn-withslider .videoHolder figure .videoWrap video{
    position: static !important;
}
.colWrapper.slideleftPos .heliotextWrapper {
    padding-left: 2em;
}
.videoHolder figure .poster-image {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.videoHolder figure .poster-image img {
    width: 100%;
    max-width: 100%;
}

.videoHolder .videoWrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.videoHolder .videoWrap .video {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.embeddedVideoWrap .content {
    position: absolute;
    padding: 20px;
    top: 0;
    max-width: 460px;
    width: 100%;
}

.embeddedVideoWrap .content.position-vertical-left {
    left: 0;
    position: absolute;
    top: 50%;
    margin-left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 640px) {
    .embeddedVideoWrap .content.position-vertical-left {
        position: relative;
        left: 0;
        margin-left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
    .acc_container{
        display: none;
    }
}

.embeddedVideoWrap .skin-dark {
    background-color: rgba(0, 0, 0, 0.8);
}

.embeddedVideoWrap .headingGroup .title {
    font-size: 2.357em;
    margin-top: 0;
}

.embeddedVideoWrap .headingGroup p {
    font-size: 16px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    line-height: 1.315;
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    .embeddedVideoWrap .position-vertical-left.white-sm-bg {
        background-color: #fff;
        color: #000;
    }
    .embeddedVideoWrap
        .position-vertical-left.white-sm-bg
        .headingGroup
        .subTitle,
    .embeddedVideoWrap .position-vertical-left.white-sm-bg .title,
    .embeddedVideoWrap .position-vertical-left.white-sm-bg p {
        color: #000;
    }
    .embeddedVideoWrap .position-vertical-left.white-sm-bg .title {
        font-size: 28px;
    }
    .embeddedVideoWrap .position-vertical-left.white-sm-bg a {
        width: 100%;
    }
    .embeddedVideoWrap .position-vertical-left.white-sm-bg p {
        font-size: 14px;
    }
}

.vehicleItem .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    flex-wrap: wrap;
}

.vehicleItem .inner picture {
    width: 100%;
}

.vehicleItem .inner img {
    width: 100%;
}

.vehicleItem .inner .details .priceWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vehicleItem .inner h2{
    font-size: 19px !important;
    direction: rtl;
}

.vehicleItem .inner .details .priceWrap .txtMuted {
    font-size: 11px;
    line-height: 1;
    margin: 0;
    position: relative;
    /* z-index: 10; */
    text-transform: none;
    color: #343434;
}

.vehicleItem .inner .details .priceWrap .fullPrice {
    font-size: 26px;
    padding-top: 0.2em;
}

.vehicleItem .inner .ctaWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vehicleItem .inner .gradeFeaturesContent {
    display: none;
}

.vehicleItem .inner .gradeFeaturesContent ul {
    margin: 0 0 15px;
    padding-right: 15px;
}

.vehicleItem .inner .gradeFeaturesContent ul li {
    font-size: 14px;
    color: #343434;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    list-style-type: disc;
    line-height: 1.4;
    margin-bottom: 0.22em;
    text-align: right;
}
.vehicleItem .inner .gradeFeaturesContent .ctaTransparent{
    margin-left: auto;
}
.vehicleItem .inner .gradeFeaturesContent .ctaTransparent::after{
    right: auto;
    left: -15px;
    margin-top: -3px;
    padding-left: 0;
    padding-right: 9px;
    position: absolute;
    content: "\f104";
}

.vehicleItem .inner .gradeFeaturesContent ul li::marker {
    color: #000;
    display: block;
    font-size: 1em;
}

.vehicleItem .inner .full-click {
    width: 100%;
    height: 100%;
    display: inline-flex;
    text-align: right;
    flex-direction: row-reverse;
}
.vehicleItem .inner .full-click::after{
    padding-right: 0.55em;
    padding-left: auto;
}

.carouselWrap {
    width: 100%;
    display: block;
}

.carouselWrap .width-fixed picture {
    display: block;
    height: 169px;
    max-height: 169px;
    width: 327px;
    position: relative;
    margin: 0 auto;
}

.carouselWrap .width-fixed img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 991px){
    .carouselWrap .width-fixed picture {
        display: block;
        height: auto;
        max-height: none;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .carouselWrap .width-fixed img{
        position: relative;
    }
    .slick.vehicleSlider .slick-dots{
        display: none !important
    }
}

.slick.slider .slick-prev:before,
.slick.slider .slick-next:before,
.sliderHero .slick-prev:before,
.sliderHero .slick-next:before {
    font-family: FontAwesome;
    color: #c3002f;
    font-size: 30px;
    font-weight: bold;
}

.slick.slider .slick-next:before,
.sliderHero .slick-next:before {
    content: "\f105";
}

.slick.slider .slick-prev:before,
.sliderHero .slick-prev:before {
    content: "\f104";
}

.slick.slider .slick-dots,
.sliderHero .slick-dots {
    position: relative;
    bottom: 0;
    padding: 30px 0 0;
}

.slick.slider .slick-dots li,
.sliderHero .slick-dots li {
    max-width: 140px;
    margin: 0 7px;
    width: 100%;
}

@media (max-width: 991px) {
    .slick.slider .slick-dots li,
    .sliderHero .slick-dots li {
        max-width: 50px;
    }
}
@media (max-width: 567px) {
    .slick.slider .slick-dots li,
    .sliderHero .slick-dots li {
        max-width: 29px;
    }
}

.slick.slider .slick-dots li button,
.sliderHero .slick-dots li button {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 3px;
    border-radius: 4px;
    border: 0;
    background-color: #767676;
    opacity: 0.8;
}

.slick.slider .slick-dots li button::before,
.sliderHero .slick-dots li button::before {
    font-family: inherit;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick.slider .slick-dots > li.slick-active > button::before,
.sliderHero .slick-dots > li.slick-active > button::before {
    background-color: #c3002f;
}

.slick.slider .slick-arrow,
.sliderHero .slick-arrow {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick.slider:hover .slick-arrow,
.sliderHero:hover .slick-arrow {
    opacity: 1 !important;
}

.slick:not(.with-arrows) .slick-arrow {
    display: none;
}

.slider.singleItem .slick-prev,
.slider.singleItem .slick-next {
    width: 43px;
    height: 51px;
    text-align: center;
    z-index: 1;
    background-color: #e3e2e2;
}

.slider.singleItem .slick-next {
    right: 0;
}

.slider.singleItem .slick-prev {
    left: 0;
}

.slider.with-arrows .slick-prev,
.slider.with-arrows .slick-next {
    opacity: 1;
}

.slick.slider picture img,
.sliderHero picture img {
    width: 100%;
    max-width: 100%;
}

.slick.slider img,
.sliderHero img {
    width: 100%;
    max-width: 100%;
}

#beer-slider .picture-element img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .slick.slider.with-arrows.multiple-items .slick-prev,
    .slick.slider.with-arrows.multiple-items .slick-next {
        display: none !important;
    }
}

.colorPickerWrap {
    width: 12em;
    position: relative;
}

.colorPickerWrap .colorTitle {
    font-size: 17px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    color: #000;
}

.colorPickerWrap #forColorPicker {
    width: 12em;
    position: relative;
    margin: 0 21px;
}

.colorPickerWrap #forColorPicker img {
    height: 26px;
    width: 26px;
}

.colorPickerWrap .tns-controls {
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: -12px;
    right: 0;
    width: 16.11em;
}

.colorPickerWrap .tns-controls button {
    background-color: transparent;
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageHeader .sectionIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pageHeader .sectionIn h1.both {
    width: 100%;
}

.pageHeader .sectionIn h1.both span {
    display: block;
}

.pageHeader .sectionIn h1.both .strapline {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #343434;
    word-break: break-word;
    word-wrap: break-word;
}

.pageHeader .sectionIn h1.both .headline {
    font-size: 48px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    color: #343434;
    line-height: 38px;
    margin-top: 6px;
    word-break: break-word;
    word-wrap: break-word;
}

.dockedNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dockedNav ul li {
    width: auto;
    padding-bottom: 15px;
    position: relative;
    margin: 0 15px;
    display: inline-block;
}

.dockedNav ul li:first-child {
    margin-left: 0;
}

.dockedNav ul li a {
    padding: 5px 5px 20px;
    line-height: 1.2;
    font-size: 14px;
    color: #343434;
    text-transform: uppercase;
    display: block;
    min-height: 25px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dockedNav ul li a::after {
    content: "\f107";
    font-size: 20px;
    font-weight: bold;
    color: #c1c1c1;
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    left: 0;
    top: 23px;
    right: 0;
}

.dockedNav ul li a:hover::after {
    color: #c3002f;
}

.no-stripe span::after {
    display: none;
}

.gradeComponent {
    border: 1px solid #e3e2e2;
    margin: 0 auto 30px;
}

.gradeComponent .gradeHeaderWrapper {
    padding: 33px 30px 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gradeComponent .gradeHeaderWrapper .imageWrapper {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding-top: 35px;
    margin: 0 0 30px;
}

.gradeComponent .gradeHeaderWrapper .imageWrapper figure {
    margin: 0 auto;
}

.gradeComponent .gradeHeaderWrapper .imageWrapper figure img {
    width: 100%;
}

.gradeComponent .gradeHeaderWrapper .infoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    width: 100%;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 0 20px;
    text-align: left;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo h2 {
    font-size: 36px;
    line-height: 1.11;
    margin: 0 0 3px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo .priceWrap {
    margin-top: 10px;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo .priceWrap p {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo .priceWrap .fullPrice {
    font-size: 26px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs {
    padding-left: 38px;
    padding-top: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs .head {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.13;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs ul {
    padding-left: 18px;
    margin: 8px 0 0;
    padding: 0 18px 15px;
    width: 100%;
    list-style: none;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs ul li {
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.36;
    position: relative;
    color: #343434;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
}

.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs ul li::before {
    font-size: 1.7857142857rem;
    content: "·";
    vertical-align: middle;
    line-height: 15px;
    position: absolute;
    top: 2px;
    left: -17px;
}

.gradeComponent .actionTool {
    padding: 0;
    margin: 0 -1px -1px;
    background: #d2d2d2;
}

.gradeComponent .actionTool ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.gradeComponent .actionTool ul li {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #e3e2e2;
    border-right-width: 0;
    background-color: #fff;
    color: #343434;
    padding-bottom: 1px;
}

.gradeComponent .actionTool ul li a {
    padding: 1.0714285714em 45px;
}

.gradeComponent .actionTool ul li:last-child {
    border-right-width: 1px;
}

.gradeComponent .accordionHeader p.holder {
    margin: 0 30px 30px;
    text-align: center;
}

.gradeComponent .accordionHeader p.holder button {
    min-width: 260px;
    text-align: left;
}

.gradeComponent .accordionHeader p.holder button span {
    color: #fff;
}

.gradeComponent .accordionHeader p.holder button::after {
    content: "\f107";
}

.gradeComponent .accordionHeader p.holder button.opened:after {
    content: "\f106";
}

.gradeComponent .accordionPanel {
    display: none;
}

.gradeComponent .accordionPanel .divider {
    width: 95%;
    margin: 0 auto;
}

.gradeComponent .accordionPanel .tabsWrapper {
    margin-top: 2em;
}

.gradeComponent .accordionPanel .tabsWrapper ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0;
}

.gradeComponent .accordionPanel .tabsWrapper ul.nav li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    text-align: center;
    border-left: 0;
}

.gradeComponent .accordionPanel .tabsWrapper ul.nav li a {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    padding: 1.25em 20px;
    font-size: 1.1428571429em;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #c1c1c1;
    border-left: 0;
    color: inherit;
}

.gradeComponent .accordionPanel .tabsWrapper ul.nav li a.nav-link.active {
    background: #fff;
    border-bottom: 0;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    ul.nav
    li
    a.nav-link.active::after {
    content: "";
    display: block;
    background: #c3002f;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.gradeComponent .accordionPanel .tabsWrapper ul.nav li:last-child a {
    border-right: 0;
}

.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper {
    margin: 2.1428571429em 30px;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner {
    padding: 30px;
    background-color: #eee;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-right: 2.1428571429em;
    width: 100%;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .overviewCore
    h4 {
    margin: 0 0 1.7857142857em;
    font-size: 1.285714286em;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .overviewCore
    h4
    span {
    font-size: 0.75em;
    color: #666;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .overviewCore
    .ctaTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .featureHead {
    letter-spacing: 0.11px;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .detailHighlight {
    margin: 0;
    padding: 0 0 0 19px;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .detailHighlight
    li {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    font-size: 14px;
    list-style-type: disc;
    margin-bottom: 0.49em;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .detailHighlight
    li::marker {
    font-size: 0.9em;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li {
    padding: 0.4571428571em 1em;
    border: 2px solid #ccc;
    margin: 0 0 0.7142857143em;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li
    .infoIn
    p {
    font-size: 0.7857142857em;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    color: #343434;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li
    .infoIn
    p:first-child {
    font-size: 1.25em;
    padding-right: 3px;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li
    .infoBtn {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li
    .infoBtn
    i {
    font-size: 19px;
    color: #c1c1c1;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.gradeComponent
    .accordionPanel
    .tabsWrapper
    .tab-content
    .sectionWrapper
    .inner
    .overviewSections
    section
    .highlightBox
    li
    .infoBtn
    .qtip {
    display: none;
}
@media (max-width: 991px) {
    .gradeComponent .gradeHeaderWrapper .imageWrapper {
        flex-basis: 100%;
        padding-top: 1px;
    }
    .gradeComponent .gradeHeaderWrapper .infoWrap,.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo,.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs{
        flex-basis: 100%;
    }
    .gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo h2{
        font-size: 23px;
    }
    .gradeComponent .gradeHeaderWrapper{
        padding: 33px 19px 0;
    }
    .gradeComponent .accordionPanel .tabsWrapper ul.nav li a{
        font-size: 14px
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper{
        margin: 2.142857em 19px;
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner {
        padding: 17px;
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections{
        flex-direction: column;
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section{
        flex-basis: 100%;
        padding-right: 0;
    }
    .overviewCore .priceCard{
        margin-bottom: 1em;
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .overviewCore h4{
        margin: 0 0 0.5857142857em;
    }
    .gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li .infoIn p:first-child {
        font-size: 1em;
        padding-bottom: 3px;
    }
    .highlightBox li .infoWrap img{
        object-fit: contain;
    }
    .accordion.inSpec .card .card-header{
        min-height: auto !important;
        padding: 0.55em 15px !important;
    }
    .accordion.inSpec .card .card-header button {
        font-size: 17px;
        padding-right: 17px !important;
        word-wrap: break-word;
        word-break: break-word;
    }
    .specsHeroWrapper .headingGroup.pb-5{
        padding-bottom: 2rem !important
    }
    .gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs{
        padding-left: 3px !important
    }
    .accordion.inSpec{
        margin-bottom: 0.2em !important
    }
}


.qtip {
    position: absolute;
    width: 100%;
    z-index: 1070;
    color: #343434;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
}

.qtip .tooltipHeading {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: calc(20 / 15);
}

.qtip.qtip-pos-tc {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.qtip.qtip-default {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0 30px 25px !important;
    min-width: 370px;
    width: 100%;
    top: 2.5em;
}

.qtip.qtip-pos-tc::before {
    content: "";
    position: absolute;
    right: 5px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.qtip.qtip-pos-tc::after {
    content: "";
    position: absolute;
    right: 5px;
    top: -8px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.accordion.base .card {
    border: 0;
}

.accordion.base .card .card-header {
    background-color: transparent;
    border: none;
}

.accordion.base .card-header button::after {
    content: "\f067";
    color: #c3002f;
    top: auto;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion.base .card-header button[aria-expanded="true"]::after {
    content: "\f068";
}

.accordion.inSpec {
    margin-bottom: 4.2857142857em;
    border: 1px solid #d2d2d2;
}

.accordion.inSpec .card {
    margin-bottom: 1.1em;
}

.accordion.inSpec .card:last-child {
    margin: 0;
}

.accordion.inSpec .card .card-header {
    padding: 1.0714285714em 15px;
    min-height: 5.3571428571em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion.inSpec .card .card-header button {
    position: relative;
    font-size: 19px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency", Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
    padding: 0;
}

.accordion.inSpec .card .card-header button:hover,
.accordion.inSpec .card .card-header button:focus {
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.accordion.inSpec .card .panelContainer {
    padding: 1.7857142857em 30px 2.5em;
}

.accordion.inSpec .card .panelContainer ul {
    margin: 0 0 1.4285714286em;
    padding: 0 0 0 1.4285714286em;
    list-style: disc;
}

.accordion.inSpec .card .panelContainer ul li {
    margin-bottom: 0.7142857143em;
    line-height: 1.3;
}

.accordion.inSpec .card .panelContainer ul li::marker {
    font-size: 0.9em;
}

.pilssWithImg .nav-pills {
    width: 100%;
}

.pilssWithImg .nav-pills .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 16.35%;
    flex-basis: 16.35%;
    margin: 0 15px;
}

.pilssWithImg .nav-pills .nav-item .nav-link {
    padding: 0;
}

.pilssWithImg .nav-pills .nav-item .nav-link figure {
    position: relative;
}

.pilssWithImg .nav-pills .nav-item .nav-link figure img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.pilssWithImg .nav-pills .nav-item .nav-link figure::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 4px solid #c3002f;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 0;
    left: 0;
    right: 0;
}

.pilssWithImg .nav-pills .nav-item .nav-link .imgTitle {
    font-size: 14px;
    padding-top: 7.1px;
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.pilssWithImg .nav-pills .nav-item .nav-link:hover > img {
    opacity: 1;
}

.pilssWithImg .nav-pills .nav-item .nav-link:hover > .imgTitle {
    color: #c3002f;
}

.pilssWithImg .nav-pills .nav-item .nav-link:focus img {
    opacity: 1;
}

.pilssWithImg .nav-pills .nav-item .nav-link:focus .imgTitle {
    color: #c3002f;
}

.pilssWithImg .nav-pills .nav-item .nav-link.active figure::after {
    opacity: 1;
}

.pilssWithImg .nav-pills .nav-item .nav-link.active .imgTitle {
    color: #c3002f;
}

.findDealerWrapper {
    width: 100%;
    padding-top: 99px;
}

.indicator {
    float: left;
    width: 36px;
    height: 100px;
    color: #fff;
    text-align: center;
    background: url(https://cdn.assetrepository.me/test/images/map_tag.png);
    -o-object-fit: fill;
    object-fit: fill;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px 0 0;
    margin: 0 10px 0 0;
    font-size: 15px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.dealer-item {
    display: none;
}

.list_active {
    display: block !important;
}

.list_deactive {
    display: none !important;
}

.check_row label {
    cursor: pointer;
}

.finder_outer {
    position: relative;
}

.filter_outer {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 375px;
    height: 100%;
}

.maps_outer {
    padding-left: 375px;
}

.filter_header {
    background: #000000;
    padding: 15px;
}

.input_outer {
    border: 3px solid #4c4c4c;
    position: relative;
    border-radius: 3px;
}

.input_outer [type="text"]#showroom_search {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    color: #343434;
    outline: none;
    border: none;
}

#location_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background: #c3002f;
    color: #fff;
    font-size: 18px;
    height: 35px;
    width: 45px;
    text-align: center;
    cursor: pointer;
}

#location_btn i {
    color: #fff;
}

#current_location_btn {
    background: none;
    border: none;
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
    padding-bottom: 1px;
    cursor: pointer;
}

#current_location_btn:hover {
    text-decoration: underline;
}

#current_location_btn .fa {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.filter_footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #000;
    padding: 20px 15px;
}

.filter_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter_footer ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 23px;
    font-size: 14px;
}

.filter_content {
    display: block;
    position: relative;
    padding: 15px 15px 0;
    height: calc(100vh - 106px);
    overflow: hidden;
}

.filter_div {
    border: 1px solid #000;
}

.filter_radio_btn {
    overflow-y: scroll;
    max-height: 377px;
}

#filters_heading {
    padding: 10px 12px;
    background: #000;
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

#filters_heading .fa {
    margin-right: 6px;
}

#hide_filter {
    display: none;
}

.filter_active #show_filter {
    display: none;
}

.filter_active #hide_filter {
    display: inline-block;
}

.filter_radio_btn {
    padding: 15px;
    display: none;
}

.check_btn {
    cursor: pointer;
    border: 1px solid #c1c1c1;
    border-radius: 0.25em;
    background-color: #eee;
    color: transparent;
    padding: 0.11em;
    margin-right: 7px;
}

.active_check_btn .check_btn {
    font-size: 14px;
    color: #c3002f;
    -webkit-box-shadow: 0 0 0 0.14286em #eee,
        inset 0 0.16667em 0.33333em -0.08333em rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0.14286em #eee,
        inset 0 0.16667em 0.33333em -0.08333em rgba(0, 0, 0, 0.15);
}

.filter_tooltip_text.active_filter_tooltip_text {
    display: block;
}

.filter_tooltip_text {
    display: none;
    position: absolute;
    top: 58px;
    background: #000;
    width: 100%;
    left: 0;
    padding: 20px 20px 12px 11px;
    z-index: 9;
}

.filter_radio_btn h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.check_row_outer {
    height: 48px;
    position: relative;
    margin-bottom: 21px;
}

.filter_tooltip_text h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 13px;
}

.filter_tooltip_text p {
    margin: 0;
    color: #fff;
    font-size: 10px;
}

.check_row {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.filter_tooltip .fa {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #c3002f;
    font-weight: bold;
    border: 1px solid #c3002f;
    width: 17px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    height: 17px;
    font-size: 11px;
    margin-left: 6px;
}

.filter_tooltip.active_filter_tooltip .fa {
    background: #c3002f;
    color: #fff;
    border-color: #c3002f;
}

.filter_tooltip.active_filter_tooltip {
    position: relative;
}

.filter_tooltip.active_filter_tooltip:after {
    content: " ";
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 16px solid #000;
    top: 20px;
    left: 0;
}

.tooltip_close {
    color: #fff;
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

.reset_filter {
    font-size: 16px;
    text-transform: uppercase;
}

.reset_filter img {
    display: inline-block;
    width: 17px;
    margin-right: 8px;
}

.reset_filter span {
    cursor: pointer;
    display: inline-block;
}

.result-dealers-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.result-dealers-items .dealer-item:first-child {
    border-top: none;
    padding-top: 1.5714285714em;
}

.result-dealers-items .dealer-item {
    cursor: default;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 1.4285714286em 0;
    margin: 0 15px 0 0;
    font-size: 13px;
}

.result-dealers-items .dealer-type {
    background: url(../images/map_tag.png) no-repeat;
    background-size: 100%;
    width: 38px;
    height: 3.2142857143em;
    display: inline-block;
    vertical-align: top;
}

.result-dealers-items .dealer-type span {
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    background-size: 38px 45px;
    width: 38px;
    height: 45px;
    padding-top: 0.2777777778em;
    display: block;
    background-repeat: no-repeat;
    text-align: center;
}

.result-dealers-items .dealer-info {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 84%;
}

.dealer-info-name {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

.result-dealers-items .dealer-info .dealer-info-name,
.result-dealers-items .dealer-info .dealer-list-phone a {
    cursor: pointer;
}

.result-dealers-items .dealer-info .dealer-list-phone a {
    color: #343434;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.result-dealers-items .dealer-info .dealer-list-phone a:before {
    position: relative;
    content: "\f095";
    font-family: fontawesome;
    top: 1px;
    left: 1px;
    padding-right: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 15px;
}

.result-dealers-items .dealer-info .dealer-list-phone a:after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    top: 0px;
    padding-left: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 14px;
}

.result-dealers-items .dealer-info .distance-units {
    font-size: 14;
    margin: 0.5714285714em 0 0;
    line-height: 1.4;
    margin-bottom: 1.1em;
}

.result-dealers-items .dealer-info .labels-types-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.result-dealers-items .dealer-info .labels-types-update {
    padding: 0;
    margin: 0.8571428571em 0 0;
}

.result-dealers-items .dealer-info .labels-types-update li:first-child {
    padding-left: 0;
}

.result-dealers-items .dealer-info .labels-types-update li {
    font-size: 13px;
    line-height: 1.4;
    list-style: none;
    display: inline;
    padding: 0;
}

.result-dealers-items .dealer-info .labels-types-update li::after {
    margin-left: 6px;
    margin-right: 2px;
    content: "|";
}

.result-dealers-items .dealer-info .labels-types-update li::after,
.result-dealers-items .dealer-info .labels-types-update li::before {
    color: #ccc;
}

.dealer-list-phone {
    font-size: 1em;
    margin: 0.5714285714em 0 0;
    line-height: 1.4;
}

.maps_details_outer {
    height: calc(100vh - 185px);
    overflow-y: auto;
}

.dealer-item_details {
    position: absolute;
    left: -100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.back_to.switch {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 15px;
    margin-bottom: 15px;
    line-height: inherit;
    position: relative;
    min-height: auto;
}

.back_to.switch span::before {
    display: none;
}

.back_to.switch .fa {
    color: #c3002f;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.contact-us {
    margin: 15px 0;
}

.c_phone:before {
    position: relative;
    content: "\f095";
    font-family: fontawesome;
    top: 1px;
    left: 1px;
    padding-right: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 15px;
}

.c_phone:after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    top: 0px;
    padding-left: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 14px;
}

.contact-us a {
    font-size: 14px;
    text-transform: uppercase;
    color: #343434;
    text-decoration: none;
}

.c_email:before {
    position: relative;
    content: "\f0e0";
    font-family: fontawesome;
    top: 1px;
    left: 1px;
    padding-right: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 15px;
}

.c_email:after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    top: 0px;
    padding-left: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 14px;
}

.c_direction:before {
    position: relative;
    content: "\f277";
    font-family: fontawesome;
    top: 1px;
    left: 1px;
    padding-right: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 15px;
}

.c_direction:after {
    content: "\f054";
    font-family: fontawesome;
    position: relative;
    top: 0px;
    padding-left: 9px;
    color: #c3002f;
    font-weight: bold;
    font-size: 14px;
}

/** **/

.showroom_result {
    color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 92%;
    left: 15px;
    top: 59px;
    z-index: 9;
}

.showroom_result .dealer-item {
    color: #343434;
    text-transform: capitalize;
}

#result_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.showroom_result .dealer-item {
    color: #343434;
    padding: 10px 13px;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px solid #666;
    font-size: 14px;
    cursor: pointer;
}

.showroom_result .dealer-item:hover,
.showroom_result .dealer-item:first-child {
    background: #eeeeee;
}

.hide_search {
    display: none;
}

.result-dealers-items .hide_search {
    display: block;
}

.result-dealers-items .statename_hide {
    display: none;
}

.showroom_result .dealer-info-name {
    display: inline-block;
    font-weight: normal;
    margin: 0 7px 0 0;
    font-size: 14px;
}

.showroom_result .statename_hide {
    display: inline-block;
}

.statename {
    display: inline-block;
}

.hide_text {
    font-size: 0px;
}

.result-dealers-items .hide_main {
    display: none;
}

.mbl_tab {
    display: none;
}

.info_outer {
    overflow: auto;
    height: calc(100vh - 365px);
}

.info_outer .dealer-info-name {
    border: none;
}

.info_outer .c_distance {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    font-size: 14px;
}

#time_table {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
}

#time_table tr {
    line-height: 1.45;
}

.time_table_outer {
    padding: 12px 0 0;
}

.time_table_outer h3 {
    font-size: 16px;
}

#time_table strong {
    font-size: 12px;
}

.serv_list {
    font-size: 12px;
}

.helper-dialog-box {
    background: #fff;
    margin-top: 3px;
    margin-left: 22px;
    padding: 0.7857142857em 15px;
    position: absolute;
    right: -545px;
    z-index: 999;
    top: 0;
}

.helper-dialog-box:after {
    border-right-color: #fff !important;
}

.helper-dialog-box:after {
    right: 100%;
    top: 50%;
    border: 13px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -0.9285714286em;
}

.helper-dialog-box h2 {
    font-size: 20px;
    margin: 0;
}

.helper-dialog-box p {
    font-size: 1em;
    margin: 0;
}

#map_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0;
    z-index: 99;
}

.hideMessage {
    display: block;
    padding: 15px 15px 0;
    font-size: 14px;
}

/* For ramadan timing modal */

.ramadan_timing_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.1em 0;
}

.ramadan_timing_btn button {
    padding: 12px 20px 12px 20px;
    display: block;
    border: 1px solid #c3002f;
    background: #c3002f;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    max-width: 43em;
    width: 100%;
    margin-left: -21.5em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
}

.modal-transition {
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.modal-content .title-in {
    display: block;
    padding: 5px 5px 0;
    font-size: 14px;
}

.modal-content p.time-in {
    font-size: 14px;
}

.modal-content p.time-in span {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    margin-right: 4.1px;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 19px;
    cursor: pointer;
}

.modal-close i {
    position: relative;
    top: -2px;
}

.modal-close:hover {
    color: #fff;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    background: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-wrap section {
    padding: 15px;
    background: #f1f1f1;
    margin: 9px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
}

.section-wrap section .head {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
    line-height: 1.4;
}

.legends {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -55px;
}

.legends div:nth-child(1) {
    padding-right: 15px;
    margin-right: 15px;
}

.legends div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.legends img {
    height: 30px;
    padding-right: 5px;
}

/* End For ramadan timing modal */

/** !!! Media Quries **/

@media screen and (max-width: 991px) {
    .finder_outer {
        overflow-x: hidden;
        overflow: hidden;
    }
    .findDealerWrapper {
        padding-top: 55px;
    }
    .legends {
        right: 15px;
    }
    .hideMessage {
        font-size: 13px;
    }
    .helper-dialog-box {
        display: none;
    }
    .mbl_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .filter_outer {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }
    .mbl_tab {
        margin-top: 15px;
        padding: 0 15px;
    }
    .mbl_tab_buttons {
        width: 50%;
         font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency", Verdana,Arial,sans-serif !important;
        display: inline-block;
        background: #f1f1f1;
        border: 1px solid #c1c1c1;
        padding: 12px 20px;
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
    }
    .maps_outer {
        display: none;
        padding: 0;
        position: absolute;
        top: 205px;
        width: 100%;
        height: calc(100vh - 188px);
        z-index: 999;
    }
    .mbl_tab_buttons.active_tab_button {
        position: relative;
        border-bottom: none;
        background: #fff;
    }
    .mbl_tab_buttons.active_tab_button:after {
        background: #fff;
        border-bottom: 4px solid #c3002f;
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .maps_details_outer {
        height: calc(100vh - 250px);
    }
    .mbl_tab_buttons.list_btn.active_tab_button {
        border-right: 0px;
    }
    .mbl_tab_buttons.map_btn.active_tab_button {
        border-left: 0px;
    }
}

@media screen and (max-width: 500px) {
    .displaynone {
        display: none;
    }
    .legends {
        position: absolute;
        top: 150px;
        /* bottom: 0; */
        padding: 0px 15px 0px 15px;
        z-index: 999;
        font-size: 13px;
        right: 25px;
    }
    .legends img {
        padding-right: 6px;
    }
    .result-dealers-items .dealer-item {
        margin: 0;
    }
    .modal-wrapper {
        left: 0;
        right: 0;
        margin-left: 0;
    }
    .modal-body .modal-content {
        overflow: hidden;
        overflow-y: scroll;
        height: calc(100vh - 123px);
        padding: 0.5em;
    }
}

@media screen and (max-width: 330px) {
    .hideMessage {
        font-size: 11px;
    }
}

/* NS landing  */

.ns-landing-hero {
    background-color: #0f1719;
    height: auto;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.ns-landing-hero .media-background-wrapper {
    min-height: 100vh;
    height: 100vh;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.ns-landing-hero .ns-landding-body {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(90%, #0f1719)
    );
    background: linear-gradient(transparent, #0f1719 90%);
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    padding: 0 0 40px;
}

.ns-landing-hero .ns-landding-body .ns-coulmn-inner {
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 567px) {
    .ns-landing-hero .ns-landding-body .ns-coulmn-inner {
        padding: 0 21px;
    }
}

.ns-landing-hero .ns-landding-body .ns-coulmn-inner .ns-text-container {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
    width: 100%;
    flex-direction: row-reverse;
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-left {
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #d9c2ab; */
  text-align: right;
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-left
    .ns-sup-title {
    font-size: 14px;
    letter-spacing: 2.96px;
    line-height: 20px;
    margin: -4px 0 0;
    padding-bottom: 9px;
    padding-right: 0px;
    position: relative;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-left
    .ns-sup-title
    span {
    color: #d9c2ab;
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-left
    .ns-section-title {
    line-height: 1.24;
    letter-spacing: 1.5px;
    font-size: 42px;
    color: #fff;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    /* max-width: 461px; */
    width: 100%;
    text-transform: uppercase;
}

@media (max-width: 668px) {
    .ns-landing-hero
        .ns-landding-body
        .ns-coulmn-inner
        .ns-text-container
        .ns-section-left
        .ns-section-title {
        font-size: 25px;
    }
}

@media (max-width: 1439px) {
    .ns-landing-hero
        .ns-landding-body
        .ns-coulmn-inner
        .ns-text-container
        .ns-section-left
        .ns-section-title {
        width: 100%;
    }
    .ns-landing-hero .ns-landding-body .ns-coulmn-inner .ns-text-container {
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .ns-landing-hero
        .ns-landding-body
        .ns-coulmn-inner
        .ns-text-container
        .ns-section-left
        .ns-section-title {
        font-size: 68px;
        line-height: 78px;
    }
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-right {
        margin-left: 0;
        text-align: left;
        margin-right: auto;
}

.ns-landing-hero
    .ns-landding-body
    .ns-coulmn-inner
    .ns-text-container
    .ns-section-right
    .scroll-hint {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 2.96px;
    color: #fefefe;
    text-align: right;
    margin: 0;
}

.ns-simple-hero {
    background-color: #0f1719;
    height: auto;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.ns-simple-hero .ns-common-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
}

.ns-simple-hero .ns-common-body .ns-column-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ns-simple-hero .ns-common-body .ns-column-container .ns-left {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    padding: 0 2em;
}

.ns-simple-hero .ns-common-body .ns-section-bottom {
    margin-left: 35px;
}

.ns-simple-hero .ns-common-body .ns-section-bottom p {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 1.4;
    color: #fff;
    word-break: break-word;
    word-wrap: break-word;
}

.bg-holder-section .left-side .inner {
    padding-right: 0;
    height: 100%;
    text-align: right;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .bg-holder-section .left-side .inner {
        /* padding-left: 75px; */
        padding-left: 59px;
    }
}

@media (max-width: 567px) {
    .bg-holder-section .left-side .inner {
        padding-left: 5px;
    }
    .ns-v-line-container.with-text {
        left: 0px;
    }
}

.bg-holder-section .left-side .inner .ns-v-line-text {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    color: #d9c2ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    text-align: right;
    width: 20px;
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .bg-holder-section .left-side .inner .ns-v-line-text {
        padding-bottom: 5px;
    }
}

.bg-holder-section .left-side .inner .ns-v-line-text span {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    /* width: 20px; */
}

/* .bg-holder-section .left-side .inner .ns-v-line {
    left: 10px;
    top: auto;
} */

@media (max-width: 991px) {
    .bg-holder-section .left-side .inner .ns-v-line {
        left: 4px;
        top: auto;

        height: 100vh;
    }
    /* .alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-v-line{
        left: 0 !important;
    }
    .column-with-slider .left-side .inner .ns-v-line{
        left: 0 !important;
    } */
}

.bg-holder-section .left-side .inner .ns-text-container {
    left: 0;
    margin-left: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;

    width: calc(100% - 190px);


}
.md-height-full{
    height: 100%;
}
.alt-component-vehicle-twocolumn-withslider  .inner .ns-text-container{
    justify-content: flex-start !important
}


.bg-holder-section .left-side .inner .ns-text-container .section-title {
    /* width: 405px; */
    font-size: 53px;
    line-height: 57px;
    margin-bottom: 4.1em;
    color: #fff;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    word-break: keep-all;
    direction: rtl;
}
@media (max-width: 991px) {
    .alt-component-vehicle-twocolumn-withslider .left-side .inner{
       flex-direction: column;
    }
    .alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-v-line-text{
        /* overflow: inherit !important;
        text-align: left !important;
        width: 100% !important;
        white-space: normal !important;
        writing-mode: unset !important */
    }
    .alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-v-line-text span {
        transform: none !important;
        width: 100% !important;
        line-height: 1.3;
        font-size: 12px !important;
    }
    .column-with-slider .inner .ns-v-line-container.with-text{
        /* width: 100% !important;
        left: 0 !important;
        max-height: none !important */
    }
    }

@media (max-width: 991px) {
    .bg-holder-section .left-side .inner .ns-text-container .section-title {
        font-size: 25px !important;
        line-height: 31px !important;
        width: 100%;
    }
}

.bg-holder-section .left-side .inner .ns-text-container .content-btm {
    width: 405px;
    line-height: 31px;
    font-size: 16px;
    letter-spacing: 1.03px;
    overflow-wrap: break-word;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    color: #fff;
    direction: rtl;
}
.alt-component-vehicle-content-withImg .content-btm a.ns-btn{
    display: flex;
}

@media (max-width: 991px) {
    .bg-holder-section .left-side .inner .ns-text-container .content-btm {
        width: 100%;
        line-height: 25px;
        font-size: 13px;
    }
}

.ns-v-line-container {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    width: 7px;
}

.ns-v-line-container .ns-v-line {
    /* top: 10px;
    left: 0; */
    top: auto;
    left: 7px;
    background: #d9c2ab;
    -webkit-animation: createBox 2s forwards;
    animation: createBox 2s forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    height: 100%;
    min-width: 3px;
    opacity: 1;
    position: absolute;
    width: 3px;
}

.ns-story-gallery {
    min-height: 100vh;
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.story-bg-black {
    background: #171b27;
}

.story-bg-white {
    background: #fff;
}
.story-bg-white.ns-story-gallery .section-title,.story-bg-white.ns-story-gallery .content-btm {
    color: #000 !important
}

.ns-story-gallery .right-side-carousel {
    /* overflow-x: hidden; */
    padding-left: 0;
}

@media screen and (max-width: 1199px) {
    .ns-story-gallery .right-side-carousel {
        overflow-x: inherit;
    }
}

.ns-story-gallery .right-side-carousel .galleryWrap {
    margin-left: 104px;
    max-width: 733px;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    /* .ns-story-gallery .right-side-carousel .galleryWrap {
        min-height: 100vh;
        top: 11em;
    } */
    .alt-component-slider-withcontent .ns-story-gallery .ns-section-padd {
        height: auto !important;
        padding-bottom: 38em !important;
        padding-top: 3em;
    }
    .bg-holder-section .left-side .inner .ns-text-container .section-title {
        margin-bottom: 1.1em;
    }
    .ns-story-gallery .right-side-carousel .galleryWrap {
        margin-top: 3.3em;
    }
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img {
    position: absolute;
    width: 100%;
    left: 0;
    max-width: 380px;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.next {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.bottom {
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.85) translate(0);
    transform: scale(0.85) translate(0);
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    img.bottom.forward {
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.bottom {
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.85) translate(0);
    transform: scale(0.85) translate(0);
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    img.top.forward {
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.top {
    z-index: 3;
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.next {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    img.next.forward {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ns-story-gallery .right-side-carousel .galleryWrap .galleryImages img.next {
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(0.85) translate(450px);
    transform: scale(0.85) translate(450px);
}
.alt-component-slider-withcontent.flipColumnSlider .ns-story-gallery .right-side-carousel .galleryWrap .galleryImages .ns-gallery-1.next img{
    transform: scale(0.85) translate(-450px);
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1
    img {
    position: absolute;
    width: 100%;
    left: 0;
    max-width: 380px;
}
.alt-component-slider-withcontent.flipColumnSlider .ns-story-gallery .right-side-carousel .galleryWrap .galleryImages .ns-gallery-1 img{
    left: auto;
    right: 0;
}


.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1.next
    img {
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(0.85) translate(450px);
    transform: scale(0.85) translate(450px);
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1.top
    img {
    z-index: 3;
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1.bottom
    img {
    z-index: 1;
    /* opacity: 0;
    -webkit-transform: scale(0.85) translate(0);
    transform: scale(0.85) translate(0);
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; */
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1.next
    img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ns-story-gallery
    .right-side-carousel
    .galleryWrap
    .galleryImages
    .ns-gallery-1:not(.top):not(.next):not(.bottom) {
    /* opacity: 0;
    position: relative;
    visibility: hidden;
    left: 0; */
}
.alt-component-slider-withcontent .ns-story-gallery .ns-section-padd {
    height: 100vh;
}
.alt-component-slider-withcontent .ns-story-gallery .ns-section-padd .row {
    height: 100%;
    position: relative;
}

.ns-story-gallery .right-side-carousel .galleryWrap button {
    display: block;
    margin-right: 25px;
    bottom: 0px;
    /* bottom: 9em; */
    position: absolute;
    z-index: 11;
    /* top: auto; */
    right: 0;
    background-color: transparent;
    border: none;
    outline: none;
}

@media screen and (max-width: 1199px) {
    .ns-story-gallery .right-side-carousel .galleryWrap button {
        top: 0;
    }
}
@media screen and (max-width: 668px) {
    .ns-story-gallery .right-side-carousel .galleryWrap {
        margin-left: 15px;
    }
    .ns-story-gallery .right-side-carousel .galleryWrap button {
        width: 100%;
        height: 45px;
        justify-content: flex-end;
        display: flex;
        top: 31em;
    }
    /* .alt-component-slider-withcontent .ns-story-gallery .ns-section-padd {
        padding-bottom: 4em !important;
    }

    .ns-story-gallery .right-side-carousel .galleryWrap .galleryImages{
        flex-direction: column;
        height: auto;
    }
    .ns-story-gallery .right-side-carousel .galleryWrap .galleryImages .ns-gallery-1 img{
        position: relative;
    }
    .galleryImages .ns-gallery-1 {
        display: none;
        width: 100%;
    } */
    .galleryImages .ns-gallery-1.currentImage{
        display: block
    }
    .sliderArrow {
        background: rgba(0, 0, 0, 0.85);
        border: 0;
        color: #c3002f;
        padding: 0;
        width: 42px;
        height: 39px;
        line-height: 41px;
        position: relative;
        outline: none !important;
    }
    .sliderArrow i{
        color: #c3002f;
        font-size: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-weight: bold;
    }

    .sliderNav{
        position: absolute;
        width: 100%;
        justify-content: space-between;
        z-index: 3;
        top: 0;
        display: flex;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    }

.ns-simple-hero.bg-dark {
    background-color: #020a0d;
}

.ns-simple-hero.ns-bg-trans {
    background-color: transparent;
}

.ns-breath {
    margin: 171px auto !important;
    width: 100%;
    z-index: 2;
}
.ns-breath.vlpPlusVideo {
    margin: 70px auto!important;
}
@media (max-width: 991px) {
    .ns-breath {
        margin: 53px auto!important;
    }
}

.section-gradient {
    bottom: 0;
    height: auto;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: -1px;
    /* background: linear-gradient(black, rgba(0, 0, 0, 0) 281px, rgba(0, 0, 0, 0) 576px, black); */
    background: linear-gradient(
        black,
        rgba(0, 0, 0, 0) 221px,
        rgba(0, 0, 0, 0) 201px,
        black
    );
}
.section-gradient.with-bg-white {
    /* background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 281px, rgba(255, 255, 255, 0) 536px, rgb(255, 255, 255)) */
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 167px, rgba(255, 255, 255, 0) 669px, rgb(255, 255, 255))
}
@media (max-width: 991px) {
    .section-gradient.with-bg-white {
        background: linear-gradient( rgb(255,255,255),rgba(255,255,255,0) 148px,rgba(255,255,255,0) 464px,rgb(255,255,255) );
    }
}
.section-gradient.with-bg-black {
    background: linear-gradient(
        black,
        rgba(0, 0, 0, 0) 221px,
        rgba(0, 0, 0, 0) 201px
    );
}

.ns-media-background,
.video-area-wrap,
.ns-media-pos-ab {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    width: 100%;
}


.ns-inview-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.ns-v-line-container.with-text {
    right: 55px;
    left: auto;
    overflow: hidden;
    position: relative;
    /* position: absolute; */
    top: 0;
    width: 20px;
    margin-left: auto;
}
@media (max-width: 991px){
    /* .ns-inview-background-img{
        height: auto;
    } */
    .ns-v-line-container.with-text {
        left: 0px;
    }
}
@media (max-width: 567px){
.alt-component-vehicle-twocolumn-withslider .content-btm a.ns-btn,.alt-component-vehicle-twocolumn-withslider a.ns-btn {
    padding: 13px 15px;
    font-size: 15px;
    margin-left: 15px;
}
}

.ns-v-line-container.with-text .ns-v-line-text span {
    color: #d9c2ab;
    font-size: 14px;
    letter-spacing: 2.96px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    direction: rtl;
}

.ns-section-padd {
    padding: 90px 0;
}

.enable-overflow {
    overflow: inherit !important;
}

.dark-skin.with-text .ns-v-line-text span,
.dark-skin .ns-v-line-text span {
    color: #000;
}

.dark-skin.with-text .ns-v-line,
.dark-skin .ns-v-line {
    background-color: #000;
}

.dark-skin.with-text .section-title,
.dark-skin.with-text .content-btm,
.dark-skin .section-title,
.dark-skin .content-btm {
    color: #000 !important;
}

@media (min-width: 991px) {
    .ns-text-container.dark-skin .section-title {
        width: auto !important;
        padding-right: 15px;
        margin-bottom: 2.1em !important;
    }
}

@media (min-width: 991px) {
    .ns-feature-box {
        padding-bottom: 5em;
    }
}

.ns-feature-box .row.flex-row-reverse .heliotextWrapper {
    padding-left: 36px;
}

.ns-btn-dark {
    background-color: #020a0d;
    color: #fefefe !important;
    border-radius: 40px;
    display: inline-block;
    letter-spacing: 1.9px;
    line-height: normal;
    min-height: 46px;
    margin: 0;
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.ns-section-bottom.enlarged-txt p {
    line-height: 1.24 !important;
    font-size: 42px !important;
    word-break: keep-all;
}

.column-with-slider .left-side {
    margin-top: 9em;
    overflow: hidden;
}

.column-with-slider .inner .ns-v-line-container.with-text {
    overflow: inherit;
}

.column-with-slider .media-slide {
    padding: 0;
}

.column-with-slider .media-slide .singleItem.with-custom-arrow .slick-prev,
.column-with-slider .media-slide .singleItem.with-custom-arrow .slick-next {
    top: 100%;
    -webkit-transform: none;
    transform: none;
}

.column-with-slider .media-slide .singleItem.with-custom-arrow .slick-next {
    right: 30px;
}

.column-with-slider
    .media-slide
    .singleItem.with-custom-arrow
    .slick-next::before {
    content: "";
    width: 66px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    height: 17px;
    background: url(../../img/icons/arrow-black.5d54b499.svg) no-repeat 100%
        transparent;
    position: absolute;
    left: 0;
}

.column-with-slider .media-slide .singleItem.with-custom-arrow .slick-arrow {
    opacity: 1;
}

.column-with-slider .media-slide .singleItem.with-custom-arrow .slick-prev {
    right: 25px;
    left: auto;
    margin-top: 35px;
}

.column-with-slider
    .media-slide
    .singleItem.with-custom-arrow
    .slick-prev::before {
    content: "";
    width: 27px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    height: 17px;
    background: url(../../img/icons/arrow-black.5d54b499.svg) no-repeat 100%
        transparent;
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ctaWrapVehicle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.small-gallery.slider.singleItem .slick-prev,
.slider.singleItem .slick-next {
    height: 51px;
}

@media (min-width: 991px) {
    .media-slide .slick-dots {
        display: none !important;
    }
    .column-with-slider .ns-text-container .content-btm {
        padding-right: 15px;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .ns-simple-hero .ns-common-body .ns-column-container .ns-left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .ns-simple-hero
        .ns-common-body
        .ns-column-container
        .ns-left
        .ns-section-bottom.enlarged-txt
        p {
        font-size: 25px !important;
    }
}

@media (max-width: 991px) and (max-width: 567px) {
    .ns-simple-hero
        .ns-common-body
        .ns-column-container
        .ns-left
        .ns-section-bottom.enlarged-txt
        p {
        margin-left: 19px;
    }
}

@media (max-width: 991px) {
    .alt-component-vehicle-twocolumn-withslider .ns-v-line-container.with-text{
        left: 0px;
    }
    .left-side .inner .ns-text-container .section-title {
        font-size: 37px !important;
        line-height: 43px !important;
    }
    .md-height-full {
        height: 100%;
    }
    .bg-holder-section .left-side .inner .ns-text-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
        left: 0;
        margin-right: 0 !important;
        padding-right: 15px;
    }
    .alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-text-container{
        justify-content: flex-start !important;
        padding-left: 15px;
        padding-right: 0;
        left: 0 !important;
    }
    .bg-holder-section .left-side .inner {
        height: 100%;
    }
    .media-slide .singleItem.with-custom-arrow .slick-prev,
    .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-next {
        display: none !important;
    }
    .media-slide .slick-dots {
        padding: 5px 0 0;
    }
    .bg-holder-section .left-side .inner .ns-text-container .section-title {
        margin-bottom: 0.7em;
        padding-left: 15px;

    }
    .column-with-slider .left-side {
        margin-top: 3em;
    }
    .carouselWrap {
        padding: 4em 0 0;
    }
    .column-with-slider .heliotextWrapper {
        padding-left: 3em;
        padding-right: 3em;
    }
    /* .galleryWrap {
        display: none;
    } */
    .ns-v-line-text span {
        font-size: 10px !important;
    }
    #small-gallery {
        margin-top: 4.77%;
        padding-left: 15px;
    }
    .scroll-hint {
        display: none;
    }
    .alt-component-vehicle-twocolumn-withslider .content-btm{
        padding-left: 1.5em;
    }
}

@media (max-width: 567px) {
    .ns-simple-hero .ns-common-body {
        padding-left: 30px;
    }
    .ns-simple-hero .ns-common-body .ns-section-bottom {
        margin-left: 7px;
    }
    .ns-simple-hero
        .ns-common-body
        .ns-column-container
        .ns-left
        .ns-section-bottom.enlarged-txt
        p {
        margin-left: 7px;
        font-size: 17px !important;
    }

}

.ns-hero-box {
    scroll-behavior: smooth;
    overflow: hidden;
}

.alt-component-vehicle-content-with-bgcolor .ns-simple-hero {
    padding-top: 151px;
    padding-bottom: 151px;
}

.min-h-auto {
    min-height: auto !important;
}

/* NS landing end  */

/* new section in NS landing */

.specificationContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
}
.specificationContainer .col-sm-6 {
    flex-direction: column-reverse;
    display: flex;
    text-align: right;
}

@media (max-width: 1439px) {
    .specificationContainer {
        align-items: flex-start;
        margin-top: 1.5em;
    }
}
@media (max-width: 667px) {
    .specificationContainer .d-flex.row.w-100{
        margin: 0;
    }
}

.specificationContainer .specTitle {
    font-size: 14px;
    padding-bottom: 1px;
    line-height: 1.3;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 5px;
}

.specificationContainer .specLabel {
    font-size: 25px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    color: #fff;
    letter-spacing: 0.9px;
    line-height: 24px;
    word-break: break-word;
    word-wrap: break-word;
}

.ns-right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 2em;
}

.ns-btn-dark.fullWhite {
    background-color: #fff !important;
    color: #000 !important;
}

.ns-btn-dark.borderedWhite {
    border: 2px solid #fff;
}

.ns-btn-dark.borderedBlack {
    border: 2px solid #000;
}
.alt-component-vehicle-content-with-bgcolor .ns-btn-dark {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 11px 28px;
}
@media (max-width: 1270px) {
    .alt-component-vehicle-content-with-bgcolor .ns-btn-wrap {
        flex-direction: column;
    }
    .alt-component-vehicle-content-with-bgcolor .ns-btn-dark {
        width: max-content;
        margin-left: 0 !important;
        margin-bottom: 1.3em;
    }
}
@media (max-width: 1024px) {
    .ns-simple-hero .ns-common-body .ns-column-container .ns-left {
        flex-basis: 100%;
    }
    .alt-component-vehicle-content-with-bgcolor
        .ns-simple-hero
        .ns-common-body {
        padding-left: 1px;
    }
    .alt-component-vehicle-content-with-bgcolor
        .ns-simple-hero
        .ns-common-body
        .ns-section-bottom
        p {
        font-size: 22px;
    }
    .alt-component-vehicle-content-with-bgcolor
        .ns-simple-hero
        .ns-common-body
        .ns-section-bottom {
        margin-left: 23px;
        align-items: center;
        display: flex;
    }
    .alt-component-vehicle-content-with-bgcolor .ns-simple-hero .ns-right {
        margin-top: 2.3em;
    }
    .ns-landing-hero .ns-landding-body .ns-coulmn-inner {
        padding: 0 2em;
    }
}
@media (max-width: 668px) {
    .alt-component-vehicle-content-with-bgcolor
        .ns-simple-hero
        .ns-common-body
        .ns-column-container {
        flex-direction: column;
    }
    .alt-component-vehicle-content-with-bgcolor .ns-btn-dark {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0.3em;
    }
    .alt-component-vehicle-content-with-bgcolor .ns-simple-hero {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .alt-component-vehicle-content-with-bgcolor
        .ns-simple-hero
        .ns-common-body
        .ns-section-bottom
        p {
        font-size: 16px;
    }
    .alt-component-vehicle-content-with-bgcolor .priceCard {
        text-align: right;
    }
    .alt-component-vehicle-standalone-landing
        .specificationContainer
        .row
        .col-sm-6 {
            margin-bottom: 1.1em;
            margin-left: auto;
            right: 0;
            width: 100%;
            padding-right: 0;
    }
    .specificationContainer .specTitle {
        font-size: 12px;
    }
    .specificationContainer .specLabel{
        font-size: 14px;
         font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    }
    .ns-landing-hero .ns-landding-body .ns-coulmn-inner {
        padding: 0 5px;
    }
}

/* new section in NS landing */

.ns-sticky-nav {
    top: 0 !important;
    max-height: 100px;
    /* position: fixed; */
    /* z-index: 10000; */
    width: 100%;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: slide-down 0.5s forwards;
    animation: slide-down 0.5s forwards;
}

.ns-sticky-nav .sticky-inner {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ns-sticky-nav .sticky-inner::before {
    content: "";
    display: block;
    -webkit-backdrop-filter: blur(20px) saturate(10%);
    backdrop-filter: blur(20px) saturate(10%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.ns-sticky-nav .sticky-inner nav {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(217, 194, 171, 0.3);
}

.ns-sticky-nav .sticky-inner nav .inner {
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
}

.ns-sticky-nav .sticky-inner nav .vehicleName {
    cursor: pointer;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 0.9px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    margin-right: auto;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #d9c2ab;
    margin-right: 20px;
    margin-left: auto;
}

.ns-sticky-nav .sticky-inner nav .vehicleName.arrowUp::after,
.ns-sticky-nav .sticky-inner nav .vehicleName.arrowDown::after {
    content: "\f078";
    font-size: 15px;
    font-family: fontawesome;
    display: block;
    height: 13px;
    position: absolute;
    left: -34px;
    top: -3px;
    width: 26px;
}
.ns-sticky-nav .sticky-inner nav .vehicleName.arrowDown::after {
    left: -27px;
}

.ns-sticky-nav .sticky-inner nav .vehicleName.arrowUp::after {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
    left: -37px;
    top: 2px;
}

.ns-sticky-nav .sticky-inner nav .ctaRounded {
    position: relative;
    border-color: transparent;
    border-radius: 12px;
    font-size: 10px;
    height: 25px;
    letter-spacing: 0.9px;
    line-height: 23px;
    margin-left: 20px;
    padding: 0 20px;
    z-index: 1;
    background-color: #d9c2ab;
    color: #000;
    text-transform: uppercase;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
     text-align: center;
}
.ns-sticky-nav .sticky-inner nav .stickynavWrap{
    display: none;
}
.ns-sticky-nav .sticky-inner nav .navList {
    padding: 16px 20px;
    display: none;
}

@media (max-width: 667px) {
    .ns-sticky-nav .sticky-inner nav .navList{
        width: 100%;
        padding: 16px 31px;
        padding-top: 0;
    }
    .ns-sticky-nav .sticky-inner nav .vehicleName.arrowDown::after {
        width: auto;
        left: -20px;
    }
    .ns-sticky-nav .sticky-inner nav .ctaRounded{
        padding: 0 11px !important
    }
}

.ns-sticky-nav .sticky-inner nav .navList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
}
@media (max-width: 667px) {
    .ns-sticky-nav .sticky-inner nav .navList ul{
        display: flex;
        flex-direction: column;
    }
}

.ns-sticky-nav .sticky-inner nav .navList ul li {
    margin-right: 11px;
}
.ns-sticky-nav .sticky-inner nav .navList ul li:nth-child(1){
    margin-right: 0;
}

.ns-sticky-nav .sticky-inner nav .navList ul li:nth-child(1) a {
    padding-left: 0;
}

.ns-sticky-nav .sticky-inner nav .navList ul li a {
    padding: 11px 1rem;
    padding-left: 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    text-align: right;
}

.ns-sticky-nav .sticky-inner nav .navList ul li a span {
    color: #fff;
}

.ns-sticky-nav .sticky-inner nav .navList ul li .activeHero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 2px;
    height: 6px;
    background: #d9c2ab;
    top: auto;
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transition-property: scale, -webkit-transform;
        transition-property: scale, -webkit-transform;
        transition-property: scale, transform;
        transition-property: scale, transform, -webkit-transform;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        height: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100%;
    }
}

@keyframes slide-down {
    0% {
        -webkit-transition-property: scale, -webkit-transform;
        transition-property: scale, -webkit-transform;
        transition-property: scale, transform;
        transition-property: scale, transform, -webkit-transform;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        height: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100%;
    }
}

footer {
    background-color: #1a1a1a;
    position: sticky;
    top: 100vh;
}

footer .footer_main .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer_main .container .nav_footer {
    position: relative;
    padding: 11px 0;
}
footer .footer_main .container .nav_footer .row{
    flex-direction: row-reverse;
}

footer .footer_main .container .nav_footer h2 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    text-align: right;
}

@media (max-width: 640px) {
    footer .footer_main .container .nav_footer h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: row-reverse;
        text-align: right;
    }
    footer .footer_main .container .nav_footer h2::after {
        content: "\f078";
        font-size: 12px;
        left: 0;
        color: #fff;
        line-height: 16px;
        position: relative;
        top: 0px;
        font-family: fontawesome;
        left: 0;
        margin-right: auto;
    }
}

footer .footer_main .container .nav_footer ul li {
    padding: 3px 0;
    margin-bottom: 1em;
    text-align: right;
}

footer .footer_main .container .nav_footer ul li a {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-word;
    color: #c1c1c1;
}

footer .footer_main .container .nav_footer ul li a:hover,
footer .footer_main .container .nav_footer ul li a:focus,
footer .footer_main .container .nav_footer ul li a:active {
    outline: 0;
    text-decoration: underline;
}

footer .footer_main .container .nav_footer ul li .divider hr {
    border-top-color: #767676;
    margin-top: 18px;
    margin-bottom: 0;
}
footer .footer_main .container .nav_footer .social ul{
    display: flex;
    justify-content: flex-end;
}
footer .footer_main .container .nav_footer .social ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin-right: 0.55em;
}

footer .footer_main .container .nav_footer .social ul li a {
    width: 24px;
    height: 24px;
    background-color: #8a8a8a;
    border-radius: 50%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer_main .container .nav_footer .social ul li a i {
    font-size: 16px;
}

footer .footer_main .container .nav_footer .social ul li a:hover,
footer .footer_main .container .nav_footer .social ul li a:focus {
    background-color: #fff;
    text-decoration: none;
}

footer .footer_bottom {
    width: 100%;
    background-color: #000;
}

footer .footer_bottom .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer_bottom .container .footerOptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.47em 0;
}

@media (max-width: 640px) {
    footer .footer_bottom .container .footerOptions {
        padding: 0.47em 0;
    }
}

footer .footer_bottom .container .footerOptions .option {
    padding: 13px 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 640px) {
    footer .footer_bottom .container .footerOptions .option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 13px 2px 12px;
    }
    footer .footer_bottom .container .footerOptions .option:nth-child(1) {
        border-bottom: 1px solid #4c4c4c;
    }
}

footer .footer_bottom .container .footerOptions .option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 640px) {
    footer .footer_bottom .container .footerOptions .option ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 0.5em;
    }
}

footer .footer_bottom .container .footerOptions .option ul li {
    margin-right: 1.9230769231em;
}

@media (max-width: 640px) {
    footer .footer_bottom .container .footerOptions .option ul li {
        margin-right: 0;
        margin-bottom: 0.45em;
        text-align: right;
    }
}

footer .footer_bottom .container .footerOptions .option ul li a {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-word;
    color: #c1c1c1;
}

footer .footer_bottom .container .footerOptions .option ul li a:hover,
footer .footer_bottom .container .footerOptions .option ul li a:focus,
footer .footer_bottom .container .footerOptions .option ul li a:active {
    outline: 0;
    text-decoration: underline;
}

footer .footer_bottom .container .footerOptions .option p {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    font-size: 12px;
    color: #c1c1c1;
    position: relative;
    top: 4px;
    padding: 0;
    margin: 0;
}

@media (max-width: 640px) {
    .nav_footer .row span.col-12 {
        border-bottom: 1px solid #4c4c4c;
    }
    .nav_footer .row span.col-12:last-child {
        border: none;
    }
    .footer-copyright{
        text-align: right;
        direction: ltr;
    }
}

body,
html {
    /* height: 100vh; */
    height: auto;
    width: 100%;
    scroll-behavior: smooth;
}

.heroWrapper {
    overflow-x: hidden;
    position: relative;
    /* height: 100%; */
    height: 100%;
    flex-grow: 1;
    overflow-y: auto;
    direction: ltr;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
@media (max-width: 941px) {
    .heroWrapper[class~="pt-5"] {
        padding-top: 0 !important;
    }
}

.font-icon {
    position: relative;
}

.font-icon::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 19px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.font-icon.with-arrow-right::after {
    content: "\f105";
}

/* .ns-sticky-nav.hideSticky .sticky-inner {
  display: none;
} */

/********** new Added  **********/

/* .ns-sticky-nav:not(.stickyHeader) {
  opacity: 0;
} */

p.disclaimerMuted {
    font-size: 10px;
    margin: 1em 0;
    text-align: center;
    direction: rtl;
}
.disclaimerMuted.help-block{
    text-align: right !important;
    margin:0 !important;
    padding-top: 8px;
    line-height: 1.3;
}

/*# sourceMappingURL=style.css.map */

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.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 {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slideleftPos .row {
    flex-direction: row-reverse;
}

/* all Vehicles start*/

.heroListingwrap .headingGroup {
    text-align: center;
    text-transform: uppercase;
}

.heroListingwrap .headingGroup h2 span {
    font-size: 48px;
    letter-spacing: 0.11px;
    margin-top: 6px;
    display: block;
}

.heroListingwrap .headingGroup h2 span::after {
    display: none !important;
}

.heroListingwrap .headingGroup .contentHero {
    margin-top: 6px;
}

.heroListingwrap .rangePageFilter .inner {
    padding: 1.2857142857em 0;
    padding-bottom: 28px;
    position: relative;
}

.heroListingwrap .rangePageFilter .inner .sorters {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heroListingwrap .rangePageFilter .inner .sorters .countIn {
    font-size: 14px;
    line-height: 1.36;
}

.heroListingwrap .rangePageFilter .inner .sorters .filtersToggle {
    padding: 12px 30px 12px 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #343434;
    background: #eee;
    border: 1px solid #eee;
    text-transform: uppercase;
    line-height: calc(18 / 14);
    text-align: left;
    font-size: 14px;
    min-width: 250px;
    position: relative;
    margin-left: 4.85em;
}

.heroListingwrap .rangePageFilter .inner .sorters .filtersToggle img {
    width: auto;
    position: absolute;
    left: 19px;
}

.heroListingwrap .rangePageFilter .inner .sorters .filtersOptions {
    position: relative;
    height: 44px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #f1f1f1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.heroListingwrap .rangePageFilter .inner .sorters .filtersOptions .innerWrap {
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
    padding-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.heroListingwrap
    .rangePageFilter
    .inner
    .sorters
    .filtersOptions
    .innerWrap
    .categories {
    width: 60%;
}

.heroListingwrap
    .rangePageFilter
    .inner
    .sorters
    .filtersOptions
    .innerWrap
    .priceRange {
    max-width: 290px;
    width: 100%;
    clear: none;
}

.heroListingwrap .rangePageFilter .inner .sorters .filtersOptions.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
}

.heroListingwrap .allVehicleListing .priceIn {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000;
    cursor: default;
    margin-top: 5px;
}

.heroListingwrap .allVehicleListing .details {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #e3e2e2;
}

.allVehicleListing .gradeFeaturesContent .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.4em;
    padding-bottom: 1em;
}

.allVehicleListing .gradeFeaturesContent .inner a {
    margin-bottom: 1.5em;
}

.allVehicleListing .gradeFeaturesContent .inner a:last-child {
    margin-bottom: 0;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-8 {
    gap: 2rem;
}

.b-b-dashed {
    border-bottom: 1px dashed;
    border-color: #c1c1c1;
}

/* all Vehicles end*/

.sliderContainer {
    position: relative;
}

.slick-slide {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}

.progressBarContainer {
    position: absolute;
    right: 0;
    bottom: -73px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.progressBarContainer div {
    max-width: 190px;
    height: 120px;
    width: 100%;
    position: relative;
    text-indent: inherit;
    border: 0;
    margin: 0 !important;
    opacity: 1;
    overflow: hidden;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255, 255, 255, 1);
    width: 0%;
    height: 4px;
}

.slickContent {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 35%;
    width: 100%;
    left: 50px;
    top: 12.8vw;
    right: auto;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    position: absolute;
    bottom: 20px;
}

.slickContent .headingGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 14px;
    position: relative;
}

.slickContent .headingGroup .headingGroup .subTitle {
    font-size: 14px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.slickContent .headingGroup .headingGroup .headingGroup .title {
    font-size: 48px;
    text-transform: uppercase;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    word-break: break-word;
    margin: 0.2em 0 0.3em;
}

.slickContent .headingGroup .headingGroup .headingGroup .font-icon {
    position: relative;
}

.heroBannerItem.slick-slide {
    position: relative;
}

body.slidetext-dark .slickContent .headingGroup .subTitle {
    color: #000;
}

body.slidetext-dark .slickContent .title {
    color: #000;
}

body.slidetext-light .slickContent .headingGroup .subTitle {
    color: #fff;
}
body.slidetext-dark .headerWrap #header .main_nav .container .row .col-12 .logo h1{
    color: #000;
}
body.slidetext-light .headerWrap #header .main_nav .container .row .col-12 .logo h1{
    color: #fff;
}
body:not(.slidetext-dark) .logo h1 {
    color: #fff;
}
body:not(.slidetext-dark) #menuButtonOpen span{
    background: #fff;
}
button#menuButtonClose span {
    background: #000;
}

body.slidetext-light .slickContent .title {
    color: #fff;
}
.sectoinDividerHero {
    height: 45px;
    display: block;
}
.with-bg-black-primary {
    background-color: #000 !important;
}
.with-bg-white-primary {
    background-color: #fff !important;
}
.with-bg-trans-primary {
    background-color: transparent !important;
}
.with-bg-grey-primary{
    background-color: #eee !important
}
.actionPanel.with-bg-black a span.label{
    color: #fff !important
}
.bleed-bg-white .ns-v-line-text,
.bleed-bg-white .ns-v-line-container .ns-v-line,
.bleed-bg-white .content-btm,
.bleed-bg-white .ns-text-container .section-title {
    color: #000 !important;
}
.bleed-bg-white .ns-btn-dark.fullWhite {
    background-color: #000 !important;
    color: #fff !important;
}
.sticky-menu-with-secondary-nav-wrapper {
    /* position: absolute;
    top: 63px; */
    position: relative;
    top: 0;
    z-index: 10;
    justify-content: flex-end;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.vlpPlusSecondaryNavWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid;
    padding-top: 1.1em;
}
.vlpPlusSecondaryNav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.vlpPlusSecondaryNav .carName {
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 19.1px;
    text-transform: uppercase;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.vlpPlusSecondaryNav ul {
    display: flex;
    margin-left: auto;
}
.vlpPlusSecondaryNav li a span {
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 19.1px;
    padding: 0 15px;
    white-space: nowrap;
    word-break: break-all;
    text-transform: uppercase;
}
.vlpPlusSecondaryNav .lightSkin li a span {
    color: #fff;
}
.vlpPlusSecondaryNav .darkSkin li a span {
    color: #000;
}
.alt-component-links-panel.with-bg-grey .linkZone {
    background-color: #eee;
}
.alt-component-links-panel.with-bg-grey
    .linkZone
    .linkGroup
    ul
    li:not(:first-child)
    a {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000;
}
.alt-component-links-panel.with-bg-grey .linkZone .linkGroup ul li:first-child a:has(.noRed){
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000;
}

/* ////// */
.headingGroup.centerAllign > * {
    display: flex;
    justify-content: center;
    text-align: center;
}
.headingGroup.centerAllign h2 ::after {
    left: 50%;
    margin-left: -25px;
}
.headingGroup.centerAllign .ctaPrimary {
    margin: auto;
}
.alt-component-pageHeadline .contentArea {
    text-align: center;
    margin: 0.3571428571em 0;
    width: 100%;
    font-size: 0.875em;
}
.headlineStrapline.primaryRed {
    color: #c3002f !important;
}

/* ////// */

/* responsive media for video  */

@media only screen and (min-width: 36.3125em) and (max-width: 59.9375em) {
    .deskVideo,
    .mobVideo {
        display: none;
    }
    .tabVideo {
        display: block;
    }
}

@media only screen and (max-width: 36.2425em) {
    .deskVideo,
    .tabVideo {
        display: none;
    }
    .mobVideo {
        display: block;
    }
}

@media only screen and (min-width: 60em) {
    .mobVideo,
    .tabVideo {
        display: none;
    }
    .deskVideo {
        display: block;
    }
}

/* end responsive media for video  */

/***** from Preview.css *****/

.ns-sticky-nav.hideSticky .sticky-inner {
    display: none;
  }
  .slider.singleItem .slick-prev, .slider.singleItem .slick-next{
    height: 51px;
  }
  .headerheroHeight{
    /* height: 189px; */
    height: 135px;
  }
  @media (max-width: 991px) {
    .headerheroHeight {
        /* height: 101px; */
        height: 65px
    }
  }
  .alt-component.alt-component-vehicle-standalone-sticky-menu{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: slide-down .3s forwards;
    animation: slide-down .3s forwards;
    /* opacity: 0; */
  }
  .floatingWrapper {
    -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     position: fixed;
  }
  .alt-component-vehicle-standalone-sticky-menu:not(.stickyOn) .sticky-menu-wrapper {
    display: none;
  }
  .sticky-menu-with-secondary-nav-wrapper{
    position: fixed;
  }
  .vlpPlusSecondaryNavWrapper{
    display: none;
  }
  .ns-sticky-nav{
        position: fixed;
       z-index: 10000;
  }
   /***** from Preview.css *****/

/* Rich Text editor */

.richWrapper {
    padding: 2em;
    line-height: 1.4;
}
.jqte {
    margin: 9px 0;
}
.jqte_tool.jqte_tool_8 {
    display: none;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 23px;
}
.richWrapper h1 {
    font-size: 48px;
    line-height: 1;
    word-wrap: break-word;
    letter-spacing: 0.11px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    height: auto !important;
}
.richWrapper h2 {
    display: block;
    word-wrap: break-word;
    letter-spacing: 0.11px;
    font-size: 2.5714285714em;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    height: auto !important;
}
.richWrapper h3 {
    display: block;
    word-wrap: break-word;
    letter-spacing: 0.11px;
    font-size: 28px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    height: auto !important;
}
.richWrapper p{
    line-height: 1.3;
    direction: rtl;
}
.jqte_editor b{
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.jqte_editor i {
    font-style: italic;
}
.jqte_editor ol {
    list-style: disc;
    padding: 0 19px;
}
.richWrapper ol {
    list-style: disc;
}
.richWrapper ol li {
    margin-top: 0.25em;
}
.jqte * {
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
}
.jqte_fontsize {
    font-size: 12px !important;
}
.richWrapper b {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.richWrapper i {
    font-style: italic;
}
.jqte_fontsizes {
    padding-bottom: 0.55em;
}

/* Rich Text editor end */

/******* New Compnents start *********/
.alt-component-editorial-page-banner .contentIn {
    padding: 20px;
}
.alt-component-editorial-page-banner .contentIn.with-left-top {
    transform: none;
    top: 41px;
    left: 41px;
}
.alt-component-editorial-page-banner .contentIn.with-right-top {
    top: 41px !important;
    right: 41px;
    left: auto !important;
}
.alt-component-editorial-page-banner .contentIn.with-left-bottom {
    top: auto !important;
    bottom: 41px;
    left: 41px !important;
}
.alt-component-editorial-page-banner .contentIn.with-right-bottom {
    top: auto !important;
    bottom: 41px;
    right: 41px !important;
    left: auto !important;
}
.alt-component-editorial-page-banner .content .contentIn p {
    font-size: 14px;
    color: #000;
}
.alt-component-editorial-page-banner .content.with-bg-black .contentIn {
    background: rgba(0, 0, 0, 0.6);
}
.alt-component-img{
    height: auto;
    overflow: hidden;
}
.alt-component-img picture,.alt-component-img picture img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
@media (max-width: 991px) {
    .alt-component-editorial-page-banner .content.with-bg-black .contentIn{
        position: relative;
        top: 0 !important;
        left: 0 !important;
        max-width: 100%;
    }

}
@media (max-width: 668px) {
    .row.flip-order{
        display: flex;
        flex-direction: column-reverse;
    }
    .alt-component-grid-content .gridContent{
        max-width: 100%;
        padding: 0 17px;
    }
}

.alt-component-editorial-page-banner .content.with-bg-black .contentIn .subTitle,.alt-component-editorial-page-banner .content.with-bg-black .contentIn .heading span,
.alt-component-editorial-page-banner .content.with-bg-black .contentIn p
  {
    color: #fff !important
}
.alt-component-editorial-page-banner .content.with-bg-white .contentIn {
    background: rgba(255, 255, 255, 0.6);
}
.alt-component-editorial-page-banner .content.with-bg-white .contentHero {
    color: #000 !important;
}
.sectionOption .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
}
.headlineStrapline {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #343434;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.headlineText {
    letter-spacing: 0.11px;
    text-transform: uppercase;
    color: #343434;
    line-height: 52px;
    margin-top: 6px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}
@media (max-width: 668px) {
    .headlineText{
        font-size: 2em !important;
        line-height: 1.1;
        text-align: center;
    }
}
.switchWrap.pos-abs {
    position: absolute;
    right: 0;
    top: 0;
}
.alt-component-grid-content {
    /* height: 100%; */
    display: flex;
    align-self: center;
}
.alt-component-grid-content .gridContent {
    max-width: 400px;
    align-self: center;
    width: 100%;
    margin: 8% 20px;
    justify-content: center;
    margin: 8% auto;
}
.alt-component-grid-content .with-bg-grey {
    background-color: #f9f9f9;
}
.alt-component-grid-content .with-bg-black {
    background-color: #000;
}
.alt-component-grid-content .with-bg-trans {
    background-color: transparent;
}
.alt-component-grid-content .with-bg-black .headingGroup .subTitle,
.alt-component-grid-content .with-bg-black .headingGroup h2 span,
.alt-component-grid-content .with-bg-black .contentHero {
    color: #fff !important;
}
.accordionHero .card-header {
    color: #343434;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    padding: 12px 15px 12px 15px;
    outline: 0;
    margin: 0;
    position: relative;
    border: none;
    width: 100%;
    background: #eee;
}
.accordionHero .card {
    margin-top: 2px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.accordionHero .card-header:hover {
    background-color: #e3e2e2;
}
.accordionHero .card-header button {
    outline: 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #343434;
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.accordionHero .card-header button::after {
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #c3002f;
    font-size: 17px;
    content: "\f067";
    position: absolute;
    right: 0;
}
.afterNone::after {
    display: none;
}
.accordionBody .headingGroup .contentHero {
    font-size: 17px;
    line-height: 1.4;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}
.ctaList {
    margin: 22px 0 14px;
    display: flex;
    flex-direction: column;
}
.ctaList a {
    padding: 0.8571428571em 1px 0.8571428571em 20px;
    margin-bottom: 10px;
}
.accordionBody .headingGroup .ctaLink.ico-red::after {
    color: #c3002f !important;
    font-size: 20px !important;
    right: -13px !important;
    top: 0 !important;
    transition: all ease-in-out 0.3s;
}
.accordionHero .card-header button[aria-expanded="true"]::after {
    content: "\f068";
}
.table.centered-pos {
    margin: 0 auto;
}
.alt-component-responsive-table th,
td {
    text-align: center;
}
.alt-component-responsive-table .table thead th {
    border: 0;
    font-size: 15px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.alt-component-responsive-table .table td {
    border: 0;
    border-bottom: 1px solid #e3e2e2;
    color: #666;
    font-size: 14px;
}
.twoColumnView tbody td:first-child {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}

.alt-component-responsive-table .table td b {
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.alt-component-responsive-table .table td i {
    font-style: italic;
}

/********* New Compnents end *********/
/* Splider start */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}

@keyframes thumb {
    to {
        transform: initial;
    }
}
#thumbnail-slider-list .splide__slide{
    position: relative;
    background-position:  center right !important;
    overflow: hidden;
    cursor: pointer;
}

.splide__slide img{
    width: 100%;
}
#thumbnail-slider-list .splide__slide img{
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
#thumbnail-slider-list .splide__slide.is-active::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 4px;
    opacity: .5;
    right: 0;
}
#thumbnail-slider-list .splide__slide.is-active::after{
    content: "";
    height: 4px;
    width: 100%;
    background: rgb(255 255 255/100%);
    z-index: 1;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;

}
#thumbnail-slider-list .splide__slide.is-active::after{
    animation: thumb 8s forwards linear;
}
.splide__pagination button img{
    width: 100%;
}
#thumbnail-slider .splide__arrows{
    display: none !important
}
#thumbnail-slider{
    display: flex;
    width: 100%;
    justify-content: center;
    top: -45px;
    position: relative;
}
@media (max-width: 567px) {
    #thumbnail-slider{
        top: 0;
    }
}
/* Splider end */
.accordionBody ol{
    list-style: disc;
}
.accordionBody li{
    font-size: 14px;
    line-height: 1.3;
}
.accordionBody b{
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
}
.table-responsive td a{
    text-decoration: underline !important
}
.alt-component-iframe iframe{
    inset: 0;
    width: 100%;
    padding:30px 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contentCopyMargin{
    margin: 1em 0;
}
.link-group-CTA{
    margin-top: 15px;
}
@media screen and (max-width: 667px) {
    .enable-width-sm .ctaRed{
        width: 100%;
    }
    .heroListingwrap .container.section-zone{
        margin-top: 0;
    }
    .allVehicleListing{
        grid-template-columns: repeat(2,minmax(0,1fr)) !important
    }
}
.alt-component-editorial-page-banner video{
    cursor: pointer;
}


/*plyr.css core*/
.plyr--full-ui input[type=range]:focus,.plyr:focus,.plyr__control:focus{outline:0}.plyr__preview-scrubbing img,.plyr__preview-thumb__image-container img{max-height:none;max-width:none}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:.3s plyr-fade-in;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small, 13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base, 15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px) * 2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__controls:empty,.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip,a.plyr__control:after,a.plyr__control:before{display:none}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__menu__container,.plyr__tooltip{bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;white-space:nowrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:.3s}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control.plyr__tab-focus{outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu__container{animation:.2s plyr-popup;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base, 15px);position:absolute;right:-3px;text-align:left;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4, 0, .2, 1),width .35s cubic-bezier(.4, 0, .2, 1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7 - var(--plyr-menu-arrow-size,4px)/ 2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px) * .7/1.5) calc(var(--plyr-control-spacing,10px) * .7 * 1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px) * .7 * 4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px) * .7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px) * .7 * 4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px) * .7 * 2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px) * .7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:.3s;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s,opacity .3s;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px) * .7 * -1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px) * .7 * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px) * 2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s;transition:box-shadow .3s;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2 * -1);position:relative;-webkit-transition:.2s;transition:.2s;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s;transition:box-shadow .3s;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:.2s;transition:.2s;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s;transition:box-shadow .3s;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s;transition:box-shadow .3s;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:.2s;transition:.2s;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:#00b2ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small, 13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2 * 2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(var(--plyr-control-spacing,10px)/ 2 * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s,opacity .2s .1s;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height,5px)/ 2) * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s;transition:width .2s}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s;transition:width .2s}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s;transition:width .2s}.plyr--loading .plyr__progress__buffer{animation:1s linear infinite plyr-progress;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr--full-ui.plyr--video .plyr__control--overlaid,.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen,.plyr__cues{display:block}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg,.plyr__ads:empty:after{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__cues{background:currentColor;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-scrubbing,.plyr__preview-scrubbing img,.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{top:0;height:100%;left:0;width:100%;position:absolute}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2 * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s,opacity .2s .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius,5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);margin:auto;opacity:0;overflow:hidden;pointer-events:none;right:0;transition:opacity .3s;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{-o-object-fit:contain;object-fit:contain}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}

/*plyr.css core end*/
/* video gallery start */

  .video-columns .videoGallery {
    flex-flow: row;
    padding: 0 15px;
    display: flex;
  }

  .main-video {
    flex: 1;
  }
  .nissan-tv-theme .vjs-big-play-button{
    font-size: 3em;
    line-height: 1.5em;

  }
  .nissan-tv-theme.video-js{
    position: relative;
    padding-top: 56%;
    height: 0;
    width: 100%;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    outline: 0;
  }
  .nissan-tv-theme .vjs-big-play-button .vjs-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: relative;
    color:#fff;
  }
  .vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before{
    border: 2px solid;
    color: #fff;
    height: 1.4em;
      width: 1.4em;
      line-height: 1.29;
      color: #fff;
  }
  .video-js .vjs-progress-holder{
    height: 3px;
    background: rgba(255,255,255,.5);
    margin: 0;
  }
  @media (min-width: 667px) {
    .vjs-play-progress.vjs-slider-bar::before{
      display: none;
    }
  }
  /* .vjs-time-tooltip {
    display: none !important;
  } */
  .video-js .vjs-load-progress{
    background: rgba(255,255,255,1);
  }
  .vjs-theme-fantasy .vjs-play-progress{
    background: #c3002f;
  }
  .vjs-control-bar{
    background-color:rgb(0 0 0 / 70%) !important;
    -webkit-tap-highlight-color: transparent;
  }
  .nissan-tv-theme .vjs-tech {
    outline: 0;
    border: 0;
  }
  .vjs-button > .vjs-icon-placeholder{
    color: #fff;
  }
  .vjs-picture-in-picture-control {
    display: none !important
  }
  .vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder:before{
    border: 2px solid;
    opacity: 0.81;
  }
  .vjs-volume-panel button .vjs-icon-placeholder,.vjs-fullscreen-control .vjs-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    position: relative;
    color: #fff;
  }
  .vjs-volume-panel button .vjs-icon-placeholder::before, .vjs-fullscreen-control  .vjs-icon-placeholder::before{
    line-height: 37px !important
  }
  .vjs-fullscreen-control{
    margin-left: 6px !important
  }
  .vjs-theme-fantasy .vjs-control-bar{
    padding-right: 8px;
  }
  .vjs-slider-horizontal .vjs-volume-level:before{
    color: #c3002f !important;
  }
  .related-videos{
    flex-basis: 25%;
    width: 100%;
    max-width: 100%;
    margin-left: 31px;
  }
  .related-videos-header{
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1.9px;
    margin-right: 0;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;

  }
  .related-videos-header::before {
    font-size: 14px;
    margin: 0 9px 0 0;
    content: "\f04b";
    font-family: FontAwesome;
  }
  .related-video-content{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      flex-flow: column-reverse;
      padding: 10px;
      display: flex;
      z-index: 1;
  }
  .related-video-date-duration{
     opacity: .8;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.3px;
      margin-top: 8px;
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .related-video-date-duration span{
    color: #fff;
  }
  .related-video-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    color: #fff;
  }
  .related-videos-thumbnails {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .related-videos-thumbnails .thumbnailImg img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
  }
  .related-videos .thumbnails .thumbnail::after {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-270deg,#020a0d 0,rgba(2,10,13,0) 50%);
    background-image: linear-gradient(0deg,#020a0d 0,rgba(2,10,13,0) 50%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .related-videos .thumbnails{
    margin-top: 1em;
  }
  .related-videos .thumbnails .thumbnail{
    cursor: pointer;
    position: relative;
    display: block;
    padding-bottom: 56.25%;
  }
  .related-videos .thumbnails .thumbnail .thumbnailImg{
    position: absolute;
    inset: 0;
  }
  .related-videos-bottom-content{
    margin-top: 2em;
  }
  .related-videos-bottom-content .date-big{
    font-size: 16px;
      line-height: 26px;
      letter-spacing: 1.5px;
      color: #000;
       font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;

  }
  .related-videos-bottom-content .title{
    font-size: 25px;
      line-height: 35px;
      letter-spacing: 1.5px;
      text-transform: none;
      margin: 10px 0 0;
      color: #000;
  }
  .related-videos-bottom-content .descriptionBox{
    margin-top: 30px;
      padding: 0 30px 0 0;
      position: relative;
      background: #f5f4f3;
      margin: 20px 0 0 0px;
      padding-left: 15px;
  }
  .related-videos-bottom-content .descriptionBox .head{
    font-size: 16px;
      line-height: 26px;
      letter-spacing: 1.9px;
      color: #020a0d;
      padding: 30px 0;
      display: flex;
      flex-flow: row nowrap;
      text-transform: none;
       font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;

  }
  .related-videos-bottom-content .descriptionBox .head span{
    position: relative;
  }
  .related-videos-bottom-content .descriptionBox .head span::after {
    content: "";
    border-top: 2px solid #000;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
  }
  .related-videos-bottom-content .descriptionBox p{
    padding-bottom: 48px;
  }

  .nsTvPlayer.videoFrame > .plyr {
    filter: blur(2px);

}
.nsTvPlayer.videoFrame .plyr__controls {
    display: none;
}
/* plyr.io */
.plyr__control--overlaid{
    background: transparent;
    border: 2px solid #fff;
}
.plyr__control--overlaid svg{
    fill: #fff;
}
.plyr__controls__item.plyr__control{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 5px;
}
.plyr__controls__item.plyr__control svg{
    fill: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
    background: transparent;
    opacity: 0.9;
}
.videoGallery button[data-plyr="captions"],.videoGallery button[data-plyr="pip"],.plyr__tooltip {
display: none;
}
.plyr--full-ui input[type=range]{
    color: #c3002f;
}
.plyr__controls__item.plyr__time{
    color: #fff;
}
.videoGallery button[data-plyr="mute"] svg,.videoGallery button[data-plyr="settings"] svg{
    fill: #fff;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{
    background: #c3002f;
}
.plyr__menu__container div[role=menu] button[value='1.75'],
.plyr__menu__container div[role=menu] button[value='4'],
.plyr__menu__container div[role=menu] button[value='2'] {
    display: none;
}

@media screen and (max-width: 667px){
    .video-columns .videoGallery{
        flex-flow: column;
        margin-top: 1.2em;
    }
    .videoGallery .plyr__control--overlaid{
        display: none !important
    }
    .plyr__controls__item.plyr__control {
        width: 31px;
        height: 31px;
    }
  }




/* plyr.io */



  /*  video gallery end   */

  .playerPlainWrapper .plyr__controls:not(.plyr__control--overlaid){
    display: none;
}
.playerPlainWrapper .plyr__controls:not(.plyr__control--pressed){
    display: none;
}


  /* form style for editor and NSA start */

.form-group.heroForm label {
    display: inline-flex;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: calc(18 / 16);
    color: #343434;
    text-align: right;
    font-weight: 600;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.form-group.heroForm label::after {
    content: "*";
    color: #c3002f;
    margin-right: 5px;
}

.customSelector {
    display: flex;
    zoom: 1;
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
}

.customSelector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}

.customSelector>select {

    background-color: #fff;
    transition: all 0.3s;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;

    top: 0;
    height: 100%;
    display: block;
    left: 0;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 1;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    outline: none;

}
.customSelector .selectedValue{
    display: inline-flex;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    border: 1px solid #666;
    line-height: normal;
    padding: 16px 20px;
    color: #343434;
    font-size: 16px;
    /* background-color: #fff; */
    transition: all .3s;
    outline: 0;
    flex-direction: row-reverse;
}

.customSelector:before {
    content: "";
    right: 47px;
    height: 75%;
    width: 1px;
    display: block;
    position: absolute;
    top: 6px;
    border-left: 1px solid #d2d2d2;
    display: none;
}

.customSelector .selectedValue:after {

    position: absolute;
    top: -3px;
    bottom: 0;
    right: auto;
    font-family: FontAwesome;
    content: "\f107";
    pointer-events: none;
    justify-content: center;
    font-size: 29px;
    color: #c3002f;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #666;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 27px;
    left: 0;
}

.customSelector option {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 16px;
}

.form-group.heroForm .customSelector select:hover {
    background: #f9f9f9;
}

.form-group.heroForm .heroInputArea {
    width: 100%;
    border: 1px solid #666;
    color: #343434;
    line-height: calc(22 / 16);
    padding: 14px 20px;
    background-color: #fff;
    transition: all 0.3s;
    outline: 0;
    font-size: 16px;
    text-align: right;
}

.form-group.heroForm .heroInputArea:focus {
    box-shadow: 0 0 0 1px #000;
    background: #fff;
    border-color: #000;
    outline: 0;
}

.form-group.heroForm input::placeholder,
.textAreaHero::placeholder {
    font-size: 0.9rem;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}

.form-group.heroForm .heroInputArea:focus::placeholder,
.textAreaHero:focus::placeholder {
   font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
}

.checkboxHero {
    padding-left: 2em;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: row-reverse;
}

.checkboxHero input {
    width: 2em;
    flex-basis: 2em;
    margin-left: -2em;
    position: relative;
    vertical-align: baseline;
}

.checkboxHero input:not(.reset) {
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
}

.checkboxHero input:not(.reset):focus {
    outline: none;
}

.checkboxHero label {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    padding-right: 2em;
    direction: rtl;
}

.checkboxHero input:not(.reset):focus~label::before {
    border-color: #000;
    border-width: 2px;
    /* box-shadow: 0 0 0 0.1875em rgba(43, 154, 255, 0.2); */
}

.checkboxHero input:not(.reset):active~label::before {
    border-color: #0877db;
}

.checkboxHero input:not(.reset):checked~label::before {
    background-position: 0 0;
}

.checkboxHero input:not(.reset)~label::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #666;
    background-color: #fff;
    background-size: 100% 100%;
    background-position: 0 1.5em;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(43, 154, 255, 0.2);
    transition: box-shadow 0.15s, background-position 0.15s;
}

.checkboxHero input[type="checkbox"]:not(.reset)~label::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAABq0lEQVRoge2Yu0oDQRSGvw1BsYmsL2DjpTLJahFTCFqpDxAFBfXhNKDpJcHC6BrUwsrCR7DWRtRkxybBRPZ+F85X7s7uzMc/zDkMCIIgCIIgCEEwqTZMymfXbBa9xmppLCgMJtUGqCZQBFp99IMtun2n8bkU+SMxwlWmkM7S/OMgAaDcvstVIi4SF330w3+xtaJIQE5EokpADkTikICMReKSgAxF4pSAjETiloAMRJKQAJ8F8YaK8UCtFGaCce6o7NtLqOYrS64tiBeeIj2MegG6X3y0o8iYVBsKTrFNYu54j9Yg7L/BY2v1MOoWVhsoASjU/RQzO+s8vgeZJKntNI5jIpcsTFtY5wwlADS0etBkktxO47gmYrKyBoUrQJ9Ygs9k0khihOepFVYmTQnwefwGlUlbAgLUEb8yWUhAwILoJfPN53YWEhCispuUaxpaR8Hs5Bv1AtoitqfT8lHUOuFFqBbFKRkbEk9iROhey4dMahIQsWl0kUlVAiLeomzw/ARqV4O336fxVmy/xNLG31JeHR4AnQH6SdoSsdLDmFc5uAMQBEEQBEHIET8KSvd829WRDwAAAABJRU5ErkJggg==);
}

.selectgroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.selectWrap,
.selectgroup .displayImg {
    max-width: 50%;
    width: 100%;
}
@media (max-width: 960px){
.alt-component-select-vehicle .selectWrap {
    max-width: 100%;
}
}

.selectWrap .form-group.heroForm {
    width: 100%;
}

.selectgroup .displayImg {
    transition: all ease-in-out 0.3s;
}

.selectgroup .seclectChecked::after {
    font-family: FontAwesome;
    content: "\f00c" !important;
    font-size: 1.1rem;
    color: #25b24a !important;
    margin-left: 0 !important;
    margin-right: 4px;
}

.selectgroup .customSelector>select {
    border-color: #25b24a;
    font-family: "Nissan Regular", "Nissan EN_Regular", Verdana, Arial, sans-serif;
    box-shadow: 0 0 0 1px #25b24a;
}

.textAreaHero {
    width: 100%;
    border: 1px solid #666;
    color: #343434;
    background-color: #fff;
    padding: 1em;
    transition: all 0.3s;
    text-align: right;
}

.textAreaHero:hover {
    background: #f9f9f9;
}

.textAreaHero:focus {
    box-shadow: 0 0 0 1px #000;
    background: #fff;
    border-color: #000;
    outline: 0;
}

.parsley-errors-list .parsley-required,.parsley-errors-list .parsley-pattern,.parsley-errors-list li{
    font-size: 14px;
    position: relative;
    color: #c3002f;
    line-height: calc(18 / 14);
    padding-top: 10px;
    display: flex;
    flex-direction: row-reverse;
}
.parsley-errors-list .parsley-required::before,.parsley-errors-list .parsley-pattern::before, .parsley-errors-list li::before{
    font-family: FontAwesome;
    content: "\f071";
    font-size: 16px;
    padding-left: 5px;

}


/* form style for editor and NSA end */


  .alt-SectionPopu-sectionList-element img[src*="form"] {
    width: 33px;
}
.formBehaviour{
    padding: 15px;
    background: #f1f1f1;
    margin: 1.5em 0;
}
.formHead{
font-family: 'Nissan Bold';
}
.muted.forForm{
    font-size: 11px;
    margin-top: 8px;
    line-height: 1.2;
}
.formSubmitBtn{
    width: 100%;
    text-align: right;
    flex-direction: row-reverse;
    display: flex;
    font-size: 16px;

}
.formSubmitBtn:after {
    content: "\f104";
    margin-top: 0;
    left: 19px;
    right: auto;
}
.mandatoryLegend{
margin: 0;
padding: 15px 0;
font-size: .875em;
}
.no-mandatory::after{
    display: none;
}
select.genericSelectBox option:checked {
     font-family: 'Nissan Bold', 'Nissan EN_Bold',"currency", Verdana,Arial,sans-serif !important;
}
/* select.genericSelectBox option:first-child{
    font-family: "Nissan Light" !important
} */
.formHeroSize{
    max-width: 570px;
    width: 100%;
}
.heroForm.hidden-form .heroInputArea{
    background-color: #f1f1f1;
}
.labelVal{
    font-size: 13px;
}

/* select2 core */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* select2 core end */
.select2-container.select2-container--open{
    z-index: 9999;
}
.editor-form-select2-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.select2-container--default .select2-results>.select2-results__options{
    font-size: 14px;
}
.editor-form-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.editor-form-select2-wrapper  .select2-container .select2-selection--single{
    height: 38px;
}
.editor-form-select2-wrapper  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.ns-hero-form .richWrapper{
    margin-bottom: 2.1em;
    line-height: 1.3;
    font-size: 11px;
}

 /* custom checkbox2 */
.checkContainer i{
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    font-size: 16px;
    font-style: normal;
}
.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 25px;
    height: 25px;
    border: 1px solid #666;
    background-color: #fff;
    background-size: 100% 100%;
    background-position: 0 1.5em;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(43, 154, 255, 0.2);
    transition: box-shadow 0.15s, background-position 0.15s;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
  }

  .checkContainer input:focus ~ .checkmark
   {
    border-color: #000;
}

.checkContainer input:checked ~ .checkmark {
    border-color: #000;
    border-width: 2px;
}

.checkContainer input:checked ~ .checkmark::after  {
    background-position: 0 0;
}

.checkContainer input:checked ~ .checkmark::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAABq0lEQVRoge2Yu0oDQRSGvw1BsYmsL2DjpTLJahFTCFqpDxAFBfXhNKDpJcHC6BrUwsrCR7DWRtRkxybBRPZ+F85X7s7uzMc/zDkMCIIgCIIgCEEwqTZMymfXbBa9xmppLCgMJtUGqCZQBFp99IMtun2n8bkU+SMxwlWmkM7S/OMgAaDcvstVIi4SF330w3+xtaJIQE5EokpADkTikICMReKSgAxF4pSAjETiloAMRJKQAJ8F8YaK8UCtFGaCce6o7NtLqOYrS64tiBeeIj2MegG6X3y0o8iYVBsKTrFNYu54j9Yg7L/BY2v1MOoWVhsoASjU/RQzO+s8vgeZJKntNI5jIpcsTFtY5wwlADS0etBkktxO47gmYrKyBoUrQJ9Ygs9k0khihOepFVYmTQnwefwGlUlbAgLUEb8yWUhAwILoJfPN53YWEhCispuUaxpaR8Hs5Bv1AtoitqfT8lHUOuFFqBbFKRkbEk9iROhey4dMahIQsWl0kUlVAiLeomzw/ARqV4O336fxVmy/xNLG31JeHR4AnQH6SdoSsdLDmFc5uAMQBEEQBEHIET8KSvd829WRDwAAAABJRU5ErkJggg==);
}


  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkContainer input:checked ~ .checkmark:after {
    display: block;
    background-size: 100% 100%;
  }

  .checkContainer .checkmark:after {
    width: 21px;
    height: 21px;
  }
 /* custom checkbox2 */

 .text-area{
    width: 100%;
    padding: 11px;
    font-size: 16px;
    font-family: 'Nissan Bold';
 }
 textarea.text-area::-webkit-input-placeholder {
    color: #000;
    font-family: 'Nissan Bold';
  }
  .generateBtn{
    font-size: 12px;
    background-color: #0079D3;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    margin-top: 13px;
    margin-left: auto;
    display: flex;
  }
  .generaterView{
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
  .selectView{
    width: 100%;
    padding: 5px;
  }

  /* new Edit by Shejin 6-2-2023 */

  @media (max-width: 567px) {
  .sectoinDividerHero.hideOnMobile{
    display: none;
  }
}
.fa.fa-tiktok:before {
    content: "";
    background: url(https://cdn.nsa-prod-server.com/Icons/thumbs/ticktok.png);
    width: 17px;
    height: 13px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center center;
}

@media screen and (max-width: 667px) {
    .video-columns .videoGallery{
        flex-direction: column;
    }
    .related-videos-thumbnails{
        display: flex;
        gap: 1em;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
         flex-grow: 0;
         scroll-snap-align: start;
         flex-direction: row-reverse;
    }
    .related-videos .thumbnails {
        margin-top: 1em;
        display: flex;
        block-size: 31vmin;
        aspect-ratio: 2 / 2;
        flex-shrink: 0;
        gap: 2em;
    }
    .related-videos .thumbnails .thumbnail{
        width: 100%;
        padding-bottom: 0;
    }
    .related-videos{
        margin-left: 0;
        margin-top: 0.55em;
        margin-bottom: 1.3em;
    }
}


/* new Edit by Shejin 6-2-2023  end*/



  /* vin checker start*/
  .alt-component-vin-checker{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
  }
  .alt-component-vin-checker form{
    padding: 20px 30px;
    border-radius: 10px;
    margin: 2em auto;
    border: 1px solid #ccc;
  }
  .alt-component-vin-checker form .headIn{
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;
    text-transform: uppercase;
  }
  .alt-component-vin-checker form .formDesc{
    font-size: 15px;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    margin-top: 7px;
    line-height: 1.3;
    color: #000;
  }
  .alt-component-vin-checker form .labelForm{
    margin-top: 2.2em;
    font-size: 14px;
  }
  .areaField{
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
  }
  .areaField input[type="text"] {
    width: 100%;
    height: 45px;
    background: #ececec;
    border: 1px solid transparent;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    transition: all .25s ease-out;
}
.areaField input[type="text"]::placeholder {
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
    color: #9c9c9c;
}
.areaField input[type="text"]:focus {
    outline: none;
    border: 1px solid #999;
}
button.submit-vin{
    width: 300px;
    height: 45px;
    background: #c71633;
    color: #fff;
    border: 0 none;
    padding: 0 20px;
    margin: 0 0 0 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    outline: none;
    transition: all .25s ease-out;
}
button.submit-vin:hover, button.submit-vin:focus {
    color: #fff;
    background-color: #920023;
    border-color: #920023;
}
.safeVin{
    background: #5fb232 !important;
    border-color: #5fb232 !important;
    pointer-events: none;
  }
  .vinError{
    font-size: 14px;
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
    color: #c71633;
  }
  .vinRecallmsg{
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
    padding-bottom: 2em;
    line-height: 1.3;
     font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
  }
  .vinRecallReq{
    width: 100%;
    display: block;
    max-width: 316px;
    margin: 0 auto;
  }
  .vinRecallReq::after{
    content: "\f105";
    margin-top: -0.1em;
  }
  .userNone{
    pointer-events: none;
    touch-action: none;
  }
  .submit-vin.unsafeVin i{
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
    margin-right: 3px;
  }
@media (max-width: 567px) {
.areaField{
    flex-direction: column;
}
button.submit-vin{
    width: 100%;
    margin: 0;
    margin-top: 1em;
}
}
  /* vin checker end*/

  .hideMedia{
    display: none !important
  }
  .media-background-wrapper.mediaVideoOverlay::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2,10,13,.1);
    width: 100%;
    z-index: 2;
  }
  .videoFullView{
    min-height: 100vh;
    position: relative;
  }
  .alt-component-vehicle-standalone-landing .media-background-wrapper video{
    height: 100%;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .alt-component-vehicle-twocolumn-withslider.autoHeight .ns-simple-hero {
    min-height: auto !important;
  }



  /* cool card comp added row view */
  .colCard.row-flex{
    display: flex;
    flex-direction: row;
  }
  .colCard.row-flex picture{
    width: 50%;
  }
  .colCard.row-flex .contentWrap{
    width: 50%;
  }
  .card-space{
    padding-left: 21px;
    padding-right: 21px;
  }
  @media (max-width: 640px) {
    .colCard.row-flex{
        flex-direction: column;
    }
    .colCard.row-flex picture, .colCard.row-flex .contentWrap{
        width: 100%;
    }
    .colCard.row-flex .contentWrap.card-space{
        padding-left: 0px;
        padding-right: 0px;
    }
  }
    /* cool card comp added row view end */



/******************* Ar style start *********************/

/* for editor view only */

/* for editor view only end*/

.embeddedVideoWrap.with-left-allign .headingGroup{
    text-align: right;
}
.embeddedVideoWrap.with-left-allign .headingGroup p{
    direction: rtl;
}
.embeddedVideoWrap.with-left-allign .headingGroup a{
    margin-left: auto;
}
.ctaPrimary {
    padding: 0.8571428571em 30px 0.8571428571em 30px;
}
.headingGroup .font-icon::after{
    left: 19px;
    right: auto;
}
.font-icon.with-arrow-right::after{
    content: "\f104";
}
.embeddedVideoWrap .content.position-vertical-left{
    right: 0;
    margin-right: 50px;
    left: auto;
    margin-left: auto;
}
.alt-component-video-gallery .related-videos-header{
    text-align: right;
    position: relative;
    padding-right: 21px;
}
.alt-component-video-gallery .related-videos-header::before {
    margin: 0;
    position: absolute;
    right: 0;
}
.related-video-content{
    text-align: right;
}
.related-videos-bottom-content{
    text-align: right;
}
.related-videos-bottom-content .descriptionBox .head{
    text-align: right;
    justify-content: flex-end;
}
.related-videos-bottom-content .descriptionBox p{
    text-align: right;
    direction: rtl;
}
.alt-component.alt-component-h1 .headingGroup.leftAllign{
    text-align: right;
    direction: rtl;
}
.alt-component.alt-component-h1 .headingGroup.leftAllign h2 ::after{
    right: 0;
}
.alt-component-imagewithtext .headingGroup{
    text-align: right;
    direction: rtl;
}
.alt-component-grid-content .headingGroup{
    text-align: right;
}
.alt-component-grid-content .headingGroup h2 ::after{
    right: 0;
    left: auto;
}
.alt-component-grid-content .headingGroup .ctaPrimary{
    margin-left: auto;
}
.alt-component.alt-component-pageHeadline{
    direction: rtl;
}
.alt-component-accordin .accordionHero .card-header button{
    display: flex;
    flex-direction: row-reverse;
}
.alt-component-accordin .accordionHero .card-header button::after{
    left: 0;
    right: auto;
}
.alt-component-accordin .card-body.accordionBody{
    text-align: right;
}
.alt-component-accordin-single .accordionHero .card-header button{
    display: flex;
    flex-direction: row-reverse;
}
.alt-component-accordin-single .accordionHero .card-header button::after{
    left: 0;
    right: auto;
}
.alt-component-accordin-single .accordionHero .card-body.accordionBody{
    text-align: right;
}
.accordionBody .headingGroup .ctaLink.ico-red::after{
    right: 0 !important;
    left: 7px;
}
.card-body.accordionBody .ctaList{
    margin-left: auto;
}
/* #thumbnail-slider .splide__list{
    flex-direction: row-reverse;
} */
#thumbnail-slider-list .splide__slide.is-active::after{
    transform: translateX(100%);
}
.slick.vehicleSlider.with-arrows.multiple-items .details{
    text-align: right;
    direction: rtl;
}
.vehicleItem .inner .ctaWrap .ctaTransparent::after{
    right: auto;
    left: -15px;
    margin-top: -3px;
    padding-left: 0;
    padding-right: 9px;
    position: absolute;
    content: "\f104";
}
.alt-component-cta-red a.ctaLink {
    padding-left: 15px;
    margin-left: auto;
}
.alt-component-cta-red .ctaLink.ico-red::after{
    left: 0px;
    top: 0;
    right: auto;
}
.ctaRed.ctaPrimary.font-icon::after{
    left: 19px;
}
.ctaRed.ctaPrimary{
    margin-left: auto;
}
.alt-component-vehicle-content-with-bgcolor .ns-simple-hero .ns-common-body .ns-column-container{
    flex-direction: row-reverse;
}
.alt-component-vehicle-content-with-bgcolor .ns-v-line-container{
    display: none;
}
.alt-component-vehicle-content-with-bgcolor .ns-simple-hero .ns-common-body .ns-section-bottom {
    margin-right: 35px;
    border-right: 2px solid #d9c2ab;
    padding-right: 1.5em;
    margin-left: 0;
    text-align: right;
}
.alt-component-vehicle-content-with-bgcolor  .ns-right{
    align-items: flex-end;
}
.alt-component-vehicle-content-withImg .left-side{
    margin-left: auto;
}
.alt-component-vehicle-content-withImg .ns-btn.ns-btn-dark{
    margin-left: auto;
}
.alt-component-vehicle-twocolumn-withslider .heliotextWrapper {
    text-align: right !important;
    padding-right: 1em;
}
.alt-component-vehicle-video-withcontent .left-side{
    margin-left: auto;
}
.alt-component-vehicle-video-withcontent .ns-btn.ns-btn-dark{
    margin-left: auto;
}
.alt-component-select-vehicle .selectgroup{
    flex-direction: row-reverse;
}
.alt-component-select-vehicle  .form-group.heroForm label{
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
}
.alt-component-links-panel .linkZone .linkGroup ul{
    justify-content: center;
}
/* .alt-component-responsive-table .col-md-6.mx-auto{
    max-width: 100%;
    flex-basis: 100%;
} */
.alt-component-vehicle-content-with-bgcolor .ns-btn-wrap{
    flex-direction: row-reverse;
}
.alt-component-vehicle-content-with-bgcolor .ns-btn-dark:nth-child(2){
    margin-left: 0 !important;
    margin-right: 1em;
}
@media (max-width: 991px){
    .alt-component-slider-withcontent  .bg-holder-section .left-side .inner .ns-text-container .section-title{
        padding-right: 0;
    }
    .alt-component-slider-withcontent .bg-holder-section .left-side .inner .ns-v-line-text{
        width: 100%;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        display: block;
        padding-right: 10px;
    }
    .alt-component-slider-withcontent .ns-v-line-container.with-text{
        width: 100%;
    }
    .alt-component-slider-withcontent .bg-holder-section .left-side .inner{
        flex-direction: column;
    }
    .alt-component-slider-withcontent .bg-holder-section .left-side .inner .ns-v-line-text span{
        transform: none;
    }
}
@media (max-width: 668px){
    .alt-component-vehicle-content-with-bgcolor .ns-simple-hero .ns-common-body .ns-column-container{
        flex-direction: column;
    }
    .alt-component-vehicle-content-with-bgcolor .ns-simple-hero .ns-common-body .ns-section-bottom{
        margin-right: 9px;
    }

}
@media (max-width: 1270px){
.alt-component-vehicle-content-with-bgcolor .ns-btn-wrap {
    flex-direction: column;
}
}


@media (max-width: 667px) {
    .componentWrapper.with-right-top .content.copyBox{
        right: 11px;
    }
    .editorialBanner.content-pos-absolute .content .contentIn{
        right: 31px;
    }
}

.alt-component-slider-withcontent.flipColumnSlider .ns-section-padd .row{
    flex-direction: row-reverse;
}
.alt-component-editorial-page-banner .headingGroup .font-icon{
    margin-left: auto;
}

/* form.ns-hero-form .formSubmitBtn{
    display: none;
} */
.alt-component.alt-component-richtext .richWrapper ol li{
    direction: rtl;
    text-align: right;
}

/******************* Ar style end *********************/


/* new capsule cta and removed red stuff */


body.slidetext-light .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup a.ctaPrimary{
    background-color: #fff;
    color: #000;
}
body.slidetext-light .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup a.ctaPrimary:hover,
body.slidetext-light .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup a.ctaPrimary:active
{
    background-color: #ccc !important;
    color: #4c4c4c !important
}
body.slidetext-light .herosplideSlider .carousel-itemSplide .carousel-caption .headingGroup a.ctaPrimary:focus{
    background-color: #fff !important;
    outline: #ccc solid 4px !important
}
.embeddedVideoWrap .content .ctaPrimary {
    background-color: #fff;
    color: #000;
}
.embeddedVideoWrap .content .ctaPrimary:hover,.embeddedVideoWrap .content .ctaPrimary:active{
    background-color: #ccc !important;
    color: #4c4c4c !important
}
.embeddedVideoWrap .content .ctaPrimary:focus{
    background-color: #fff !important;
    outline: #ccc solid 4px !important
}
.embeddedVideoWrap .content .ctaPrimary::after{
    color: #000;
    display: none;

}
.alt-component.alt-component-h1 .headingGroup h2 ::after{
    color: #000;
    display: none;

}
.alt-component-h1 .headingGroup .ctaPrimary::after{
    display: none;
}
.alt-component-imagewithtext .copyBox.with-bg-black .ctaPrimary{
    background-color: #fff;
    color: #000;
}
.alt-component-imagewithtext .copyBox.with-bg-black .ctaPrimary:hover,.alt-component-imagewithtext .copyBox.with-bg-black .ctaPrimary:active{
    background-color: #ccc !important;
    color: #4c4c4c !important
}
.alt-component-imagewithtext .copyBox.with-bg-black .ctaPrimary:focus{
    background-color: #fff !important;
    outline: #ccc solid 4px !important
}
.alt-component-imagewithtext .copyBox .ctaPrimary::after{
    color: #000;
    display: none;
}
.editorialBanner .content .contentIn .cta-link{
    padding: 12px 30px;
    background: #000000;
    color: #fff;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;;
    letter-spacing: 1.2px;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
}
.editorialBanner .content .contentIn .cta-link::after {
    color: #fff;
    display: none;
}
.editorialBanner .content .contentIn .cta-link:hover,.editorialBanner .content .contentIn .cta-link:active {
    background-color: #4c4c4c;
    color: #fff;
}
.editorialBanner .content .contentIn .cta-link:focus{
    outline: #ccc solid 4px !important
}
.font-icon.with-arrow-right::after{
    right: 17px;
}
.font-icon-arrow-absolute::after{
    right: 17px;
    top: 1px;
}
.accordionHero .card-header button::after{
    color: #000;
}
.ctaLink {
    padding: 12px 30px;
     font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif !important;;
    letter-spacing:0.5px;
    border-radius: 40px;
    border: none;
    line-height: 24px;
}
.accordionBody .headingGroup .ctaLink.ico-red::after{
    color: #000 !important
}
.plus-icon::after, .minus-icon::after {
    font-size: 14px;
    color: #000;
}
.vehicleItem .inner .full-click:hover{
    color: #000 !important;
}
a[class*="font-icon-"]:hover, a[class*="font-icon-"]:focus {
    color: #444;
}
.font-icon-relative::after{
    color: #000 !important;
}
.ctaTransparent{
   font-family: "Nissan Regular", "Nissan EN_Regular","currency", Verdana, Arial, sans-serif;
    letter-spacing: .5px;
}
.alt-component-links-panel .linkZone .linkGroup ul li a{
    letter-spacing: 1.2px;
    border-radius: 40px;
    background: #000000 !important;
    color: #fff;
    justify-content: center;
    line-height: 24px;
    font-family: 'Nissan Bold';
}
.linkZone .linkGroup ul li:not(:first-child) a::after{
    color: #fff !important
}
.alt-component-links-panel .linkZone .linkGroup ul li a:hover,.alt-component-links-panel .linkZone .linkGroup ul li a:active{
    background-color: #4c4c4c !important;
    color: #fff;
}
.alt-component-links-panel .linkZone .linkGroup ul li a:focus{
    outline: #ccc solid 4px !important
}
.floatingWrapper a::before{
    filter: grayscale(1);
}

.floatingWrapper .nav-list .nav-item .nav-link:hover {
    background-color: #000 !important;
}

.section.actionPanel ul li a span.icon img{
    filter: grayscale(1);
}
.section.actionPanel ul li a:after{
    border-bottom: 3px solid #000000;
}
.linkZone .linkGroup ul li a:after{
    display: none;
}
.ctaLink.ico-red::after{
    color: #000;
}
.ctaPrimary{
    line-height: 24px;
}
.ctaRed.ctaPrimary::after{
    display: none;
}
.ctaLink.with-arrow-right,.ctaTransparent{
    text-decoration: underline;
}
.ctaLink.with-arrow-right::after,.ctaTransparent::after{
    display: inline-flex;
}
/* .ctaLink.with-arrow-right:focus,.ctaTransparent:focus{
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 0 4px #ccc;
} */

.ns-sticky-nav .sticky-inner nav{
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.ns-sticky-nav .sticky-inner nav .vehicleName{
    color: #fff;
}
.ns-sticky-nav .sticky-inner nav .navList ul li .activeHero::after{
    background: #fff;
}

 .ns-sticky-nav{
    -webkit-animation: opacity 0.5s forwards;
    animation: opacity 0.5s forwards;
 }
 .ns-sticky-nav .sticky-inner::before{
    background-color: rgba(0, 0, 0, 0.9);
 }
 .ns-sticky-nav .sticky-inner nav .ctaRounded{
    background-color: #fff;
 }
 .ns-landing-hero .ns-landding-body .ns-coulmn-inner .ns-text-container .ns-section-left .ns-sup-title span{
    color: #fff;
 }
 .ns-v-line-container .ns-v-line{
    background: #fff;
 }
 .ns-btn-dark:focus {
    outline: 4px solid #ccc;
}
.bg-holder-section .left-side .inner .ns-v-line-text,.ns-v-line-container.with-text .ns-v-line-text span{
    color: #fff;
}
.ns-story-gallery.bg-holder-section.ns-story-box.story-bg-white .slider-btn img{

    filter: brightness(0%);
}
.ns-story-gallery.bg-holder-section.ns-story-box.story-bg-white .ns-v-line-text span{
    color: #000;
}
.ns-story-gallery.bg-holder-section.ns-story-box.story-bg-white .ns-v-line-container .ns-v-line{
    background: #000;
}
.ns-story-gallery.bg-holder-section.ns-story-box.story-bg-black .slider-btn img{
    filter: grayscale(1);
}

.alt-component-vehicle-twocolumn-withslider .ns-v-line{
    display: none !important
}
.alt-component-vehicle-twocolumn-withslider .ns-v-line-text span {
    color: #000 !important;
}
.alt-component-vehicle-twocolumn-withslider .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-prev{
    right: auto;
    left: 15px;
    margin-top: 0px;
}
.alt-component-vehicle-twocolumn-withslider .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-next{
    left: 75px;
}
.alt-component-vehicle-twocolumn-withslider .slick-arrow::before{
    width: 35px !important
}
.alt-component-vehicle-twocolumn-withslider .ns-v-line-container.with-text{
    left: -41px;
    top: 0;
    width: auto;
    right: auto;

}
.alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-v-line-text{
    writing-mode: horizontal-tb;
   width: auto;
   text-align: right;
   justify-content: flex-end;
}
.alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-v-line-text span{
    transform: none;
}
.alt-component-vehicle-twocolumn-withslider .bg-holder-section .d-flex.inner{
    display: block !important;
}
.alt-component-vehicle-twocolumn-withslider .bg-holder-section .left-side .inner .ns-text-container{
    left: -31px;
}
.alt-component-vehicle-twocolumn-withslider .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-arrow{
    display: block !important;
    font-size: 0 !important;
    position: absolute;
}

.alt-component-vehicle-content-withImg.bleed-bg-black .section-gradient.with-bg-black {
    background: linear-gradient( black,rgba(0,0,0,0) 221px,rgba(0,0,0,0) 201px,black ) !important;
}
.form-group.heroForm .heroInputArea, .customSelector .selectedValue, .textAreaHero{
    border-radius: 4px;
}
.form-group.heroForm .heroInputArea:focus,.textAreaHero:focus{
    box-shadow: inset 0 0 0 1px #000, 0 0 0 4px #ccc;
}
.form-group.heroForm label::after{
    color: #000;
}
.customSelector .selectedValue:after{
    border: none;
    color: #000;
}
.formControl.genericSelectBox:focus{
    box-shadow: inset 0 0 0 1px #000, 0 0 0 4px #ccc;
}
button[type=submit].formSubmitBtn{
   width: auto;
}
button[type=submit].formSubmitBtn:focus{
    box-shadow: inset 0 0 0 1px #000, 0 0 0 4px #ccc;
 }
.formSubmitBtn:after{
    display: none;
}
.checkboxHero input:not(.reset)~label::before{
    border: 2px solid #000;
    border-radius: 4px;
    filter: grayscale(1);
}
.checkboxHero label{
    letter-spacing: .9px;
}

.embedVideoWrapper{
    width: 100%;
    height: auto;
    position: relative;
}
.embedVideoWrapper iframe{
    width: 100%;
}
.slick.slider .slick-dots > li.slick-active > button::before, .sliderHero .slick-dots > li.slick-active > button::before {
    background-color: #000;
}

@media (max-width: 991px) {
    .alt-component-vehicle-twocolumn-withslider{
        padding-bottom: 25px;
    }
    .ctaTransparent{
        letter-spacing: 0;
    }
    .alt-component-vehicle-twocolumn-withslider .media-slide .slick-dots{
        display: none !important;
    }
    .alt-component-vehicle-twocolumn-withslider .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-prev{
        left: 30px;
    }
    .alt-component-vehicle-twocolumn-withslider .column-with-slider .media-slide .singleItem.with-custom-arrow .slick-next {
        left: 93px;
    }

    .floatingWrapper .nav-list .nav-item:nth-child(n+4){
        display: none;
    }
    .floatingWrapper .nav-list .nav-item .nav-link:hover::before,.floatingWrapper .nav-list .nav-item .nav-link:focus::before {
        background-color: transparent !important;
    }
    .cooldcard_CTA .ctaTypeButton a{
        width: 100%;
        text-align: center;
    }


}

.colCard .contentWrap .inner .col-link:after{
    color: #000;
}
.colCard .contentWrap .inner .col-link:hover, .colCard .contentWrap .inner .col-link:focus{
    color: #333;
}
.cooldcard_CTA .ctaTypeButton a{
    border-radius: 40px;
}
.cooldcard_CTA .ctaTypeButton a.font-icon::after{
    color: #000;
}
.cooldcard_CTA .ctaGrey::after {
    color: #000 !important;
}
.ctaGrey:hover, .ctaGrey:focus {
    color: #000;
}
.cooldcard_CTA .ctaTypeButton.justify-content-end{
    justify-content: flex-start !important;
}
.cooldcard_CTA .ctaTypeButton .ctaSecondary{
    padding: 0.8571428571em 20px 0.8571428571em 30px;
}
.cooldcard_CTA .ctaTypeButton .font-icon.with-arrow-right::after {
    left: 17px;
    right: auto;
}
.cooldcard_CTA .ctaTypeButton .ctaPrimary{
    padding: 0.8571428571em 20px 0.8571428571em 20px;
}


/* new capsule cta and removed red stuff */

/* NISSAN RANGE V2 */
.alt-component-vehicle-range-V2 .headTitle{
font-size: 42px;
line-height: 52px;
letter-spacing: 1.5px;
text-transform: uppercase;
margin: 0 0 5px;
text-align: center;
}
.alt-component-vehicle-range-V2 .listItem{
display: flex;
flex-wrap: wrap;
padding: 0;
margin-top: 2.5em;
direction: rtl;
}
.alt-component-vehicle-range-V2 .listItem li{
width: 25%;
padding: 0 15px;
margin-bottom: 30px;
display: flex;
flex-flow: column;
}
.alt-component-vehicle-range-V2 .listItem li .vehicleCard{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.listItem li .vehicleCard img{
width: 100%;
vertical-align: middle;
}
.listItem li .vehicleCard .contentWrap{
margin-top: 7px;
flex-grow: 1;
display: flex;
flex-flow: column;
text-align: right;

}
.listItem li .vehicleCard .contentWrap h3{
font: 28px/21px  "Nissan Light",'Nissan EN_Light',"currency", Verdana,Arial,sans-serif !important;
word-wrap: break-word;
}
.listItem li .vehicleCard .contentWrap .priceArea{
margin: 15px 0 30px;
text-align: left;
position: relative;
min-height: 40px;
display: flex;
flex-flow: column;
text-align: right;
}
.listItem li .vehicleCard .contentWrap .priceArea span{
font: 10px/14px "Nissan Regular","Nissan EN_Regular","currency";
letter-spacing: .1px;
color: #000;
text-transform: capitalize;
margin: 0;
}
.listItem li .vehicleCard .contentWrap .priceArea strong.priceIn{
font: 20px/20px "Nissan Light",'Nissan EN_Light',"currency", Verdana,Arial,sans-serif !important;
letter-spacing: .4px;
color: #000;
cursor: default;
display: flex;
flex-direction: row-reverse;
margin-left: auto;
}
.listItem li .vehicleCard .contentWrap .priceArea strong.priceIn .symbol{
    margin-right: 5px;
}
.listItem li .vehicleCard .contentWrap .wrapperCTA{
width: 100%;
margin-top: auto;
}
.listItem li .vehicleCard .contentWrap .wrapperCTA a{
width: 100%;
display: block;
text-align: center;
}
.listItem li .vehicleCard .contentWrap .wrapperCTA a.bordered{
border: 2px solid #000;
text-decoration: none;
}
.listItem li .vehicleCard .contentWrap .wrapperCTA a.bordered::after{
position: relative;
right: 0;
margin-right: 7px;
vertical-align: bottom;
}
.listItem li .vehicleCard .contentWrap .wrapperCTA a.bordered:focus{
outline: 4px solid #ccc;
}

@media (max-width: 991px) {
.alt-component-vehicle-range-V2 .listItem li{
    width: 33.333%;
}
.alt-component-vehicle-range-V2 .headTitle{
    font-size: 32px;
    line-height: 39px;
}
}
@media (max-width: 567px) {
.alt-component-vehicle-range-V2 .listItem li{
    width: 50%;
}
.listItem li .vehicleCard .contentWrap h3 {
    font: 16px/20px "Nissan Light",'Nissan EN_Light',"currency", Verdana,Arial,sans-serif !important;
}
.listItem li .vehicleCard .contentWrap .priceArea strong.priceIn {
    font: 16px/20px "Nissan Light",'Nissan EN_Light',"currency", Verdana,Arial,sans-serif !important;
}
}

/* NISSAN RANGE V2 */

/* price spec reversed */

.gradeComponent .gradeHeaderWrapper{
    flex-direction: row-reverse !important;
}
.gradeComponent .gradeHeaderWrapper .infoWrap{
    flex-direction: row-reverse;
    /* align-items: center; */
}
.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo{
    text-align: right;
}
.gradeComponent .gradeHeaderWrapper .infoWrap .gradeInfo h2{
    direction: rtl;
}
.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs{
    text-align: right;
}
.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs ul li::before{
    right: -17px;
    left: auto;
}
.gradeComponent .gradeHeaderWrapper .infoWrap .gradeSpecs ul li{
    direction: rtl;
}
.gradeComponent .accordionHeader p.holder button{
    text-align: right;
}
.gradeComponent .accordionHeader p.holder button::after{
    left: 19px;
    right: auto;
}
.gradeComponent .accordionPanel .tabsWrapper ul.nav{
    flex-direction: row-reverse;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .overviewCore h4 span{
    color: #000;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections{
    flex-direction: row-reverse;
    text-align: right;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li .infoWrap{
    flex-direction: row-reverse;
    width: 100%;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li .infoWrap .infoIn{
    padding-right: 5px;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li .infoIn p{
    direction: rtl;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li .infoWrap img{
    height: 35px;
}
.gradeComponent .accordionPanel .tabsWrapper ul.nav li a.nav-link.active::after{
    background: #000;
}
.accordion.inSpec .card .card-header button{
    flex-direction: row-reverse;
    display: flex;
}
.accordion.inSpec .card-header button::after{
    color: #000;
    left: 0px;
    right: auto;
}
.accordion.inSpec .card .panelContainer ul li{
    text-align: right;
    direction: rtl;
}
.section.specsHeroWrapper .headingGroup .heading {
    direction: rtl;
}
@media (max-width: 991px){
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section {
    flex-basis: 100% !important;
}
.accordion.inSpec .card .card-header button{
    font-size: 16px !important;
    padding-right: 1px !important;
}
.gradeComponent .accordionPanel .tabsWrapper .tab-content .sectionWrapper .inner .overviewSections section .highlightBox li{
    padding: 0.4571428571em 0.2em !important
}
footer .footer_main .container .nav_footer h2{
    flex-direction: row !important
}
}
@media (max-width: 640px){
footer .footer_main .container .nav_footer h2 {
    flex-direction: row !important
}
}
.tabsContainer ul .nav-link.active{
    color: #777;
}
.colCard .contentWrap .inner .col-link{
    padding: 0 !important;
}
/* price spec reversed */


/* Menu navHide fixedMenu */

.headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary .navHide{
    text-align: right;
}

/* Menu navHide fixedMenu */



/* Grade Walk V2 */
.headTop{
    display: flex;
    justify-content: space-between;
    margin: 0 19px;
    align-items: center;
    padding-bottom: 2em;
}
.headTop .headIn{
    color: #343434;
    word-wrap: break-word;
    line-height: 1.1;
    font-family: 'Nissan Regular', 'Nissan EN_Regular', "currency",Verdana,Arial,sans-serif;
    text-transform: none;
    font-size: 42px;
    text-align: right;

}
.view-all-cta{
    border-bottom: 2px solid #000;
    color: #000;
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 3px;
    padding-bottom: 8px;
    padding-top: 11px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif;
}
.gradeslideWrapper{
    max-width: 100%;
	overflow: hidden;
}
.gradeslideWrapper .flush-container {
	position: relative;
    max-width: 85%;
}

.sliderGrade .slide {
	transition: 0.25s all;
	opacity: 0.3;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 425px;
    flex: 0 0 425px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.11);
    margin: 0px 19px;
}
/* .slide:nth-child(-n+3){
    opacity: 1;
} */

.slick-active.slide {
	/* transform: scale(1); */
	opacity: 1;
}


.slick-slider.sliderGrade  .slick-list {
	overflow: visible;
    cursor: grab;
}

.slide .cardTop {
    width: 100%;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.slide .cardTop picture{
    /* background-color: rgb(245, 244, 243); */
    cursor: pointer;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.slide .cardTop picture img{
    position: absolute;
    padding: 2px;
    outline-offset: -1px;
    inset: 0;
    width: 100%;
    min-height: 100%;
    max-width: 100%;

}
.cardTop .textContainer{
margin: 16px 20px 24px;
}
.cardTop .textContainer h3.topName{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 8px;
    word-break: break-word;
    letter-spacing: 1.5px;
    text-transform: none;
}
.priceContainer{
    display: flex;
    flex-direction: column;
    margin-top: 11px;
}
.priceContainer label{
    font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1.3;
}
.priceContainer .fullPrice{
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 34px;
}
.usbPoints{
    margin-top: 11px;
}
.usbPoints ul{
    padding-left: 8px;
}
.usbPoints ul li{
font-size: 14px;
font-style: normal;
letter-spacing: .9px;
line-height: 24px;
list-style: none;
padding: 0 0 0 20px;
position: relative;
font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif;
word-break: break-word;
margin-bottom: 8px;
}
.usbPoints ul li:before {
    background-color: #000;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}
.cardTop .textContainer .ctaWrap{
    margin-top: 15px;
}
.cardTop .textContainer .ctaWrap a.ctaRed{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
}
.cardTop .textContainer .ctaWrap a.ctaRed:nth-child(2){
    margin-top: 15px;
}
.sliderGrade .slick-arrow {
    right: 15px !important;
    top: 100%;
    left: auto;
    margin-top: 23px;
    z-index: 1;
}
.sliderGrade .slick-prev.slick-arrow{
    right: 111px !important
}
.sliderGrade .slick-arrow.slick-prev::before {
    content: "";
    width: 51px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    height: 17px;
    background: url(../../img/icons/arrow-black.5d54b499.svg) no-repeat 100% transparent;
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sliderGrade .slick-arrow.slick-next::before {
    content: "";
    width: 51px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    height: 17px;
    background: url(../../img/icons/arrow-black.5d54b499.svg) no-repeat 100% transparent;
    position: absolute;
    right: 0;
}
.sliderGrade.slick-dotted.slick-slider{
    margin-bottom: 45px;
}
.sliderGrade .slick-dots{
    bottom: -39px;
    text-align:left;
    margin: 0 19px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
}
.sliderGrade .slick-dots li{
    width: 102px;
    height: 3px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.sliderGrade  .slick-dots li button{
    width: 102px;
    height: 3px;
    padding: 0px;
    color: transparent;
}
.sliderGrade  .slick-dots li button:before{
    width: 100%;
    height: 3px;
    content: '';
    background: #000;
}
.sliderGrade .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.gradeslideContainer{
    width: 100%;
    max-width: 85%;
    position: relative;
    margin: 0 auto;
}

.sliderGrade .slick-prev.slick-arrow {
    left: 0 !important;
    right: 110px !important;
}
.sliderGrade .slick-arrow.slick-prev::before{
    transform: none;
}
.sliderGrade .slick-arrow.slick-next::before{
    left: auto;
    transform: rotate(180deg);
    right: 0;
}
.sliderGrade .slick-arrow {
    right: 15px !important;
    left: 0;
}

@media (max-width: 991px) {
    .gradeslideContainer{
        max-width: 100%;
    }
    .headTop{
        flex-direction: column;
        margin: 0 29px;
    }
    .headTop .headIn{
        font-size: 32px;
        line-height: 1.3;
        padding-top: 11px;
    }
    .view-all-cta-wrapper{
        width: 100%;
    margin: 2.2em 0 0.5em 0;
    }
    .sliderGrade .slide{
        margin: 0 11px;
    }
    .sliderGrade .slick-dots li{
        display: none;
    }
    .gradeslideContainer .headTop {
        text-align: right;
    }
    .sliderGrade .slick-prev.slick-arrow {
        left: 0 !important;
        right: 110px !important;
    }
    .sliderGrade .slick-arrow.slick-prev::before{
        transform: none;
    }
    .sliderGrade .slick-arrow.slick-next::before{
        left: auto;
        transform: rotate(180deg);
        right: 0;
    }
    .sliderGrade .slick-arrow {
        right: 15px !important;
        left: 0;
    }
}
.sliderGrade.slick-slider{
    direction: rtl !important;
} 



/* Grade Walk V2 */


/* ns-sticky-navV2 */

.ns-sticky-navV2{
    top: 0 !important;
    max-height:55px;
    width: 100%;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: stickyDown 0.3s forwards;
    animation: stickyDown 0.3s forwards;
    background-color: #000!important;
    z-index: 22;
}
.ns-sticky-navV2 .sticky-inner nav .inner {
    padding: 3.9px 20px;
    display: flex;
    align-items: center;
}
.ns-sticky-navV2 .sticky-inner nav .vehicleName {
    cursor: auto;
    font-size: 14px;
    display: inline-flex;
    letter-spacing: 0.9px;
    font-family: 'Nissan Bold', 'Nissan EN_Bold', "currency",Verdana,Arial,sans-serif;
    margin-right: auto;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    pointer-events: none;
}
.ns-sticky-navV2  .navList{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    white-space: nowrap;
    width: auto;
    z-index: 1;
    height: 55px;
    flex-grow: 1;
    justify-content: space-between;

}
.ns-sticky-navV2  .navList ul{
    margin-left: 21px;
}
.ns-sticky-navV2  .navList ul li {
    display: inline-block;
}
.ns-sticky-navV2  .navList ul li a{
    padding: 0 0.79rem;
    position: relative;

}
.ns-sticky-navV2  .navList ul li a span{
    color: #fff;
    font-family: "Nissan Regular",'Nissan EN_Regular',"currency", Verdana,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .9px;
    line-height: 24px;
}
@keyframes stickyDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ns-sticky-navV2.stickyHeader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.ns-sticky-navV2.hideSticky .sticky-inner {
    display: none;
}
.ns-sticky-navV2 .navList ul:hover
    li:not(:hover)
    > a
    span {
    opacity: 0.65;
}
.ns-sticky-navV2 .navList a.ctaRounded,.stickySecondarySM a.ctaRounded {
    position: relative;
    border-color: transparent;
    border-radius: 12px;
    font-size: 10px;
    height: 25px;
    letter-spacing: 0.9px;
    line-height: 23px;
    margin-left: 20px;
    padding: 0 20px;
    z-index: 1;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: "Nissan Bold",'Nissan EN_Bold',"currency", Verdana,Arial,sans-serif;
}
.vlpPlusSecondaryNavWrapper.V2{
    display: flex;

}

.vlpPlusSecondaryNavWrapper.V2{
    margin: 20px 115px 20px 20px;
    border: none;
    border-top: 1px solid hsla(0,0%,100%,.2);
}
.sticky-menu-with-secondary-nav-wrapper.V2{
    flex-direction: row;
    z-index: auto;
}
.vlpPlusSecondaryNavInner{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}


.sticky-menu-with-secondary-nav-wrapper.V2{
    position: absolute;
}
.vlpPlusSecondaryNavWrapper.V2{
    position: relative;
    top: 61px;
    z-index: 1;
}

.sticky-menu-with-secondary-nav-wrapper.V2 .vlpPlusSecondaryNav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.alt-component-vehicle-standalone-sticky-menuV2{
    display: none;
}
.vlpPlusSecondaryNavInner a.ctaRounded {
    position: relative;
    border-color: transparent;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: inherit;
    margin-left: 20px;
    padding: 10px 20px;
    z-index: 1;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: "Nissan Bold",'Nissan EN_Bold',"currency", Verdana,Arial,sans-serif;
}
@media (min-width: 991px) {
    .stickySecondarySM{
        display: none !important;

    }
}

@media (max-width: 991px) {
    .vlpPlusSecondaryNavWrapper.V2{
        display: none;
    }
    .sticky-menu-wrapperV2{
        display: none;
    }

}

.stickySecondarySM{
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 9px;
    height: 33px;
    display: flex;
    flex-direction: column;
    transition: all ease-in-out 0.15s;
}
.stickySecondarySM.fixedTop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 28px 0;
}
.stickySecondarySM.fixedTop .stickyChevIcon,.stickySecondarySM.fixedTop a.ctaRounded{
    top: 18px;
}
.stickySecondarySM .vlpPlusSecondaryNavInner{
    flex-direction: column;
    background-color: #000;
    padding: 15px 30px;
    width: 100%;
    margin-top: 35px;

}
.stickySecondarySM .vlpPlusSecondaryNavInner ul{
    width: 100%;
}
.stickySecondarySM .vlpPlusSecondaryNavInner ul li{
    width: 100%;
    margin-bottom: 1.25em;
}
.stickySecondarySM .vlpPlusSecondaryNavInner ul li a span{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19.1px;
    font-family: "Nissan Bold",'Nissan EN_Bold',"currency", Verdana,Arial,sans-serif;
}
.stickySecondarySM .vlpPlusSecondaryNavInner .ctaRounded{
    display: none !important
}
.stickySecondarySM a.ctaRounded{
    position: absolute;
    right: 30px;
    top: 4px;
}
.stickySecondarySM .navList{
    background-color: #000;
    padding: 15px 30px;
}
.stickySecondarySM .navList li a{
    width: 100%;
    margin-bottom: 0.7em;
    display: block;
    text-align: right;
}
.stickySecondarySM .navList li a span{
    color: #fff;
    font-size: 14px;
    letter-spacing: .9px;
    line-height: 24px;
    padding-bottom: 1.5px;
}
.stickySecondarySM .navList li a.active span{
    border-bottom: 1px solid;
}
.stickyChevIcon{
    width: 24px;
    height: 24px;
    background-color: hsla(0,0%,100%,.3);
    position: absolute;
    left: 15px;
    top: 4px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stickyChevIcon i{
    color: #fff;
    font-size: 24px;
}
.fullHeightVh{
    height: 100vh;
}
.stickySecondarySM ul:not(.navList ul) li a{
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}
.stickySecondarySM ul:not(.navList ul) li a::after{
    content: '\f08e';
    margin-right: auto;
    font-size: 13px;
    font-family: fontawesome;
    color: #fff;
    opacity: 0.9;
}
@media (max-width: 991px) {
.stickySecondarySM a.ctaRounded{
    right: 15px;
    font-weight: 600;
}
}

/* ns-sticky-navV2 */
.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
/* twitter icon change */
.fa-twitter::before{
    content: "";
    background-size: 16px !important;
    width: 16px;
    display: block;
    text-align: center;
    height: 15px;
    background: url(../../img/icons/twitter-x.png) no-repeat center center;

}
/* twitter icon change */

/* sectoinDividerHero responsive */

@media (max-width: 667px) {
    .sectoinDividerHero.height_0{
        height: 0;
    }
}
/* sectoinDividerHero responsive */

/* Grade Walk V2 RTL */

.gradeslideContainer .headTop{
    direction: rtl;
}
.cardTop .textContainer{
    direction: rtl;
    text-align: right;
}
.usbPoints ul li{
    padding: 0 15px 0 0px;
  }
  .usbPoints ul li:before{
    right: 0;
    left: auto;
  }
  .slide .cardTop .priceContainer .fullPrice{
    display: flex;

    margin-left: auto;
  }
  .slide .cardTop .priceContainer .fullPrice .currency{
    margin-right: 7px;
  }
/* Grade Walk V2 RTL */

/* rid off spread in AR text */
body,*{
    letter-spacing: 0 !important
}
/* rid off spread in AR text */

/* vlpPlusSecondaryNavWrapper V2 */
body:not(.slidetext-dark) .vlpPlusSecondaryNavWrapper.V2 .carName {
    color: #fff;
}
body:not(.slidetext-dark) .vlpPlusSecondaryNavWrapper.V2 .vlpPlusSecondaryNav li a span {
    color: #fff;
}
body:not(.slidetext-dark) .headerWrap #header .main_nav .container .row .col-12 .logo h1{
    color: #fff !important
}
@media (max-width: 991px){
    #menu_container_outer .menu_btm_container .nav-top-right-mbl li{
        text-align: right;
    }
    footer .footer_main .container .nav_footer h2{
        flex-direction: row-reverse !important
    }
}
/* vlpPlusSecondaryNavWrapper V2 */

/* alt-component-editorial-page-banner */

.alt-component-editorial-page-banner .contentIn .ctaPrimary.font-icon::after{
    display: none !important
}
.alt-component-editorial-page-banner .contentIn .ctaGrey {
    background: #fff;
    border-radius: 40px;
    padding: 1.1em 20px 1.1em 20px !important
}
.alt-component-editorial-page-banner .contentIn .ctaGrey::after {
    display: none !important
}


/* alt-component-editorial-page-banner */

/* vlpPlusSecondaryNavWrapper V2 */

.stickySecondarySM{
    z-index: 11;
 }
 .stickyChevIcon{
    left: 29px;
 }
 @media (max-width: 991px){
.stickySecondarySM a.ctaRounded {
    right: 29px;
}
}
.stickySecondarySM.fullHeightVh{
    height: 100vh !important;
}

/* vlpPlusSecondaryNavWrapper V2 */

.listItem li .vehicleCard .contentWrap h3{
    text-transform: uppercase;
}
.stickySecondarySM.fullHeightVh{height:100vh!important}
.sliderGrade .slick-active.slide{
    opacity: 1 !important
}
select.genericSelectBox option:first-child{
    font-family: 'Nissan Light', 'Nissan EN_Light', "currency",Verdana,Arial,sans-serif !important;
}
@media (max-width: 667px) {
    .richWrapper.richScroll{
        overflow-x: scroll !important
    }
    th.frozenLeft{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding: 4px;
        background-color: #f1f1f1;
        left: 0;
        z-index: 2;
      }
}
.richWrapper hr{
    height: 0 !important;
}
@media (max-width: 991px) {
.car_container .vehicle_div_wrapper{
    height: calc(100% - 54px);
    overflow: auto;
    padding-bottom: 2em;
}
#menu_container_outer {
    overflow: hidden !important;
}
}
@media (max-width: 567px) {
    #menu_container_outer {
        overflow: hidden !important;
    }
}

/* ar form fix */

  .customSelector>select{
    direction: rtl;
    padding-right: 5px;
}
.form-group.heroForm label{
    font-weight: normal;
}
.checkboxHero label{
    text-align: right;
}
.formHeroSize{
    text-align: right;
}

/* ar form fix */

.alt-component-vehicle-range-V2 .listItem li.hideRangeCar{
    display: none !important;
}

/* alt-component-editorial-page-banner */
@media (max-width: 991px) {
    .editorialBanner.content-pos-absolute .content .contentIn {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        right: 0;
    }
    .alt-component-imagewithtext .componentWrapper .content.copyBox{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        max-width: 100%;
    }
    }
/* alt-component-editorial-page-banner */

/* alt-component-vehicle-twocolumn-withslider */
    .alt-component-vehicle-twocolumn-withslider .ns-simple-hero{
        min-height: auto !important
    }
/* alt-component-vehicle-twocolumn-withslider */
/* .ns-story-gallery.bg-holder-section.ns-story-box.story-bg-white .slider-btn img{
    filter: grayscale(100%) !important;
} */
.cooldcard_CTA .ctaTypeButton a {
    text-align: center !important;
}
@media (max-width: 667px) {
    .colCard.sm-center{
        text-align: center !important
    }
    .colCard img.w-auto-sm{
        width: auto !important;
    }
    .colCard .headGroup h3.sm-center{
        text-align: center !important;
    }
    .colCard .contentWrap .inner p.sm-center{
        text-align: center !important;
    }
    .floatingWrapper .nav-list .nav-item .nav-link span{
        white-space: normal !important
    }
}
.ctaPrimary.width-max-content{
    max-width: 100%;
}
/* //// */
.alt-component-vehicle-range-V2 .listItem li .vehicleCard .contentWrap .priceArea{
    min-height: auto;
    margin-bottom: 11px;

}
.alt-component-vehicle-range-V2 .listItem li{
    margin-bottom: 45px;
}
/* //// */

.justify-content-center .ctaRed {
    margin-left: auto;
    margin-right: auto;
}
.justify-content-start .ctaRed {
    margin-left: 0 !important;
}
.linkZone .linkGroup ul li a{
    padding: 15px 20px 15px 20px;
}
@media (max-width: 768px) {
    .listItem li .vehicleCard .contentWrap .priceArea{
        margin: 15px 0 15px;
        min-height: auto;
    }
    }


    .alt-component.alt-component-input-hidden{
        display: none;
        visibility: hidden;
    }
    .alt-component-vehicle-content-with-bgcolor .priceCard h3.primaryWhite{
        direction: rtl !important;
    }


    .gradeslideWrapper .slick-arrow {
        font-size: 0px;
        line-height: 0;
        position: absolute;
        /* top: 50%; */
        display: block;
        width: 20px;
        height: 20px;
        transform: translate(0px, -50%);
        cursor: pointer;
        padding: 0px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        background: transparent;
    }
    .sliderGrade .slick-dots li button {
        width: 102px;
        height: 3px;
        padding: 0;
        font-size: 0;
        line-height: 0;
        display: block;
        border: 0;
    }
    .sliderGrade .slick-dots li button:before {
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        opacity: .25;
        color: #000;
    }
    .sliderGrade .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000;
    }
    /* .specificationContainer .specLabel{
        direction: rtl;
    } */
    .alt-component-vehicle-content-with-bgcolor .priceCard .priceTitle{
        text-align: right;
    }
    .formHeroSize .formSubmitBtn{
        margin-left: auto;
    }
    .singleItem.with-custom-arrow .slick-next.slick-disabled, .singleItem.with-custom-arrow .slick-prev.slick-disabled{
        opacity: .25 !important;
    }

    .ns-sticky-navV2 .sticky-inner nav .vehicleName{
        font-family: 'Nissan Bold', 'Nissan EN_Bold', Verdana, Arial, sans-serif !important;
    }
    @media (min-width: 991px) {
    .ns-sticky-navV2 .sticky-inner nav .inner{
        flex-direction: row-reverse;
    }
    .ns-sticky-navV2 .navList{
        flex-direction: row-reverse;
    }
    .ns-sticky-navV2 .navList ul{
        direction: rtl;
        margin-left: 0;
        margin-right: 21px;
    }
}
@media (max-width: 991px) {
.alt-component-vehicle-twocolumn-withslider .ns-hero-box{
    overflow: inherit; /* Add this line */
}
.sliderGrade .slide{
    opacity: 1 !important;
}
}
.sliderGrade button.slick-prev.slick-arrow.slick-disabled, .sliderGrade button.slick-next.slick-arrow.slick-disabled {
    opacity: 0.25;
}
button.formSubmitBtn.disableShort{
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
}
body.slidetext-dark .vlpPlusSecondaryNavWrapper.V2{
    border-top: 1px solid hsl(0deg 0% 0% / 20%);  
}
body.slidetext-dark .vlpPlusSecondaryNavInner a.ctaRounded{
    background-color: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .alt-component-vehicle-twocolumn-withslider {
        padding-bottom: 35px;
    }
    .listItem li .vehicleCard .contentWrap .wrapperCTA a.ctaLink{
        padding: 12px 5px !important;
    }
}
.ns-sticky-navV2 .navList a.ctaRounded, .stickySecondarySM a.ctaRounded {
    font-family: "Nissan Bold", 'Nissan EN_Bold',"currency", Verdana, Arial, sans-serif !important;
}

.alt-component-vehicle-content-with-bgcolor .ns-btn-dark{
    line-height: inherit;
    text-align: center;
}
.vlpPlusSecondaryNavInner a.ctaRounded{
    line-height: inherit;
    padding: 10px 20px;
    text-align: center;
}
.ns-sticky-navV2 .navList a.ctaRounded{
    line-height: 28px;
    text-align: center;
}
.alt-component-vehicle-range-V2 .listItem li .vehicleCard .contentWrap h3{
    line-height: 1.2;
}
.stickySecondarySM a.ctaRounded{
    line-height: 25px;
    align-items: center;
    align-self: center;
    margin-left: 0;
    letter-spacing: 0 !important;
    font-weight: inherit !important;
}
.ns-btn-dark{
    text-align: center;
}
@media (max-width: 1289px) {
    .ns-sticky-navV2 .navList ul li a span{
        font-size: 13px;
        padding: 0 .71rem;
    }
}
@media (max-width: 768px) {
    .ns-btn-dark{
        line-height: 1.2;
    } 
}
@media (min-width: 991px) {
    .headerWrap #header ul.primary li:has(ul.ownersUl ) a:not(ul.ownersUl li > a)::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        font-size: 22px;
        padding-right: 3px;
        top: -3px;
    }
}
.highlightSAR{
    direction: ltr !important;
    font-family: 'Nissan EN_Regular' !important;
}



span.currency {
    margin: 0 10px;
}

.priceIn{
    display: flex!important;
    flex-direction: row!important;
    gap: 5px!important;
}

.alt-component-vehicle-content-with-bgcolor .priceCard h3.primaryWhite{
    direction: ltr !important;
}
@media (min-width: 992px) {
    .alt-component-slider-withcontent .ns-story-gallery .ns-section-padd {
        margin: 90px 0;
        padding: 1px 0;
    }
}

/* small screen main menu drop */
#nav ul.primary li.show-more ul.extra-items{
    position: absolute;
    left: 11px;
    min-width: 15.5em;
    background: #fff;
    padding: 15px 5px;
    top: 37px;
}
#nav ul.primary li.show-more ul.extra-items li{
    display: flex !important;
    flex-direction: column;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: relative;
    text-align: right;
}
#nav ul.primary li.show-more ul.extra-items li ul{
    display: flex;
    flex-direction: column;
    position: relative;
    right: 0;
    background: #fff;
    width: 100%;
    padding: 0 5px;
    padding-right: 0;
    margin-top: 5px;
}
li.show-more button{
    color: #fff;
    background: transparent;
    font-size: 14px;
    position: relative;
}
li.show-more button::after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 20px;
    padding-right: 3px;
    transition: all ease-in-out 0.3s;
}
li.show-more button.openSubmenu::after{
    content: "\f106";
}
body.slidetext-dark li.show-more button{
    color: #000;
}
#nav ul.primary li.show-more ul.extra-items li a span{
    color: #000 !important;
    word-break: break-word;
}
#nav ul.primary li.show-more ul.extra-items li ul li a span{
    color: #000 !important;
    word-break: break-word;
}
li.has-submenuChild a span::after{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 3px;
    position: relative;
    top: 2px;
}
li.has-submenuChild ul li a span::after{
    display: none;
}
li.show-more ul.extra-items li ul:hover li:not(:hover) > a span {
    opacity: 0.65;
}

/* small screen main menu drop */

.alt-component-splider .thumbnail-slider #splide__track #thumbnail-slider .splide__list {
    direction: rtl !important;
}
#thumbnail-slider .splide__list {
    flex-direction: row !important;
}
ul.highlightBox .infoWrap img{
    width: 35px;
    height: 35px;
    max-width: 100%;
}
picture.ns-media-background.keepLive{
    opacity: 1 !important;
}
picture img.ns-media-background.keepLive{
    opacity: 1 !important;
}
.headerWrap #header .main_nav .container .row .col-12 .nav-root #nav ul.primary li:last-of-type ul.navHide.ownersUl {
    left: 0;
    right: auto;
}