@-webkit-keyframes lamp {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes lamp {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

body [data-srcset] {
    opacity: 0;
    transition: opacity .5s ease-out;
}

    body [data-srcset].img-loaded {
        opacity: 1;
    }

:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#dfb400;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#464646;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#464646;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#dfb400;
    --danger:#dc3545;
    --light:#f8f8f7;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:768px;
    --breakpoint-md:1025px;
    --breakpoint-lg:1366px;
    --breakpoint-xl:1600px;
    --breakpoint-xxl:1921px;
    --font-family-sans-serif:"Roboto", "Helvetica Neue", Arial;
    --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: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Roboto, Helvetica Neue, Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #202020;
    text-align: left;
    background-color: #f6f7f9;
    transition: all 0.3s ease;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

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 {
    font-style: normal;
    line-height: inherit;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: 400;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    /*color:#007bff;*/
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        /*color:#0056b3;*/
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus {
            /*outline:0*/
        }

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;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img, svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #464646;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

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: .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;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        max-width: 1004px;
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 1006px;
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width:1600px) {
    .container {
        /*max-width:1900px*/
    }
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:768px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1025px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1366px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1600px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1921px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        order: -1;
    }

    .order-xxl-last {
        order: 13;
    }

    .order-xxl-0 {
        order: 0;
    }

    .order-xxl-1 {
        order: 1;
    }

    .order-xxl-2 {
        order: 2;
    }

    .order-xxl-3 {
        order: 3;
    }

    .order-xxl-4 {
        order: 4;
    }

    .order-xxl-5 {
        order: 5;
    }

    .order-xxl-6 {
        order: 6;
    }

    .order-xxl-7 {
        order: 7;
    }

    .order-xxl-8 {
        order: 8;
    }

    .order-xxl-9 {
        order: 9;
    }

    .order-xxl-10 {
        order: 10;
    }

    .order-xxl-11 {
        order: 11;
    }

    .order-xxl-12 {
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.fade {
    transition: opacity .3s ease-in-out;
}

@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 .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: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #202020;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width:768px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width:1025px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width:1366px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width:1600px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

@media (min-width:1921px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem;
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem;
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #202020;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #131313;
        text-decoration: none;
        background-color: #f8f8f7;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #464646;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #464646;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #202020;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e5e5e5;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #464646;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #464646;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.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: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-in-out;
    transform: scale(.5);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    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: .6;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.1rem 6.5rem;
    border-bottom: 1px solid #cbcbca;
}

    .modal-header .close {
        padding: 2.1rem 6.5rem;
        margin: -2.1rem -6.5rem -2.1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 6.5rem 2.5rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 6.5rem 2.5rem;
    border-top: 1px solid #cbcbca;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        max-width: 66rem;
        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);
        }

    .modal-sm {
        max-width: 66rem;
    }
}

@media (min-width:1366px) {
    .modal-lg, .modal-xl {
        max-width: 66rem;
    }
}

@media (min-width:1600px) {
    .modal-xl {
        max-width: 66rem;
    }
}

.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: #464646 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #2d2d2d !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: #dfb400 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #ac8b00 !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: #f8f8f7 !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e0e0dc !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 #3c3c3c !important;
}

.border-top {
    border-top: 1px solid #3c3c3c !important;
}

.border-right {
    border-right: 1px solid #3c3c3c !important;
}

.border-bottom {
    border-bottom: 1px solid #3c3c3c !important;
}

.border-left {
    border-left: 1px solid #3c3c3c !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: #464646 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #dfb400 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f8f7 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important;
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix:after {
    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: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width:768px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1025px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1366px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1600px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1921px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    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.85714%;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-4by3:before {
    padding-top: 75%;
}

.embed-responsive-1by1:before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width:768px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1025px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1366px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1600px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1921px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:768px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:1025px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:1366px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1600px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width:1921px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: 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 {
    top: 0;
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    bottom: 0;
}

@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;
    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 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:768px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1025px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1366px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1600px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1921px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: .25rem !important;
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important;
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important;
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important;
    }

    .m-xxl-2 {
        margin: .5rem !important;
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important;
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important;
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: .25rem !important;
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important;
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important;
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important;
    }

    .p-xxl-2 {
        padding: .5rem !important;
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important;
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important;
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -.25rem !important;
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xxl-n2 {
        margin: -.5rem !important;
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.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:768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:1025px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:1366px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1600px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width:1921px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #464646 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #202020 !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: #dfb400 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #937600 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important;
}


.text-danger-p {
    color: #2c2c2c !important;
}

a.text-danger-p:focus, a.text-danger-p:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f8f7 !important;
}

a.text-light:focus, a.text-light:hover {
    color: #d4d4ce !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #202020 !important;
}

.text-muted {
    color: #464646 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@font-face {
    font-family: fontello;
    src: url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.eot?56952035=);
    src: url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.eot?56952035=#iefix) format("embedded-opentype"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.woff2?56952035=) format("woff2"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.woff?56952035=) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.ttf?56952035=) format("truetype"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello.svg?56952035=#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
    content: "\e800";
}

.icon-down:before {
    content: "\e801";
}

.icon-arrow-next:before {
    content: "\e802";
}

.icon-arrow-prev:before {
    content: "\e803";
}

.icon-facebook:before {
    content: "\e804";
}

.icon-arrow-right:before {
    content: "\e805";
}

.icon-googleplus:before {
    content: "\e806";
}

.icon-instagram:before {
    content: "\e807";
}

.icon-linkedin:before {
    content: "\e808";
}

.icon-pin:before {
    content: "\e809";
}

.icon-pinterest:before {
    content: "\e80a";
}

.icon-play:before {
    content: "\e80b";
}

.icon-plus:before {
    content: "\e80c";
}

.icon-rss:before {
    content: "\e80d";
}

.icon-search:before {
    content: "\e80e";
}

.icon-share:before {
    content: "\e80f";
}

.icon-sheet:before {
    content: "\e810";
}

.icon-target:before {
    content: "\e811";
}

.icon-twitter:before {
    content: "\e812";
}

.icon-user:before {
    content: "\e813";
}

.icon-wechat:before {
    content: "\e814";
}

.icon-youku:before {
    content: "\e815";
}

.icon-youtube:before {
    content: "\e816";
}

.icon-directions:before {
    content: "\e817";
}

.icon-phone:before {
    content: "\e818";
}

.icon-collision:before {
    content: "\e819";
}

.icon-mech:before {
    content: "\e81a";
}

.icon-car:before {
    content: "\e81b";
}

.icon-showroom:before {
    content: "\e81c";
}

.icon-pin-single-event:before {
    content: "\e81d";
}

.icon-arrow-up-mobile:before {
    content: "\e81e";
}

.icon-close:before {
    content: "\e81f";
}

.icon-external:before {
    content: "\e820";
}

.icon-arrow-down-mobile:before {
    content: "\e821";
}

.icon-arrow-right-long:before {
    content: "\e822";
}

.icon-mail:before {
    content: "\e823";
}

.icon-group:before {
    content: "\e824";
}

.icon-school:before {
    content: "\e825";
}

.icon-info:before {
    content: "\e826";
}

.icon-bus:before {
    content: "\e827";
}

.icon-taxi:before {
    content: "\e828";
}

.icon-individual:before {
    content: "\e829";
}

.icon-airplane:before {
    content: "\e82a";
}

.icon-fullsize:before {
    content: "\e82b";
}

.icon-target2:before {
    content: "\e82c";
}

.icon-icona-lista:before {
    content: "\e82d";
}

.icon-weibo:before {
    content: "\f18a";
}

@font-face {
    font-family: fontello2;
    src: url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello2.eot);
    src: url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello2.eot#iefix) format("embedded-opentype"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello2.woff2) format("woff2"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello2.woff) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/fontello/font/fontello2.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

[class*=" icon1-"]:before, [class^=icon1-]:before {
    font-family: fontello2;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon1-contrast1:before {
    content: "\e800";
}

.icon1-contrast2:before {
    content: "\e801";
}

.icon1-settings:before {
    content: "\e802";
}

.icon1-timer1:before {
    content: "\e803";
}

.icon1-timer2:before {
    content: "\e804";
}

.icon1-zoom1:before {
    content: "\e805";
}

.icon1-zoom2:before {
    content: "\e806";
}

.icon1-zoom3:before {
    content: "\e807";
}

.icon1-zoom4:before, .icon1-zoom25:before {
    content: "\e808";
}

* {
    margin: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

.is-virtual-scroll {
    overflow: hidden;
}

.is-native-scroll.y-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.is-native-scroll.x-scroll {
    overflow-y: hidden;
    overflow-x: scroll;
}

.vs-section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    will-change: transform;
}

.vs-scrollbar {
    display: block;
    position: absolute;
    transition: transform .6s;
}

    .vs-scrollbar.vs-vertical {
        top: 0;
        right: -5px;
        bottom: 0;
        width: 15px;
        height: 100%;
        transform: translate3d(5px, 0, 0);
    }

    .vs-scrollbar.vs-horizontal {
        bottom: -5px;
        left: 0;
        right: 0;
        width: 100%;
        height: 15px;
        transform: translate3d(0, 5px, 0);
    }

        .is-dragging .vs-scrollbar.vs-horizontal, .is-dragging .vs-scrollbar.vs-vertical, .vs-scrollbar.vs-horizontal:hover, .vs-scrollbar.vs-vertical:hover {
            transform: none;
        }

    .vs-scrollbar .vs-scrolldrag {
        width: 100%;
        height: auto;
        background: #ccc;
        cursor: pointer;
    }

.vs-scroll-view {
    position: relative;
    width: 1px;
}

svg.exagon {
    position: relative;
    width: 100%;
    height: 100%;
}

    svg.exagon .background {
        transition: fill .3s ease-out;
        fill: transparent;
        stroke: #fff;
    }

    svg.exagon .foreground {
        transition: stroke .3s ease-out;
        stroke: #fff;
        fill: none;
    }

        svg.exagon .foreground.fill, svg.exagon .foreground .fill {
            fill: #181818;
        }

        svg.exagon .foreground text {
            fill: #202020;
            font-size: 16px;
            letter-spacing: .02em;
            transition: fill .3s ease-out;
            stroke: none !important;
        }

            svg.exagon .foreground text * {
                stroke: none !important;
            }

    svg.exagon.circular-3d text {
        font-size: 10px;
    }

    svg.exagon.circular-3d .cls-3 {
        fill: none;
        stroke-dasharray: 66;
    }

    svg.exagon.circular-3d .cls-4 {
        stroke: none;
    }

    svg.exagon.circular-3d .cls-5 {
        fill: none;
    }

    svg.exagon.ar .ar {
        fill: #181818;
    }

    svg.exagon.telegram .telegram {
        stroke: none;
        fill: #181818;
    }

    svg.exagon.on-dark .background {
        fill: transparent;
        stroke: #fff;
    }

    svg.exagon.on-dark .foreground {
        stroke: #fff;
    }

        svg.exagon.on-dark .foreground.fill, svg.exagon.on-dark .foreground .fill, svg.exagon.on-dark .foreground text {
            fill: #fff;
        }

    svg.exagon.on-dark.ar .ar {
        fill: #fff;
        stroke: transparent;
    }

    svg.exagon.on-dark.telegram .telegram {
        fill: #fff;
    }

    svg.exagon.dark svg.exagon .background, svg.exagon.inverted svg.exagon .background {
        fill: #181818;
    }

    svg.exagon.dark svg.exagon .foreground, svg.exagon.inverted svg.exagon .foreground {
        stroke: #fff;
    }

        svg.exagon.dark svg.exagon.ar .ar, svg.exagon.dark svg.exagon .foreground.fill, svg.exagon.dark svg.exagon .foreground .fill, svg.exagon.dark svg.exagon .foreground text, svg.exagon.dark svg.exagon.telegram .telegram, svg.exagon.inverted svg.exagon.ar .ar, svg.exagon.inverted svg.exagon .foreground.fill, svg.exagon.inverted svg.exagon .foreground .fill, svg.exagon.inverted svg.exagon .foreground text, svg.exagon.inverted svg.exagon.telegram .telegram {
            fill: #fff;
        }

/*a[href], button {
    padding: 0;
    color: #202020;
}*/

    a[href].hover svg.exagon .background, a[href]:hover svg.exagon .background, button.hover svg.exagon .background, button:hover svg.exagon .background {
        fill: #181818;
    }

    a[href].hover svg.exagon .foreground, a[href]:hover svg.exagon .foreground, button.hover svg.exagon .foreground, button:hover svg.exagon .foreground {
        stroke: #fff;
    }

        a[href].hover svg.exagon.ar .ar, a[href].hover svg.exagon .foreground.fill, a[href].hover svg.exagon .foreground .fill, a[href].hover svg.exagon .foreground text, a[href].hover svg.exagon.on-dark .background, a[href].hover svg.exagon.telegram .telegram, a[href]:hover svg.exagon.ar .ar, a[href]:hover svg.exagon .foreground.fill, a[href]:hover svg.exagon .foreground .fill, a[href]:hover svg.exagon .foreground text, a[href]:hover svg.exagon.on-dark .background, a[href]:hover svg.exagon.telegram .telegram, button.hover svg.exagon.ar .ar, button.hover svg.exagon .foreground.fill, button.hover svg.exagon .foreground .fill, button.hover svg.exagon .foreground text, button.hover svg.exagon.on-dark .background, button.hover svg.exagon.telegram .telegram, button:hover svg.exagon.ar .ar, button:hover svg.exagon .foreground.fill, button:hover svg.exagon .foreground .fill, button:hover svg.exagon .foreground text, button:hover svg.exagon.on-dark .background, button:hover svg.exagon.telegram .telegram {
            fill: #fff;
        }

    a[href].hover svg.exagon.on-dark .foreground, a[href]:hover svg.exagon.on-dark .foreground, button.hover svg.exagon.on-dark .foreground, button:hover svg.exagon.on-dark .foreground {
        stroke: #181818;
    }

    a[href].hover svg.exagon.on-dark.fill, a[href].hover svg.exagon.on-dark .fill, a[href]:hover svg.exagon.on-dark.fill, a[href]:hover svg.exagon.on-dark .fill, button.hover svg.exagon.on-dark.fill, button.hover svg.exagon.on-dark .fill, button:hover svg.exagon.on-dark.fill, button:hover svg.exagon.on-dark .fill {
        fill: #181818;
    }

    a[href].hover svg.exagon.on-dark.ar .ar, a[href].hover svg.exagon.on-dark.telegram .telegram, a[href]:hover svg.exagon.on-dark.ar .ar, a[href]:hover svg.exagon.on-dark.telegram .telegram, button.hover svg.exagon.on-dark.ar .ar, button.hover svg.exagon.on-dark.telegram .telegram, button:hover svg.exagon.on-dark.ar .ar, button:hover svg.exagon.on-dark.telegram .telegram {
        fill: #fff;
    }

    a.on-dark svg.exagon .background, button.on-dark svg.exagon .background {
        fill: transparent;
        stroke: #222;
    }

    a.on-dark svg.exagon .foreground, button.on-dark svg.exagon .foreground {
        stroke: #222;
    }

        a.on-dark.hover svg.exagon .background, a.on-dark:hover svg.exagon .background, a.on-dark svg.exagon.ar .ar, a.on-dark svg.exagon .foreground.fill, a.on-dark svg.exagon .foreground .fill, a.on-dark svg.exagon .foreground text, a.on-dark svg.exagon.telegram .telegram, button.on-dark.hover svg.exagon .background, button.on-dark:hover svg.exagon .background, button.on-dark svg.exagon.ar .ar, button.on-dark svg.exagon .foreground.fill, button.on-dark svg.exagon .foreground .fill, button.on-dark svg.exagon .foreground text, button.on-dark svg.exagon.telegram .telegram {
            fill: #fff;
        }

    a.on-dark.hover svg.exagon .foreground, a.on-dark:hover svg.exagon .foreground, button.on-dark.hover svg.exagon .foreground, button.on-dark:hover svg.exagon .foreground {
        stroke: #181818;
    }

        a.dark svg.exagon .background, a.inverted svg.exagon .background, a.on-dark.hover svg.exagon.ar .ar, a.on-dark.hover svg.exagon.ar.telegram .telegram, a.on-dark.hover svg.exagon .foreground.fill, a.on-dark.hover svg.exagon .foreground .fill, a.on-dark.hover svg.exagon .foreground text, a.on-dark.hover svg.exagon.telegram .telegram, a.on-dark:hover svg.exagon.ar .ar, a.on-dark:hover svg.exagon.ar.telegram .telegram, a.on-dark:hover svg.exagon .foreground.fill, a.on-dark:hover svg.exagon .foreground .fill, a.on-dark:hover svg.exagon .foreground text, a.on-dark:hover svg.exagon.telegram .telegram, button.dark svg.exagon .background, button.inverted svg.exagon .background, button.on-dark.hover svg.exagon.ar .ar, button.on-dark.hover svg.exagon.ar.telegram .telegram, button.on-dark.hover svg.exagon .foreground.fill, button.on-dark.hover svg.exagon .foreground .fill, button.on-dark.hover svg.exagon .foreground text, button.on-dark.hover svg.exagon.telegram .telegram, button.on-dark:hover svg.exagon.ar .ar, button.on-dark:hover svg.exagon.ar.telegram .telegram, button.on-dark:hover svg.exagon .foreground.fill, button.on-dark:hover svg.exagon .foreground .fill, button.on-dark:hover svg.exagon .foreground text, button.on-dark:hover svg.exagon.telegram .telegram {
            fill: #181818;
        }

    a.dark svg.exagon .foreground, a.inverted svg.exagon .foreground, button.dark svg.exagon .foreground, button.inverted svg.exagon .foreground {
        stroke: #fff;
    }

        a.dark svg.exagon.ar .ar, a.dark svg.exagon .foreground.fill, a.dark svg.exagon .foreground .fill, a.dark svg.exagon .foreground text, a.inverted svg.exagon.ar .ar, a.inverted svg.exagon .foreground.fill, a.inverted svg.exagon .foreground .fill, a.inverted svg.exagon .foreground text, button.dark svg.exagon.ar .ar, button.dark svg.exagon .foreground.fill, button.dark svg.exagon .foreground .fill, button.dark svg.exagon .foreground text, button.inverted svg.exagon.ar .ar, button.inverted svg.exagon .foreground.fill, button.inverted svg.exagon .foreground .fill, button.inverted svg.exagon .foreground text {
            fill: #fff;
        }

    a.dark svg.exagon.telegram .telegram, a.inverted svg.exagon.telegram .telegram, button.dark svg.exagon.telegram .telegram, button.inverted svg.exagon.telegram .telegram {
        fill: #181818;
    }

    a.dark.hover svg.exagon .background, a.dark:hover svg.exagon .background, a.inverted.hover svg.exagon .background, a.inverted:hover svg.exagon .background, button.dark.hover svg.exagon .background, button.dark:hover svg.exagon .background, button.inverted.hover svg.exagon .background, button.inverted:hover svg.exagon .background {
        fill: #fff;
    }

    a.dark.hover svg.exagon .foreground, a.dark:hover svg.exagon .foreground, a.inverted.hover svg.exagon .foreground, a.inverted:hover svg.exagon .foreground, button.dark.hover svg.exagon .foreground, button.dark:hover svg.exagon .foreground, button.inverted.hover svg.exagon .foreground, button.inverted:hover svg.exagon .foreground {
        stroke: #181818;
    }

        a.dark.hover svg.exagon.ar .ar, a.dark.hover svg.exagon .foreground.fill, a.dark.hover svg.exagon .foreground .fill, a.dark.hover svg.exagon .foreground text, a.dark.hover svg.exagon.telegram .telegram, a.dark:hover svg.exagon.ar .ar, a.dark:hover svg.exagon .foreground.fill, a.dark:hover svg.exagon .foreground .fill, a.dark:hover svg.exagon .foreground text, a.dark:hover svg.exagon.telegram .telegram, a.inverted.hover svg.exagon.ar .ar, a.inverted.hover svg.exagon .foreground.fill, a.inverted.hover svg.exagon .foreground .fill, a.inverted.hover svg.exagon .foreground text, a.inverted.hover svg.exagon.telegram .telegram, a.inverted:hover svg.exagon.ar .ar, a.inverted:hover svg.exagon .foreground.fill, a.inverted:hover svg.exagon .foreground .fill, a.inverted:hover svg.exagon .foreground text, a.inverted:hover svg.exagon.telegram .telegram, button.dark.hover svg.exagon.ar .ar, button.dark.hover svg.exagon .foreground.fill, button.dark.hover svg.exagon .foreground .fill, button.dark.hover svg.exagon .foreground text, button.dark.hover svg.exagon.telegram .telegram, button.dark:hover svg.exagon.ar .ar, button.dark:hover svg.exagon .foreground.fill, button.dark:hover svg.exagon .foreground .fill, button.dark:hover svg.exagon .foreground text, button.dark:hover svg.exagon.telegram .telegram, button.inverted.hover svg.exagon.ar .ar, button.inverted.hover svg.exagon .foreground.fill, button.inverted.hover svg.exagon .foreground .fill, button.inverted.hover svg.exagon .foreground text, button.inverted.hover svg.exagon.telegram .telegram, button.inverted:hover svg.exagon.ar .ar, button.inverted:hover svg.exagon .foreground.fill, button.inverted:hover svg.exagon .foreground .fill, button.inverted:hover svg.exagon .foreground text, button.inverted:hover svg.exagon.telegram .telegram {
            fill: #181818;
        }

a:not([href]).hover svg.exagon .background, a:not([href]):hover svg.exagon .background {
    fill: transparent !important;
    stroke: #181818 !important;
}

a:not([href]).hover svg.exagon .foreground, a:not([href]):hover svg.exagon .foreground {
    stroke: #181818 !important;
    fill: none;
}

    a:not([href]).hover svg.exagon .foreground text, a:not([href]):hover svg.exagon .foreground text {
        fill: #202020 !important;
        stroke: none !important;
    }

        a:not([href]).hover svg.exagon .foreground text *, a:not([href]):hover svg.exagon .foreground text * {
            stroke: none !important;
        }

    a:not([href]).hover svg.exagon .foreground.fill, a:not([href]).hover svg.exagon .foreground .fill, a:not([href]):hover svg.exagon .foreground.fill, a:not([href]):hover svg.exagon .foreground .fill {
        fill: #202020 !important;
    }

body.modal-open {
    overflow: hidden !important;
}

.modal .modal-content {
    min-height: 100px;
    position: relative;
}

    .modal .modal-content .modal-header {
        border: none;
    }

        .modal .modal-content .modal-header .modal-title {
            border-bottom: 1px solid #000;
            font-size: 3rem;
            font-weight: lighter;
            text-transform: uppercase;
            width: 100%;
            padding-bottom: 1.5rem;
        }

    .modal .modal-content .modal-body {
        scroll-behavior: smooth;
    }

    .modal .modal-content button.close {
        position: absolute;
        top: 2rem;
        right: 2rem;
        opacity: .5;
        transition: opacity .3s ease-in-out;
    }

        .modal .modal-content button.close:hover {
            opacity: 1;
        }

.modal.dark .modal-content {
    background-color: #181818;
    color: #fff;
}

.modal-open #default-modal-mobile {
    overflow-y: hidden;
}

#default-modal-mobile .modal-dialog {
    margin: 0;
    height: 100%;
}

#default-modal-mobile .modal-header {
    background-color: #f5f5f5;
    padding: 16px 20px;
    align-items: center;
}

#default-modal-mobile .modal-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: .036rem;
    border-bottom: none;
    padding-bottom: 0;
}

#default-modal-mobile .modal-content {
    border: none;
    height: 100%;
}

    #default-modal-mobile .modal-content button.close {
        position: relative;
        padding: 0;
        margin: 0;
        top: -2px;
        right: 0;
        line-height: 1.56;
    }

#default-modal-mobile .modal-body {
    padding: 0;
    overflow-y: auto;
    height: 100%;
}

#default-modal-mobile .content-wrapper {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding: 20px;
}

    #default-modal-mobile .content-wrapper.loaded {
        opacity: 1;
    }

#language-chooser .modal-content .modal-body {
    text-align: center;
}

    #language-chooser .modal-content .modal-body a {
        display: block;
        text-transform: uppercase;
        color: #000;
        font-size: 1.6rem;
        text-decoration: none;
        padding: .5rem 0;
        transition: opacity .3s ease-in-out;
        opacity: .3;
    }

        #language-chooser .modal-content .modal-body a.active, #language-chooser .modal-content .modal-body a:hover {
            opacity: 1;
        }

@-webkit-keyframes width {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes width {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#site-search .modal-content .modal-body .search-bar.searching:after, .linear-spinner {
    -webkit-animation-name: width;
    animation-name: width;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#site-search .modal-content {
    padding-bottom: 3rem;
}

    #site-search .modal-content .modal-body .search-bar {
        position: relative;
        border-bottom: 1px solid #cbcbca;
    }

        #site-search .modal-content .modal-body .search-bar button {
            opacity: 1;
            transition: opacity .3s ease-in-out;
            background-color: #fff;
            border: none;
            font-size: 3rem;
        }

            #site-search .modal-content .modal-body .search-bar button [class^=icon-]:before {
                margin: 0;
            }

        #site-search .modal-content .modal-body .search-bar input {
            background-color: #fff;
            border: none;
            font-size: 2rem;
            padding: .5rem 1rem;
        }

            #site-search .modal-content .modal-body .search-bar input::-webkit-input-placeholder {
                color: #464646;
                font-style: italic;
            }

            #site-search .modal-content .modal-body .search-bar input:-ms-input-placeholder {
                color: #464646;
                font-style: italic;
            }

            #site-search .modal-content .modal-body .search-bar input::-moz-placeholder {
                color: #464646;
                font-style: italic;
            }

            #site-search .modal-content .modal-body .search-bar input::-ms-input-placeholder {
                color: #464646;
                font-style: italic;
            }

            #site-search .modal-content .modal-body .search-bar input::placeholder {
                color: #464646;
                font-style: italic;
            }

            #site-search .modal-content .modal-body .search-bar input:-ms-placeholder-shown + button {
                opacity: 0;
            }

            #site-search .modal-content .modal-body .search-bar input:placeholder-shown + button {
                opacity: 0;
            }

        #site-search .modal-content .modal-body .search-bar:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 1px;
            bottom: -1px;
            left: 50%;
            background-color: #000;
            transform: translateX(-50%);
        }

    #site-search .modal-content .modal-body .search-results {
        height: 0;
        overflow: hidden;
        transition: height .3s ease-in-out;
    }

        #site-search .modal-content .modal-body .search-results > .wrapper {
            padding-top: 3rem;
        }

        #site-search .modal-content .modal-body .search-results h3 {
            font-size: 1.6rem;
            font-weight: 300;
            text-align: center;
            margin-bottom: 2rem;
        }

        #site-search .modal-content .modal-body .search-results .no-results {
            display: none;
            text-align: center;
            font-size: 1.4rem;
            font-weight: 300;
        }

        #site-search .modal-content .modal-body .search-results .results:empty + .no-results {
            display: block;
        }

        #site-search .modal-content .modal-body .search-results .results {
            max-height: 55vh;
            overflow-y: auto;
        }

            #site-search .modal-content .modal-body .search-results .results ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #site-search .modal-content .modal-body .search-results .results ul > li a {
                    margin: 1rem 1rem 1rem 0;
                    padding: 2rem 1rem 2rem 2rem;
                    background-color: #f8f8f7;
                    text-transform: uppercase;
                    font-size: 1.8rem;
                    color: #000;
                    transition: color .3s ease-in-out, background-color .3s ease-in-out;
                }

                    #site-search .modal-content .modal-body .search-results .results ul > li a [class^=icon-] {
                        margin-left: 2rem;
                        font-size: 2rem;
                    }

                    #site-search .modal-content .modal-body .search-results .results ul > li a:hover {
                        background-color: #ecece9;
                        text-decoration: none;
                    }

#site-settings .modal-content .modal-body {
    padding: 2.1rem 6.5rem;
}

    #site-settings .modal-content .modal-body > div {
        text-align: center;
        padding: .5rem 0;
    }

        #site-settings .modal-content .modal-body > div button {
            font-size: 3.5rem;
            color: #000;
            opacity: .3;
            transition: opacity .3s ease-in-out;
        }

            #site-settings .modal-content .modal-body > div button:hover, html.animation-0 #site-settings button[data-html-class=animation-0], html.animation-1 #site-settings button[data-html-class=animation-1], html.contrast-0 #site-settings button[data-html-class=contrast-0], html.contrast-1 #site-settings button[data-html-class=contrast-1], html.text-size-0 #site-settings button[data-html-class=text-size-0], html.text-size-1 #site-settings button[data-html-class=text-size-1], html.text-size-2 #site-settings button[data-html-class=text-size-2], html.text-size-3 #site-settings button[data-html-class=text-size-3] {
                opacity: 1;
            }

.modal.full-screen, .modal.full-video {
    padding: 0 !important;
}

    .modal.full-screen .modal-dialog, .modal.full-video .modal-dialog {
        max-width: 100%;
        margin: 0;
        height: 100vh;
        width: 100%;
    }

    .modal.full-screen .modal-content, .modal.full-video .modal-content {
        position: relative;
        height: 100%;
    }

        .modal.full-screen .modal-content .modal-header, .modal.full-video .modal-content .modal-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1;
            background-color: transparent;
        }

            .modal.full-screen .modal-content .modal-header .close, .modal.full-video .modal-content .modal-header .close {
                padding: 0;
                margin: 0;
                width: 50px;
                height: 59px;
                opacity: 1;
            }

        .modal.full-screen .modal-content .modal-body, .modal.full-video .modal-content .modal-body {
            z-index: 0;
            padding: 0;
        }

            .modal.full-screen .modal-content .modal-body .full-video-player-wrapper, .modal.full-video .modal-content .modal-body .full-video-player-wrapper {
                width: 100%;
                height: 100%;
                background-color: #000;
                background-position: 50%;
                background-size: cover;
                background-repeat: no-repeat;
            }

@font-face {
    font-family: Roboto;
    src: url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Regular.woff) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Medium.woff) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Light.woff) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Bold.woff) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/global/fonts/Roboto-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

body, html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h2, h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.523rem;
}

p {
    font-size: 1rem;
    line-height: 1.9rem;
}
.my-custom-p-tag p { line-height: 2.8rem; 
}
.custom-mr-0 p{
    margin-top:0!important;
}
.my-custom-p-tag .ex-detail {
margin-bottom:25px;

}
* {
    outline: 0 !important;
}

html {
    transition: font-size .3s ease-in-out;
    font-size: 10px;
}

@media (min-width:768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:1025px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:1366px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:1600px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:1921px) {
    html {
        font-size: 11px;
    }
}

html.pagetextsize1, html.text-size-1 {
    font-size: 11px;
}

@media (min-width:768px) {
    html.pagetextsize1, html.text-size-1 {
        font-size: 11px;
    }
}

@media (min-width:1025px) {
    html.pagetextsize1, html.text-size-1 {
        font-size: 11px;
    }
}

@media (min-width:1366px) {
    html.pagetextsize1, html.text-size-1 {
        font-size: 11px;
    }
}

@media (min-width:1600px) {
    html.pagetextsize1, html.text-size-1 {
        font-size: 11px;
    }
}

@media (min-width:1921px) {
    html.pagetextsize1, html.text-size-1 {
        font-size: 12px;
    }
}

html.pagetextsize2, html.text-size-2 {
    font-size: 12px;
}

@media (min-width:768px) {
    html.pagetextsize2, html.text-size-2 {
        font-size: 12px;
    }
}

@media (min-width:1025px) {
    html.pagetextsize2, html.text-size-2 {
        font-size: 12px;
    }
}

@media (min-width:1366px) {
    html.pagetextsize2, html.text-size-2 {
        font-size: 12px;
    }
}

@media (min-width:1600px) {
    html.pagetextsize2, html.text-size-2 {
        font-size: 12px;
    }
}

@media (min-width:1921px) {
    html.pagetextsize2, html.text-size-2 {
        font-size: 13px;
    }
}

html.pagetextsize3, html.text-size-3 {
    font-size: 13px;
}

@media (min-width:768px) {
    html.pagetextsize3, html.text-size-3 {
        font-size: 13px;
    }
}

@media (min-width:1025px) {
    html.pagetextsize3, html.text-size-3 {
        font-size: 13px;
    }
}

@media (min-width:1366px) {
    html.pagetextsize3, html.text-size-3 {
        font-size: 13px;
    }
}

@media (min-width:1600px) {
    html.pagetextsize3, html.text-size-3 {
        font-size: 13px;
    }
}

@media (min-width:1921px) {
    html.pagetextsize3, html.text-size-3 {
        font-size: 14px;
    }
}

button {
    background-color: transparent;
    border: none;
}

.accordion {
    height: 0;
    overflow-y: hidden;
    transition: height .3s ease-in-out;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

    img.desktop {
        display: inline-block;
    }

    img.mobile {
        display: none;
    }

@media (max-width:767.98px) {
    img.desktop {
        display: none;
    }

    img.mobile {
        display: inline-block;
    }
}

.texts-wrapper {
    position: relative;
    text-align: left;
}

    .texts-wrapper img {
        margin-top: 3rem;
        max-height: 3.2rem;
        width: auto;
    }

    .texts-wrapper p {
        margin-top: 2.2rem;
        text-align: justify;
    }

    .texts-wrapper .links {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .texts-wrapper .links .row > div:nth-of-type(2n) {
            padding-left: 0;
        }

        .texts-wrapper .links .icon-button {
            margin-bottom: 4rem;
            display: flex;
            align-items: center;
        }

            .texts-wrapper .links .icon-button svg {
                width: 5rem;
                height: 5rem;
            }

            .texts-wrapper .links .icon-button .title {
                padding-left: 2rem;
                text-align: left;
            }

                .texts-wrapper .links .icon-button .title .primary, .texts-wrapper .links .icon-button .title .secondary, .texts-wrapper .links .icon-button .title span {
                    display: block;
                    color: #181818;
                }

                .texts-wrapper .links .icon-button .title span {
                    font-size: 1.6rem;
                    font-weight: 300;
                    max-width: 12rem;
                }

                .texts-wrapper .links .icon-button .title .primary {
                    text-transform: uppercase;
                    font-size: 1.4rem;
                    font-weight: 400;
                    max-width: 100%;
                }

                .texts-wrapper .links .icon-button .title .secondary {
                    font-size: 3.6rem;
                    font-weight: 300;
                    max-width: 100%;
                    line-height: 1.25;
                }

            .texts-wrapper .links .icon-button.circular-3d .title .primary {
                text-transform: unset;
            }

@media (max-width:1365.98px) {
    .multi > .texts-wrapper {
        margin-top: 6rem;
    }
}

.multi > .texts-wrapper + .texts-wrapper {
    margin-top: 10rem;
}

@media (max-width:1365.98px) {
    .multi > .texts-wrapper + .texts-wrapper {
        margin-top: 6rem;
    }
}

.no-drop .texts-wrapper .links .mobile a {
    margin-bottom: 1rem;
}

.mobile .texts-wrapper {
    position: relative;
}

    .mobile .texts-wrapper h2 {
        margin-top: 3rem;
    }

    .mobile .texts-wrapper p {
        /*margin-bottom:3rem*/
        margin-bottom: 1.5rem;
    }

    .mobile .texts-wrapper .links {
        margin-top: 3rem;
    }

        .mobile .texts-wrapper .links .row + .row {
            margin-top: 2rem;
        }

a:hover, button:hover {
    text-decoration: none;
}

a.model, button.model {
    position: relative;
    padding: 1.8rem .75rem 1.5rem;
    border-bottom: 1px solid #cbcbca;
    display: flex;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    line-height: 2rem;
    font-weight: 500;
}

    a.model:focus, button.model:focus {
        color: #000;
    }

    .dark a.model, .dark button.model, a.model.on-dark, button.model.on-dark {
        color: #fff;
    }

@media (max-width:1024.98px) {
    a.model, button.model {
        display: block;
        text-align: center;
        width: 100%;
        /*padding:1.5rem;*/
        border: 1px solid #cbcbca;
        transition: border-color .3s ease-in-out;
    }
}

@media (min-width:1025px) {
    a.model:before, button.model:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1px;
        width: 0;
        transition: width .3s ease-in-out;
        background: #000;
    }

    .dark a.model:before, .dark button.model:before, a.model.on-dark:before, button.model.on-dark:before {
        background: #fff;
    }

    a.model:hover:before, button.model:hover:before {
        width: 100%;
    }
}

a.model.muted, button.model.muted {
    opacity: .3;
}

    a.model.muted:hover:before, button.model.muted:hover:before {
        width: 0;
    }

a.boxed, button.boxed {
    padding: 1.5rem;
    text-align: center;
    width: 100%;
    min-width: 21.5rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: .064rem;
    color: #202020;
    border: 1px solid #d0d0d0;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

    a.boxed.dark, a.boxed[href]:hover, button.boxed.dark, button.boxed[href]:hover {
        color: #fff;
        background-color: #202020;
        border: 1px solid #202020;
    }

        a.boxed.dark[href]:hover, button.boxed.dark[href]:hover {
            color: #202020 !important;
            background-color: #fff;
        }

@media (min-width:768px) {
    a.boxed, button.boxed {
        width: auto;
    }

        a.boxed + .boxed, button.boxed + .boxed {
            margin-left: 1rem;
        }
}

.dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after {
    display: none;
}

.dropdown .dropdown-toggle svg, .dropup .dropdown-toggle svg {
    margin-top: -2px;
    margin-left: 1.6rem;
    width: 1.6rem;
    transform-origin: center center;
    transition: transform .3s ease-in-out;
}

    .dropdown .dropdown-toggle svg path, .dropup .dropdown-toggle svg path {
        transition: stroke .3s ease-in-out;
    }

.dropdown .dropdown-menu, .dropup .dropdown-menu {
    width: 100%;
    padding: 0;
    margin-top: -1px;
    border: none;
}

    .dropdown .dropdown-menu a + a, .dropup .dropdown-menu a + a {
        margin-top: -1px;
    }

.dropdown .dropdown-item:hover, .dropup .dropdown-item:hover {
    background-color: transparent;
}

.dropdown.show .dropdown-toggle svg, .dropup.show .dropdown-toggle svg {
    transform: rotate(180deg);
}

.with-icon svg.exagon {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
}

.with-icon .title {
    margin: .3rem 0 0 3rem;
}

    .with-icon .title .primary, .with-icon .title .secondary {
        color: #000;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.44;
        letter-spacing: .032rem;
    }

a:not(.logo):not([href]) {
    /*opacity:.3*/
}

#breadcrumbs {
    position: absolute;
    z-index: 1010;
    top: 11.5rem;
    left: 8.33333%;
    text-transform: uppercase;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-out, visibility .5s ease-out;
    transition-delay: .5s;
}

    #breadcrumbs.hidden {
        opacity: 0;
        visibility: hidden;
    }

    #breadcrumbs ol {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    #breadcrumbs a {
        color: #fff;
        font-weight: 300;
        font-size: 1.28rem;
    }

        #breadcrumbs a, #breadcrumbs a:hover {
            text-decoration: none;
        }

    #breadcrumbs li > span {
        font-size: 1.28rem;
        color: #fff;
        font-weight: 500;
    }

    #breadcrumbs li:before {
        font-weight: 300;
        font-size: 1.28rem;
        color: #fff;
    }

@media (min-width:1366px) {
    #breadcrumbs {
        top: 12.5rem;
    }
}

@media (min-width:1600px) {
    #breadcrumbs {
        top: 15rem;
    }
}


#page {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
}

#page2 {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    top: 94px;
}

#page1 {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    /*	top:94px;*/
}

.dialog-off-canvas-main-canvas {
    overflow-x: hidden;
    overflow-y: hidden;
}

:root {
    --vh:1vh;
    --vh-no-ce:1vh;
}

.m-6, .mt-6 {
    margin-top: 6rem !important;
}

.m-6, .mb-6 {
    margin-bottom: 6rem !important;
}

.m-6-neg, .mt-6-neg {
    margin-top: -6rem !important;
}

.m-6-neg, .mb-6-neg {
    margin-bottom: -6rem !important;
}

.m-10, .mt-10 {
    margin-top: 10rem !important;
}

.m-10, .mb-10 {
    margin-bottom: 10rem !important;
}

.m-10-neg, .mt-10-neg {
    margin-top: -10rem !important;
}

.m-10-neg, .mb-10-neg {
    margin-bottom: -10rem !important;
}

.m-12, .mt-12 {
    margin-top: 12rem !important;
}

.m-12, .mb-12 {
    margin-bottom: 12rem !important;
}

.m-12-neg, .mt-12-neg {
    margin-top: -12rem !important;
}

.m-12-neg, .mb-12-neg {
    margin-bottom: -12rem !important;
}

.p-6, .pt-6 {
    padding-top: 6rem !important;
}

.p-6, .pb-6 {
    padding-bottom: 6rem !important;
}

.p-10, .pt-10 {
    padding-top: 10rem !important;
}

.p-10, .pb-10 {
    padding-bottom: 10rem !important;
}

.p-12, .pt-12 {
    padding-top: 12rem !important;
}

.p-12, .pb-12 {
    padding-bottom: 12rem !important;
}

.fl-form ::-webkit-input-placeholder {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: .36px;
    color: #181818;
}

.fl-form :-ms-input-placeholder {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: .36px;
    color: #181818;
}

.fl-form ::-moz-placeholder {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: .36px;
    color: #181818;
}

.fl-form ::-ms-input-placeholder {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: .36px;
    color: #181818;
}

.fl-form ::placeholder {
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.56;
    letter-spacing: .36px;
    color: #181818;
}

.fl-form .input-text {
    position: relative;
    width: 100%;
    height: 6.6rem;
    border: none;
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    margin-top: 3rem;
}

    .fl-form .input-text > span {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        display: block;
        background-color: #181818;
        transition: width .3s ease-out, background-color .3s ease-out;
    }

    .fl-form .input-text > .buttons {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: #fff;
    }

        .fl-form .input-text > .buttons button {
            padding: 1rem;
        }

            .fl-form .input-text > .buttons button span {
                font-family: Roboto;
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.36;
                letter-spacing: .56px;
                text-transform: uppercase;
                background-color: transparent;
            }

            .fl-form .input-text > .buttons button + button {
                margin-left: 1rem;
            }

    .fl-form .input-text div.value, .fl-form .input-text label {
        overflow: hidden;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.9rem;
        font-family: Roboto;
        font-size: 1.8rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: italic;
        line-height: 1.56;
        letter-spacing: .36px;
        color: #181818;
        white-space: nowrap;
    }

    .fl-form .input-text div.value {
        font-style: normal;
        color: #181818;
    }

    .fl-form .input-text input {
        width: 100%;
        padding: 1.9rem;
        border: none;
        outline: 0;
        background-color: transparent;
        font-family: Roboto;
        font-size: 1.8rem;
        font-weight: 300;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: .36px;
    }

        .fl-form .input-text input:focus + span, .fl-form .input-text input:hover:not([disabled]) + span {
            width: 100%;
        }

        .fl-form .input-text input.invalid + span {
            background-color: #b00;
            width: 100%;
        }

        .fl-form .input-text input.not-empty ~ .buttons > .input-reset {
            opacity: 1;
            visibility: visible;
        }

        .fl-form .input-text input[type=file] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

.fl-form input:-webkit-autofill, .fl-form input:-webkit-autofill:focus, .fl-form input:-webkit-autofill:hover, .fl-form select:-webkit-autofill, .fl-form select:-webkit-autofill:focus, .fl-form select:-webkit-autofill:hover, .fl-form textarea:-webkit-autofill, .fl-form textarea:-webkit-autofill:focus, .fl-form textarea:-webkit-autofill:hover {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #181818 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

html {
    scroll-behavior: smooth;
}

.desktop {
    display: inherit;
}

.mobile {
    display: none;
}

@media (max-width:1024.98px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: inherit;
    }

    .mobile-slider {
        display: block !important;
    }
}

body {
    width: 100%;
    overflow-x: hidden;
}

.close, .close:hover {
    opacity: 1 !important;
}

.align-items-center > * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.invisible {
    display: inline-block;
    height: 0 !important;
    width: 0 !important;
}

html.ie .circular-3d, html.ie .circular-3d + .title, html.ie .no-ie, html:not(.ie) .ie {
    display: none !important;
}

.drag3d-player {
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

    .drag3d-player > div {
        width: 100% !important;
        height: 100% !important;
    }

    .drag3d-player img {
        height: auto !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

#modal-3d-viewer .modal-content {
    border: none;
}

#modal-3d-viewer button.close svg.exagon {
    width: 47px;
    height: 54px;
}

.pano-container {
    background-color: #000;
    text-align: left;
    position: relative;
}

    .pano-container, .pano-container .pano {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

        .pano-container .pano {
            position: absolute;
            top: 0;
            left: 0;
        }

        .pano-container .controls {
            position: absolute;
            top: 50%;
            right: 4rem;
            transform: translateY(-50%);
        }

            .pano-container .controls > div {
                font-size: 1.4rem;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.36;
                letter-spacing: .042rem;
                text-align: center;
                color: #fff;
                margin-bottom: .5rem;
            }

            .pano-container .controls button {
                margin: .5rem 0;
            }

                .pano-container .controls button svg.exagon {
                    width: 47px;
                    height: 54px;
                }

@media (max-width:767.98px) {
    .pano-container .controls {
        right: 2rem;
    }
}

.viewer-3d .close-section {
    position: relative;
    z-index: 2;
    background-color: #f8f8f7;
    height: 17.2rem;
}

    .viewer-3d .close-section button {
        position: relative;
    }

        .viewer-3d .close-section button svg {
            width: 5rem;
            height: 5rem;
        }

@media (max-width:1024.98px) {
    .viewer-3d .close-section {
        height: 0;
    }

        .viewer-3d .close-section button {
            position: absolute;
            top: 4rem;
            right: 4rem;
        }

            .viewer-3d .close-section button svg .hover-element path {
                fill: transparent;
                stroke: #fff;
                stroke-width: 1.5;
            }

            .viewer-3d .close-section button svg .foreground .close {
                color: #fff;
                stroke-width: 1.5;
            }

            .viewer-3d .close-section button:hover svg .hover-element path {
                fill: #fff;
            }

            .viewer-3d .close-section button:hover svg .foreground .close {
                color: #000;
            }
}

@media (max-width:767.98px) {
    .viewer-3d .close-section button {
        top: 2rem;
        right: 2rem;
    }
}

.viewer-3d .drag3d-player, .viewer-3d .pano-container {
    width: 100%;
    height: 73vh !important;
}

.viewer-3d .interior {
    display: none;
}

    .viewer-3d .interior.show {
        display: block;
    }

.viewer-3d .exterior {
    display: none;
    height: 73vh;
    overflow: hidden;
    align-items: center;
}

    .viewer-3d .exterior.show {
        display: flex;
    }

.viewer-3d .exterior, .viewer-3d .interior {
    position: relative;
    z-index: 1;
}

.viewer-3d .options {
    position: absolute;
    left: 50%;
    bottom: 4rem;
    transform: translateX(-50%);
    z-index: 1010;
}

    .viewer-3d .options .boxed {
        vertical-align: top;
        color: #000;
        background-color: #fff;
    }

        .viewer-3d .options .boxed:hover {
            background-color: #000;
            color: #fff;
        }

        .viewer-3d .options .boxed.other {
            border: 1px solid #d0d0d0;
            background-color: transparent;
            color: #fff;
        }

            .viewer-3d .options .boxed.other:hover {
                background-color: #000;
            }

        .viewer-3d .options .boxed + .boxed {
            margin-left: 1rem;
        }

    .viewer-3d .options .dropup.scene-list {
        vertical-align: top;
        display: inline-block;
        line-height: 1.31;
    }

        .viewer-3d .options .dropup.scene-list > button {
            background-color: #fff;
        }

            .viewer-3d .options .dropup.scene-list > button.dark {
                background-color: #000;
                color: #fff;
                border-color: #000;
            }

            .viewer-3d .options .dropup.scene-list > button span {
                text-transform: uppercase;
                margin-right: .5rem;
            }

            .viewer-3d .options .dropup.scene-list > button svg {
                width: 1.6rem;
                height: 1.6rem;
                line-height: 0;
            }

                .viewer-3d .options .dropup.scene-list > button svg path {
                    transition: stroke .3s ease-in-out;
                }

            .viewer-3d .options .dropup.scene-list > button:hover {
                background-color: #000;
                color: #fff;
                border-color: #000;
            }

                .viewer-3d .options .dropup.scene-list > button:hover svg path {
                    stroke: #fff;
                }

        .viewer-3d .options .dropup.scene-list > .dropdown-menu .boxed + .boxed {
            margin-left: 0;
            border-top: 0;
        }

        .viewer-3d .options .dropup.scene-list + button {
            margin-left: 1rem;
        }

    .viewer-3d .options #scene-list-toggle {
        height: 52px;
    }

@media (max-width:767.98px) {
    .viewer-3d .options #scene-list-toggle {
        height: 47px;
    }
}

@media (max-width:1024.98px) {
    .viewer-3d .options {
        width: 100%;
        text-align: center;
    }

        .viewer-3d .options .boxed {
            width: auto;
            min-width: 160px;
        }

        .viewer-3d .options .dropdown-menu .dropdown-item {
            max-width: 100%;
            width: 100%;
        }
}

@media (max-width:767.98px) {
    .viewer-3d .options {
        bottom: 2rem;
    }

        .viewer-3d .options .boxed {
            min-width: 150px;
            font-size: 1.5rem;
            padding: 1.3rem;
        }
}

#modal-3d-viewer {
    overflow: hidden;
}

    #modal-3d-viewer .modal-header {
        padding: 0;
    }

        #modal-3d-viewer .modal-header .close {
            top: 4rem;
            right: 2rem;
        }

    #modal-3d-viewer .viewer-3d {
        height: 100%;
    }

        #modal-3d-viewer .viewer-3d .interior .pano-container {
            width: 100% !important;
            height: 100vh !important;
        }

        #modal-3d-viewer .viewer-3d .exterior {
            height: 100vh;
        }

            #modal-3d-viewer .viewer-3d .exterior .drag3d-player {
                padding: 0;
                width: 100% !important;
                height: 100vh !important;
            }

@media (max-width:1024.98px) {
    #modal-3d-viewer .modal-header .close {
        top: 1rem;
        right: 1rem;
    }
}

.emissions-banner {
    background-color: rgba(0, 0, 0, .9);
    padding: .5rem;
    color: #fff;
    font-size: 1.2rem;
}

    .emissions-banner p {
        margin: 0;
    }
/*footer {
	position:relative;
	z-index:99;
	background-color:#181818;
	color:#fff
}
footer .content {
	padding:6rem 0
}*/
@media (max-width:1599.98px) {
    /*footer .content {
padding:5rem 4rem
}*/
}

@media (max-width:1365.98px) {
    /*footer .content {
padding:5rem 2rem
}*/
}

@media (max-width:1024.98px) {
    /*footer .content {
padding:4rem 0 7rem
}*/
}
/*footer ul {
	margin:0;
	padding:0;
	list-style:none
}
footer ul>li {
	margin:0;
	padding:0;
	display:inline-block
}
footer a {
	color:#fff;
	font-size:1.6rem;
	line-height:2;
	white-space:nowrap
}
footer a:hover {
	color:#fff;
	text-decoration:none
}*/
@media (max-width:1365.98px) {
    /*footer .logo {
margin-right:2rem
}*/
}

@media (min-width:1366px) {
    /*footer .logo {
margin-right:5rem
}*/
}
/*footer .logo img {
	min-width:4.5rem;
	max-width:6rem
}
footer .body {
	max-width:90%;
	font-size:1.4rem;
	background-color:transparent;
	margin:0
}*/
@media (min-width:1025px) {
    /*footer .social {
padding-left:2rem
}*/
}

@media (min-width:1366px) {
    /*footer .social {
white-space:nowrap;
padding-left:5rem
}*/
}
/*footer .social a {
	font-size:1.8rem;
	line-height:2;
	margin:0 2rem 0 0
}
footer .social a svg {
	position:relative;
	width:1.8rem;
	height:1.8rem;
	margin-top:-2px
}*/
@media (max-width:1024.98px) {
    /*footer .social a {
font-size:3rem
}
footer .social a svg {
width:3rem;
height:3rem
}*/
}

@font-face {
    font-family: FontAwesome;
    src: url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format("embedded-opentype"), url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(/themes/custom/lambo_facelift_2019/libraries/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    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.33333em;
    line-height: .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.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    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: "ï€€";
}

.fa-music:before {
    content: "ï€";
}

.fa-search:before {
    content: "ï€‚";
}

.fa-envelope-o:before {
    content: "ï€ƒ";
}

.fa-heart:before {
    content: "ï€„";
}

.fa-star:before {
    content: "ï€…";
}

.fa-star-o:before {
    content: "ï€†";
}

.fa-user:before {
    content: "ï€‡";
}

.fa-film:before {
    content: "ï€ˆ";
}

.fa-th-large:before {
    content: "ï€‰";
}

.fa-th:before {
    content: "ï€Š";
}

.fa-th-list:before {
    content: "ï€‹";
}

.fa-check:before {
    content: "ï€Œ";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "ï€";
}

.fa-search-plus:before {
    content: "ï€Ž";
}

.fa-search-minus:before {
    content: "ï€";
}

.fa-power-off:before {
    content: "ï€‘";
}

.fa-signal:before {
    content: "ï€’";
}

.fa-cog:before, .fa-gear:before {
    content: "ï€“";
}

.fa-trash-o:before {
    content: "ï€”";
}

.fa-home:before {
    content: "ï€•";
}

.fa-file-o:before {
    content: "ï€–";
}

.fa-clock-o:before {
    content: "ï€—";
}

.fa-road:before {
    content: "ï€˜";
}

.fa-download:before {
    content: "ï€™";
}

.fa-arrow-circle-o-down:before {
    content: "ï€š";
}

.fa-arrow-circle-o-up:before {
    content: "ï€›";
}

.fa-inbox:before {
    content: "ï€œ";
}

.fa-play-circle-o:before {
    content: "ï€";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "ï€ž";
}

.fa-refresh:before {
    content: "ï€¡";
}

.fa-list-alt:before {
    content: "ï€¢";
}

.fa-lock:before {
    content: "ï€£";
}

.fa-flag:before {
    content: "ï€¤";
}

.fa-headphones:before {
    content: "ï€¥";
}

.fa-volume-off:before {
    content: "ï€¦";
}

.fa-volume-down:before {
    content: "ï€§";
}

.fa-volume-up:before {
    content: "ï€¨";
}

.fa-qrcode:before {
    content: "ï€©";
}

.fa-barcode:before {
    content: "ï€ª";
}

.fa-tag:before {
    content: "ï€«";
}

.fa-tags:before {
    content: "ï€¬";
}

.fa-book:before {
    content: "ï€­";
}

.fa-bookmark:before {
    content: "ï€®";
}

.fa-print:before {
    content: "ï€¯";
}

.fa-camera:before {
    content: "ï€°";
}

.fa-font:before {
    content: "ï€±";
}

.fa-bold:before {
    content: "ï€²";
}

.fa-italic:before {
    content: "ï€³";
}

.fa-text-height:before {
    content: "ï€´";
}

.fa-text-width:before {
    content: "ï€µ";
}

.fa-align-left:before {
    content: "ï€¶";
}

.fa-align-center:before {
    content: "ï€·";
}

.fa-align-right:before {
    content: "ï€¸";
}

.fa-align-justify:before {
    content: "ï€¹";
}

.fa-list:before {
    content: "ï€º";
}

.fa-dedent:before, .fa-outdent:before {
    content: "ï€»";
}

.fa-indent:before {
    content: "ï€¼";
}

.fa-video-camera:before {
    content: "ï€½";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "ï€¾";
}

.fa-pencil:before {
    content: "ï€";
}

.fa-map-marker:before {
    content: "ï";
}

.fa-adjust:before {
    content: "ï‚";
}

.fa-tint:before {
    content: "ïƒ";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "ï„";
}

.fa-share-square-o:before {
    content: "ï…";
}

.fa-check-square-o:before {
    content: "ï†";
}

.fa-arrows:before {
    content: "ï‡";
}

.fa-step-backward:before {
    content: "ïˆ";
}

.fa-fast-backward:before {
    content: "ï‰";
}

.fa-backward:before {
    content: "ïŠ";
}

.fa-play:before {
    content: "ï‹";
}

.fa-pause:before {
    content: "ïŒ";
}

.fa-stop:before {
    content: "ï";
}

.fa-forward:before {
    content: "ïŽ";
}

.fa-fast-forward:before {
    content: "ï";
}

.fa-step-forward:before {
    content: "ï‘";
}

.fa-eject:before {
    content: "ï’";
}

.fa-chevron-left:before {
    content: "ï“";
}

.fa-chevron-right:before {
    content: "ï”";
}

.fa-plus-circle:before {
    content: "ï•";
}

.fa-minus-circle:before {
    content: "ï–";
}

.fa-times-circle:before {
    content: "ï—";
}

.fa-check-circle:before {
    content: "ï˜";
}

.fa-question-circle:before {
    content: "ï™";
}

.fa-info-circle:before {
    content: "ïš";
}

.fa-crosshairs:before {
    content: "ï›";
}

.fa-times-circle-o:before {
    content: "ïœ";
}

.fa-check-circle-o:before {
    content: "ï";
}

.fa-ban:before {
    content: "ïž";
}

.fa-arrow-left:before {
    content: "ï ";
}

.fa-arrow-right:before {
    content: "ï¡";
}

.fa-arrow-up:before {
    content: "ï¢";
}

.fa-arrow-down:before {
    content: "ï£";
}

.fa-mail-forward:before, .fa-share:before {
    content: "ï¤";
}

.fa-expand:before {
    content: "ï¥";
}

.fa-compress:before {
    content: "ï¦";
}

.fa-plus:before {
    content: "ï§";
}

.fa-minus:before {
    content: "ï¨";
}

.fa-asterisk:before {
    content: "ï©";
}

.fa-exclamation-circle:before {
    content: "ïª";
}

.fa-gift:before {
    content: "ï«";
}

.fa-leaf:before {
    content: "ï¬";
}

.fa-fire:before {
    content: "ï­";
}

.fa-eye:before {
    content: "ï®";
}

.fa-eye-slash:before {
    content: "ï°";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "ï±";
}

.fa-plane:before {
    content: "ï²";
}

.fa-calendar:before {
    content: "ï³";
}

.fa-random:before {
    content: "ï´";
}

.fa-comment:before {
    content: "ïµ";
}

.fa-magnet:before {
    content: "ï¶";
}

.fa-chevron-up:before {
    content: "ï·";
}

.fa-chevron-down:before {
    content: "ï¸";
}

.fa-retweet:before {
    content: "ï¹";
}

.fa-shopping-cart:before {
    content: "ïº";
}

.fa-folder:before {
    content: "ï»";
}

.fa-folder-open:before {
    content: "ï¼";
}

.fa-arrows-v:before {
    content: "ï½";
}

.fa-arrows-h:before {
    content: "ï¾";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "ï‚€";
}

.fa-twitter-square:before {
    content: "ï‚";
}

.fa-facebook-square:before {
    content: "ï‚‚";
}

.fa-camera-retro:before {
    content: "ï‚ƒ";
}

.fa-key:before {
    content: "ï‚„";
}

.fa-cogs:before, .fa-gears:before {
    content: "ï‚…";
}

.fa-comments:before {
    content: "ï‚†";
}

.fa-thumbs-o-up:before {
    content: "ï‚‡";
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ";
}

.fa-star-half:before {
    content: "ï‚‰";
}

.fa-heart-o:before {
    content: "ï‚Š";
}

.fa-sign-out:before {
    content: "ï‚‹";
}

.fa-linkedin-square:before {
    content: "ï‚Œ";
}

.fa-thumb-tack:before {
    content: "ï‚";
}

.fa-external-link:before {
    content: "ï‚Ž";
}

.fa-sign-in:before {
    content: "ï‚";
}

.fa-trophy:before {
    content: "ï‚‘";
}

.fa-github-square:before {
    content: "ï‚’";
}

.fa-upload:before {
    content: "ï‚“";
}

.fa-lemon-o:before {
    content: "ï‚”";
}

.fa-phone:before {
    content: "ï‚•";
}

.fa-square-o:before {
    content: "ï‚–";
}

.fa-bookmark-o:before {
    content: "ï‚—";
}

.fa-phone-square:before {
    content: "ï‚˜";
}

.fa-twitter:before {
    content: "ï‚™";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "ï‚š";
}

.fa-github:before {
    content: "ï‚›";
}

.fa-unlock:before {
    content: "ï‚œ";
}

.fa-credit-card:before {
    content: "ï‚";
}

.fa-feed:before, .fa-rss:before {
    content: "ï‚ž";
}

.fa-hdd-o:before {
    content: "ï‚ ";
}

.fa-bullhorn:before {
    content: "ï‚¡";
}

.fa-bell:before {
    content: "ïƒ³";
}

.fa-certificate:before {
    content: "ï‚£";
}

.fa-hand-o-right:before {
    content: "ï‚¤";
}

.fa-hand-o-left:before {
    content: "ï‚¥";
}

.fa-hand-o-up:before {
    content: "ï‚¦";
}

.fa-hand-o-down:before {
    content: "ï‚§";
}

.fa-arrow-circle-left:before {
    content: "ï‚¨";
}

.fa-arrow-circle-right:before {
    content: "ï‚©";
}

.fa-arrow-circle-up:before {
    content: "ï‚ª";
}

.fa-arrow-circle-down:before {
    content: "ï‚«";
}

.fa-globe:before {
    content: "ï‚¬";
}

.fa-wrench:before {
    content: "ï‚­";
}

.fa-tasks:before {
    content: "ï‚®";
}

.fa-filter:before {
    content: "ï‚°";
}

.fa-briefcase:before {
    content: "ï‚±";
}

.fa-arrows-alt:before {
    content: "ï‚²";
}

.fa-group:before, .fa-users:before {
    content: "ïƒ€";
}

.fa-chain:before, .fa-link:before {
    content: "ïƒ";
}

.fa-cloud:before {
    content: "ïƒ‚";
}

.fa-flask:before {
    content: "ïƒƒ";
}

.fa-cut:before, .fa-scissors:before {
    content: "ïƒ„";
}

.fa-copy:before, .fa-files-o:before {
    content: "ïƒ…";
}

.fa-paperclip:before {
    content: "ïƒ†";
}

.fa-floppy-o:before, .fa-save:before {
    content: "ïƒ‡";
}

.fa-square:before {
    content: "ïƒˆ";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "ïƒ‰";
}

.fa-list-ul:before {
    content: "ïƒŠ";
}

.fa-list-ol:before {
    content: "ïƒ‹";
}

.fa-strikethrough:before {
    content: "ïƒŒ";
}

.fa-underline:before {
    content: "ïƒ";
}

.fa-table:before {
    content: "ïƒŽ";
}

.fa-magic:before {
    content: "ïƒ";
}

.fa-truck:before {
    content: "ïƒ‘";
}

.fa-pinterest:before {
    content: "ïƒ’";
}

.fa-pinterest-square:before {
    content: "ïƒ“";
}

.fa-google-plus-square:before {
    content: "ïƒ”";
}

.fa-google-plus:before {
    content: "ïƒ•";
}

.fa-money:before {
    content: "ïƒ–";
}

.fa-caret-down:before {
    content: "ïƒ—";
}

.fa-caret-up:before {
    content: "ïƒ˜";
}

.fa-caret-left:before {
    content: "ïƒ™";
}

.fa-caret-right:before {
    content: "ïƒš";
}

.fa-columns:before {
    content: "ïƒ›";
}

.fa-sort:before, .fa-unsorted:before {
    content: "ïƒœ";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "ïƒ";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "ïƒž";
}

.fa-envelope:before {
    content: "ïƒ ";
}

.fa-linkedin:before {
    content: "ïƒ¡";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "ïƒ¢";
}

.fa-gavel:before, .fa-legal:before {
    content: "ïƒ£";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "ïƒ¤";
}

.fa-comment-o:before {
    content: "ïƒ¥";
}

.fa-comments-o:before {
    content: "ïƒ¦";
}

.fa-bolt:before, .fa-flash:before {
    content: "ïƒ§";
}

.fa-sitemap:before {
    content: "ïƒ¨";
}

.fa-umbrella:before {
    content: "ïƒ©";
}

.fa-clipboard:before, .fa-paste:before {
    content: "ïƒª";
}

.fa-lightbulb-o:before {
    content: "ïƒ«";
}

.fa-exchange:before {
    content: "ïƒ¬";
}

.fa-cloud-download:before {
    content: "ïƒ­";
}

.fa-cloud-upload:before {
    content: "ïƒ®";
}

.fa-user-md:before {
    content: "ïƒ°";
}

.fa-stethoscope:before {
    content: "ïƒ±";
}

.fa-suitcase:before {
    content: "ïƒ²";
}

.fa-bell-o:before {
    content: "ï‚¢";
}

.fa-coffee:before {
    content: "ïƒ´";
}

.fa-cutlery:before {
    content: "ïƒµ";
}

.fa-file-text-o:before {
    content: "ïƒ¶";
}

.fa-building-o:before {
    content: "ïƒ·";
}

.fa-hospital-o:before {
    content: "ïƒ¸";
}

.fa-ambulance:before {
    content: "ïƒ¹";
}

.fa-medkit:before {
    content: "ïƒº";
}

.fa-fighter-jet:before {
    content: "ïƒ»";
}

.fa-beer:before {
    content: "ïƒ¼";
}

.fa-h-square:before {
    content: "ïƒ½";
}

.fa-plus-square:before {
    content: "ïƒ¾";
}

.fa-angle-double-left:before {
    content: "ï„€";
}

.fa-angle-double-right:before {
    content: "ï„";
}

.fa-angle-double-up:before {
    content: "ï„‚";
}

.fa-angle-double-down:before {
    content: "ï„ƒ";
}

.fa-angle-left:before {
    content: "ï„„";
}

.fa-angle-right:before {
    content: "ï„…";
}

.fa-angle-up:before {
    content: "ï„†";
}

.fa-angle-down:before {
    content: "ï„‡";
}

.fa-desktop:before {
    content: "ï„ˆ";
}

.fa-laptop:before {
    content: "ï„‰";
}

.fa-tablet:before {
    content: "ï„Š";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "ï„‹";
}

.fa-circle-o:before {
    content: "ï„Œ";
}

.fa-quote-left:before {
    content: "ï„";
}

.fa-quote-right:before {
    content: "ï„Ž";
}

.fa-spinner:before {
    content: "ï„";
}

.fa-circle:before {
    content: "ï„‘";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "ï„’";
}

.fa-github-alt:before {
    content: "ï„“";
}

.fa-folder-o:before {
    content: "ï„”";
}

.fa-folder-open-o:before {
    content: "ï„•";
}

.fa-smile-o:before {
    content: "ï„˜";
}

.fa-frown-o:before {
    content: "ï„™";
}

.fa-meh-o:before {
    content: "ï„š";
}

.fa-gamepad:before {
    content: "ï„›";
}

.fa-keyboard-o:before {
    content: "ï„œ";
}

.fa-flag-o:before {
    content: "ï„";
}

.fa-flag-checkered:before {
    content: "ï„ž";
}

.fa-terminal:before {
    content: "ï„ ";
}

.fa-code:before {
    content: "ï„¡";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "ï„¢";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "ï„£";
}

.fa-location-arrow:before {
    content: "ï„¤";
}

.fa-crop:before {
    content: "ï„¥";
}

.fa-code-fork:before {
    content: "ï„¦";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "ï„§";
}

.fa-question:before {
    content: "ï„¨";
}

.fa-info:before {
    content: "ï„©";
}

.fa-exclamation:before {
    content: "ï„ª";
}

.fa-superscript:before {
    content: "ï„«";
}

.fa-subscript:before {
    content: "ï„¬";
}

.fa-eraser:before {
    content: "ï„­";
}

.fa-puzzle-piece:before {
    content: "ï„®";
}

.fa-microphone:before {
    content: "ï„°";
}

.fa-microphone-slash:before {
    content: "ï„±";
}

.fa-shield:before {
    content: "ï„²";
}

.fa-calendar-o:before {
    content: "ï„³";
}

.fa-fire-extinguisher:before {
    content: "ï„´";
}

.fa-rocket:before {
    content: "ï„µ";
}

.fa-maxcdn:before {
    content: "ï„¶";
}

.fa-chevron-circle-left:before {
    content: "ï„·";
}

.fa-chevron-circle-right:before {
    content: "ï„¸";
}

.fa-chevron-circle-up:before {
    content: "ï„¹";
}

.fa-chevron-circle-down:before {
    content: "ï„º";
}

.fa-html5:before {
    content: "ï„»";
}

.fa-css3:before {
    content: "ï„¼";
}

.fa-anchor:before {
    content: "ï„½";
}

.fa-unlock-alt:before {
    content: "ï„¾";
}

.fa-bullseye:before {
    content: "ï…€";
}

.fa-ellipsis-h:before {
    content: "ï…";
}

.fa-ellipsis-v:before {
    content: "ï…‚";
}

.fa-rss-square:before {
    content: "ï…ƒ";
}

.fa-play-circle:before {
    content: "ï…„";
}

.fa-ticket:before {
    content: "ï……";
}

.fa-minus-square:before {
    content: "ï…†";
}

.fa-minus-square-o:before {
    content: "ï…‡";
}

.fa-level-up:before {
    content: "ï…ˆ";
}

.fa-level-down:before {
    content: "ï…‰";
}

.fa-check-square:before {
    content: "ï…Š";
}

.fa-pencil-square:before {
    content: "ï…‹";
}

.fa-external-link-square:before {
    content: "ï…Œ";
}

.fa-share-square:before {
    content: "ï…";
}

.fa-compass:before {
    content: "ï…Ž";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "ï…";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "ï…‘";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "ï…’";
}

.fa-eur:before, .fa-euro:before {
    content: "ï…“";
}

.fa-gbp:before {
    content: "ï…”";
}

.fa-dollar:before, .fa-usd:before {
    content: "ï…•";
}

.fa-inr:before, .fa-rupee:before {
    content: "ï…–";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "ï…—";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "ï…˜";
}

.fa-krw:before, .fa-won:before {
    content: "ï…™";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "ï…š";
}

.fa-file:before {
    content: "ï…›";
}

.fa-file-text:before {
    content: "ï…œ";
}

.fa-sort-alpha-asc:before {
    content: "ï…";
}

.fa-sort-alpha-desc:before {
    content: "ï…ž";
}

.fa-sort-amount-asc:before {
    content: "ï… ";
}

.fa-sort-amount-desc:before {
    content: "ï…¡";
}

.fa-sort-numeric-asc:before {
    content: "ï…¢";
}

.fa-sort-numeric-desc:before {
    content: "ï…£";
}

.fa-thumbs-up:before {
    content: "ï…¤";
}

.fa-thumbs-down:before {
    content: "ï…¥";
}

.fa-youtube-square:before {
    content: "ï…¦";
}

.fa-youtube:before {
    content: "ï…§";
}

.fa-xing:before {
    content: "ï…¨";
}

.fa-xing-square:before {
    content: "ï…©";
}

.fa-youtube-play:before {
    content: "ï…ª";
}

.fa-dropbox:before {
    content: "ï…«";
}

.fa-stack-overflow:before {
    content: "ï…¬";
}

.fa-instagram:before {
    content: "ï…­";
}

.fa-flickr:before {
    content: "ï…®";
}

.fa-adn:before {
    content: "ï…°";
}

.fa-bitbucket:before {
    content: "ï…±";
}

.fa-bitbucket-square:before {
    content: "ï…²";
}

.fa-tumblr:before {
    content: "ï…³";
}

.fa-tumblr-square:before {
    content: "ï…´";
}

.fa-long-arrow-down:before {
    content: "ï…µ";
}

.fa-long-arrow-up:before {
    content: "ï…¶";
}

.fa-long-arrow-left:before {
    content: "ï…·";
}

.fa-long-arrow-right:before {
    content: "ï…¸";
}

.fa-apple:before {
    content: "ï…¹";
}

.fa-windows:before {
    content: "ï…º";
}

.fa-android:before {
    content: "ï…»";
}

.fa-linux:before {
    content: "ï…¼";
}

.fa-dribbble:before {
    content: "ï…½";
}

.fa-skype:before {
    content: "ï…¾";
}

.fa-foursquare:before {
    content: "ï†€";
}

.fa-trello:before {
    content: "ï†";
}

.fa-female:before {
    content: "ï†‚";
}

.fa-male:before {
    content: "ï†ƒ";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "ï†„";
}

.fa-sun-o:before {
    content: "ï†…";
}

.fa-moon-o:before {
    content: "ï††";
}

.fa-archive:before {
    content: "ï†‡";
}

.fa-bug:before {
    content: "ï†ˆ";
}

.fa-vk:before {
    content: "ï†‰";
}

.fa-weibo:before {
    content: "ï†Š";
}

.fa-renren:before {
    content: "ï†‹";
}

.fa-pagelines:before {
    content: "ï†Œ";
}

.fa-stack-exchange:before {
    content: "ï†";
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž";
}

.fa-arrow-circle-o-left:before {
    content: "ï†";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "ï†‘";
}

.fa-dot-circle-o:before {
    content: "ï†’";
}

.fa-wheelchair:before {
    content: "ï†“";
}

.fa-vimeo-square:before {
    content: "ï†”";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "ï†•";
}

.fa-plus-square-o:before {
    content: "ï†–";
}

.fa-space-shuttle:before {
    content: "ï†—";
}

.fa-slack:before {
    content: "ï†˜";
}

.fa-envelope-square:before {
    content: "ï†™";
}

.fa-wordpress:before {
    content: "ï†š";
}

.fa-openid:before {
    content: "ï†›";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "ï†œ";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "ï†";
}

.fa-yahoo:before {
    content: "ï†ž";
}

.fa-google:before {
    content: "ï† ";
}

.fa-reddit:before {
    content: "ï†¡";
}

.fa-reddit-square:before {
    content: "ï†¢";
}

.fa-stumbleupon-circle:before {
    content: "ï†£";
}

.fa-stumbleupon:before {
    content: "ï†¤";
}

.fa-delicious:before {
    content: "ï†¥";
}

.fa-digg:before {
    content: "ï†¦";
}

.fa-pied-piper-pp:before {
    content: "ï†§";
}

.fa-pied-piper-alt:before {
    content: "ï†¨";
}

.fa-drupal:before {
    content: "ï†©";
}

.fa-joomla:before {
    content: "ï†ª";
}

.fa-language:before {
    content: "ï†«";
}

.fa-fax:before {
    content: "ï†¬";
}

.fa-building:before {
    content: "ï†­";
}

.fa-child:before {
    content: "ï†®";
}

.fa-paw:before {
    content: "ï†°";
}

.fa-spoon:before {
    content: "ï†±";
}

.fa-cube:before {
    content: "ï†²";
}

.fa-cubes:before {
    content: "ï†³";
}

.fa-behance:before {
    content: "ï†´";
}

.fa-behance-square:before {
    content: "ï†µ";
}

.fa-steam:before {
    content: "ï†¶";
}

.fa-steam-square:before {
    content: "ï†·";
}

.fa-recycle:before {
    content: "ï†¸";
}

.fa-automobile:before, .fa-car:before {
    content: "ï†¹";
}

.fa-cab:before, .fa-taxi:before {
    content: "ï†º";
}

.fa-tree:before {
    content: "ï†»";
}

.fa-spotify:before {
    content: "ï†¼";
}

.fa-deviantart:before {
    content: "ï†½";
}

.fa-soundcloud:before {
    content: "ï†¾";
}

.fa-database:before {
    content: "ï‡€";
}

.fa-file-pdf-o:before {
    content: "ï‡";
}

.fa-file-word-o:before {
    content: "ï‡‚";
}

.fa-file-excel-o:before {
    content: "ï‡ƒ";
}

.fa-file-powerpoint-o:before {
    content: "ï‡„";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "ï‡…";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "ï‡†";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "ï‡‡";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "ï‡ˆ";
}

.fa-file-code-o:before {
    content: "ï‡‰";
}

.fa-vine:before {
    content: "ï‡Š";
}

.fa-codepen:before {
    content: "ï‡‹";
}

.fa-jsfiddle:before {
    content: "ï‡Œ";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "ï‡";
}

.fa-circle-o-notch:before {
    content: "ï‡Ž";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "ï‡";
}

.fa-empire:before, .fa-ge:before {
    content: "ï‡‘";
}

.fa-git-square:before {
    content: "ï‡’";
}

.fa-git:before {
    content: "ï‡“";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "ï‡”";
}

.fa-tencent-weibo:before {
    content: "ï‡•";
}

.fa-qq:before {
    content: "ï‡–";
}

.fa-wechat:before, .fa-weixin:before {
    content: "ï‡—";
}

.fa-paper-plane:before, .fa-send:before {
    content: "ï‡˜";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "ï‡™";
}

.fa-history:before {
    content: "ï‡š";
}

.fa-circle-thin:before {
    content: "ï‡›";
}

.fa-header:before {
    content: "ï‡œ";
}

.fa-paragraph:before {
    content: "ï‡";
}

.fa-sliders:before {
    content: "ï‡ž";
}

.fa-share-alt:before {
    content: "ï‡ ";
}

.fa-share-alt-square:before {
    content: "ï‡¡";
}

.fa-bomb:before {
    content: "ï‡¢";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "ï‡£";
}

.fa-tty:before {
    content: "ï‡¤";
}

.fa-binoculars:before {
    content: "ï‡¥";
}

.fa-plug:before {
    content: "ï‡¦";
}

.fa-slideshare:before {
    content: "ï‡§";
}

.fa-twitch:before {
    content: "ï‡¨";
}

.fa-yelp:before {
    content: "ï‡©";
}

.fa-newspaper-o:before {
    content: "ï‡ª";
}

.fa-wifi:before {
    content: "ï‡«";
}

.fa-calculator:before {
    content: "ï‡¬";
}

.fa-paypal:before {
    content: "ï‡­";
}

.fa-google-wallet:before {
    content: "ï‡®";
}

.fa-cc-visa:before {
    content: "ï‡°";
}

.fa-cc-mastercard:before {
    content: "ï‡±";
}

.fa-cc-discover:before {
    content: "ï‡²";
}

.fa-cc-amex:before {
    content: "ï‡³";
}

.fa-cc-paypal:before {
    content: "ï‡´";
}

.fa-cc-stripe:before {
    content: "ï‡µ";
}

.fa-bell-slash:before {
    content: "ï‡¶";
}

.fa-bell-slash-o:before {
    content: "ï‡·";
}

.fa-trash:before {
    content: "ï‡¸";
}

.fa-copyright:before {
    content: "ï‡¹";
}

.fa-at:before {
    content: "ï‡º";
}

.fa-eyedropper:before {
    content: "ï‡»";
}

.fa-paint-brush:before {
    content: "ï‡¼";
}

.fa-birthday-cake:before {
    content: "ï‡½";
}

.fa-area-chart:before {
    content: "ï‡¾";
}

.fa-pie-chart:before {
    content: "ïˆ€";
}

.fa-line-chart:before {
    content: "ïˆ";
}

.fa-lastfm:before {
    content: "ïˆ‚";
}

.fa-lastfm-square:before {
    content: "ïˆƒ";
}

.fa-toggle-off:before {
    content: "ïˆ„";
}

.fa-toggle-on:before {
    content: "ïˆ…";
}

.fa-bicycle:before {
    content: "ïˆ†";
}

.fa-bus:before {
    content: "ïˆ‡";
}

.fa-ioxhost:before {
    content: "ïˆˆ";
}

.fa-angellist:before {
    content: "ïˆ‰";
}

.fa-cc:before {
    content: "ïˆŠ";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "ïˆ‹";
}

.fa-meanpath:before {
    content: "ïˆŒ";
}

.fa-buysellads:before {
    content: "ïˆ";
}

.fa-connectdevelop:before {
    content: "ïˆŽ";
}

.fa-dashcube:before {
    content: "ïˆ";
}

.fa-forumbee:before {
    content: "ïˆ‘";
}

.fa-leanpub:before {
    content: "ïˆ’";
}

.fa-sellsy:before {
    content: "ïˆ“";
}

.fa-shirtsinbulk:before {
    content: "ïˆ”";
}

.fa-simplybuilt:before {
    content: "ïˆ•";
}

.fa-skyatlas:before {
    content: "ïˆ–";
}

.fa-cart-plus:before {
    content: "ïˆ—";
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜";
}

.fa-diamond:before {
    content: "ïˆ™";
}

.fa-ship:before {
    content: "ïˆš";
}

.fa-user-secret:before {
    content: "ïˆ›";
}

.fa-motorcycle:before {
    content: "ïˆœ";
}

.fa-street-view:before {
    content: "ïˆ";
}

.fa-heartbeat:before {
    content: "ïˆž";
}

.fa-venus:before {
    content: "ïˆ¡";
}

.fa-mars:before {
    content: "ïˆ¢";
}

.fa-mercury:before {
    content: "ïˆ£";
}

.fa-intersex:before, .fa-transgender:before {
    content: "ïˆ¤";
}

.fa-transgender-alt:before {
    content: "ïˆ¥";
}

.fa-venus-double:before {
    content: "ïˆ¦";
}

.fa-mars-double:before {
    content: "ïˆ§";
}

.fa-venus-mars:before {
    content: "ïˆ¨";
}

.fa-mars-stroke:before {
    content: "ïˆ©";
}

.fa-mars-stroke-v:before {
    content: "ïˆª";
}

.fa-mars-stroke-h:before {
    content: "ïˆ«";
}

.fa-neuter:before {
    content: "ïˆ¬";
}

.fa-genderless:before {
    content: "ïˆ­";
}

.fa-facebook-official:before {
    content: "ïˆ°";
}

.fa-pinterest-p:before {
    content: "ïˆ±";
}

.fa-whatsapp:before {
    content: "ïˆ²";
}

.fa-server:before {
    content: "ïˆ³";
}

.fa-user-plus:before {
    content: "ïˆ´";
}

.fa-user-times:before {
    content: "ïˆµ";
}

.fa-bed:before, .fa-hotel:before {
    content: "ïˆ¶";
}

.fa-viacoin:before {
    content: "ïˆ·";
}

.fa-train:before {
    content: "ïˆ¸";
}

.fa-subway:before {
    content: "ïˆ¹";
}

.fa-medium:before {
    content: "ïˆº";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "ïˆ»";
}

.fa-optin-monster:before {
    content: "ïˆ¼";
}

.fa-opencart:before {
    content: "ïˆ½";
}

.fa-expeditedssl:before {
    content: "ïˆ¾";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "ï‰€";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "ï‰";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "ï‰‚";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "ï‰ƒ";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "ï‰„";
}

.fa-mouse-pointer:before {
    content: "ï‰…";
}

.fa-i-cursor:before {
    content: "ï‰†";
}

.fa-object-group:before {
    content: "ï‰‡";
}

.fa-object-ungroup:before {
    content: "ï‰ˆ";
}

.fa-sticky-note:before {
    content: "ï‰‰";
}

.fa-sticky-note-o:before {
    content: "ï‰Š";
}

.fa-cc-jcb:before {
    content: "ï‰‹";
}

.fa-cc-diners-club:before {
    content: "ï‰Œ";
}

.fa-clone:before {
    content: "ï‰";
}

.fa-balance-scale:before {
    content: "ï‰Ž";
}

.fa-hourglass-o:before {
    content: "ï‰";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "ï‰‘";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "ï‰’";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "ï‰“";
}

.fa-hourglass:before {
    content: "ï‰”";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "ï‰•";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "ï‰–";
}

.fa-hand-scissors-o:before {
    content: "ï‰—";
}

.fa-hand-lizard-o:before {
    content: "ï‰˜";
}

.fa-hand-spock-o:before {
    content: "ï‰™";
}

.fa-hand-pointer-o:before {
    content: "ï‰š";
}

.fa-hand-peace-o:before {
    content: "ï‰›";
}

.fa-trademark:before {
    content: "ï‰œ";
}

.fa-registered:before {
    content: "ï‰";
}

.fa-creative-commons:before {
    content: "ï‰ž";
}

.fa-gg:before {
    content: "ï‰ ";
}

.fa-gg-circle:before {
    content: "ï‰¡";
}

.fa-tripadvisor:before {
    content: "ï‰¢";
}

.fa-odnoklassniki:before {
    content: "ï‰£";
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤";
}

.fa-get-pocket:before {
    content: "ï‰¥";
}

.fa-wikipedia-w:before {
    content: "ï‰¦";
}

.fa-safari:before {
    content: "ï‰§";
}

.fa-chrome:before {
    content: "ï‰¨";
}

.fa-firefox:before {
    content: "ï‰©";
}

.fa-opera:before {
    content: "ï‰ª";
}

.fa-internet-explorer:before {
    content: "ï‰«";
}

.fa-television:before, .fa-tv:before {
    content: "ï‰¬";
}

.fa-contao:before {
    content: "ï‰­";
}

.fa-500px:before {
    content: "ï‰®";
}

.fa-amazon:before {
    content: "ï‰°";
}

.fa-calendar-plus-o:before {
    content: "ï‰±";
}

.fa-calendar-minus-o:before {
    content: "ï‰²";
}

.fa-calendar-times-o:before {
    content: "ï‰³";
}

.fa-calendar-check-o:before {
    content: "ï‰´";
}

.fa-industry:before {
    content: "ï‰µ";
}

.fa-map-pin:before {
    content: "ï‰¶";
}

.fa-map-signs:before {
    content: "ï‰·";
}

.fa-map-o:before {
    content: "ï‰¸";
}

.fa-map:before {
    content: "ï‰¹";
}

.fa-commenting:before {
    content: "ï‰º";
}

.fa-commenting-o:before {
    content: "ï‰»";
}

.fa-houzz:before {
    content: "ï‰¼";
}

.fa-vimeo:before {
    content: "ï‰½";
}

.fa-black-tie:before {
    content: "ï‰¾";
}

.fa-fonticons:before {
    content: "ïŠ€";
}

.fa-reddit-alien:before {
    content: "ïŠ";
}

.fa-edge:before {
    content: "ïŠ‚";
}

.fa-credit-card-alt:before {
    content: "ïŠƒ";
}

.fa-codiepie:before {
    content: "ïŠ„";
}

.fa-modx:before {
    content: "ïŠ…";
}

.fa-fort-awesome:before {
    content: "ïŠ†";
}

.fa-usb:before {
    content: "ïŠ‡";
}

.fa-product-hunt:before {
    content: "ïŠˆ";
}

.fa-mixcloud:before {
    content: "ïŠ‰";
}

.fa-scribd:before {
    content: "ïŠŠ";
}

.fa-pause-circle:before {
    content: "ïŠ‹";
}

.fa-pause-circle-o:before {
    content: "ïŠŒ";
}

.fa-stop-circle:before {
    content: "ïŠ";
}

.fa-stop-circle-o:before {
    content: "ïŠŽ";
}

.fa-shopping-bag:before {
    content: "ïŠ";
}

.fa-shopping-basket:before {
    content: "ïŠ‘";
}

.fa-hashtag:before {
    content: "ïŠ’";
}

.fa-bluetooth:before {
    content: "ïŠ“";
}

.fa-bluetooth-b:before {
    content: "ïŠ”";
}

.fa-percent:before {
    content: "ïŠ•";
}

.fa-gitlab:before {
    content: "ïŠ–";
}

.fa-wpbeginner:before {
    content: "ïŠ—";
}

.fa-wpforms:before {
    content: "ïŠ˜";
}

.fa-envira:before {
    content: "ïŠ™";
}

.fa-universal-access:before {
    content: "ïŠš";
}

.fa-wheelchair-alt:before {
    content: "ïŠ›";
}

.fa-question-circle-o:before {
    content: "ïŠœ";
}

.fa-blind:before {
    content: "ïŠ";
}

.fa-audio-description:before {
    content: "ïŠž";
}

.fa-volume-control-phone:before {
    content: "ïŠ ";
}

.fa-braille:before {
    content: "ïŠ¡";
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "ïŠ£";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "ïŠ¤";
}

.fa-glide:before {
    content: "ïŠ¥";
}

.fa-glide-g:before {
    content: "ïŠ¦";
}

.fa-sign-language:before, .fa-signing:before {
    content: "ïŠ§";
}

.fa-low-vision:before {
    content: "ïŠ¨";
}

.fa-viadeo:before {
    content: "ïŠ©";
}

.fa-viadeo-square:before {
    content: "ïŠª";
}

.fa-snapchat:before {
    content: "ïŠ«";
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬";
}

.fa-snapchat-square:before {
    content: "ïŠ­";
}

.fa-pied-piper:before {
    content: "ïŠ®";
}

.fa-first-order:before {
    content: "ïŠ°";
}

.fa-yoast:before {
    content: "ïŠ±";
}

.fa-themeisle:before {
    content: "ïŠ²";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "ïŠ³";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "ïŠ´";
}

.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;
}

.jssocials-shares {
    margin: .2em 0;
}

    .jssocials-shares * {
        box-sizing: border-box;
    }

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0;
}

    .jssocials-share:last-child {
        margin-right: 0;
    }

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

    .jssocials-share-link.jssocials-share-link-count {
        padding-top: .2em;
    }

        .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
            display: block;
            font-size: .6em;
            margin: 0 -.5em -.8em;
        }

    .jssocials-share-link.jssocials-share-no-count {
        padding-top: .5em;
    }

        .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
            height: 1em;
        }

.jssocials-share-label {
    padding-left: .3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 .3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}

    .jssocials-share-count-box.jssocials-share-no-count {
        display: none;
    }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link, .jssocials-share-twitter .jssocials-share-link .jssocials-share-label {
    color: #00aced;
}

    .jssocials-share-twitter .jssocials-share-link:active, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label {
        color: #0087ba;
    }

.jssocials-share-facebook .jssocials-share-link, .jssocials-share-facebook .jssocials-share-link .jssocials-share-label {
    color: #3b5998;
}

    .jssocials-share-facebook .jssocials-share-link:active, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label {
        color: #2d4373;
    }

.jssocials-share-googleplus .jssocials-share-link, .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label {
    color: #dd4b39;
}

    .jssocials-share-googleplus .jssocials-share-link:active, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label {
        color: #c23321;
    }

.jssocials-share-linkedin .jssocials-share-link, .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label {
    color: #007bb6;
}

    .jssocials-share-linkedin .jssocials-share-link:active, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label {
        color: #005983;
    }

.jssocials-share-pinterest .jssocials-share-link, .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label {
    color: #cb2027;
}

    .jssocials-share-pinterest .jssocials-share-link:active, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label {
        color: #9f191f;
    }

.jssocials-share-email .jssocials-share-link, .jssocials-share-email .jssocials-share-link .jssocials-share-label {
    color: #3490f3;
}

    .jssocials-share-email .jssocials-share-link:active, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label {
        color: #0e76e6;
    }

.jssocials-share-stumbleupon .jssocials-share-link, .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label {
    color: #eb4823;
}

    .jssocials-share-stumbleupon .jssocials-share-link:active, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label {
        color: #c93412;
    }

.jssocials-share-whatsapp .jssocials-share-link, .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label {
    color: #29a628;
}

    .jssocials-share-whatsapp .jssocials-share-link:active, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label {
        color: #1f7d1e;
    }

.jssocials-share-telegram .jssocials-share-link, .jssocials-share-telegram .jssocials-share-link .jssocials-share-label {
    color: #2ca5e0;
}

    .jssocials-share-telegram .jssocials-share-link:active, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label {
        color: #1c88bd;
    }

.jssocials-share-line .jssocials-share-link, .jssocials-share-line .jssocials-share-link .jssocials-share-label {
    color: #25af00;
}

    .jssocials-share-line .jssocials-share-link:active, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label {
        color: #1a7c00;
    }

.jssocials-share-viber .jssocials-share-link, .jssocials-share-viber .jssocials-share-link .jssocials-share-label {
    color: #7b519d;
}

    .jssocials-share-viber .jssocials-share-link:active, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label {
        color: #61407b;
    }

.jssocials-share-pocket .jssocials-share-link, .jssocials-share-pocket .jssocials-share-link .jssocials-share-label {
    color: #ef4056;
}

    .jssocials-share-pocket .jssocials-share-link:active, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label {
        color: #e9132e;
    }

.jssocials-share-messenger .jssocials-share-link, .jssocials-share-messenger .jssocials-share-link .jssocials-share-label {
    color: #0084ff;
}

    .jssocials-share-messenger .jssocials-share-link:active, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label {
        color: #006acc;
    }

.jssocials-share-vkontakte .jssocials-share-link, .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label {
    color: #45668e;
}

    .jssocials-share-vkontakte .jssocials-share-link:active, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label {
        color: #344d6c;
    }

.jssocials-share-rss .jssocials-share-link, .jssocials-share-rss .jssocials-share-link .jssocials-share-label {
    color: #f90;
}

    .jssocials-share-rss .jssocials-share-link:active, .jssocials-share-rss .jssocials-share-link:active .jssocials-share-label, .jssocials-share-rss .jssocials-share-link:focus, .jssocials-share-rss .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-rss .jssocials-share-link:hover, .jssocials-share-rss .jssocials-share-link:hover .jssocials-share-label {
        color: #cc7a00;
    }

.jssocials-share-link {
    transition: .3s ease-in-out;
}

    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
        font-size: .5em;
    }

.jssocials-share-label {
    font-size: .8em;
    color: #444;
    transition: .3s ease-in-out;
}

.jssocials-share-count-box {
    margin-left: .3em;
    border: 1px solid #efefef;
    border-radius: .3em;
}

    .jssocials-share-count-box .jssocials-share-count {
        line-height: 1.8em;
        font-size: .8em;
        color: #444;
    }

.jssocials {
    text-align: center;
}

.jssocials-share-link {
    border-radius: 50%;
    padding: .75rem;
    font-size: 1.75rem;
    position: relative;
    transition: top .1s ease-in-out;
    top: 0;
}

    .jssocials-share-link .fa {
        color: #343a40;
    }

    .jssocials-share-link:hover {
        top: -.3rem;
    }

.edge .full-window video, .ie .full-window video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    height: auto !important;
    width: auto !important;
    min-width: 100% !important;
    min-height: 100% !important;
    transform: translate(-50%, -50%) !important;
}

.full-window .loadingSpinner, .full-window .pauseBtn, .full-window .playBtn {
    opacity: 0 !important;
    display: none !important;
}

.meride-video-container .controlBarContainer {
    position: fixed !important;
}

#hero-banner .otherComponents, #video .otherComponents {
    display: none !important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-container-3d {
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");*/
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /*background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");*/
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    /*	position:absolute;
	text-align:center;
transition:opacity .3s;
	transform:translateZ(0);
	z-index:10*/
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    /*	bottom:10px;
	left:0;
	width:100%*/
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s, top .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s, left .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container .swiper-slide {
    height: 100%;
}

    .swiper-container .swiper-slide img {
        width: 100%;
        height: auto;
    }

@-webkit-keyframes prev {
    0% {
        -webkit-clip-path: polygon(-40% 0, -20% 0, 0 100%, -20% 100%);
        clip-path: polygon(-40% 0, -20% 0, 0 100%, -20% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 120% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 120% 100%, 0 100%);
    }
}

@keyframes prev {
    0% {
        -webkit-clip-path: polygon(-40% 0, -20% 0, 0 100%, -20% 100%);
        clip-path: polygon(-40% 0, -20% 0, 0 100%, -20% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 120% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 120% 100%, 0 100%);
    }
}

@-webkit-keyframes next {
    0% {
        -webkit-clip-path: polygon(120% 0, 140% 0, 120% 100%, 100% 100%);
        clip-path: polygon(120% 0, 140% 0, 120% 100%, 100% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, -20% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, -20% 100%);
    }
}

@keyframes next {
    0% {
        -webkit-clip-path: polygon(120% 0, 140% 0, 120% 100%, 100% 100%);
        clip-path: polygon(120% 0, 140% 0, 120% 100%, 100% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, -20% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, -20% 100%);
    }
}

.model-gallery {
    width: 100%;
    position: relative;
}

    .model-gallery .slide {
        width: 85%;
    }

    .model-gallery .swiper-slide {
        background: transparent no-repeat 50%;
        background-size: cover;
    }

        .model-gallery .swiper-slide:before {
            content: "";
            display: block;
            width: 100%;
            padding-top: 80%;
        }

    .model-gallery .controls {
        padding: 20px 0 20px 20px;
        text-align: left;
        width: 85%;
        display: flex;
    }

        .model-gallery .controls .label {
            font-size: 1.6rem;
            line-height: 1.44;
            letter-spacing: .32px;
            flex: 1 1 auto;
            opacity: 1;
            visibility: visible;
            transition: opacity .3s ease-out, visibility .3s ease-out;
        }

            .model-gallery .controls .label.hidden {
                opacity: 0;
                visibility: hidden;
            }

        .model-gallery .controls .btn-control {
            position: relative;
            flex: 0 0 auto;
            cursor: pointer;
            display: block;
            width: 50px;
            height: 50px;
            opacity: 1;
            visibility: visible;
            transition: opacity .3s ease-out, visibility .3s ease-out;
        }

            .model-gallery .controls .btn-control svg {
                position: absolute;
                fill: #181818;
                transition: fill .3s ease-in-out;
                top: 50%;
                transform: translate(-50%, -50%);
                left: 50%;
            }

            .model-gallery .controls .btn-control.hidden {
                opacity: 0;
                visibility: hidden;
            }

            .model-gallery .controls .btn-control + .btn-control {
                margin-left: 10px;
            }

    .model-gallery .meride-video-container .otherComponents {
        display: none !important;
    }

    .model-gallery .mobile .play-buttton {
        position: absolute;
        background-color: transparent;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .1);
        pointer-events: none;
    }

        .model-gallery .mobile .play-buttton .exagon {
            width: 7.7rem;
            height: 8.8rem;
        }

    .model-gallery .mobile .swiper-slide-active .play-buttton {
        pointer-events: auto;
    }

@media (min-width:800px) {
    .model-gallery .controls, .model-gallery .slide {
        width: 75%;
    }
}

@media (min-width:1025px) {
    .model-gallery {
        height: 88vh;
        min-height: 480px;
    }

        .model-gallery .slide {
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            overflow: hidden;
            opacity: 0;
            z-index: 1;
        }

    .edge .model-gallery .slide, .ie .model-gallery .slide {
        transition: opacity 1s ease-in-out;
    }

    .model-gallery .slide:before {
        display: none;
    }

    .model-gallery .slide.visible {
        z-index: 2;
        opacity: 1;
    }

    .model-gallery .slide.is-animating {
        z-index: 3;
        opacity: 1;
    }

        .model-gallery .slide.is-animating .inner-slide {
            -webkit-animation: next .8s ease-out forwards;
            animation: next .8s ease-out forwards;
        }

        .model-gallery .slide.is-animating .meride-video-container {
            display: none;
        }

        .model-gallery .slide.is-animating.prev .inner-slide {
            -webkit-animation: prev .8s ease-out forwards;
            animation: prev .8s ease-out forwards;
        }

    .model-gallery .cd-slider {
        position: relative;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .model-gallery .inner-slide {
        position: relative;
        height: 100%;
        background: transparent no-repeat 50%;
        background-size: cover;
        overflow: hidden;
    }

    .model-gallery .cd-slider-navigation {
        position: absolute;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        padding: 0;
        border: 0;
    }

        .model-gallery .cd-slider-navigation.next-slide {
            right: 5.2vw;
        }

        .model-gallery .cd-slider-navigation.prev-slide {
            left: 5.2vw;
        }

    .model-gallery .controls {
        position: absolute;
        top: 30px;
        right: 40px;
        width: auto;
        padding: 0;
    }

        .model-gallery .controls .btn-control {
            background-color: #fff;
            transition: background-color .3s ease-in-out, opacity .3s ease-out, visibility .3s ease-out;
            z-index: 10;
        }

            .model-gallery .controls .btn-control:hover {
                background-color: #181818;
            }

                .model-gallery .controls .btn-control:hover svg {
                    fill: #fff;
                }
}

@media (max-width:1024.98px) {
    .model-gallery .modal.full-video .modal-body video {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .model-gallery .modal.full-video .modal-body div[style^=background-image] {
        background-size: contain !important;
        height: auto !important;
    }

    .model-gallery .modal.full-video .modal-footer {
        display: none;
        position: absolute;
        bottom: 0;
        border: none;
    }

        .model-gallery .modal.full-video .modal-footer button {
            width: 5rem;
            height: 5rem;
            min-height: 5rem;
            min-width: 5rem;
        }
}

.model-gallery + .model-chooser {
    padding-top: 12rem;
}

.driving-dynamics .slider-desktop {
    display: none;
}

.driving-dynamics .slider-mobile {
    margin-bottom: 6rem;
}

    .driving-dynamics .slider-mobile .primary {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.21;
        letter-spacing: .056rem;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 2.2rem;
    }

    .driving-dynamics .slider-mobile .secondary {
        margin-top: 8px;
        margin-bottom: 3px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.56;
        letter-spacing: .036rem;
        text-align: left;
    }

    .driving-dynamics .slider-mobile .discover-more {
        display: block;
        width: 100%;
    }

    .driving-dynamics .slider-mobile .swiper-slide {
        width: 61.4vw;
        text-align: left;
    }

        .driving-dynamics .slider-mobile .swiper-slide .cover-image {
            background: transparent no-repeat 50%;
            padding-top: 40vw;
            background-position: 50%;
            background-size: cover;
        }

@media (min-width:1025px) {
    .driving-dynamics .slider-desktop {
        display: block;
    }

        .driving-dynamics .slider-desktop .slider-dd-img {
            height: 100%;
            position: relative;
            overflow: hidden;
        }

            .driving-dynamics .slider-desktop .slider-dd-img .inner-slide {
                position: relative;
                height: 100%;
                width: 100%;
                background-size: cover;
                background-position: 50%;
            }

        .driving-dynamics .slider-desktop .video-player-wrapper {
            width: 100%;
            height: 100%;
            background-color: #f8f8f7;
            background-size: cover;
            background-position: 50%;
        }

            .driving-dynamics .slider-desktop .video-player-wrapper .meride-video-container {
                background-color: transparent !important;
            }

        .driving-dynamics .slider-desktop .slider-dd-text {
            overflow: hidden;
            text-align: left;
            background-color: #f1f1f1;
        }

            .driving-dynamics .slider-desktop .slider-dd-text .swiper-slide {
                height: auto;
            }

            .driving-dynamics .slider-desktop .slider-dd-text .inner-slide {
                position: relative;
                height: 100%;
                padding: 4vw 8.333vw;
            }

            .driving-dynamics .slider-desktop .slider-dd-text .no-primary .secondary, .driving-dynamics .slider-desktop .slider-dd-text .primary {
                font-size: 3.2rem;
                font-weight: 700;
                line-height: 1;
                letter-spacing: .064rem;
                text-transform: uppercase;
                margin-bottom: 2.25vw;
            }

            .driving-dynamics .slider-desktop .slider-dd-text .secondary {
                margin-top: 2.25vw;
                margin-bottom: 1.042vw;
                text-transform: uppercase;
            }

            .driving-dynamics .slider-desktop .slider-dd-text .no-primary .secondary {
                margin-top: 0;
                margin-bottom: 1vw;
            }

            .driving-dynamics .slider-desktop .slider-dd-text .abstract {
                margin-top: 1.042vw;
                font-size: 1.6rem;
                font-weight: 300;
                line-height: 1.75;
                letter-spacing: .032rem;
            }

        .driving-dynamics .slider-desktop .texts-wrapper {
            padding-bottom: 15rem;
        }

        .driving-dynamics .slider-desktop .navigation {
            position: absolute;
            bottom: 4vw;
        }

            .driving-dynamics .slider-desktop .navigation button + button {
                margin-left: 2.6rem;
            }

        .driving-dynamics .slider-desktop .nav-btn svg {
            width: 5rem;
            height: 5rem;
        }

        .driving-dynamics .slider-desktop .icon-button {
            display: flex;
            align-items: center;
            text-align: left;
            margin: 4rem 0 0 !important;
        }

            .driving-dynamics .slider-desktop .icon-button svg {
                width: 5rem;
                height: 5rem;
                margin-right: 2rem;
            }

            .driving-dynamics .slider-desktop .icon-button .title {
                font-size: 1.6rem;
                font-weight: 300;
                line-height: 1.44;
                letter-spacing: .032rem;
                color: #181818;
            }

    .driving-dynamics .secondary {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.27;
        letter-spacing: .044rem;
    }

    .driving-dynamics #drivingDynamicsDetail {
        background-color: #f8f8f7;
    }

        .driving-dynamics #drivingDynamicsDetail .button-reduce {
            margin: 6rem 0;
        }

        .driving-dynamics #drivingDynamicsDetail .column-wrapper {
            margin-bottom: 2rem;
            text-align: left;
        }

            .driving-dynamics #drivingDynamicsDetail .column-wrapper .col-6 {
                margin-bottom: 3.6rem;
            }

                .driving-dynamics #drivingDynamicsDetail .column-wrapper .col-6:nth-child(odd) .inner-wrapper {
                    padding-right: 40px;
                }

                .driving-dynamics #drivingDynamicsDetail .column-wrapper .col-6:nth-child(2n) .inner-wrapper {
                    padding-left: 40px;
                }

        .driving-dynamics #drivingDynamicsDetail .secondary {
            margin-top: 2.2rem;
            margin-bottom: 2.2rem;
            text-transform: uppercase;
        }

        .driving-dynamics #drivingDynamicsDetail .description {
            margin-top: 2.2rem;
            font-size: 1.6rem;
            font-weight: 300;
            line-height: 1.75;
            letter-spacing: .032rem;
        }

        .driving-dynamics #drivingDynamicsDetail .cover-image {
            position: relative;
            padding-top: 37.5%;
            background-size: cover;
            background-position: 50%;
        }
}

.driving-dynamics .otherComponents {
    display: none !important;
}

.driving-dynamics-modal .cover-image {
    position: relative;
    padding-top: 37.5%;
    background-size: cover;
    background-position: 50%;
    margin-top: 10px;
}

.driving-dynamics-modal .secondary {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: .036rem;
    text-align: left;
    margin-top: 2.8rem;
}

.driving-dynamics-modal .description {
    font-size: 1.6rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: .032rem;
    text-align: left;
    margin-top: 1em;
}

.driving-dynamics-modal .other-posts {
    margin-top: 6rem;
}

.driving-dynamics-modal .goto-other-post {
    margin-bottom: 1.5rem;
}

    .driving-dynamics-modal .goto-other-post:last-of-type {
        margin-bottom: 0;
    }

.tech-specification {
    text-align: left;
    margin-bottom: 12rem;
}

@media (max-width:1365.98px) {
    .tech-specification {
        margin-bottom: 6rem;
    }
}

.tech-specification .tech-section-title {
    line-height: 1.21;
    letter-spacing: .056rem;
}

.tech-specification .tech-data {
    list-style: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 30px;
}

    .tech-specification .tech-data > li {
        padding: 18px 0 15px;
        border-bottom: 1px solid rgba(24, 24, 24, .2);
    }

    .tech-specification .tech-data .label {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: .12rem;
        margin-bottom: .4rem;
        display: block;
        text-transform: uppercase;
    }

    .tech-specification .tech-data .data, .tech-specification .tech-data .data p {
        font-size: 2rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: .02rem;
        display: block;
    }

        .tech-specification .tech-data .data p {
            margin: 0;
        }

.tech-specification .button-expand {
    margin: 30px 0 0;
}

    .tech-specification .button-expand .icon-button {
        text-align: left;
        display: flex;
        align-items: center;
    }

        .tech-specification .button-expand .icon-button svg {
            width: 5rem;
            height: 5rem;
            margin-right: 2.5rem;
        }

#default-modal-mobile .tech-specification.content-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
}

@media (min-width:1025px) {
    .tech-specification .tech-section-title {
        line-height: 1;
        letter-spacing: .064rem;
        font-size: 3.2rem;
        font-weight: 700;
        text-align: center;
    }

    .tech-specification .tech-section {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
    }

    .tech-specification .tech-data {
        margin-top: 4px;
        margin-bottom: 40px;
    }

        .tech-specification .tech-data > li {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            padding: 28px 0 15px;
        }

        .tech-specification .tech-data .label {
            font-size: 1.2rem;
            line-height: 1.36;
            letter-spacing: .042rem;
            margin-bottom: 0;
        }

        .tech-specification .tech-data .data, .tech-specification .tech-data .data p {
            font-size: 2.8rem;
            line-height: 1.33;
            letter-spacing: -.072rem;
            text-align: right;
        }

            .tech-specification .button-expand, .tech-specification .tech-data .data p {
                margin: 0;
            }

                .tech-specification .button-expand .btn-text {
                    font-size: 1.6rem;
                    letter-spacing: .032rem;
                    font-weight: 300;
                    line-height: 1.44;
                }

    .tech-specification #techSpecificationDetail {
        margin-top: 3rem;
        background-color: #f8f8f7;
    }

        .tech-specification #techSpecificationDetail > div {
            padding: 40px 0 60px;
        }

        .tech-specification #techSpecificationDetail .column-wrapper {
            -moz-columns: 2;
            column-count: 2;
            -moz-column-gap: 9vw;
            column-gap: 9vw;
            margin-top: 40px;
        }

        .tech-specification #techSpecificationDetail .tech-section-title {
            text-align: left;
        }

        .tech-specification #techSpecificationDetail .tech-data {
            margin: 36px 0 40px;
        }

            .tech-specification #techSpecificationDetail .tech-data > li {
                padding: 16px 0;
            }

            .tech-specification #techSpecificationDetail .tech-data .data, .tech-specification #techSpecificationDetail .tech-data .data p, .tech-specification #techSpecificationDetail .tech-data .label {
                font-size: 1.6rem;
                font-weight: 300;
                line-height: 1.75;
                letter-spacing: .032rem;
            }

                .tech-specification #techSpecificationDetail .tech-data .data p {
                    margin: 0;
                }
}

@media (min-width:1366px) {
    .tech-specification .tech-data > li {
        padding: 32px 0 18px;
    }

    .tech-specification .tech-data .label {
        font-size: 1.4rem;
    }

    .tech-specification .tech-data .data, .tech-specification .tech-data .data p {
        font-size: 3.2rem;
    }

    .tech-specification #techSpecificationDetail > div {
        padding: 60px 0 80px;
    }

    .tech-specification #techSpecificationDetail .column-wrapper {
        -moz-column-gap: 120px;
        column-gap: 120px;
        margin-top: 50px;
    }
}

@media (min-width:1600px) {
    .tech-specification .tech-data .data, .tech-specification .tech-data .data p {
        font-size: 3.6rem;
    }
}

button.connected-car-trigger-mobile[data-target], button.connected-car-trigger[data-target] {
    opacity: 1;
}

    button.connected-car-trigger-mobile[data-target].off, button.connected-car-trigger[data-target].off {
        opacity: .3;
    }

    button.connected-car-trigger-mobile[data-target]:not(.off), button.connected-car-trigger[data-target]:not(.off) {
        cursor: pointer;
    }

        button.connected-car-trigger-mobile[data-target]:not(.off):hover svg .background, button.connected-car-trigger[data-target]:not(.off):hover svg .background {
            fill: #181818 !important;
        }

        button.connected-car-trigger-mobile[data-target]:not(.off):hover svg .foreground, button.connected-car-trigger[data-target]:not(.off):hover svg .foreground {
            stroke: #fff !important;
        }

    button.connected-car-trigger-mobile[data-target] .title .primary, button.connected-car-trigger-mobile[data-target] .title .secondary, button.connected-car-trigger[data-target] .title .primary, button.connected-car-trigger[data-target] .title .secondary {
        font-size: 1.6rem !important;
        font-weight: 300 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: .32px;
    }

    button.connected-car-trigger-mobile[data-target] .title .primary, button.connected-car-trigger[data-target] .title .primary {
        text-transform: uppercase;
    }

@media (max-width:1024.98px) {
    button.connected-car-trigger-mobile[data-target] span, button.connected-car-trigger[data-target] span {
        margin: 0 auto;
    }
}

section.connected-car-list {
    height: 0;
    transition: height .3s ease-out;
    overflow: hidden;
}

    section.connected-car-list a.exagon svg, section.connected-car-list button.exagon svg {
        width: 5.5rem;
        height: 5.5rem;
        min-width: 5.5rem;
        min-height: 5.5rem;
        margin-right: 2.5rem;
    }

@media (max-width:1365.98px) {
    section.connected-car-list a.exagon svg, section.connected-car-list button.exagon svg {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem;
    }
}

section.connected-car-list .wrapper {
    background-color: #f8f8f7;
    padding-bottom: 10rem;
}

@media (max-width:1024.98px) {
    section.connected-car-list .wrapper {
        padding-bottom: 6rem;
    }
}

section.connected-car-list .wrapper .close-section {
    margin: 0 auto;
    padding: 6rem;
    text-align: center;
}

    section.connected-car-list .wrapper .close-section svg {
        margin: 0;
    }

section.connected-car-list .disclaimer {
    margin-top: 10rem;
}

    section.connected-car-list .disclaimer p {
        font-size: 1.4rem;
        font-style: italic;
        line-height: 1.5;
        margin: 0;
    }

#default-modal-mobile .connected-car-list .body .item, section.connected-car-list .body .item {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (min-width:1025px) {
    #default-modal-mobile .connected-car-list .body .item, section.connected-car-list .body .item {
        margin-bottom: 3.6rem;
    }

        #default-modal-mobile .connected-car-list .body .item:nth-of-type(odd), section.connected-car-list .body .item:nth-of-type(odd) {
            padding-right: 4rem;
        }

        #default-modal-mobile .connected-car-list .body .item:nth-of-type(2n), section.connected-car-list .body .item:nth-of-type(2n) {
            padding-left: 4rem;
        }
}

#default-modal-mobile .connected-car-list .body .item-img, section.connected-car-list .body .item-img {
    height: 24rem;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: #e5e5e5;
}

#default-modal-mobile .connected-car-list .body h2, section.connected-car-list .body h2 {
    font-size: 3.2rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: .64px;
    text-transform: uppercase;
}

#default-modal-mobile .connected-car-list .body .paragraphs, section.connected-car-list .body .paragraphs {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .032rem;
}

#default-modal-mobile .connected-car-list .body ul, section.connected-car-list .body ul {
    list-style: none;
    margin: 3.4rem 0 0;
    padding: 0;
}

@media (max-width:1024.98px) {
    #default-modal-mobile .connected-car-list .body ul, section.connected-car-list .body ul {
        margin: 2rem 0 0;
    }
}

#default-modal-mobile .connected-car-list .body ul li, section.connected-car-list .body ul li {
    border-bottom: 1px solid #cbcbca;
    padding: 1.6rem 0;
    font-size: 1.6rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: .32px;
}

#default-modal-mobile .connected-car-list .body .disclaimer, section.connected-car-list .body .disclaimer {
    margin-top: 6rem;
}

    #default-modal-mobile .connected-car-list .body .disclaimer p, section.connected-car-list .body .disclaimer p {
        font-size: 1.4rem;
        font-style: italic;
        line-height: 1.5;
        margin: 0;
    }

.player {
    display: block;
    width: 550px;
    height: 550px;
}

    .player, .player .playarea {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .player .playarea button {
            width: 8rem;
            height: 8rem;
            cursor: pointer;
        }

        .player .playarea.play .pause {
            display: none;
        }

        .player .playarea.pause .pause, .player .playarea.play .play {
            display: inline-block;
        }

        .player .playarea.pause .play {
            display: none;
        }

.motor-sound-images {
    margin-bottom: 12rem;
}

@media (max-width:1365.98px) {
    .motor-sound-images {
        margin-bottom: 6rem;
    }
}

.motor-sound-images > .desktop {
    padding-top: 3rem;
}

    .motor-sound-images > .desktop > .texts {
        padding: 0 0 5rem;
    }

.motor-sound-images .motor-sound {
    position: relative;
    z-index: 5;
    margin-top: 60px;
    right: 65px;
    width: 100%;
    height: 100%;
}

    .motor-sound-images .motor-sound > div {
        width: 100%;
        height: 100%;
        background-color: #f8f8f7;
    }

        .motor-sound-images .motor-sound > div.skew {
            transform: skew(-35deg);
            transform-origin: center center;
            overflow: hidden;
            right: 20.925rem;
        }

            .motor-sound-images .motor-sound > div.skew > .skew-fix {
                transform: translateX(-20.925rem) skew(35deg);
                transform-origin: center center;
                width: calc(100% + 41.85rem);
                height: 100%;
            }

.motor-sound-images .simple-slider {
    position: relative;
    width: 110%;
    height: 60rem;
}

@media (max-width:1365.98px) {
    .motor-sound-images .simple-slider {
        width: 120%;
        height: 45rem;
    }
}

.motor-sound-images .simple-slider:after, .motor-sound-images .simple-slider:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: -1px;
    width: 100vw;
    height: calc(100% + 2px);
    background-color: #fff;
    transform-origin: center center;
}

.motor-sound-images .simple-slider:before {
    left: 0;
    transform: translate(-100%, -1px) skew(-35deg);
}

.motor-sound-images .simple-slider:after {
    right: 0;
    transform: translate(100%, -1px) skew(-35deg);
}

.motor-sound-images .simple-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    will-change: auto;
    width: 100%;
    height: 100%;
}

    .motor-sound-images .simple-slider .slide > div {
        background-position: 50%;
        background-size: cover;
        background-color: #f8f8f7;
        height: 100%;
    }

    .motor-sound-images .simple-slider .slide.skew {
        transform: skew(-35deg);
        transform-origin: center center;
        overflow: hidden;
        right: 20.925rem;
    }

        .motor-sound-images .simple-slider .slide.skew > .skew-fix {
            transform: translateX(-20.925rem) skew(35deg);
            transform-origin: center center;
            width: calc(100% + 41.85rem);
        }

    .motor-sound-images .simple-slider .slide.active {
        z-index: 2 !important;
    }

.motor-sound-images .col-12 .simple-slider {
    width: 100%;
}

.motor-sound-images .slider-pagination {
    position: absolute;
    z-index: 7;
    bottom: -4rem;
    right: 20.25rem;
    text-align: right;
}

    .motor-sound-images .slider-pagination button {
        position: relative;
        display: inline-block;
        width: 55px;
        margin: 0 6px;
        padding-top: 2rem;
    }

        .motor-sound-images .slider-pagination button:after, .motor-sound-images .slider-pagination button:before {
            background-color: rgba(32, 32, 32, .2);
            content: "";
            display: block;
            position: absolute;
            top: 1rem;
            height: 2px;
        }

        .motor-sound-images .slider-pagination button:after {
            left: 0;
            right: 0;
        }

        .motor-sound-images .slider-pagination button.active:before, .motor-sound-images .slider-pagination button.new:before {
            background-color: #202020;
        }

        .motor-sound-images .slider-pagination button.active:before {
            transition-delay: 0s;
            left: 0;
            right: 0;
        }

        .motor-sound-images .slider-pagination button.new:before {
            transition-delay: .5s;
            left: 100%;
            right: 100%;
        }

    .motor-sound-images .slider-pagination.ltr button.active:before {
        transition: left .5s ease-in-out;
        left: 100%;
        right: 0;
    }

    .motor-sound-images .slider-pagination.ltr button.new:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 0;
    }

    .motor-sound-images .slider-pagination.rtl button.active:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 100%;
    }

    .motor-sound-images .slider-pagination.rtl button.new:before {
        transition: left .5s ease-in-out;
        left: 0;
        right: 0;
    }

.motor-sound-images .details-button {
    position: relative;
    z-index: 6;
    padding: 3rem 0 0;
}

    .motor-sound-images .details-button .icon-button {
        display: flex;
        align-items: center;
    }

        .motor-sound-images .details-button .icon-button svg {
            width: 5rem;
            height: 5rem;
            margin-right: 2.5rem;
        }

        .motor-sound-images .details-button .icon-button .title {
            margin: 0;
            font-size: 1.6rem;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.44;
            letter-spacing: .032rem;
            text-align: left;
            color: #202020;
        }

.motor-sound-images .accordion-wrapper {
    background-color: #f8f8f7;
    padding-bottom: 4rem;
}

    .motor-sound-images .accordion-wrapper .close-section {
        background-color: #f8f8f7;
        height: 17.2rem;
    }

        .motor-sound-images .accordion-wrapper .close-section button svg {
            width: 46px;
            height: 54px;
        }

    .motor-sound-images .accordion-wrapper .accordion-body h2 {
        font-size: 4.3rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: .88;
        letter-spacing: .064rem;
        text-align: center;
        color: #202020;
    }

    .motor-sound-images .accordion-wrapper .accordion-body h3 {
        margin-top: 3rem;
        font-size: 2.2rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: .044rem;
        text-align: center;
        color: #202020;
    }

    .motor-sound-images .accordion-wrapper .accordion-body p {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: .032rem;
        text-align: center;
        color: #202020;
    }

    .motor-sound-images .accordion-wrapper .accordion-body .images {
        margin-top: 4rem;
        text-align: right;
    }

        .motor-sound-images .accordion-wrapper .accordion-body .images div {
            padding-right: 10px;
            padding-left: 10px;
            padding-bottom: 20px;
        }

.motor-sound-images .audio-player {
    position: relative;
    width: 100%;
    height: 6.6rem;
    margin: 3rem 0 6rem;
}

    .motor-sound-images .audio-player .controls {
        position: relative;
        text-align: center;
        height: 6.6rem;
    }

        .motor-sound-images .audio-player .controls > svg {
            display: inline-block;
            width: 80%;
            height: 100%;
            vertical-align: middle;
        }

        .motor-sound-images .audio-player .controls button {
            vertical-align: middle;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            transition: opacity .3s ease-in-out, visibility .3s;
        }

            .motor-sound-images .audio-player .controls button svg {
                width: 6.6rem;
                height: 6.6rem;
            }

    .motor-sound-images .audio-player.pause button.pause, .motor-sound-images .audio-player.play button.play {
        opacity: 1;
        visibility: visible;
    }

.motor-sound-images .desktop .audio-player {
    position: absolute;
    margin: 0;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.motor-sound-images .desktop .video-wrapper {
    position: relative;
}

    .motor-sound-images .desktop .video-wrapper .video-player-wrapper {
        position: absolute;
        margin: 0;
        width: 50% !important;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .motor-sound-images .desktop .video-wrapper .playarea {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .motor-sound-images .desktop .video-wrapper .playarea button {
            width: 8rem;
            height: 8rem;
            cursor: pointer;
        }

        .motor-sound-images .desktop .video-wrapper .playarea.play button.pause {
            display: none;
        }

        .motor-sound-images .desktop .video-wrapper .playarea.pause button.pause, .motor-sound-images .desktop .video-wrapper .playarea.play button.play {
            display: inline-block;
        }

        .motor-sound-images .desktop .video-wrapper .playarea.pause button.play {
            display: none;
        }

.motor-sound-images .mobile p {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.motor-sound-images .mobile .boxed {
    margin-top: 3rem;
}

.motor-sound-images .sound-high-quality {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
}

@media (max-width:1024.98px) {
    .motor-sound-images .sound-high-quality {
        margin-top: -1rem !important;
    }
}

.motor-sound-images .sound-high-quality img {
    max-height: unset;
    margin-top: 0;
    margin-right: 2.5rem;
    width: 4rem;
}

.motor-sound-images .sound-high-quality span {
    line-height: 2.5rem;
}

@media (max-width:1024.98px) {
    #default-modal-mobile .centro-stile-design .images [class*=col-] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

html.ie .motor-sound-images > .desktop .details-button > div {
    margin-left: 8.33333% !important;
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    section.motor-sound-images > .desktop > .texts {
        margin-bottom: 3rem;
    }

        section.motor-sound-images > .desktop > .texts .col-5 {
            display: none;
        }

        section.motor-sound-images > .desktop > .texts .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        border-color: #f8f8f7 transparent;
        border-style: solid;
        border-width: 6px;
    }

    .lds-dual-ring.on-dark:after {
        border-color: #343a40 transparent;
        border-style: solid;
        border-width: 6px;
    }

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        -webkit-animation: lds-dual-ring 1.2s linear infinite;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.linear-spinner {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    height: 0;
    width: 100%;
    color: #2f2f2f;
    background-color: #525252;
    background-size: 200% 100%;
    background-image: linear-gradient(90deg, transparent 50%, currentColor 0, currentColor 60%, transparent 0, transparent 71.5%, currentColor 0, currentColor 84%, transparent 0);
    -webkit-animation: material-progress-linear 3s ease-in infinite;
    animation: material-progress-linear 3s ease-in infinite;
}

@-webkit-keyframes material-progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0;
    }

    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0;
    }

    to {
        background-size: 400% 100%;
        background-position: left -102% top 0;
    }
}

@keyframes material-progress-linear {
    0% {
        background-size: 200% 100%;
        background-position: left -31.25% top 0;
    }

    50% {
        background-size: 800% 100%;
        background-position: left -49% top 0;
    }

    to {
        background-size: 400% 100%;
        background-position: left -102% top 0;
    }
}

.linear-spinner.active {
    height: 2px;
}

.car-pre-configurator .desktop {
    margin: 10rem 0 7rem;
}

    .car-pre-configurator .desktop .controls {
        position: relative;
        min-height: 600px;
    }

@media (min-width:1921px) {
    .car-pre-configurator .desktop .controls {
        min-height: 900px;
    }
}

.car-pre-configurator .desktop .controls .configurator-link {
    position: absolute;
    bottom: 12%;
    left: 0;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: .032rem;
    text-align: left;
    color: #202020;
}

    .car-pre-configurator .desktop .controls .configurator-link svg {
        width: 54px;
        height: 54px;
    }

.car-pre-configurator .desktop .types-container {
    margin-top: 3rem;
    text-align: left;
}

    .car-pre-configurator .desktop .types-container button {
        position: relative;
        font-size: 1.6rem;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: .032rem;
        color: rgba(32, 32, 32, .3);
        padding: 0 0 2rem;
        width: 100%;
        text-align: left;
        transition: color .3s ease-in-out;
    }

        .car-pre-configurator .desktop .types-container button:hover {
            color: #202020;
        }

        .car-pre-configurator .desktop .types-container button:after, .car-pre-configurator .desktop .types-container button:before {
            background-color: rgba(32, 32, 32, .2);
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            height: 2px;
        }

        .car-pre-configurator .desktop .types-container button:after {
            left: 0;
            right: 0;
        }

        .car-pre-configurator .desktop .types-container button.active {
            color: #202020;
        }

            .car-pre-configurator .desktop .types-container button.active:before, .car-pre-configurator .desktop .types-container button.new:before {
                background-color: #202020;
            }

            .car-pre-configurator .desktop .types-container button.active:before {
                transition-delay: 0s;
                left: 0;
                right: 0;
            }

        .car-pre-configurator .desktop .types-container button.new:before {
            transition-delay: .5s;
            left: 100%;
            right: 100%;
        }

    .car-pre-configurator .desktop .types-container.ltr button.active:before {
        transition: left .5s ease-in-out;
        left: 100%;
        right: 0;
    }

    .car-pre-configurator .desktop .types-container.ltr button.new:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 0;
    }

    .car-pre-configurator .desktop .types-container.rtl button.active:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 100%;
    }

    .car-pre-configurator .desktop .types-container.rtl button.new:before {
        transition: left .5s ease-in-out;
        left: 0;
        right: 0;
    }

.car-pre-configurator .desktop .options-container {
    position: relative;
    margin-top: 3rem;
}

    .car-pre-configurator .desktop .options-container .option-container {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition-delay: .2s;
        transition: opacity .2s ease-in-out, visibility .2s;
    }

        .car-pre-configurator .desktop .options-container .option-container button {
            position: relative;
            overflow: hidden;
            padding-right: 1rem;
            margin-bottom: 1rem;
        }

            .car-pre-configurator .desktop .options-container .option-container button span {
                position: absolute;
                top: -5px;
                left: -50px;
                height: 58px;
                width: 79px;
                transform: skew(-60deg);
                background: #fff;
                opacity: 0;
                visibility: hidden;
                transition: opacity .3s ease-in-out, visibility .3s;
            }

                .car-pre-configurator .desktop .options-container .option-container button span svg {
                    transform: skew(60deg);
                    width: 18px;
                    height: 15px;
                    opacity: 0;
                    visibility: hidden;
                    margin: -21px 0 0 26px;
                }

            .car-pre-configurator .desktop .options-container .option-container button img {
                width: 9.3rem;
                height: auto;
            }

            .car-pre-configurator .desktop .options-container .option-container button.active span, .car-pre-configurator .desktop .options-container .option-container button.active span svg, .car-pre-configurator .desktop .options-container .option-container button:not(.active):hover span {
                opacity: 1;
                visibility: visible;
            }

        .car-pre-configurator .desktop .options-container .option-container:last-of-type button {
            position: relative;
            width: 50%;
            padding: 0;
        }

            .car-pre-configurator .desktop .options-container .option-container:last-of-type button img {
                width: 100%;
            }

            .car-pre-configurator .desktop .options-container .option-container:last-of-type button:nth-of-type(2n) {
                padding-left: .5rem;
            }

            .car-pre-configurator .desktop .options-container .option-container:last-of-type button:nth-of-type(odd) {
                padding-right: .5rem;
            }

        .car-pre-configurator .desktop .options-container .option-container.active {
            opacity: 1;
            visibility: visible;
        }

@media (max-width:1599.98px) {
    .car-pre-configurator .desktop .options-container .option-container[data-index="0"] button.option img {
        width: 7.8rem;
    }
}

.car-pre-configurator .desktop .car {
    position: relative;
}

    .car-pre-configurator .desktop .car .spinner {
        display: none;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .car-pre-configurator .desktop .car.loading .spinner {
        display: block;
    }

    .car-pre-configurator .desktop .car .assembled-car, .car-pre-configurator .desktop .car .env {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .car-pre-configurator .desktop .car .assembled-car.preload, .car-pre-configurator .desktop .car .env.preload {
            opacity: 0;
        }

        .car-pre-configurator .desktop .car .assembled-car.loaded, .car-pre-configurator .desktop .car .env.loaded {
            opacity: 1;
        }

    .car-pre-configurator .desktop .car .env {
        z-index: 1;
    }

    .car-pre-configurator .desktop .car .assembled-car {
        z-index: 3;
    }

.car-pre-configurator .mobile {
    margin-bottom: 10rem;
}

    .car-pre-configurator .mobile h2 {
        margin-top: 5rem;
    }

    .car-pre-configurator .mobile .swiper-container {
        margin-top: 1.5rem;
    }

    .car-pre-configurator .mobile .swiper-wrapper .swiper-slide {
        background-position: 50%;
        background-size: cover;
        background-color: #f8f8f7;
        width: 100%;
        height: 45rem;
    }

.footer-2 {
    display: inline-block;
    flex: unset !important;
    width: auto !important;
    position: relative;
    max-width: max-content !important;
}

    .footer-2:nth-child(2)::before,
    .footer-2:nth-child(2)::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 15px;
        background: #757575;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-2::before {
        left: 0;
    }

    .footer-2::after {
        right: 0;
    }

    .footer-2 a {
    }

@media (max-width:767.98px) {
    .car-pre-configurator .mobile .swiper-wrapper .swiper-slide {
        height: 25rem;
    }
}

.car-pre-configurator .mobile .swiper-pagination {
    margin-top: 2rem;
}

    .car-pre-configurator .mobile .swiper-pagination button {
        position: relative;
        border-radius: 0;
        display: inline-block;
        width: 55px;
        padding-top: 2rem;
        background: transparent;
        height: auto;
    }

        .car-pre-configurator .mobile .swiper-pagination button:before {
            background-color: rgba(32, 32, 32, .2);
            content: "";
            display: block;
            position: absolute;
            top: 1rem;
            height: 2px;
            width: 100%;
        }

        .car-pre-configurator .mobile .swiper-pagination button.swiper-pagination-bullet-active:before {
            background-color: #202020;
        }

        .car-pre-configurator .mobile .swiper-pagination button + button {
            margin-left: 12px;
        }

.car-pre-configurator .mobile .configurator-link {
    margin-top: 6.5rem;
}

.block-img-s .decoration {
    position: absolute;
    z-index: -2;
}

    .block-img-s .decoration svg {
        fill: #f8f8f7;
    }

.block-img-s > .mobile {
    margin-bottom: 6rem;
}

.block-img-s.debug .s-item {
    border: 1px solid red;
}

.block-img-s .texts > * {
    height: 100%;
}

.block-img-s.indicator {
    position: absolute;
    right: 10rem;
    z-index: 99999;
    font-size: 1.5rem;
    padding-right: 5rem;
}

    .block-img-s.indicator.start {
        border-bottom: 1px solid grey;
        color: #00f;
        transform: translateY(-100%);
    }

    .block-img-s.indicator.trigger {
        color: green;
    }

    .block-img-s.indicator.end {
        border-top: 1px solid grey;
        color: red;
    }

.block-img-s.two-rows > .mobile {
    display: none;
    margin-bottom: 3rem;
}

@media (max-width:1024.98px) {
    .block-img-s.two-rows > .mobile {
        text-align: left;
        display: block;
    }
}

.block-img-s.two-rows > .mobile .top + .bottom {
    margin-top: 6rem;
}

.block-img-s.two-rows > .desktop {
    position: relative;
}

    .block-img-s.two-rows > .desktop .decoration {
        height: 150%;
        position: absolute;
        top: -18rem;
        left: 44%;
        z-index: -2;
    }

        .block-img-s.two-rows > .desktop .decoration svg {
            fill: #f8f8f7;
        }

    .block-img-s.two-rows > .desktop .top {
        position: relative;
        z-index: 1;
        margin-bottom: -27.2rem;
        padding: 10rem 0;
    }

    .block-img-s.two-rows > .desktop .middle {
        position: relative;
        z-index: 0;
    }

        .block-img-s.two-rows > .desktop .middle > div {
            height: 100%;
            position: relative;
        }

            .block-img-s.two-rows > .desktop .middle > div .s-item {
                position: absolute;
                top: 0;
            }

            .block-img-s.two-rows > .desktop .middle > div:first-of-type {
                height: 75.3rem;
            }

                .block-img-s.two-rows > .desktop .middle > div:first-of-type .s-item {
                    top: 27.2rem;
                    height: 48.1rem;
                    width: 104.98306rem;
                    right: calc(9.5rem + 10px);
                }

            .block-img-s.two-rows > .desktop .middle > div:last-of-type {
                height: 75.3rem;
            }

                .block-img-s.two-rows > .desktop .middle > div:last-of-type .s-item {
                    height: 60rem;
                    width: 130.956rem;
                    left: calc(-33rem + 10px);
                }

    .block-img-s.two-rows > .desktop .bottom {
        position: relative;
        z-index: 1;
        margin-top: -15.3rem;
        padding: 10rem 0;
    }

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s.two-rows > .desktop .top {
        margin-bottom: -27.2rem;
        padding: 10rem 0;
    }

    .block-img-s.two-rows > .desktop .middle > div:first-of-type {
        height: 60.3rem;
    }

        .block-img-s.two-rows > .desktop .middle > div:first-of-type .s-item {
            top: 27.2rem;
            height: 33.1rem;
            width: 72.24406rem;
            right: calc(9.5rem + 10px);
        }

    .block-img-s.two-rows > .desktop .middle > div:last-of-type {
        height: 60.3rem;
    }

        .block-img-s.two-rows > .desktop .middle > div:last-of-type .s-item {
            height: 45rem;
            width: 98.217rem;
            left: calc(-22rem + 10px);
        }

    .block-img-s.two-rows > .desktop .bottom {
        margin-top: -15.3rem;
        padding: 10rem 0;
    }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s.two-rows > .desktop .top {
        margin-bottom: -27.2rem;
        padding: 10rem 0;
    }

    .block-img-s.two-rows > .desktop .middle > div:first-of-type {
        height: 65.3rem;
    }

        .block-img-s.two-rows > .desktop .middle > div:first-of-type .s-item {
            top: 27.2rem;
            height: 38.1rem;
            width: 83.15706rem;
            right: calc(9.5rem + 10px);
        }

    .block-img-s.two-rows > .desktop .middle > div:last-of-type {
        height: 65.3rem;
    }

        .block-img-s.two-rows > .desktop .middle > div:last-of-type .s-item {
            height: 50rem;
            width: 109.13rem;
            left: calc(-26rem + 10px);
        }

    .block-img-s.two-rows > .desktop .bottom {
        margin-top: -15.3rem;
        padding: 10rem 0;
    }
}

.block-img-s.two-rows.only-text-top > .desktop > .decoration {
    top: -9rem;
    left: 27%;
}

.block-img-s.two-rows.only-text-top > .desktop .top {
    position: relative;
    z-index: 1;
    margin-top: 10rem;
    margin-bottom: -6.6rem;
    padding: 0 0 10rem;
}

.block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type {
    height: 66.6rem;
}

    .block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type .s-item {
        top: 6.6rem;
        height: 60rem;
        width: 130.956rem;
        right: calc(-21.5rem + 10px);
    }

.block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type {
    height: 66.6rem;
}

    .block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type .s-item {
        height: 60rem;
        width: 130.956rem;
        left: calc(-17rem + 10px);
    }

@media (min-width:768px) and (max-width:1024.98px) {
    .block-img-s.two-rows.only-text-top > .desktop > .decoration {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type {
        height: 44.4rem;
    }

        .block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type .s-item {
            top: 4.4rem;
            height: 40rem;
            width: 87.304rem;
            right: calc(-13.5rem + 10px);
        }

    .block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type {
        height: 44.4rem;
    }

        .block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type .s-item {
            height: 40rem;
            width: 87.304rem;
            left: calc(-12rem + 10px);
        }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type {
        height: 55.5rem;
    }

        .block-img-s.two-rows.only-text-top > .desktop .middle > div:first-of-type .s-item {
            top: 5.5rem;
            height: 50rem;
            width: 109.13rem;
            right: calc(-18rem + 10px);
        }

    .block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type {
        height: 55.5rem;
    }

        .block-img-s.two-rows.only-text-top > .desktop .middle > div:last-of-type .s-item {
            height: 50rem;
            width: 109.13rem;
            left: calc(-14rem + 10px);
        }
}

.block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type {
    height: 66.6rem;
}

    .block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type .s-item {
        top: 6.6rem;
        height: 60rem;
        width: 130.956rem;
        right: calc(-21.5rem + 10px);
    }

.block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type {
    height: 66.6rem;
}

    .block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type .s-item {
        height: 60rem;
        width: 130.956rem;
        left: calc(-17rem + 10px);
    }

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s.two-rows.no-texts > .desktop .decoration {
        top: -15rem;
    }

    .block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type {
        height: 44.4rem;
    }

        .block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type .s-item {
            top: 4.4rem;
            height: 40rem;
            width: 87.304rem;
            right: calc(-13.5rem + 10px);
        }

    .block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type {
        height: 44.4rem;
    }

        .block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type .s-item {
            height: 40rem;
            width: 87.304rem;
            left: calc(-12rem + 10px);
        }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type {
        height: 55.5rem;
    }

        .block-img-s.two-rows.no-texts > .desktop .middle > div:first-of-type .s-item {
            top: 5.5rem;
            height: 50rem;
            width: 109.13rem;
            right: calc(-18rem + 10px);
        }

    .block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type {
        height: 55.5rem;
    }

        .block-img-s.two-rows.no-texts > .desktop .middle > div:last-of-type .s-item {
            height: 50rem;
            width: 109.13rem;
            left: calc(-14rem + 10px);
        }
}

.block-img-s.three-rows > .mobile {
    display: none;
    margin-bottom: 3rem;
}

@media (max-width:1024.98px) {
    .block-img-s.three-rows > .mobile {
        text-align: left;
        display: block;
    }
}

.block-img-s.three-rows > .mobile .top + .bottom {
    margin-top: 6rem;
}

.block-img-s.three-rows > .desktop {
    position: relative;
}

    .block-img-s.three-rows > .desktop .decoration {
        position: absolute;
        z-index: -2;
        top: 13%;
        left: -9%;
        height: 80%;
        width: auto;
    }

        .block-img-s.three-rows > .desktop .decoration svg {
            fill: #f8f8f7;
        }

    .block-img-s.three-rows > .desktop .texts > .row {
        width: 200%;
    }

        .block-img-s.three-rows > .desktop .texts > .row .texts-wrapper {
            padding: 5rem 0 2rem;
        }

    .block-img-s.three-rows > .desktop .top .imgs {
        margin-bottom: 20px;
        position: relative;
        height: 61.6rem;
    }

        .block-img-s.three-rows > .desktop .top .imgs .s-item {
            height: 61.6rem;
            width: 123.2rem;
            position: relative;
            left: 23rem;
        }

    .block-img-s.three-rows > .desktop .middle {
        position: relative;
        z-index: 0;
    }

        .block-img-s.three-rows > .desktop .middle > div {
            height: 100%;
            position: relative;
        }

            .block-img-s.three-rows > .desktop .middle > div .s-item {
                position: absolute;
                top: 0;
            }

            .block-img-s.three-rows > .desktop .middle > div:first-of-type {
                height: 66.6rem;
            }

                .block-img-s.three-rows > .desktop .middle > div:first-of-type .s-item {
                    top: 6.6rem;
                    height: 60rem;
                    width: 130.956rem;
                    right: calc(-17.5rem + 10px);
                }

            .block-img-s.three-rows > .desktop .middle > div:last-of-type {
                height: 66.6rem;
            }

                .block-img-s.three-rows > .desktop .middle > div:last-of-type .s-item {
                    height: 60rem;
                    width: 130.956rem;
                    left: calc(-21rem + 10px);
                }

    .block-img-s.three-rows > .desktop .bottom .imgs {
        margin-top: 20px;
        position: relative;
        height: 43.1rem;
    }

        .block-img-s.three-rows > .desktop .bottom .imgs .s-item {
            height: 43.1rem;
            width: 108.0948rem;
            position: absolute;
            right: 38.5rem;
        }

    .block-img-s.three-rows > .desktop .bottom .texts > .row {
        margin-left: -104%;
    }

    .block-img-s.three-rows > .desktop .bottom .texts .texts-wrapper {
        padding: 2rem 0 5rem;
    }

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s.three-rows > .desktop .texts > .row .texts-wrapper {
        padding: 2rem 0 0;
    }

    .block-img-s.three-rows > .desktop .top .imgs {
        height: 45rem;
    }

        .block-img-s.three-rows > .desktop .top .imgs .s-item {
            height: 45rem;
            width: 90rem;
            left: 22.75rem;
        }

    .block-img-s.three-rows > .desktop .middle > div:first-of-type {
        height: 51.6rem;
    }

        .block-img-s.three-rows > .desktop .middle > div:first-of-type .s-item {
            top: 6.6rem;
            height: 45rem;
            width: 98.217rem;
            right: calc(-17.5rem + 10px);
        }

    .block-img-s.three-rows > .desktop .middle > div:last-of-type {
        height: 51.6rem;
    }

        .block-img-s.three-rows > .desktop .middle > div:last-of-type .s-item {
            height: 45rem;
            width: 98.217rem;
            left: calc(-10.5rem + 10px);
        }

    .block-img-s.three-rows > .desktop .bottom .imgs {
        height: 28.1rem;
    }

        .block-img-s.three-rows > .desktop .bottom .imgs .s-item {
            height: 28.1rem;
            width: 70.4748rem;
            right: 24rem;
        }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s.three-rows > .desktop .texts > .row .texts-wrapper {
        padding: 2rem 0 0;
    }

    .block-img-s.three-rows > .desktop .top .imgs {
        height: 50rem;
        /*height:40rem;*/
    }

        .block-img-s.three-rows > .desktop .top .imgs .s-item {
            height: 50rem;
            width: 100rem;
            /*left:22.75rem;*/
            left: 0;
        }

    .block-img-s.three-rows > .desktop .middle > div:first-of-type {
        height: 56.6rem;
    }

        .block-img-s.three-rows > .desktop .middle > div:first-of-type .s-item {
            top: 6.6rem;
            height: 50rem;
            width: 109.13rem;
            right: calc(-17.5rem + 10px);
        }

    .block-img-s.three-rows > .desktop .middle > div:last-of-type {
        height: 56.6rem;
    }

        .block-img-s.three-rows > .desktop .middle > div:last-of-type .s-item {
            height: 50rem;
            width: 109.13rem;
            left: calc(-14rem + 10px);
        }

    .block-img-s.three-rows > .desktop .bottom .imgs {
        height: 33.1rem;
    }

        .block-img-s.three-rows > .desktop .bottom .imgs .s-item {
            height: 33.1rem;
            width: 83.0148rem;
            right: 29.5rem;
        }
}

.block-img-s.four-rows > .mobile {
    display: none;
}

@media (max-width:1024.98px) {
    .block-img-s.four-rows > .mobile {
        text-align: left;
        display: block;
    }
}

.block-img-s.four-rows > .mobile .top + .bottom {
    margin-top: 6rem;
}

.block-img-s.four-rows > .desktop {
    display: none;
    position: relative;
}

    .block-img-s.four-rows > .desktop .decoration {
        width: auto;
        height: 64%;
        top: 68%;
        left: 49%;
        transform: translate(-50%, -50%);
        z-index: -2;
    }

    .block-img-s.four-rows > .desktop .top {
        margin-bottom: 20px;
    }

        .block-img-s.four-rows > .desktop .top > .imgs {
            height: 122rem;
            position: relative;
        }

            .block-img-s.four-rows > .desktop .top > .imgs .s-item {
                display: block;
            }

                .block-img-s.four-rows > .desktop .top > .imgs .s-item:first-of-type {
                    position: absolute;
                    left: 0;
                    height: 60rem;
                    width: 130.956rem;
                }

                .block-img-s.four-rows > .desktop .top > .imgs .s-item:nth-of-type(2) {
                    position: absolute;
                    left: -45rem;
                    top: 62rem;
                    height: 60rem;
                    width: 130.956rem;
                }

    .block-img-s.four-rows > .desktop .bottom > .imgs {
        height: 105.1rem;
        position: relative;
    }

        .block-img-s.four-rows > .desktop .bottom > .imgs .s-item {
            display: block;
        }

            .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:first-of-type {
                position: absolute;
                right: -45rem;
                height: 60rem;
                width: 130.956rem;
            }

            .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:nth-of-type(2) {
                position: absolute;
                right: 0;
                top: 62rem;
                height: 43.1rem;
                width: 118.6974rem;
            }

@media (min-width:1025px) {
    .block-img-s.four-rows > .desktop {
        display: block;
    }
}

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s.four-rows > .desktop .top > .imgs {
        height: 82rem;
    }

        .block-img-s.four-rows > .desktop .top > .imgs .s-item:first-of-type {
            height: 40rem;
            width: 87.304rem;
        }

        .block-img-s.four-rows > .desktop .top > .imgs .s-item:nth-of-type(2) {
            left: -30rem;
            top: 42rem;
            height: 40rem;
            width: 87.304rem;
        }

    .block-img-s.four-rows > .desktop .bottom > .texts {
        padding-top: 13rem;
    }

    .block-img-s.four-rows > .desktop .bottom > .imgs {
        height: 75.3rem;
    }

        .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:first-of-type {
            right: -30rem;
            height: 40rem;
            width: 87.304rem;
        }

        .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:nth-of-type(2) {
            top: 42rem;
            height: 33.3rem;
            width: 91.7082rem;
        }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s.four-rows > .desktop .decoration {
        top: 68%;
    }

    .block-img-s.four-rows > .desktop .top .imgs {
        height: 102rem;
    }

        .block-img-s.four-rows > .desktop .top .imgs .s-item:first-of-type {
            height: 50rem;
            width: 109.13rem;
        }

        .block-img-s.four-rows > .desktop .top .imgs .s-item:nth-of-type(2) {
            left: -37.5rem;
            top: 52rem;
            height: 50rem;
            width: 109.13rem;
        }

    .block-img-s.four-rows > .desktop .bottom > .imgs {
        height: 87.9rem;
    }

        .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:first-of-type {
            right: -37.5rem;
            height: 50rem;
            width: 109.13rem;
        }

        .block-img-s.four-rows > .desktop .bottom > .imgs .s-item:nth-of-type(2) {
            top: 52rem;
            height: 35.9rem;
            width: 98.8686rem;
        }
}

@media (min-width:1600px) and (max-width:1920.98px) {
    .block-img-s.four-rows > .desktop .top .texts {
        margin-bottom: 16rem;
    }

    .block-img-s.four-rows > .desktop .bottom .texts {
        margin-top: 16rem;
    }
}

.block-img-s.two-rows.only-text-top .desktop .top.row {
    margin-top: -6rem;
}

.block-img-sx-text-dx {
    position: relative;
}

    .block-img-sx-text-dx .texts {
        position: relative;
        z-index: 30;
    }

    .block-img-sx-text-dx > .decoration {
        position: absolute;
        top: 0;
        left: 20%;
        height: 100%;
        width: auto;
    }

@media (max-width:1365.98px) {
    .block-img-sx-text-dx > .decoration {
        left: 10%;
    }
}

@media (max-width:1024.98px) {
    .block-img-sx-text-dx > .decoration {
        display: none !important;
    }
}

.block-img-sx-text-dx > .decoration svg {
    fill: #f8f8f7;
}

.block-img-sx-text-dx > .decoration + .content {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

@media (max-width:1365.98px) {
    .block-img-sx-text-dx > .decoration + .content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.block-img-sx-text-dx > .decoration + .content .slider-container:after, .block-img-sx-text-dx > .decoration + .content .slider-container:before {
    background-color: #f8f8f7 !important;
}

.block-img-sx-text-dx > .decoration .skew {
    position: relative;
    transform: skew(-35deg);
    transform-origin: bottom left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f7;
}

.block-img-sx-text-dx > .desktop .images {
    position: relative;
    /*min-height:650px*/
    min-height: 500px;
}

.block-img-sx-text-dx > .desktop .txts {
    padding-bottom: 4rem;
    position: relative;
    z-index: 30;
}

.block-img-sx-text-dx > .desktop .slider-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .block-img-sx-text-dx > .desktop .slider-container:after, .block-img-sx-text-dx > .desktop .slider-container:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: -2px;
        width: 45.85rem;
        /*height:calc(100% + 2px);*/
        height: calc(100% + 2px);
        background-color: #f8f8f7;
        transform-origin: center center;
        transform: translateX(-50%) skew(-35deg);
    }

    .block-img-sx-text-dx > .desktop .slider-container:before {
        left: 0;
        transform: translateX(-50%) skew(-35deg);
        display: none;
    }

    .block-img-sx-text-dx > .desktop .slider-container:after {
        /*	right:0;
	transform:translateX(50%) skew(-35deg)*/
        right: 0;
        transform: translateX(57%) skew(-35deg);
    }

.block-img-sx-text-dx > .desktop .slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.block-img-sx-text-dx > .desktop .slide {
    position: absolute;
    top: 0;
    right: 0;
    will-change: auto;
    width: 100%;
    height: 100%;
}

    .block-img-sx-text-dx > .desktop .slide > div {
        height: 100%;
        background-color: #f8f8f7;
        background-position: 50%;
        background-size: cover;
    }

    .block-img-sx-text-dx > .desktop .slide.skew {
        transform: skew(-35deg);
        transform-origin: center center;
        overflow: hidden;
        /*right:20.925rem*/
        right: 16.5rem;
    }

        .block-img-sx-text-dx > .desktop .slide.skew > .skew-fix {
            transform: translateX(-20.925rem) skew(35deg);
            transform-origin: center center;
            width: calc(100% + 45.85rem);
            position: absolute;
            left: -22px;
        }





.block-img-sx-text-dx > .desktop .slide2 {
    position: absolute;
    top: 0;
    right: 0;
    will-change: auto;
    width: 100%;
    height: 100%;
}

    .block-img-sx-text-dx > .desktop .slide2 > div {
        height: 100%;
        background-color: #f8f8f7;
        background-position: 50%;
        background-size: cover;
    }

    .block-img-sx-text-dx > .desktop .slide2.skew2 {
        transform: skew(-35deg);
        transform-origin: center center;
        overflow: hidden;
        /*right:20.925rem*/
        right: 16.5rem;
    }

        .block-img-sx-text-dx > .desktop .slide2.skew2 > .skew-fix2 {
            transform: translateX(-20.925rem) skew(35deg);
            transform-origin: center center;
            /*width:calc(100% + 45.85rem);*/
            width: calc(100% + 0rem);
            position: absolute;
            left: -22px;
        }

    .block-img-sx-text-dx > .desktop .slide2.active {
        z-index: 2 !important;
    }






.block-img-sx-text-dx > .desktop .slide.active {
    z-index: 2 !important;
}

.block-img-sx-text-dx > .desktop .slider-pagination {
    position: absolute;
    z-index: 99;
    bottom: -4rem;
    right: 45.85rem;
    text-align: right;
}

    .block-img-sx-text-dx > .desktop .slider-pagination button {
        position: relative;
        display: inline-block;
        width: 55px;
        margin: 0 6px;
        padding-top: 2rem;
    }

        .block-img-sx-text-dx > .desktop .slider-pagination button:after, .block-img-sx-text-dx > .desktop .slider-pagination button:before {
            background-color: rgba(32, 32, 32, .2);
            content: "";
            display: block;
            position: absolute;
            top: 1rem;
            height: 2px;
        }

        .block-img-sx-text-dx > .desktop .slider-pagination button:after {
            left: 0;
            right: 0;
        }

        .block-img-sx-text-dx > .desktop .slider-pagination button.active:before, .block-img-sx-text-dx > .desktop .slider-pagination button.new:before {
            background-color: #202020;
        }

        .block-img-sx-text-dx > .desktop .slider-pagination button.active:before {
            transition-delay: 0s;
            left: 0;
            right: 0;
        }

        .block-img-sx-text-dx > .desktop .slider-pagination button.new:before {
            transition-delay: .5s;
            left: 100%;
            right: 100%;
        }

    .block-img-sx-text-dx > .desktop .slider-pagination.ltr button.active:before {
        transition: left .5s ease-in-out;
        left: 100%;
        right: 0;
    }

    .block-img-sx-text-dx > .desktop .slider-pagination.ltr button.new:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 0;
    }

    .block-img-sx-text-dx > .desktop .slider-pagination.rtl button.active:before {
        transition: right .5s ease-in-out;
        left: 0;
        right: 100%;
    }

    .block-img-sx-text-dx > .desktop .slider-pagination.rtl button.new:before {
        transition: left .5s ease-in-out;
        left: 0;
        right: 0;
    }

.block-img-sx-text-dx > .desktop .inverted {
    /*margin-top:12rem;*/
    margin-top: 2rem;
    /*margin-bottom:2rem*/
    margin-bottom: 6rem;
}

    .block-img-sx-text-dx > .desktop .inverted .texts-wrapper img {
        margin-top: 0;
    }

    .block-img-sx-text-dx > .desktop .inverted .slider-container {
        position: absolute;
        right: unset;
        left: -32px;
        width: calc(100% + 41.85rem);
    }

        .block-img-sx-text-dx > .desktop .inverted .slider-container:before {
            width: calc(41.85rem + 35px);
            display: block;
        }

        .block-img-sx-text-dx > .desktop .inverted .slider-container:after {
            display: none;
        }

        .block-img-sx-text-dx > .desktop .inverted .slider-container .slide.skew {
            right: unset;
            left: 0;
        }

        .block-img-sx-text-dx > .desktop .inverted .slider-container .skew-fix {
            position: absolute;
            left: -22px;
        }

    .block-img-sx-text-dx > .desktop .inverted .slider-pagination {
        right: unset;
        left: -3.5rem;
    }

.block-img-sx-text-dx > .mobile {
    /*margin-bottom:10rem;*/
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column-reverse;
}

    .block-img-sx-text-dx > .mobile > .image {
        padding: 0 20px;
    }

    .block-img-sx-text-dx > .mobile .swiper-wrapper .swiper-slide {
        background-position: 50%;
        background-size: cover;
        background-color: #f8f8f7;
        width: 80%;
        height: 50rem;
    }

@media (max-width:767.98px) {
    .block-img-sx-text-dx > .mobile .swiper-wrapper .swiper-slide {
        height: 25rem;
    }
}

.block-img-sx-text-dx > .mobile .swiper-pagination {
    margin-top: 2rem;
}

    .block-img-sx-text-dx > .mobile .swiper-pagination button {
        position: relative;
        border-radius: 0;
        display: inline-block;
        width: 55px;
        padding-top: 2rem;
        background: transparent;
        height: auto;
    }

        .block-img-sx-text-dx > .mobile .swiper-pagination button:before {
            background-color: rgba(32, 32, 32, .2);
            content: "";
            display: block;
            position: absolute;
            top: 1rem;
            height: 2px;
            width: 100%;
        }

        .block-img-sx-text-dx > .mobile .swiper-pagination button.swiper-pagination-bullet-active:before {
            background-color: #202020;
        }

        .block-img-sx-text-dx > .mobile .swiper-pagination button + button {
            margin-left: 12px;
        }

section.video {
    position: relative;
    max-width: 1920px;
}

    section.video.decorated {
        padding: 12rem 0;
    }

        section.video.decorated:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background-color: #f8f8f7;
        }

        section.video.decorated.with-texts:before {
            height: 40%;
        }

@media (max-width:1024.98px) {
    section.video.decorated {
        padding: 6rem 0;
    }

        section.video.decorated.with-texts:before {
            height: 30%;
        }
}

section.video .video-row > div {
    position: relative;
    width: 100%;
    height: 52.5rem;
}

@media (max-width:767.98px) {
    section.video .video-row > div {
        height: 26.7rem;
    }
}

@media (min-width:768px) and (max-width:1024.98px) {
    section.video .video-row > div {
        height: 35rem;
    }
}

section.video .video-row > div .position-relative {
    background-color: #e5e5e5;
}

section.video .video-row > div .video-player-wrapper {
    background-color: #e5e5e5;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

    section.video .video-row > div .video-player-wrapper .loadingSpinner, section.video .video-row > div .video-player-wrapper .pauseBtn, section.video .video-row > div .video-player-wrapper .playBtn {
        opacity: 0 !important;
        display: none !important;
    }

    section.video .video-row > div .video-player-wrapper.with-poster {
        position: relative;
        height: 100%;
    }

section.video .video-row > div .play-buttton {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

    section.video .video-row > div .play-buttton .exagon {
        width: 7.7rem;
        height: 8.8rem;
    }

section.video .video-row > div.row {
    height: auto;
}

@media (max-width:1024.98px) {
    section.video .video-row {
        padding-left: 20px;
        padding-right: 20px;
    }
}

section.video .texts {
    margin-top: 3rem;
}

    section.video .texts .primary {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: .88;
        letter-spacing: .064rem;
        margin-top: 1.5rem;
    }

    section.video .texts .primary, section.video .texts .secondary {
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #202020;
        text-transform: uppercase;
    }

    section.video .texts .secondary {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.33;
        letter-spacing: .054rem;
    }

@media (max-width:1024.98px) {
    section.video .texts {
        margin-left: 0;
        margin-right: 0;
    }
}

.modal.full-video {
    overflow: hidden;
}

    .modal.full-video .full-video-player-wrapper .pauseBtn, .modal.full-video .full-video-player-wrapper .playBtn {
        display: none !important;
    }

@media (max-width:1024.98px) {
    .modal.full-video .full-video-player-wrapper video {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
}

.modal.full-video .modal-header {
    padding: 0;
}

    .modal.full-video .modal-header .close {
        top: 4rem;
        right: 4rem;
    }

.modal.full-video .modal-footer {
    display: none;
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    padding: 0;
    border: none;
}

    .modal.full-video .modal-footer button {
        display: inline-block;
        width: 5rem;
        height: 5.9rem;
        padding: 0;
        margin: 0 2rem 0 0;
    }

        .modal.full-video .modal-footer button svg {
            width: 100%;
            height: 100%;
        }
/*.hero-banner {
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative
}*/
@media (max-width:1024.98px) {
    /*.hero-banner {
height:calc(var(--vh, 1vh)*100)
}*/
}
/*.hero-banner:after {
	content:"";
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#181818;
	opacity:0;
	visibility:hidden;
	transition:opacity 1s ease-out, visibility 1s ease-out;
transition-delay:.5s
}
.hero-banner.loading:after {
	opacity:1;
	visibility:visible
}
.hero-banner .hol, .hero-banner .swiper-pagination-bullet {
	opacity:0
}
.hero-banner.single-slide .hol, .hero-banner.single-slide .swiper-pagination-bullet, .hero-banner.swiper-container-initialized .hol, .hero-banner.swiper-container-initialized .swiper-pagination-bullet {
	opacity:1
}
.hero-banner .swiper-slide {
	width:100%;
	height:100%;
	text-align:center;
	background:transparent no-repeat 50%;
	background-size:cover
}
.hero-banner .slide-overlay {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:10;
	height:100%;
	background-color:transparent
}
.hero-banner .slide-overlay>div {
	display:flex;
	align-items:flex-start;
	text-align:left
}
.hero-banner .header-slider {
	color:#fff;
	padding:22vh 0 0
}
.hero-banner .header-slider h2 {
	font-weight:700;
	font-size:5rem;
	line-height:1.08em;
	letter-spacing:-1.5px;
	margin-left:-2px
}
.hero-banner .header-slider h2 .bold {
	display:block
}
.hero-banner .header-slider h1, .hero-banner .header-slider h3 {
	font-weight:400;
	font-size:1.8rem;
	line-height:1.33;
	letter-spacing:1.62px;
	margin-bottom:10px
}
.hero-banner .std-wrapper {
	margin-top:2rem
}
.hero-banner .swiper-pagination {
	bottom:20px
}
.hero-banner .swiper-pagination-bullet {
	width:54px;
	height:3px;
	padding-top:10px;
	background:transparent;
	border-radius:0;
	position:relative
}
.hero-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity:1;
	height:2.5px
}
.hero-banner .swiper-pagination-bullet:after {
	content:"";
	position:absolute;
	bottom:0;
	height:1px;
	left:0;
	width:100%;
	opacity:.6;
	background-color:#fff;
transition:height .3s ease
}
.hero-banner .anchor-wrapper {
	position:absolute;
	bottom:45px;
	left:66.66667%;
	width:30%;
	z-index:15;
	color:#fff;
	text-align:left
}
.hero-banner .anchor-wrapper .title-thin {
	font-size:1.3rem;
	font-weight:500;
	line-height:1.33;
	letter-spacing:.42px
}
.hero-banner .anchor-wrapper .title-bold {
	font-size:2.6rem;
	font-weight:300;
	line-height:1.33;
	letter-spacing:-.65px
}
.hero-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 8px
}
.hero-banner .cta-right {
	display:inline-block;
	height:66px;
	width:58px;
	transform:scale(1);
	margin-top:20px
}
.hero-banner .cta-down {
	display:inline-block;
	height:58px;
	width:50px;
	transform:scale(1);
	margin-right:36px
}
.hero-banner .video-player {
	left:0;
	top:0
}
.hero-banner .model-info-wrapper {
	position:absolute;
	bottom:50px;
	color:#fff;
	z-index:15
}
.hero-banner .model-info-wrapper .key {
	font-size:1.2rem;
	font-weight:500;
	line-height:1.33;
letter-spacing:.084rem;
	text-align:left
}
.hero-banner .model-info-wrapper .val, .hero-banner .model-info-wrapper .val p {
	font-size:3.4rem;
	font-weight:400;
	line-height:1.33;
letter-spacing:-.068rem;
	text-align:left
}
.hero-banner .model-info-wrapper .val p {
	margin:0
}*/
@media (min-width:768px) {
    /*.hero-banner .header-slider {
padding-left:0;
padding-right:0
}*/
}

@media (min-width:1025px) {
    /*.hero-banner {
min-height:500px
}
.hero-banner .slide-overlay>div {
align-items:center
}
.hero-banner .header-slider {
padding-top:0
}
.hero-banner .header-slider h2 {
font-size:8rem;
line-height:1
}
.hero-banner .header-slider h1, .hero-banner .header-slider h3 {
font-weight:500;
font-size:2.4rem
}
.hero-banner .save-the-date-dropdown {
display:inline-block
}
.hero-banner .swiper-pagination {
bottom:45px;
text-align:left;
left:8.33333%;
width:42%;
margin-left:2px
}
.hero-banner .swiper-pagination .swiper-pagination-bullet:first-of-type {
margin-left:0
}
.hero-banner .cta-right {
margin-left:2px
}
.hero-banner .model-info-wrapper {
bottom:45px
}
.hero-banner .model-info-wrapper>.row>div {
width:auto
}
.hero-banner .model-info-wrapper>.row>div:first-child {
padding-left:0
}
.hero-banner .model-info-wrapper .key {
font-size:1.3rem;
letter-spacing:.042rem;
line-height:1.36
}
.hero-banner .model-info-wrapper .val, .hero-banner .model-info-wrapper .val p {
font-size:2.6rem;
font-weight:300;
letter-spacing:-.072rem;
text-align:left
}
.hero-banner .model-info-wrapper .val p {
margin:0
}*/
}

@media (min-width:1366px) {
    /*.hero-banner {
min-height:600px
}
.hero-banner .header-slider h2 {
font-size:11rem;
line-height:.9;
letter-spacing:-3.48px;
margin-left:-3.48px
}
.hero-banner .header-slider h1, .hero-banner .header-slider h3 {
font-size:3.4rem;
letter-spacing:1.36px
}
.hero-banner .std-wrapper {
margin-top:2.6rem
}
.hero-banner .anchor-wrapper {
left:58.33333%;
width:33.33333%
}
.hero-banner .anchor-wrapper .title-thin {
font-size:1.4rem
}
.hero-banner .anchor-wrapper .title-bold {
font-size:3.6rem;
letter-spacing:-.72px
}
.hero-banner .model-info-wrapper .key {
font-size:1.4rem
}
.hero-banner .model-info-wrapper .val, .hero-banner .model-info-wrapper .val p {
font-size:3.6rem
}
.hero-banner .cta-right {
width:60px;
height:auto;
margin-top:28px
}*/
}

@media (min-width:1600px) {
    /*.hero-banner {
min-height:650px
}
.hero-banner .anchor-wrapper, .hero-banner .model-info-wrapper, .hero-banner .swiper-pagination {
bottom:60px
}*/
}

#breadcrumbs {
    position: absolute;
    z-index: 1010;
    top: 11.5rem;
    left: 8.33333%;
    text-transform: uppercase;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-out, visibility .5s ease-out;
    transition-delay: .5s;
}

    #breadcrumbs.hidden {
        opacity: 0;
        visibility: hidden;
    }

    #breadcrumbs ol {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    #breadcrumbs a {
        color: #fff;
        font-weight: 300;
        font-size: 1.28rem;
    }

        #breadcrumbs a, #breadcrumbs a:hover {
            text-decoration: none;
        }

    #breadcrumbs li > span {
        font-size: 1.28rem;
        color: #fff;
        font-weight: 500;
    }

    #breadcrumbs li:before {
        font-weight: 300;
        font-size: 1.28rem;
        color: #fff;
    }

@media (min-width:1366px) {
    #breadcrumbs {
        top: 12.5rem;
    }
}

@media (min-width:1600px) {
    #breadcrumbs {
        top: 15rem;
    }
}

#breadcrumbs.dark a, #breadcrumbs.dark li:before, #breadcrumbs.dark li > span {
    color: #181818;
}

.is-sticky {
    position: fixed;
    margin-top: 60px;
    z-index: 10;
}

.button-reduce {
    min-height: 5.4rem;
}

@media (min-width:1366px) {
    .block-img-sx-text-dx {
        margin-bottom: -6rem;
    }
}

@media (min-width:1025px) and (max-width:1365.98px) {
    .block-img-s .desktop .top .texts-wrapper {
        margin-top: 10rem;
    }
}

@media (min-width:1366px) and (max-width:1599.98px) {
    .block-img-s .desktop .top .texts-wrapper {
        margin-top: 10rem;
    }
}

.motor-sound-images .details-button {
    padding: 3rem 0;
}

.tech-specification {
    margin-top: -3rem;
}

#viewer-3d + #motor-sound-images {
    margin-top: 6rem;
}

@media (min-width:1025px) {
    #viewer-3d + #motor-sound-images {
        margin-top: 10rem;
    }
}

.motor-sound-images + .block-img-sx-text-dx {
    margin-bottom: 0;
}

.connected-car-list + .tech-specification {
    margin-top: 10rem;
}

@media (max-width:1024.98px) {
    .connected-car-list + .tech-specification {
        margin-top: 6rem;
    }
}

button.hamburger {
    /*	outline:none;
	background:transparent;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer*/
}

    button.hamburger > div {
        /*position:relative;
	background-color:hsla(0, 0%, 100%, .8);
	height:1px;
	transform-origin:center center;
transition:margin .3s ease-in-out, background-color .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out*/
    }

        button.hamburger > div:nth-of-type(2) {
            /*margin:6px 0*/
        }

    button.hamburger[aria-expanded=true] > div {
        /*background-color:#fff*/
    }

        button.hamburger[aria-expanded=true] > div:first-of-type {
            /*transform:rotate(45deg);
	margin-bottom:-1px*/
        }

        button.hamburger[aria-expanded=true] > div:nth-of-type(2) {
            /*margin:0;
opacity:0;
visibility:hidden*/
        }

        button.hamburger[aria-expanded=true] > div:last-of-type {
            /*transform:rotate(-45deg);
	margin-top:-1px*/
        }

    button.hamburger:hover div {
        /*	background-color:#fff*/
    }

[id^=overlay] {
    /*position:absolute;
z-index:1;
top:0;
left:0;
width:100%;
overflow:hidden;
margin:0;
background-color:#181818;
height:0;
transition:height .5s ease-out;
transition-delay:.3s*/
}

    [id^=overlay] > .content {
        /*opacity:0;
transition:opacity .5s ease-out;
transition-delay:0*/
    }

    [id^=overlay].open {
        /*height:100vh;
height:calc(var(--vh-no-ce, 1vh)*100);
transition-delay:0*/
    }

        [id^=overlay].open > .content {
            /*opacity:1;
transition-delay:.5s*/
        }

    [id^=overlay] button.overlay-close {
        /*font-size:2rem;
font-weight:400;
font-stretch:normal;
font-style:normal;
line-height:.97;
letter-spacing:-.128rem;
text-align:left;
color:#fff;
text-transform:uppercase*/
    }

        [id^=overlay] button.overlay-close span {
            /*margin-right:2rem*/
        }

        [id^=overlay] button.overlay-close svg {
            /*width:2rem;
height:2rem*/
        }

@media (max-width:1024.98px) {
    [id^=overlay] button.overlay-close {
        /*margin-bottom:5rem;
font-size:1.5rem*/
    }
}

[id^=overlay] button {
    /*background-color:transparent;
border:none*/
}

button[data-toggle=overlay] {
    /*	opacity:1;
transition:opacity .3s ease-out*/
}

    button[data-toggle=overlay][disabled=disabled], button[data-toggle=overlay][disabled=disabled]:hover {
        /*opacity:.2*/
    }

header > nav > #mask {
    /*	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:calc(100% - 12rem);
	z-index:10;
	background-color:rgba(24, 24, 24, .7);
	opacity:0;
	visibility:hidden;
transition:opacity .3s ease-out, visibility .3s ease-out*/
}

    header > nav > #mask.active {
        /*	opacity:1;
	visibility:visible*/
    }

@media (max-width:1365.98px) {
    /*header>nav>#mask {
width:calc(100% - 9rem)
}*/
}
/*input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
-webkit-text-fill-color:#fff!important;
-webkit-box-shadow:0 0 0 30px #181818 inset!important
}
.touchevents #overlay-search.open {
	height:calc(100vh - 40px)
}
#overlay-search .content {
	position:absolute;
	bottom:0;
	width:100%;
	min-height:calc(100vh - 200px);
	padding-bottom:50px
}
*/ @media (max-width:1024.98px) {
    /*#overlay-search .content {
padding:0 20px
}
}
#overlay-search .form {
	text-align:left;
	width:100%
}
#overlay-search .form .form-title {
	opacity:1;
transition:opacity .3s ease-out
}
#overlay-search .form button {
	font-size:2rem;
	font-weight:400;
letter-spacing:-.128rem
}
#overlay-search .form button, #overlay-search .form h2 {
	font-stretch:normal;
	font-style:normal;
	line-height:.97;
	text-align:left;
	color:#fff;
	text-transform:uppercase
}
#overlay-search .form h2 {
	font-size:11.6rem;
	font-weight:700;
letter-spacing:-.228rem
}*/
    @media (max-width:1024.98px) {
        /*#overlay-search .form h2 {
font-size:3.4rem
}*/
    }
    /*#overlay-search .form h3, #overlay-search .form h4 {
	font-size:3.4rem;
	font-weight:500;
	font-stretch:normal;
	font-style:normal;
	line-height:.97;
letter-spacing:-.128rem;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:2.4rem
}*/
    @media (max-width:1024.98px) {
        /*#overlay-search .form h3, #overlay-search .form h4 {
margin-bottom:1.1rem;
font-size:1.5rem
}*/
    }
    /*#overlay-search .form .results-title {
	opacity:0;
	visibility:hidden
}
#overlay-search .form input {
	margin-top:12rem;
transition:margin-top .3s ease-out;
	font-size:2.6rem;
	border:none;
	border-bottom:1px solid #464646;
	background-color:transparent;
	padding:1.3rem 0;
	color:#fff;
	line-height:1;
	font-style:italic;
	background-color:-internal-light-dark-color(#fff, #000)
}
#overlay-search .form input::-ms-input-placeholder {
color:#464646
}
#overlay-search .form input::placeholder {
color:#464646
}
#overlay-search .form input::-webkit-input-placeholder {
color:#464646
}
#overlay-search .form input:-moz-placeholder, #overlay-search .form input::-moz-placeholder {
color:#464646
}
#overlay-search .form input:-ms-input-placeholder {
color:#464646
}*/
    @media (min-width:1366px) {
        /*#overlay-search .form input {
max-width:70%
}*/
    }

    @media (min-width:1600px) {
        /*#overlay-search .form input {
max-width:60%
}*/
    }

    @media (max-width:1024.98px) {
        /*#overlay-search .form input {
margin-top:10rem;
font-size:2.4rem;
min-width:0
}*/
    }
    /*#overlay-search .form button.search-btn {
	border-bottom:1px solid #464646;
	color:#fff;
	line-height:1;
	padding:2rem 1rem
}
#overlay-search .form button.search-btn svg {
	width:2.5rem;
	height:2.5rem;
	fill:#fff
}*/
    @media (max-width:1024.98px) {
        /*#overlay-search .form button.search-btn {
padding:1.5rem 1rem
}*/
    }
    /*#overlay-search .form .form-element {
	padding-bottom:5.5rem
}
#overlay-search .no-results, #overlay-search .results {
	overflow-y:auto;
	height:0;
transition:height .3s ease-out
}
#overlay-search .no-results .search-result, #overlay-search .results .search-result {
	text-align:left;
	margin-bottom:5.5rem
}
#overlay-search .no-results .search-result h4, #overlay-search .results .search-result h4 {
	font-size:1.6rem;
	font-weight:500;
	font-stretch:normal;
	font-style:normal;
	line-height:.97;
	letter-spacing:.8px;
	color:#909090;
	text-transform:uppercase;
margin-bottom:.8rem
}
#overlay-search .no-results .search-result a, #overlay-search .results .search-result a {
	font-size:2.6rem;
	font-weight:500;
	font-stretch:normal;
	font-style:normal;
	line-height:.97;
	letter-spacing:.8px;
	color:#fff
}
#overlay-search.no-results .form .form-title, #overlay-search.with-results .form .form-title {
	opacity:0
}
#overlay-search.no-results .form input, #overlay-search.with-results .form input {
	margin-top:0
}
#overlay-search.no-results .form .results-title, #overlay-search.with-results .form .results-title {
	opacity:1;
	visibility:visible
}
#overlay-search.no-results .no-results, #overlay-search.with-results .results {
	height:calc(100vh - 350px)
}*/
    @media (max-width:1024.98px) {
        #overlay-settings {
            display: none;
        }
    }

    #overlay-settings.open {
        height: 0;
    }

    #overlay-settings .content {
        padding: 200px 0 170px;
    }

    #overlay-settings h2 {
        font-size: 3.4rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: .97;
        letter-spacing: -.128rem;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
    }

    #overlay-settings .title-bar {
        margin-top: 2rem;
    }

    #overlay-settings .settings {
        margin-top: 5rem;
    }

        #overlay-settings .settings p {
            color: #fff;
            text-transform: uppercase;
        }

        #overlay-settings .settings button {
            opacity: 1;
            transition: opacity .3s ease-out;
        }

            #overlay-settings .settings button + button {
                margin-left: 2rem;
            }

    html.pagetextcontrast0 #overlay-settings button[data-operation=contrast-more], html.pagetextcontrast1 #overlay-settings button[data-operation=contrast-normal], html.transition-none #overlay-settings button[data-operation=transition-normal], html.transition-normal #overlay-settings button[data-operation=transition-none] {
        opacity: .3;
    }

    header nav button.hamburger[aria-expanded=true] {
        position: relative;
        z-index: 3000;
    }

    header #overlay-burger {
        overflow: hidden;
        background-color: #181818;
        position: absolute;
        width: 100%;
    }

    @media (max-width:1024.98px) {
        header #overlay-burger {
            display: none;
        }
    }

    header #overlay-burger > .content {
        padding: 114px 0 7rem;
        opacity: 0;
        transition: opacity .5s ease-out;
        transition-delay: 0;
        max-height: 100vh;
        overflow-y: auto;
    }

        header #overlay-burger > .content a {
            display: inline-block;
            text-align: left;
        }

            header #overlay-burger > .content a span {
                font-size: 4.6rem;
                font-weight: 700;
                line-height: 1.5;
                color: #fff;
            }

    @media (max-width:1365.98px) {
        header #overlay-burger > .content a span {
            font-size: 4.1rem;
        }
    }

    header #overlay-burger > .content a:after {
        top: calc(80% + .5rem);
    }

    header #overlay-burger > .content ul li {
        margin-bottom: 1.6rem;
    }

        header #overlay-burger > .content ul li a span {
            font-size: 2.6rem;
            font-weight: 400;
            line-height: 1.5;
        }

    @media (max-width:1365.98px) {
        header #overlay-burger > .content ul li a span {
            font-size: 2.1rem;
        }
    }

    header #overlay-burger > .content .right-items {
        margin-bottom: 5rem;
    }

    header #overlay-burger > .content ul + a {
        margin-top: 5rem;
    }

    header #overlay-burger > .content a + ul {
        margin-top: 1.5rem;
    }

    header #overlay-burger.open > .content {
        opacity: 1;
        transition-delay: .5s;
    }

    header #overlay-burger .left a + .news-thumb {
        margin-top: 2.3rem;
    }

    header #overlay-burger .left .news-thumb .date {
        font-size: 1.6rem;
        color: #909090;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: .14rem;
        text-align: left;
        font-weight: 500;
    }

    @media (max-width:1365.98px) {
        header #overlay-burger .left .news-thumb .date {
            font-size: 1.1rem;
        }
    }

    header #overlay-burger .left .news-thumb h3 {
        font-size: 2.6rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .064rem;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
    }

    @media (max-width:1365.98px) {
        header #overlay-burger .left .news-thumb h3 {
            font-size: 2.1rem;
        }
    }

    header #overlay-burger .left .news-thumb .date + a {
        margin-top: .5rem;
    }

    header #overlay-burger .left .news-thumb + .news-thumb {
        margin-top: 6rem;
    }

    header #overlay-burger .right a + h4 {
        margin-top: 5rem;
    }

    header #overlay-burger .right h4 {
        font-size: 1.6rem;
        color: #909090;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: .14rem;
        text-align: left;
        margin-bottom: 2.2rem;
    }

    @media (max-width:1365.98px) {
        header #overlay-burger .right h4 {
            font-size: 1.1rem;
        }
    }

    header #overlay-burger .right a.fa {
        font-size: 3.2rem;
        line-height: 4.5rem;
        margin-right: 3.8rem;
        color: #fff;
        transition: transform .3s ease-out;
        transform: translateY(0);
    }

        header #overlay-burger .right a.fa svg {
            position: relative;
            width: 3.2rem;
            height: 3.2rem;
            margin-top: -5px;
        }

    @media (max-width:1365.98px) {
        header #overlay-burger .right a.fa {
            font-size: 2.7rem;
        }
    }

    header #overlay-burger .right a.fa:hover {
        transform: translateY(-.5rem);
    }

    header #overlay-burger .right > .language-chooser {
        margin-top: 5rem;
    }

        header #overlay-burger .right > .language-chooser h4 {
            font-size: 1.6rem;
            color: #909090;
            text-transform: uppercase;
            line-height: 1.2;
            font-weight: 500;
            letter-spacing: .14rem;
            text-align: left;
            margin-bottom: 2.6rem;
        }

    @media (max-width:1365.98px) {
        header #overlay-burger .right > .language-chooser h4 {
            font-size: 1.1rem;
        }
    }

    header #overlay-burger .right > .language-chooser > div > a, header #overlay-burger .right > .language-chooser > div > span {
        margin-bottom: 1rem;
        display: inline-block;
        margin-right: 2.5rem;
    }

        header #overlay-burger .right > .language-chooser > div > a span, header #overlay-burger .right > .language-chooser > div > span span {
            font-size: 1.7rem;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: .064rem;
            text-align: left;
            text-transform: uppercase;
            color: #fff;
            transition: color .3s ease-out;
        }

    @media (max-width:1365.98px) {
        /*header #overlay-burger .right>.language-chooser>div>a span, header #overlay-burger .right>.language-chooser>div>span span {
font-size:2.1rem
}*/
    }
    /*header #overlay-burger .right>.language-chooser>div>a.active span, header #overlay-burger .right>.language-chooser>div>span.active span {
	color:#909090
}
header #overlay-burger-mobile {
	position:fixed;
	top:60px;
	bottom:0;
	left:0;
	right:0;
	background-color:#181818;
	overflow:hidden;
	height:auto;
transition:transform .5s ease-out;
	transform:translateY(-100%)
}
header #overlay-burger-mobile>div {
	opacity:0;
transition:opacity .3s ease-out;
transition-delay:.2s
}
header #overlay-burger-mobile.open {
	transform:translateY(0)
}
header #overlay-burger-mobile.open>div {
	opacity:1
}*/
    @media (min-width:1025px) {
        /*header #overlay-burger-mobile {
display:none
}*/
    }
    /*header #overlay-burger-mobile button, header #overlay-burger-mobile button:focus {
	border:none;
	background-color:transparent;
	outline:0
}
header #overlay-burger-mobile svg {
	position:relative;
	width:30px;
	height:30px
}
header #overlay-burger-mobile button.exagon-btn {
	position:relative;
	z-index:2;
	padding:1.5rem 7vw 2rem;
	width:100%
}
header #overlay-burger-mobile button.exagon-btn span {
	color:#fff;
	font-size:2rem;
	font-weight:400;
	letter-spacing:1px;
	line-height:1;
	text-transform:uppercase;
transition:color .15s ease-out;
transition-delay:.3s
}
header #overlay-burger-mobile button.exagon-btn span+span {
	margin-left:1rem
}
header #overlay-burger-mobile .content {
	position:relative;
	left:0;
	width:200%;
	height:calc(100% - 60px);
	overflow-y:auto;
	white-space:nowrap;
transition:transform .3s ease-out;
	transform:translateX(0);
	will-change:transform
}
header #overlay-burger-mobile .content.lev-2 {
	transform:translateX(-50%)
}
header #overlay-burger-mobile .content>.lev-1>button.exagon-btn {
	opacity:0
}
header #overlay-burger-mobile .content>.lev-1>button.exagon-btn, header #overlay-burger-mobile .content>.lev-2>button.exagon-btn {
	padding-left:0;
	padding-right:0
}
header #overlay-burger-mobile .content .lev-1, header #overlay-burger-mobile .content .lev-2 {
	display:inline-block;
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 7vw
}
header #overlay-burger-mobile .content .lev-1 a.overview, header #overlay-burger-mobile .content .lev-2 a.overview {
	display:block;
	margin:2rem 0;
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	opacity:1;
transition:opacity .3s ease-out
}
header #overlay-burger-mobile .content .lev-1 a.overview.hidden, header #overlay-burger-mobile .content .lev-2 a.overview.hidden {
	opacity:0
}
header #overlay-burger-mobile .content .lev-1 a.overview span, header #overlay-burger-mobile .content .lev-2 a.overview span {
	text-align:left;
	color:#fff;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:1px;
	line-height:4.5;
	text-transform:uppercase;
	white-space:normal
}
header #overlay-burger-mobile .content .lev-1 ul li, header #overlay-burger-mobile .content .lev-2 ul li {
	display:block
}
header #overlay-burger-mobile .content .lev-1 ul li a, header #overlay-burger-mobile .content .lev-1 ul li button, header #overlay-burger-mobile .content .lev-2 ul li a, header #overlay-burger-mobile .content .lev-2 ul li button {
	width:100%
}
header #overlay-burger-mobile .content .lev-1 ul li a span, header #overlay-burger-mobile .content .lev-1 ul li button span, header #overlay-burger-mobile .content .lev-2 ul li a span, header #overlay-burger-mobile .content .lev-2 ul li button span {
	padding-bottom:20px;
	text-align:left;
	color:#fff;
	font-size:2.4rem;
	font-weight:400;
	letter-spacing:1px;
	line-height:120%;
	text-transform:uppercase;
	white-space:normal
}
header #overlay-burger-mobile .content .lev-1 ul li a svg, header #overlay-burger-mobile .content .lev-1 ul li button svg, header #overlay-burger-mobile .content .lev-2 ul li a svg, header #overlay-burger-mobile .content .lev-2 ul li button svg {
	height:15px;
	width:15px;
	margin-bottom:22px;
	transform:rotate(0deg);
	transform-origin:center center;
transition:transform .3s ease-out
}
header #overlay-burger-mobile .content .lev-1 ul li a.active svg, header #overlay-burger-mobile .content .lev-1 ul li button.active svg, header #overlay-burger-mobile .content .lev-2 ul li a.active svg, header #overlay-burger-mobile .content .lev-2 ul li button.active svg {
	transform:rotate(90deg)
}
header #overlay-burger-mobile .content .lev-1 ul li ul li a span, header #overlay-burger-mobile .content .lev-1 ul li ul li button span, header #overlay-burger-mobile .content .lev-2 ul li ul li a span, header #overlay-burger-mobile .content .lev-2 ul li ul li button span {
	text-align:left;
	color:#fff;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:1px;
	line-height:3;
	text-transform:uppercase;
	white-space:normal
}
header #overlay-burger-mobile .content .lev-1 ul li>.sub, header #overlay-burger-mobile .content .lev-2 ul li>.sub {
	height:0;
	overflow:hidden;
transition:height .3s ease-out
}
header #overlay-burger-mobile .content .lev-1 ul li>.sub .wrapper, header #overlay-burger-mobile .content .lev-2 ul li>.sub .wrapper {
	padding-bottom:1px
}
header #overlay-burger-mobile .content .lev-2 {
	display:none
}
header #overlay-burger-mobile .content .lev-2.active {
	display:inline-block
}
header #overlay-burger-mobile .actions>div>.flex-fill {
	position:relative
}
header #overlay-burger-mobile .actions a {
	color:#202020;
	white-space:nowrap
}
header #overlay-burger-mobile .actions a span {
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:1px;
	line-height:3;
	text-transform:uppercase
}
header #overlay-burger-mobile .actions a .fa {
	display:inline-block;
	width:25px;
	font-size:2rem
}
header #overlay-burger-mobile .actions a svg {
	width:2rem;
	height:2rem
}
header #overlay-burger-mobile .actions a .fa+span, header #overlay-burger-mobile .actions a svg+span {
margin-left:.6rem
}
header #overlay-burger-mobile .actions a.active {
	color:#909090
}
header #overlay-burger-mobile .actions .values {
	position:absolute;
	bottom:6.5rem;
	left:0;
	width:100%;
	z-index:1;
	background-color:#fff;
	padding:2.5rem 7vw 1rem;
	transform:translateY(100%);
transition:transform .3s ease-out
}
header #overlay-burger-mobile .actions button.exagon-btn {
transition:background-color .15s ease-out;
transition-delay:.3s;
	background-color:#181818
}
header #overlay-burger-mobile .actions button.exagon-btn .exagon .foreground .cls-1 {
transition:stroke .15s ease-out;
transition-delay:.3s
}
header #overlay-burger-mobile .actions button.exagon-btn.active {
	transition:none;
	transition-delay:0s;
	background-color:#fff
}
header #overlay-burger-mobile .actions button.exagon-btn.active span {
	color:#202020;
	transition:none;
	transition-delay:0s
}
header #overlay-burger-mobile .actions button.exagon-btn.active .exagon .foreground .cls-1 {
	stroke:#202020!important;
	transition:none;
	transition-delay:0s
}
header #overlay-burger-mobile .actions .flex-fill .values.active {
	transform:translateY(0)
}*/
    #overlay-assistant {
        top: 0;
        left: 100%;
        width: 456px;
        height: 100vh;
        background-color: #fff;
        transform: translateX(0);
        transition: transform .5s ease-out;
        will-change: transform;
    }

        #overlay-assistant.open {
            transform: translateX(-100%);
        }

        #overlay-assistant .content {
            height: 100%;
            padding-top: 9rem;
        }

        #overlay-assistant .top {
            padding: 4rem 5rem;
            border-bottom: 1px solid #e5e5e5;
        }

            #overlay-assistant .top h2 {
                text-transform: uppercase;
                font-size: 2.1rem;
                line-height: 1;
                font-weight: 500;
            }

            #overlay-assistant .top button svg {
                width: 1.4rem;
                height: 1.4rem;
                position: relative;
            }

        #overlay-assistant .assistant-embed {
            height: 100%;
        }

            #overlay-assistant .assistant-embed iframe {
                border: none;
            }

    @media (max-width:1024.98px) {
        #overlay-assistant {
            width: 100%;
        }

            #overlay-assistant .content {
                padding-top: 6rem;
            }

                #overlay-assistant .content .top {
                    padding: 3rem 2rem;
                }
    }

    #disclaimer-cookie {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
        background-color: #e5e5e5;
        opacity: 1;
        visibility: visible;
        transition: opacity .3s ease-out, visibility .3s ease-out;
    }

        #disclaimer-cookie.acknowledged {
            opacity: 0;
            visibility: hidden;
        }

        #disclaimer-cookie > div {
            position: relative;
            padding: 30px;
            width: 100%;
            max-width: 1366px;
        }

            #disclaimer-cookie > div .body {
                max-width: 1000px;
                padding-right: 30px;
                background-color: #e5e5e5;
                margin: 0;
            }

                #disclaimer-cookie > div .body p {
                    background-color: #e5e5e5;
                    margin: 0;
                    line-height: 1.4;
                    font-size: 16px;
                }

                    #disclaimer-cookie > div .body p a {
                        color: #000;
                        text-decoration: underline;
                    }

                        #disclaimer-cookie > div .body p a:hover {
                            text-decoration: underline;
                        }

            #disclaimer-cookie > div button {
                margin-top: 1px;
                color: #000;
                background-color: transparent;
                border: none;
            }

                #disclaimer-cookie > div button svg {
                    position: relative;
                    width: 20px;
                    height: 20px;
                    stroke: #000;
                }

    ::selection {
        background: rgba(0, 0, 0, .3) !important;
        color: #fff !important;
    }

    ::-moz-selection {
        background: rgba(0, 0, 0, .3) !important;
        color: #fff !important;
    }

    html[ng-app] header nav {
        padding: 1.45rem 6rem;
    }

    @media (max-width:1365.98px) {
        html[ng-app] header nav {
            padding: 1.45rem 2.5rem;
        }
    }

    @media (max-width:1024.98px) {
        html[ng-app] header nav {
            padding: 0.4rem 2.5rem;
        }
    }

    html[ng-app] header nav > .logo {
        margin-right: 5.05rem;
    }

        html[ng-app] header nav > .logo img {
            /*width:60px*/
        }

    @media (max-width:1024.98px) {
        html[ng-app] header nav > .logo img {
            /*width:42px*/
        }
    }

    html[ng-app] header nav > ul > li a span {
        font-size: 1.45rem;
    }

    html[ng-app] header #overlay-burger > .content a span {
        font-size: 4.15rem;
    }

    html[ng-app] header #overlay-burger > .content ul li a span {
        font-size: 2.45rem;
    }

    html[ng-app] header #overlay-burger .left .news-thumb .date {
        font-size: 1.45rem;
    }

    html[ng-app] header #overlay-burger .left .news-thumb h3 {
        font-size: 2.45rem;
    }

    html[ng-app] header #overlay-burger .right h4 {
        font-size: 1.45rem;
    }

    html[ng-app] header #overlay-burger .right a.fa {
        font-size: 3.05rem;
    }

    html[ng-app] header #overlay-burger .right > .language-chooser > div > a span, html[ng-app] header #overlay-burger .right > .language-chooser > div > span span {
        font-size: 1.55rem;
    }

    html[ng-app] header nav > .right button + button {
        margin-left: 2.75rem;
    }

    html[ng-app] header nav > .right button svg {
        width: 2.35rem;
        height: 2.35rem;
    }

    html[ng-app] button, html[ng-app] button:focus {
        outline: none !important;
    }

    html[ng-app] .btn {
        /*background-color:#000!important;*/
        outline: none;
    }

        html[ng-app] .btn span {
            font-weight: 700;
        }

    html[ng-app] h6 .sub {
        background-color: #000 !important;
    }

    html[ng-app] p a {
        /*color:#000!important*/
    }

    html[ng-app] .icon-arrow-next {
        display: none !important;
    }

    html[ng-app] ul.carousel-top-nav li {
        border-color: hsla(0, 0%, 100%, .5) !important;
    }

        html[ng-app] ul.carousel-top-nav li.active {
            border-color: #fff !important;
        }

    html[ng-app] .btn-arrow {
        outline: none;
        color: rgba(0, 0, 0, .3) !important;
    }

        html[ng-app] .btn-arrow:hover {
            color: #000 !important;
        }

        html[ng-app] .btn-arrow:focus {
            outline: none;
        }

    html[ng-app] #breadcrumbs li a:hover {
        text-decoration: underline !important;
        color: #000;
    }

    html[ng-app] #breadcrumbs li:last-child a, html[ng-app] #breadcrumbs li:last-child a:hover {
        text-decoration: none !important;
    }

    html[ng-app] .history #breadcrumbs li a:hover {
        color: #fff !important;
    }

    html[ng-app] .history .year .label {
        color: #000 !important;
    }

    html[ng-app] .history .top-years .line {
        background-color: rgba(0, 0, 0, .3) !important;
    }

    html[ng-app] .history .content .left ul {
        display: inline-block;
    }

        html[ng-app] .history .content .left ul li {
            color: #fff;
            cursor: default;
            padding: 0 0 0 9px;
        }

            html[ng-app] .history .content .left ul li.active {
                background: #000;
            }

    html[ng-app] .history .sub a {
        border-bottom: 1px solid #fff !important;
        color: #fff !important;
    }

        html[ng-app] .history .sub a:hover {
            background-color: #fff !important;
            color: #000 !important;
        }

            html[ng-app] .history .sub a:hover strong {
                background-color: #fff !important;
            }

    html[ng-app] .history .history .loading .spinner {
        border-color: rgba(221, 179, 33, 0) rgba(221, 179, 33, 0) #fff #fff;
        border-style: solid;
        border-width: .5em;
    }

    html[ng-app] .masterpieces .top-years .line {
        background-color: #000;
    }

    html[ng-app] .masterpieces .top-years svg circle:first-of-type {
        fill: #fff !important;
    }

    html[ng-app] .masterpieces .top-years svg circle:nth-of-type(2) {
        fill: #e5e5e5 !important;
    }

    html[ng-app] .masterpieces .top-years svg circle:nth-of-type(3) {
        fill: #343a40 !important;
    }

    html[ng-app] .masterpieces .top-years h6, html[ng-app] .masterpieces .top-years p {
        color: #000;
    }

    html[ng-app] .masterpieces .top-years .wrapper-years .year a:hover {
        color: #fff;
        background-color: #000;
    }

    html[ng-app] .masterpieces .top-years .wrapper-years .year > div .big {
        color: #e5e5e5;
    }

    html[ng-app] .masterpieces .top-years .wrapper-years .year > div .small {
        color: #000;
    }

    html[ng-app] .masterpieces .bottom .cars .car .bgover:before {
        background-color: #e5e5e5;
    }

    html[ng-app] .page-node-type-single-people .holder {
        border: 1px solid #909090;
    }

        html[ng-app] .page-node-type-single-people .holder .lilttl, html[ng-app] .page-node-type-single-people .quote {
            color: #000;
        }

    html[ng-app] .page-node-type-single-people .subtext {
        border-color: #909090;
    }

    html[ng-app] .page-node-type-services .block2 > div .box > div .fade {
        opacity: 0;
        background-color: #000;
    }

    html[ng-app] .page-node-type-services .block2 > div .box:hover > div .fade {
        opacity: .5;
    }

    html[ng-app] #locator.holder-locator .sidebar {
        margin-top: 94px;
        height: calc(100% - 94px);
    }

    html[ng-app] #locator.holder-locator .map {
        top: 94px;
        height: calc(100% - 94px) !important;
    }

    @media (max-width:1024.98px) {
        html[ng-app] #locator.holder-locator .sidebar {
            margin-top: 60px;
            height: calc(100% - 60px);
        }

        html[ng-app] #locator.holder-locator .map {
            top: 60px;
            height: calc(100% - 60px) !important;
        }
    }

    @media (max-width:669px) {
        html[ng-app] #locator.holder-locator .search-bar.mobile {
            width: calc(100% - 20px);
        }

            html[ng-app] #locator.holder-locator .search-bar.mobile #suggestion-mobile {
                list-style: none;
            }

        html[ng-app] #locator.holder-locator .sidebar {
            margin-top: 0;
            height: auto;
        }

        html[ng-app] #locator.holder-locator .map {
            top: auto;
            height: 220px !important;
        }
    }

    html[ng-app] .btn.aside:after, html[ng-app] .carousel-news .carousel-news-stripe .top .wrapper .item .pic .cat, html[ng-app] .gallery h6 {
        background-color: #000;
    }

    html[ng-app] aside .holder .close:after {
        color: #000;
    }

    html[ng-app] aside .holder .close:hover {
        background-color: #000;
    }

        html[ng-app] aside .holder .close:hover:after {
            color: #fff;
        }

    html[ng-app] .page-node-type-museum .block3 .directions .field {
        border: 1px solid #000;
    }

        html[ng-app] .page-node-type-museum .block3 .directions .field input {
            outline: none;
        }

    html[ng-app] .page-node-type-museum .block3 > div .column h6, html[ng-app] .page-node-type-museum .block3 > div .column h6:before {
        color: rgba(0, 0, 0, .3);
    }

        html[ng-app] .page-node-type-museum .block3 > div .column h6.active, html[ng-app] .page-node-type-museum .block3 > div .column h6.active:before {
            color: #000;
        }

    html[ng-app] aside .holder .close {
        top: 10rem;
    }

    html[ng-app] aside .holder {
        padding: 8.5rem 2rem 7.5rem 10rem;
    }

        html[ng-app] aside .holder .wrapper ul.steps li div > span {
            background-color: #000;
        }

        html[ng-app] aside .holder .wrapper ul.steps:before {
            background-color: rgba(0, 0, 0, .6);
        }

        html[ng-app] aside .holder .wrapper .step button.btnform, html[ng-app] aside .holder .wrapper .step button.submit {
            background-color: #000;
        }

    html[ng-app] aside .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x, html[ng-app] aside .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: rgba(0, 0, 0, .6);
    }

    html[ng-app] aside .holder .btnback:hover {
        color: #000;
    }

    html[ng-app] .page-node-type-contact-us .block1 .contactblock h5 {
        background-color: #000;
    }

    html[ng-app] .page-node-type-careers .block4 > div > div .date .day {
        color: #000;
    }

    html[ng-app] .page-node-type-careers .block4 > div > div .date .month-year {
        background-color: #000;
    }

        html[ng-app] .page-node-type-careers .block4 > div > div .date .month-year > span {
            color: #fff;
        }

    html[ng-app] .page-node-type-careers .block4 > div > div > p + span {
        color: #909090;
    }

    html[ng-app] .page-node-type-company .block1 .directions .field {
        border: 1px solid #909090;
    }

    html[ng-app] .page-node-type-company .block2 .top > div.text h5 {
        background-color: #000;
    }

    html[ng-app] .page-node-type-company .block2 .top > div.text h6 {
        color: #000;
    }

    html[ng-app] .page-node-type-company .block2 .bottom .pic:hover .caption h5 {
        background-color: #000;
    }

    html[ng-app] .page-node-type-company .block2 .bottom .pic:hover .caption h6 {
        color: #000;
    }

    html[ng-app] .page-node-type-independent-operator .block0 .aside h6 {
        background-color: #000;
    }

    html[ng-app] .page-node-type-sitemap .generic ul:not(#breadcrumbs):not(.footerlinks) li > a {
        color: #000;
        border-bottom: 2px solid #000;
    }

    html[ng-app] .page-node-type-sitemap .generic ul:not(#breadcrumbs):not(.footerlinks) li ul li a {
        border-bottom: 1px solid #e0e0e0;
    }

    html[ng-app] .page-node-type-sitemap .generic .btnio:hover {
        color: #000;
    }

    html[ng-app] #block-lambo-content section div.boxcontent div.h2 span {
        font-size: 3.2rem;
        display: block;
        letter-spacing: 1.3px;
        color: #fff !important;
    }

        html[ng-app] #block-lambo-content section div.boxcontent div.h2 span strong {
            font-weight: 400;
        }

    html[ng-app] #block-lambo-content section div.boxcontent div.h2 br {
        display: none;
    }

    html[ng-app] #block-lambo-content section div.boxcontent div.h2 span.subtitle {
        left: 0 !important;
        font-style: normal;
        background-color: transparent !important;
        color: #fff !important;
        padding: 0 !important;
        font-size: 7rem;
        font-weight: bolder;
        line-height: 1 !important;
        max-width: 70% !important;
        white-space: normal !important;
    }

    @media (max-width:1024.98px) {
        html[ng-app] #block-lambo-content section div.boxcontent div.h2 span.subtitle {
            font-size: 6rem !important;
            max-width: 100% !important;
        }
    }

    html[ng-app] #block-lambo-content > section > div.boxcontent > p {
        margin-top: 3rem !important;
    }

    html[ng-app] .page-node-type-esperienza .trapezio-4 .links > a span {
        color: #fff;
    }

    html[ng-app] .page-node-type-innovation #block-lambo-content > section.carousel-top > div.boxcontent .h2 span, html[ng-app] .page-node-type-masterpiece #block-lambo-content > section.carousel-top > div.boxcontent .h2 span {
        color: #fff !important;
        font-size: 7rem !important;
        font-weight: bolder;
        line-height: 1 !important;
        max-width: 70% !important;
        white-space: normal !important;
        font-style: normal;
    }

        html[ng-app] .page-node-type-innovation #block-lambo-content > section.carousel-top > div.boxcontent .h2 span strong, html[ng-app] .page-node-type-masterpiece #block-lambo-content > section.carousel-top > div.boxcontent .h2 span strong {
            font-size: 3.2rem;
            letter-spacing: 1.3px;
            display: block;
            font-weight: lighter;
            margin-bottom: .8rem;
            color: #fff !important;
        }

    @media (max-width:1024.98px) {
        html[ng-app] .page-node-type-innovation #block-lambo-content > section.carousel-top > div.boxcontent .h2 span, html[ng-app] .page-node-type-masterpiece #block-lambo-content > section.carousel-top > div.boxcontent .h2 span {
            font-size: 6rem !important;
            max-width: 100% !important;
        }
    }

    html[ng-app] .page-node-type-independent-operator #block-lambo-content .boxcontent .h2 span, html[ng-app] .page-node-type-polo-storico #block-lambo-content .boxcontent .h2 span {
        font-size: 7rem !important;
        font-weight: bolder;
        line-height: 1 !important;
        max-width: 70% !important;
        white-space: normal !important;
        font-style: normal;
    }

    @media (max-width:1024.98px) {
        html[ng-app] .page-node-type-independent-operator #block-lambo-content .boxcontent .h2 span, html[ng-app] .page-node-type-polo-storico #block-lambo-content .boxcontent .h2 span {
            font-size: 6rem !important;
            max-width: 100% !important;
        }
    }

    html[ng-app] .page-node-type-independent-operator #block-lambo-content .boxcontent .h2 strong, html[ng-app] .page-node-type-polo-storico #block-lambo-content .boxcontent .h2 strong {
        font-size: 3.2rem;
        letter-spacing: 1.3px;
        display: block;
        font-weight: lighter;
        margin-bottom: .8rem;
        margin-left: 0;
        color: #fff !important;
    }

    html[ng-app] .body > .emissions {
        padding: .5rem;
    }

    @media (max-width:669px) {
        /*.search-bar.mobile {
width:calc(100% - 20px)
}
.search-bar.mobile #suggestion-mobile {
list-style:none
}
.sidebar {
margin-top:0;
height:auto
}
.map {
top:auto;
height:220px!important
}*/
    }

    @media (max-width:669px) {
        /*#locator.holder-locator .search-bar.mobile {
width:calc(100% - 20px)
}
#locator.holder-locator .search-bar.mobile #suggestion-mobile {
list-style:none
}
#locator.holder-locator .sidebar {
margin-top:0;
height:auto
}
#locator.holder-locator .map {
top:auto;
height:220px!important
}*/
        .footer-2:nth-child(2)::after {
            opacity: 0;
        }
    }
    /*.under-line, header nav>ul>li a {
	position:relative;
	text-decoration:none
}
.under-line span, header nav>ul>li a span {
	color:#fff;
	text-transform:uppercase
}
.under-line:after, header nav>ul>li a:after {
	position:absolute;
top:calc(100% + .5rem);
	left:0;
	content:"";
	display:block;
	background-color:#fff;
	height:1px;
	width:0;
transition:width .3s ease-in-out
}
.under-line.active:after, .under-line:hover:after, header nav>ul>li a.active:after, header nav>ul>li a:hover:after {
	width:100%
}*/
    /*header {
	position:fixed;
	z-index:1040;
	width:100%!important
}
header ul {
	padding:0;
	margin:0;
	list-style:none
}
header button, header button:focus {
	outline:0;
	border:none
}
header button:focus svg, header button svg {
	position:relative!important
}
header a, header a:focus, header a:hover {
	text-decoration:none
}
header nav {
	position:relative;
	z-index:3;
	padding:1.6rem 6rem;
transition:height .3s ease-out, padding .3s ease-out;
	height:94px;
	background-color:#181818
}
header nav>.logo {
	margin-right:5.2rem
}
header nav>.logo img {
transition:width .3s ease-in-out;
	width:6rem;
	height:auto
}
header nav>ul>li+li {
	margin-left:2.6rem
}
header nav>ul>li a {
	text-align:center
}
header nav>ul>li a span {
transition:font-size .3s ease-in-out;
	font-size:1.6rem;
	font-weight:300;
	color:#fff;
	text-transform:uppercase
}
header nav>ul>li.active a:after, header nav>ul>li:hover a:after {
	width:100%
}
header nav>ul.lev-1>li {
	position:relative
}
header nav>.right {
	margin-left:5.2rem
}
header nav>.right button {
	position:relative;
	background-color:transparent;
	border:none
}
header nav>.right button+button {
	margin-left:3rem
}
header nav>.right button svg {
	position:relative;
transition:fill .3s ease-in-out;
	fill:hsla(0, 0%, 100%, .8);
	width:2.5rem;
	height:2.5rem
}
header nav>.right button:hover svg {
	fill:#fff
}
header nav>.right button.language-selector-toggler {
	border:1px solid #fff;
transition:border-color .3s ease-in-out, color .3s ease-in-out;
	text-align:center;
	padding:0 2px
}
header nav>.right button.language-selector-toggler span {
	color:#fff;
	text-transform:uppercase;
	font-size:1.4rem;
	font-weight:400;
transition:color .3s ease-in-out;
	line-height:calc(3rem - 2px);
	display:inline-block
}
header nav>.right button.language-selector-toggler:hover {
	border:1px solid hsla(0, 0%, 100%, .6)
}
header nav>.right button.language-selector-toggler:hover span {
	color:hsla(0, 0%, 100%, .6)
}
header nav>.right button.hamburger {
	width:2.5rem;
	height:2.5rem
}*/
    @media (max-width:1024.98px) {
        /*header nav>.right button.settings-toggler {
display:none
}*/
    }
    /*header nav [data-target="#overlay-burger"] {
	display:none
}*/
    @media (min-width:1025px) {
        /*header nav [data-target="#overlay-burger"] {
display:block
}*/
    }
    /*header nav [data-target="#overlay-mobile"] {
	display:block
}*/
    @media (min-width:1025px) {
        /*header nav [data-target="#overlay-mobile"] {
display:none
}*/
    }

    @media (max-width:1365.98px) {
        /*header nav {
padding:1.7rem 2rem
}
header nav>ul>li a span {
font-size:1.4rem
}
header nav>ul>li+li {
margin-left:1.6rem
}
header nav>.right {
margin-left:2.5rem
}*/
    }

    @media (max-width:1024.98px) {
        /*header nav {
height:60px;
padding:.8rem 2rem
}
header nav>.logo img {
width:4.2rem
}
header nav>.right {
margin-left:auto
}
header nav>.right button.hamburger.mobile {
display:block
}*/
    }
    /*header .overlay {
	display:block!important;
	position:absolute;
	overflow:hidden;
	text-align:left;
	background-color:#181818;
	z-index:1;
	width:100%;
	top:100%;
	height:0;
	transform:translateY(-100%);
transition:transform .3s ease-out, height .5s ease-out
}
header .overlay.open {
	transform:translateY(0)
}
header .overlay ul {
	padding:1rem 0 2rem;
	vertical-align:top
}
header .overlay ul li a {
	display:block;
	font-size:1.4rem;
	text-transform:uppercase;
	margin-bottom:2.5rem;
	color:#6f6f6f;
transition:color .3s ease-out
}
header .overlay ul li a.active, header .overlay ul li a:hover {
	color:#fff
}
header .overlay>div[data-item], header .overlay>div[data-item] .lev-3 {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
transition:opacity .3s ease-out, visibility .3s ease-out
}
header .overlay>div[data-item].active, header .overlay>div[data-item] .lev-3.active {
	opacity:1;
	visibility:visible
}
header .overlay>div[data-item] .lev-3 li {
	white-space:nowrap;
	padding-left:7rem
}
header .overlay>div[data-item] .lev-3.active.unselected a {
	color:#fff
}
.overlay {
	position:relative
}
.overlay [data-item] {
	position:relative;
	z-index:2
}
.overlay #menu-link-data {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%
}
.overlay #menu-link-data, .overlay #menu-link-data>.link-data {
	visibility:hidden;
	opacity:0;
transition:opacity .5s ease-out, visibility .5s ease-out
}
.overlay #menu-link-data>.link-data {
	position:absolute;
	top:0;
	left:0;
	width:100%;
transition:opacity .5s ease-out, visibility .5s ease-out
}
.overlay #menu-link-data.active, .overlay #menu-link-data>.link-data.active {
	visibility:visible;
	opacity:1
}
.overlay #menu-link-data>.link-data.active {
transition-delay:.35s;
transition:opacity .75s ease-out, visibility .75s ease-out
}
.overlay #menu-link-data .image {
	position:absolute;
	bottom:8rem;
	width:86%;
	max-width:1400px
}*/
    @media (min-width:1600px) {
        /*.overlay #menu-link-data .image {
left:50%;
transform:translateX(-50%)
}*/
    }

    @media (max-width:1599.98px) {
        /*.overlay #menu-link-data .image {
bottom:6rem;
right:0
}*/
    }

    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .image {
bottom:8rem
}*/
    }
    /*.overlay #menu-link-data .content {
transition:padding .3s ease-out;
	padding:5vh 0 9rem
}*/
    @media (max-width:1599.98px) {
        /*.overlay #menu-link-data .content {
padding:5vh 0 5rem
}*/
    }

    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .content {
padding:5vh 0 5rem
}*/
    }
    /*.overlay #menu-link-data .key, .overlay #menu-link-data .secondary {
	text-transform:uppercase;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:0;
	color:#fff;
	white-space:nowrap
}*/
    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .key, .overlay #menu-link-data .secondary {
font-size:1.1rem;
letter-spacing:.1rem
}*/
    }
    /*.overlay #menu-link-data .primary, .overlay #menu-link-data .value, .overlay #menu-link-data .value>p {
	font-weight:300;
	font-size:3.6rem;
letter-spacing:-.2rem;
	color:#fff;
	line-height:1.1;
	white-space:nowrap;
	margin:0
}*/
    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .primary, .overlay #menu-link-data .value, .overlay #menu-link-data .value>p {
font-size:2.6rem
}*/
    }
    /*.overlay #menu-link-data .exagon {
	width:50px;
	height:50px
}
.overlay #menu-link-data .table>div {
	padding:4.5rem 3rem;
	border-left:1px solid hsla(0, 0%, 100%, .2);
	border-top:1px solid hsla(0, 0%, 100%, .2);
	border-bottom:1px solid hsla(0, 0%, 100%, .2)
}*/
    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .table>div.left a {
max-height:44px
}*/
    }
    /*.overlay #menu-link-data .table>div:last-of-type {
	border-right:1px solid hsla(0, 0%, 100%, .2)
}
.overlay #menu-link-data .table>.right {
	padding:0;
	border-top:none;
	border-bottom:none
}
.overlay #menu-link-data .table>.right>div>div {
	padding:4.5rem 3rem;
	border-top:1px solid hsla(0, 0%, 100%, .2);
	border-bottom:1px solid hsla(0, 0%, 100%, .2)
}
.overlay #menu-link-data .table>.right>div>div.key-value {
	padding:0
}
.overlay #menu-link-data .table>.right>div>div.key-value>div {
	padding:4.5rem 3rem
}
.overlay #menu-link-data .table>.right>div>div.key-value>div+div {
	border-left:1px solid hsla(0, 0%, 100%, .2)
}
.overlay #menu-link-data .table>.right>div>div.empty {
	border:none;
	padding:0;
	min-height:30vh
}*/
    @media (max-width:1599.98px) {
        /*.overlay #menu-link-data .table>.right>div>div.empty {
min-height:22vh
}*/
    }

    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .table>.right>div>div.empty {
min-height:17vh
}*/
    }
    /*.overlay #menu-link-data .concept .table {
	padding-top:calc(152px + 30vh)
}*/
    @media (max-width:1599.98px) {
        /*.overlay #menu-link-data .concept .table {
padding-top:calc(152px + 22vh)
}*/
    }

    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .concept .table {
padding-top:calc(142px + 17vh)
}*/
    }
    /*.overlay #menu-link-data .concept .table>div {
	padding:4.5rem 7.4rem
}*/
    @media (max-width:1599.98px) {
        /*.overlay #menu-link-data .concept .table>div {
padding:4.5rem 6.4rem
}*/
    }

    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .concept .table>div {
padding:4.5rem 5.6rem
}*/
    }
    /*.overlay #menu-link-data .concept .table>div.left {
	flex:0 0 auto
}*/
    @media (max-width:1365.98px) {
        /*.overlay #menu-link-data .concept .table>div.left a {
max-height:none
}*/
    }
    /*.overlay #menu-link-data>.link-data a svg {
transition:transform .15s ease-out;
	transform:scale(0);
	transform-origin:center center
}
.overlay #menu-link-data>.link-data .key, .overlay #menu-link-data>.link-data .primary, .overlay #menu-link-data>.link-data .secondary, .overlay #menu-link-data>.link-data .value {
transition:transform 1.2s ease-out, opacity .1s ease-out;
transition-delay:.2s;
	transform:translateX(-75%);
	opacity:0
}
.overlay #menu-link-data>.link-data.active a svg {
transition:transform .3s ease-out;
	transform:scale(1)
}
.overlay #menu-link-data>.link-data.active .key, .overlay #menu-link-data>.link-data.active .primary, .overlay #menu-link-data>.link-data.active .secondary, .overlay #menu-link-data>.link-data.active .value {
transition:transform .3s ease-out, opacity .3s ease-out;
	transition-delay:0;
	transform:translateX(0);
	opacity:1
}
.overlay #menu-link-data>.link-data.active .left a svg {
transition-delay:.5s
}
.overlay #menu-link-data>.link-data.active .left .primary, .overlay #menu-link-data>.link-data.active .left .value {
transition-delay:.15s
}
.overlay #menu-link-data>.link-data.active .center a svg {
transition-delay:.425s
}
.overlay #menu-link-data>.link-data.active .center .key, .overlay #menu-link-data>.link-data.active .center .primary, .overlay #menu-link-data>.link-data.active .center .secondary, .overlay #menu-link-data>.link-data.active .center .value {
transition-delay:.255s
}
.overlay #menu-link-data>.link-data.active .center .primary, .overlay #menu-link-data>.link-data.active .center .value {
transition-delay:.405s
}
.overlay #menu-link-data>.link-data.active .right a svg {
transition-delay:.85s
}
.overlay #menu-link-data>.link-data.active .right .primary, .overlay #menu-link-data>.link-data.active .right .secondary {
transition-delay:.51s
}
.overlay #menu-link-data>.link-data.active .right .primary, .overlay #menu-link-data>.link-data.active .right .value {
transition-delay:.66s
}
.overlay #menu-link-data>.link-data.active .right .key-value>div .key, .overlay #menu-link-data>.link-data.active .right .key-value>div .primary, .overlay #menu-link-data>.link-data.active .right .key-value>div .secondary, .overlay #menu-link-data>.link-data.active .right .key-value>div .value {
transition-delay:.51s
}
.overlay #menu-link-data>.link-data.active .right .key-value>div .primary, .overlay #menu-link-data>.link-data.active .right .key-value>div .value {
transition-delay:.66s
}
.overlay #menu-link-data>.link-data.active .right .key-value>div+div .key, .overlay #menu-link-data>.link-data.active .right .key-value>div+div .primary, .overlay #menu-link-data>.link-data.active .right .key-value>div+div .secondary, .overlay #menu-link-data>.link-data.active .right .key-value>div+div .value {
transition-delay:.765s
}
.overlay #menu-link-data>.link-data.active .right .key-value>div+div .primary, .overlay #menu-link-data>.link-data.active .right .key-value>div+div .value {
transition-delay:.915s
}
.burger-menu {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	background-color:#181818;
	overflow:hidden;
transition:height .3s ease-out
}
.burger-menu .content {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	margin:0 auto;
	color:#909090;
	text-transform:uppercase
}
.burger-menu .content a {
	color:#fff;
	margin-bottom:3rem
}
.burger-menu .content a:hover {
	text-decoration:none;
	color:#fff
}
.burger-menu .content h4 {
	font-size:1.4rem;
	font-weight:500;
	font-stretch:normal;
	font-style:normal;
	line-height:1.36;
	letter-spacing:2.52px;
	margin-bottom:3rem
}
.burger-menu .content .body, .burger-menu .content .footer {
	padding:5rem 0 3rem;
	width:80%;
	display:flex;
	background-color:#181818
}
.burger-menu .content .body>div:not(:last-of-type), .burger-menu .content .footer>div:not(:last-of-type) {
flex-basis:0;
flex-grow:1;
max-width:100%;
padding-right:8rem
}*/
    @media (max-width:1365.98px) {
        /*.burger-menu .content .body>div:not(:last-of-type), .burger-menu .content .footer>div:not(:last-of-type) {
padding-right:3rem
}*/
    }
    /*.burger-menu .content .body>div:last-of-type, .burger-menu .content .footer>div:last-of-type {
	width:566px
}*/
    @media (max-width:1920.98px) {
        /*.burger-menu .content .body>div:last-of-type, .burger-menu .content .footer>div:last-of-type {
width:518px
}*/
    }

    @media (max-width:1599.98px) {
        .burger-menu .content .body > div:last-of-type, .burger-menu .content .footer > div:last-of-type {
            width: 402px;
        }
    }

    @media (max-width:1599.98px) {
        .burger-menu .content .body, .burger-menu .content .footer {
            width: 90%;
        }

            .burger-menu .content .body > div, .burger-menu .content .footer > div {
                padding-right: 5rem;
            }
    }

    .burger-menu .content .body {
        font-size: 2.2rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.32px;
        margin: 0;
    }

        .burger-menu .content .body > div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

    .burger-menu .content .footer {
        padding-top: 6rem;
        position: relative;
        font-size: 1.7rem;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: .85px;
    }

        .burger-menu .content .footer:before {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            width: 105%;
            border-top: 1px solid hsla(0, 0%, 100%, .1);
        }

        .burger-menu .content .footer > div > div {
            display: flex;
            flex-wrap: wrap;
        }

            .burger-menu .content .footer > div > div > * {
                margin-right: 3rem;
            }

    @media (max-width:1365.98px) {
        .burger-menu .content .footer > div > div > * {
            margin-right: 2rem;
        }
    }

    .burger-menu .content .footer .socials > div {
        max-width: 80%;
    }

    @media (max-width:1599.98px) {
        .burger-menu .content .footer .socials > div {
            max-width: 90%;
        }
    }

    @media (max-width:1365.98px) {
        .burger-menu .content .footer .socials > div {
            max-width: 100%;
        }
    }

    .burger-menu .content .footer .socials a {
        font-size: 2.4rem;
    }

    .burger-menu .content .footer .socials svg {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
        min-height: 2.4rem;
    }

    .burger-menu .content .footer .settings h4 {
        margin-bottom: 1.6rem;
    }

    .burger-menu .content .footer .settings > div {
        display: flex;
        align-items: center;
        width: 85%;
        max-width: 25rem;
    }

        .burger-menu .content .footer .settings > div > span {
            margin-right: auto;
            margin-top: 2px;
        }

        .burger-menu .content .footer .settings > div > button {
            margin-right: 0;
            transition: opacity .3s ease-out;
            background-color: transparent;
        }

            .burger-menu .content .footer .settings > div > button[disabled] {
                opacity: .3;
            }

            .burger-menu .content .footer .settings > div > button + button {
                margin-left: 1rem;
            }

    @media (max-height:790px) {
        .burger-menu .content .language-chooser > div > span, .burger-menu .content a, .burger-menu .content h4 {
            margin-bottom: 2rem;
        }

        .burger-menu .content .body, .burger-menu .content .footer {
            padding: 3rem 0 1rem;
        }
    }
