@charset "UTF-8";

:root {
    --success: var(--color-primary);
    --info: #4890dc;
    --warning: #ffc107;
    --danger: #d0021b;
    --color-primary: #f5a400;
    --color-text-primary: #000;
    --color-secondary: #000000;
    --color-tertiary: #f0f0f0;
    --white: #ffffff;
    --grey: #9b9b9b;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --max-container: 1446px;
    --font-family-sans-serif: "at_hauss_stdregular";
    --util-color-grey-dark: #9b9b9b;
    --primary-color-blue-dark: #082143;
    --primary-color-blue: #0071b5;
    --primary-color-grey: #6b7a8e;
    --primary-color-orange: #d47823;
    --secondary-color-grey: #334454;
    --secondary-color-brown: #695b49;
    --secondary-color-blue: #0b2953;
    --util-color-orange-dark: #ff922d;
    --util-color-orange: #ffa519;
    --util-color-blue: #0071b5;
    --util-color-orange-palid: #ffa857;
    --util-color-yellow: #f7ef32;
    --util-color-grey: #c4bfba;
    --util-color-grey-palid: #e9dfdf;
    --util-color-blue-dark: #163a6a;
    --gris-borde: #f2f2f2;
    --gris-disable-bg: #e2e6e9;
    --gris-disable-color: #c5ced3;
}

@-ms-viewport {
    width: device-width;
}

/* Anular el efecto hover en dispositivos táctiles */
@media (hover: none) {
    .elemento:hover {
      background-color: initial;
    }
}

#app {
    overflow: hidden;
}

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

body {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(107, 107, 107, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #f5a400;
    border-radius: 20px;
}

::-moz-selection {
    background: #f5a400;
}

::selection {
    background: #f5a400;
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 90%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--color-primary);
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--grey);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
.h1 {
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 59.227px;
}

h2,
.h2 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}

h3,
.h3 {
    font-size: 2.3125rem;
    font-style: normal;
    font-weight: 350;
    line-height: 38.794px;
}

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

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

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

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

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

small,
.small {
    font-size: 14px;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: var(--color-primary);
}

.button {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    border-radius: 39px;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.button[data-type="primary"] {
    background-color: var(--color-primary);
    color: var(--color-text-primary);
    border: 1px solid var(--color-primary);
}
.button[data-type="primary"]:hover {
    background-color: #000;
    color:#fff;
    border-color: #000;
}
.fixed a.button[data-type="primary"]:hover,
.no-background a.button[data-type="primary"]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.site-header.no-background .quadis__header .quadis__menu-option svg {
    fill: #000;
    stroke: #000;
}
.site-header .quadis__header-actions .favourites::after,
.site-header .quadis__header .quadis__menu-option .favourites::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 9px;
    width: 8px;
    height: 8px;
    background-color: #f5a400;
    border-radius: 50%;
    display: none;
}
.site-header .quadis__header .quadis__menu-option .favourites::after {
    top: -2px;
    right: 3px;
}
.site-header .quadis__header .quadis__menu-option .favourites{
    max-height: 37px;
}
.site-header .quadis__header-actions .favourites.has-favorites::after,
.site-header .quadis__header .quadis__menu-option .favourites.has-favorites::after {
    display: block;
}
.favorites-relative-container {
    position: relative;
    display: inline-flex;       /* helps with centering and scaling */
    align-items: center;
    justify-content: center;
}
.site-header.no-background .quadis__header .quadis__menu-option .favourites svg path {
    fill: #000 !important;
    stroke: black !important;
}
#favouriteDeleteMsg,
#favouriteAddMsg {
    position: fixed;
    right: 1rem;
    top: 8rem;
    z-index: 999;
    background-color: #000;
    color: #fff;
    justify-self: start;
    border: 2px solid white;
    height: 50px;
    border-radius: 25px;
    align-content: center;
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 600;
    min-width: 180px;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
}
#favouriteDeleteMsg.show,
#favouriteAddMsg.show {
    opacity: 1;
    visibility: visible;
    opacity: 1;
}
.site-header .quadis__header .quadis__menu-option .favourites svg path {
    fill: #fff !important;
}
.site-header.no-background .quadis__header-actions .favourites svg g g path{
        fill: black !important;
        stroke: black !important;
        background-color: transparent;
    }
.fixed a.button[data-type="primary"]:hover svg,
.no-background a.button[data-type="primary"]:hover svg {
    fill: #fff !important;
}
a.button[data-type="secondary"] {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
a.button[data-type="secondary"]:hover {
    background-color: #fff;
    color: #000;
}
a.button[data-type="tertiary-reverse"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}
a.button[data-type="tertiary-reverse"]:hover svg path {
    fill: white;
    stroke:white;
}
a.button[data-type="tertiary-reverse"]:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
a.button[data-type="tertiary-reverse-orange"] {
    background-color: #fff;
    color: #f5a400;
    border: 1px solid #f5a400;
    cursor: pointer;
}
a.button[data-type="tertiary-reverse-orange"]:hover svg path {
    fill: #000;
}
a.button[data-type="tertiary-reverse-orange"]:hover {
    background-color: #f5a400;
    color: #000;
    border: 1px solid #f5a400;
}
a.button[data-type="tertiary"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
a.button[data-type="tertiary"]:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
a.button[data-type="vehicle-favorites"] {
    color: #f5a400;
    background-color: black;
    cursor: pointer;
}
a.button[data-type="vehicle-favorites"]:hover {
    color: black;
    background-color: #f5a400;
}

a.button[data-type="vehicle-favorites"]:hover svg path {
    fill: black;
}
.list-unstyled {
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
}

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

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

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: var(--grey);
}

span.circle {
    display: none;
    border-radius: 50%;
    margin: 0;
    margin-top: 2px;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 12px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media (max-width: 600px) {
    span.circle {
        display: inline-flex;
    }
}

.container {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.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,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 14px;
    padding-left: 14px;
}

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

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid var(--grey);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--grey);
}
.table tbody + tbody {
    border-top: 2px solid var(--grey);
}
.table .table {
    background-color: #fff;
}

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

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

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    #favouriteDeleteMsg,
    #favouriteAddMsg {
        top: 5rem;
    }
}

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: var(--grey);
    background-color: #fff;
    border-color: var(--grey);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 108, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 108, 222, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: var(--grey);
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: var(--grey);
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: var(--grey);
    opacity: 1;
}
.form-control::placeholder {
    color: var(--grey);
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: var(--grey);
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: 3rem;
}

select.form-control:focus::-ms-value {
    color: var(--grey);
    background-color: #fff;
}

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

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

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

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

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

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

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

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

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: var(--grey);
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: var(--color-primary);
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(118, 194, 0, 0.8);
    border-radius: 0.2rem;
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(208, 2, 27, 0.8);
    border-radius: 0.2rem;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

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

.dropup,
.dropdown {
    position: relative;
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

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

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid var(--grey);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4890dc;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--grey);
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--grey);
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

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

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6875rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--grey);
    text-align: center;
    white-space: nowrap;
    background-color: var(--grey);
    border: 1px solid var(--grey);
    border-radius: 2px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: var(--grey);
}

.nav-tabs {
    border-bottom: 1px solid var(--grey);
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: var(--grey);
}
.nav-tabs .nav-link.disabled {
    color: var(--grey);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--grey);
    background-color: #fff;
    border-color: #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

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

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

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

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

.navbar-brand {
    display: inline-block;
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

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

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

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

.alert-heading {
    color: inherit;
}

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

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

.alert-primary {
    color: #003873;
    background-color: #cce2f8;
    border-color: #b8d6f6;
}
.alert-primary hr {
    border-top-color: #a1c9f3;
}
.alert-primary .alert-link {
    color: #001f40;
}

.alert-secondary {
    color: #001124;
    background-color: #ccd3da;
    border-color: #b8c1cb;
}
.alert-secondary hr {
    border-top-color: #a9b4c0;
}
.alert-secondary .alert-link {
    color: black;
}

.alert-success {
    color: #3d6500;
    background-color: #e4f3cc;
    border-color: #d9eeb8;
}
.alert-success hr {
    border-top-color: #cee9a3;
}
.alert-success .alert-link {
    color: #1e3200;
}

.alert-info {
    color: #003873;
    background-color: #cce2f8;
    border-color: #b8d6f6;
}
.alert-info hr {
    border-top-color: #a1c9f3;
}
.alert-info .alert-link {
    color: #001f40;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #6c010e;
    background-color: #f6ccd1;
    border-color: #f2b8bf;
}
.alert-danger hr {
    border-top-color: #eea2ac;
}
.alert-danger .alert-link {
    color: #390107;
}

.alert-light {
    color: #858585;
    background-color: white;
    border-color: white;
}
.alert-light hr {
    border-top-color: #f2f2f2;
}
.alert-light .alert-link {
    color: #6c6c6c;
}

.alert-dark {
    color: #001124;
    background-color: #ccd3da;
    border-color: #b8c1cb;
}
.alert-dark hr {
    border-top-color: #a9b4c0;
}
.alert-dark .alert-link {
    color: black;
}

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

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

img.preheader{
    position: absolute;
    max-width: 50px;
    left: -65px;
    top: -9px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

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

.text-orange {
    color: #f5a400;
}

.text-underline {
    text-decoration: underline!important;
}

.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;
}

.border {
    border: 1px solid var(--grey) !important;
}

.border-top {
    border-top: 1px solid var(--grey) !important;
}

.border-right {
    border-right: 1px solid var(--grey) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--grey) !important;
}

.border-left {
    border-left: 1px solid var(--grey) !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: var(--color-primary) !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-inline-block {
        display: inine-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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.highlighted {
    background-color: #eee;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !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;
}

.h-10 {
    height: 10% !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.mw-45r {
    max-width: 45rem !important;
}

.mw-20r {
    max-width: 20rem !important;
}

.mw-16r {
    max-width: 16rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.mt-8{
    margin-top: 119px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-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;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-dark {
    color: black !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: var(--color-primary) !important;
}
.text-muted {
    color: var(--grey) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

body {
    position: relative;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
ul,
ol,
p,
dd,
dt,
dl {
    margin: 0;
}

label.label-hidden:after {
    content: " ";
}

.form-control-wrapper {
    position: relative;
}
.form-control-wrapper-prepend > .icon:first-child,
.form-control-wrapper-prepend > .icon:first-child:before,
.form-control-wrapper-append > .icon:last-child,
.form-control-wrapper-append > .icon:last-child:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 1;
}
.form-control-wrapper-prepend .form-control {
    padding-left: 4rem;
}
.form-control-wrapper-prepend > .icon:first-child {
    left: 1rem;
}
.form-control-wrapper-append .form-control {
    padding-right: 4rem;
}
.form-control-wrapper-append > .icon:last-child {
    right: 1rem;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.grid .grid-col,
.grid .grid-col-block {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 14px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid .grid-col-block {
    display: block;
}
.grid .grid-row {
    width: 100%;
}
.grid .grid-row + .grid-row {
    margin-top: 28px;
}
.grid.grid-xs-1 .grid-col {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid.grid-xs-2 .grid-col {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.grid.grid-xs-3 .grid-col {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.grid.grid-xs-4 .grid-col {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.grid.grid-xs-5 .grid-col {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.grid.grid-xs-6 .grid-col {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.grid.grid-xs-7 .grid-col {
    width: 14.28571%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}
.grid.grid-xs-8 .grid-col {
    width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
@media (min-width: 576px) {
    .grid.grid-sm-1 .grid-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid.grid-sm-2 .grid-col {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid.grid-sm-3 .grid-col {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid.grid-sm-4 .grid-col {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid.grid-sm-5 .grid-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid.grid-sm-6 .grid-col {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid.grid-sm-7 .grid-col {
        width: 14.28571%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .grid.grid-sm-8 .grid-col {
        width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 768px) {
    .grid.grid-md-1 .grid-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid.grid-md-2 .grid-col {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid.grid-md-3 .grid-col {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid.grid-md-4 .grid-col {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid.grid-md-5 .grid-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid.grid-md-6 .grid-col {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid.grid-md-7 .grid-col {
        width: 14.28571%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .grid.grid-md-8 .grid-col {
        width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 992px) {
    .grid.grid-lg-1 .grid-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid.grid-lg-2 .grid-col {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid.grid-lg-3 .grid-col {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid.grid-lg-4 .grid-col {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid.grid-lg-5 .grid-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid.grid-lg-6 .grid-col {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid.grid-lg-7 .grid-col {
        width: 14.28571%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .grid.grid-lg-8 .grid-col {
        width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media (min-width: 1200px) {
    .grid.grid-xl-1 .grid-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid.grid-xl-2 .grid-col {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid.grid-xl-3 .grid-col {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .grid.grid-xl-4 .grid-col {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid.grid-xl-5 .grid-col {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid.grid-xl-6 .grid-col {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .grid.grid-xl-7 .grid-col {
        width: 14.28571%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .grid.grid-xl-8 .grid-col {
        width: 12.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

/*CUSTOM*/
.section__titles {
    margin-bottom: 47px;
}

.section__titles div {
    color: var(--color-primary);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: -0.455px;
    margin-top: 70px;
}

.section__titles h2 {
    color: white;
    mix-blend-mode: difference;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.718px;
    max-width: 912px;
    margin-top: 12px;
    margin-bottom: 43px;
}

.section__titles h3 {
    color: white;
    mix-blend-mode: difference;
}

#rectangle {
    position: relative;
    z-index: -1;
}
.custom-shape {
    width: 100%;
    height: 434px;
    background-color: #f5a400;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 80%);
    position: absolute;
    top: -200px;
}

@media (max-width: 767.98px) {
    .custom-shape {
        clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 86%);
        top: -218px;
    }

    .section__titles h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.187px;
    }
}

.brands_abarth {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) 0px -22px no-repeat;
}

.brands_askoll {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) 0px -22px no-repeat;
}

i.brands_bmw {
    width: 40px;
    height: 40px;
    background: url(../images/brands_sm.webp) -548px -22px no-repeat;
}

.brands_bmw-motorrad {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -776px -22px no-repeat;
}

.brands_ducati {
    width: 50px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -730px -22px no-repeat;
}

.brands_ebro{
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -3774px -22px no-repeat;
}

.brands_voge {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -676px -22px no-repeat;
}

.brands_nerva {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -60px -22px no-repeat
}

.brands_pursang {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -240px -22px no-repeat
}

.brands_ray {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -364px -22px no-repeat
}

.brands_talaria {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -420px -22px no-repeat;
}

.brands_torrot {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -480px -22px no-repeat
}

.brands_silence {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -540px -22px no-repeat
}

.brands_zero {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -307px -22px no-repeat
}

.brands_segway {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm_motorcycles.webp) -600px -22px no-repeat
}

.brands_amg {
    width: 80px;
    height: 40px;
    background: url(../images/brands_sm.webp) -138px -19px no-repeat;
}

.brands_alfa-romeo {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -240px -22px no-repeat;
}

.brands_aston-martin {
    width: 70px;
    height: 40px;
    background: url(../images/brands_sm.webp) -350px -22px no-repeat;
}

.brands_audi {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -420px -22px no-repeat;
}

.brands_bentley {
    width: 65px;
    height: 40px;
    background: url(../images/brands_sm.webp) -480px -25px no-repeat;
}

.brands_byd {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -600px -22px no-repeat
}

.brands_citroen {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -960px -25px no-repeat
}

.brands_ferrari {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -1736px -22px no-repeat
}

.brands_fiat {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -1796px -22px no-repeat
}

.brands_fiat-professional{
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -1858px -22px no-repeat
}

.brands_honda {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2096px -22px no-repeat
}

.brands_hyundai {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2156px -22px no-repeat
}

.brands_fuso {
    width: 65px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2213px -22px no-repeat
}

.brands_ineos {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2396px -22px no-repeat
}

.brands_jaguar {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2876px -22px no-repeat
}

.brands_jeep {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2936px -22px no-repeat
}

.brands_kia {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -2996px -22px no-repeat
}

.brands_lamborghini {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -3296px -22px no-repeat;
}

.brands_land-rover {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -3416px -22px no-repeat
}

.brands_lotus {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -3536px -22px no-repeat
}

.brands_maserati {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -3956px -22px no-repeat
}

.brands_maxus {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4016px -22px no-repeat
}

.brands_mercedes-benz {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4316px -22px no-repeat
}

.brands_mercedes-benz-industriales {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4263px -22px no-repeat
}

.brands_mg {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4376px -22px no-repeat
}

.brands_mini{
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4736px -22px no-repeat;
}

.brands_mitsubishi {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4796px -22px no-repeat
}

.brands_nissan {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -4856px -22px no-repeat
}

.brands_opel {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -5096px -22px no-repeat
}

.brands_peugeot {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -5156px -22px no-repeat
}

.brands_leapmotor {
    width: 62px;
    height: 40px;
    background: url(../images/brands_sm.webp) -5333px -24px no-repeat
}

.brands_skoda {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -6058px -22px no-repeat
}

.brands_smart {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -6116px -27px no-repeat
}

.brands_volkswagen {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -6656px -22px no-repeat
}

.brands_volkswagen-comerciales {
    width: 60px;
    height: 45px;
    background: url(../images/brands_sm.webp) -6716px -25px no-repeat
}

.brands_ds {
    width: 60px;
    height: 40px;
    background: url(../images/brands_sm.webp) -1497px  -22px no-repeat
}

/*COMPONENT TRIANGLE*/
.angled,
.angled-footer {
    height: 141px;
    position: relative;
    overflow: hidden;
}

.angled-footer {
    height: 90px;
}

.angled:before,
.angled:after,
.angled-footer:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.angled:before {
    background-color: var(--color-primary);
    transform: skewY(-1.5deg);
    transform-origin: right top;
}
.angled.black:before{
    background-color: transparent;
}

.angled:after {
    background-color: #fff;
    transform: skewY(3deg);
    transform-origin: left top;
    margin-top: 15px;
}

.angled.black:after{
    background-color: black;
}

.angled-footer:after {
    background-color: #000;
    transform: skewY(2.5deg);
    transform-origin: left top;
}

.angled.short:after{
    transform: skewY(2deg);
    margin-top: -4px;
    height: 105%;
}

@media (max-width: 992px){
.angled.short:after {
    transform: skewY(5deg);
    margin-top: 11px;
    height: 105%;
}
}

.icon {
    display: inline-block;
    line-height: 1;
}
.icon:before {
    display: inline-block;
    line-height: 1;
    speak: none;
    text-transform: none;
    position: relative;
    top: 0;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.anchor {
    position: absolute;
    margin-top: -80px;
}
@media (min-width: 992px) {
    .anchor {
        margin-top: -68px;
    }
    body.toolbar-tray-open.toolbar-fixed .anchor {
        margin-top: -148px;
    }
}
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    list-style: none;
    font-size: 0.75rem;
    color: var(--grey);
}
@media (max-width: 575.98px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.625rem;
}
.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: var(--grey);
}
.breadcrumb-item.active {
    font-weight: 700;
    font-size: 0.75rem;
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: ">";
    font-size: 0.625rem;
    font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 108, 222, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 108, 222, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

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

.btn-link,
.mm-menu .btn-link.mm-listitem__text {
    color: var(--color-primary);
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.mm-menu .btn-link.mm-listitem__text {
    font-size: 18px;
    font-weight: 500;
}
.btn-link:hover,
.mm-menu .btn-link.mm-listitem__text:hover {
    color: var(--grey);
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus,
.btn-link.focus,
.mm-menu .btn-link.mm-listitem__text:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: var(--grey) !important;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 1.59375rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 5px;
}

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

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.btn-icon-left .icon,
.btn-icon-right .icon,
.btn-icon-only .icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 0.1rem;
}

.btn-icon-left .icon {
    left: -0.5rem;
    margin-right: 0.5rem;
}

.btn-icon-right .icon {
    right: -0.5rem;
    margin-left: 0.5rem;
}

.btn-sm.btn-icon-left .icon,
.btn-group-sm > .btn-icon-left.btn .icon,
.btn-sm.btn-icon-right .icon,
.btn-group-sm > .btn-icon-right.btn .icon {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
}

.btn-icon-only {
    padding-left: 1.03125rem;
    padding-right: 1.03125rem;
}
.btn-icon-only.btn-lg,
.btn-group-lg > .btn-icon-only.btn {
    padding-left: 2.39062rem;
    padding-right: 2.39062rem;
}
.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
    padding-left: 0.42188rem;
    padding-right: 0.42188rem;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: var(--grey);
}

.nav-tabs {
    border-bottom: solid 1px #caced3;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    position: relative;
    padding: 8px;
    min-width: auto;
    text-align: center;
    color: #000;
    border: none;
    border-color: transparent;
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        min-width: auto;
    }
}
.nav-tabs .nav-link.disabled {
    color: var(--grey);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active {
    color: #000;
}
.nav-tabs .nav-link:hover:after,
.nav-tabs .nav-link:focus:after,
.nav-tabs .nav-link:active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #4890dc;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    font-weight: 700;
    background-color: transparent;
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link.active:hover:after,
.nav-tabs .nav-link.active:focus:after,
.nav-tabs .nav-link.active:active:after,
.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-item.show .nav-link:hover:after,
.nav-tabs .nav-item.show .nav-link:focus:after,
.nav-tabs .nav-item.show .nav-link:active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4890dc;
    height: 3px;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

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

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

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

.table thead th {
    display: none;
    background: #fff;
}
.table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
}
.table tbody th,
.table tbody td {
    width: 100%;
}
.table tbody th {
    background: #fff;
    color: #000;
}
.table tbody td::before {
    content: attr(data-table-col);
    color: #000;
    font-weight: 600;
    display: block;
}
@media (min-width: 1100px) {
    .table {
        display: table;
        border-collapse: separate;
    }
    .table thead,
    .table tbody {
        display: table-row-group;
        border: 0;
    }
    .table thead tr,
    .table tbody tr {
        position: relative;
        display: table-row;
        border: 1px solid var(--grey);
    }
    .table thead th,
    .table thead td,
    .table tbody th,
    .table tbody td {
        display: table-cell;
        width: auto;
        border: none;
    }
    .table tbody th,
    .table tbody td {
        padding-left: 16px;
    }
    .table tbody th::before,
    .table tbody td::before {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid var(--grey);
    }
    .table tbody th {
        background: transparent;
        color: #000;
    }
    .table tbody td::before {
        content: attr(data-table-col);
        color: #000;
        display: none;
    }
}

.particulares h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.container .container {
    padding: 0;
    width: 100%;
}

#edit-politica--2 + .control-label {
    font-size: 0.7rem;
}

.img-responsive {
    max-width: 100%;
    height: auto !important;
}

.heading {
    color: #000;
}

.link-go:after {
    display: inline-block;
    line-height: 1;
    speak: none;
    text-transform: none;
    position: relative;
    top: 0;
    margin-left: 0.25em;
    width: 9px;
    height: 9px;
    font-size: 9px;
    line-height: 1;
    top: 0;
}

[data-autosubmit] .form-actions {
    display: none;
}

.background {
    background: no-repeat center #fff;
    background-size: cover;
}

.background--portable,
.background--desktop,
.background--phone,
.background--tablet {
    display: none !important;
}

@media (max-width: 991.98px) {
    .background--portable {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .background--desktop {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .background--phone {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .background--tablet {
        display: block !important;
    }
}

html {
    scroll-behavior: smooth;
}

.invalid-feedback {
    font-size: 0.75rem;
}

.is-invalid .invalid-feedback {
    display: block;
}

label.form-required:after {
    content: "*";
}

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

.form-type-checkbox label,
.form-type-kec-webform-legal-checkbox label {
    display: block;
    overflow: hidden;
}

.form-type-checkbox input,
.form-type-kec-webform-legal-checkbox input {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}

.form-type-kec-webform-legal-checkbox {
    font-size: 0.6875rem;
}

/*HEADER*/
.site-header {
    position: static;
    height: auto;
}
.site-header,
.site-header .header {
    z-index: 1020;
    height: 60px;
}
@media (min-width: 992px) {
    .site-header,
    .site-header .header {
        height: 128px;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        height: 60px !important;
    }
    .site-header .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }
    body.site-menu-open {
        overflow: hidden;
    }
}

.site-header .mi--icon .icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}

.site-header .header {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
    box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
}
.site-header .header-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.site-header .header-brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .header-brand a img {
    height: 30px;
}
.site-header .header-brand--sticky {
    display: none;
}
.site-header .header-search form {
    display: block;
    width: 100%;
}
.site-header .header-search .form-item {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #caced3;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 0;
}
.site-header .header-search .form-item .form-control {
    position: relative;
    background: none;
    border: none;
    margin: 0;
}
.site-header .header-search .form-item .form-control {
    padding-left: 2.875rem;
}
.site-header .header-search .form-actions {
    display: none;
}
.site-header .header .menu,
.site-header .header .submenu {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-header .header .mi,
.site-header .header .mi .dropdown-item {
    font-size: 0.875rem;
}
.site-header .header .mi--sticky {
    display: none;
}
.site-header .header .mi > a,
.site-header .header .mi > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey);
}
.site-header .header .mi > a,
.site-header .header .mi > a:hover,
.site-header .header .mi > a:focus,
.site-header .header .mi > a:active,
.site-header .header .mi.active > a,
.site-header .header .mi.active > a:hover,
.site-header .header .mi.active > a:focus,
.site-header .header .mi.active > a:active {
    color: var(--grey);
}
.site-header .header .mi.mi--favorites.active > a,
.site-header .header .mi.mi--favorites.active > span,
.site-header .header .mi.mi--comparador.active > a,
.site-header .header .mi.mi--comparador.active > span,
.site-header .header .mi.mi--flota.active > a,
.site-header .header .mi.mi--flota.active > span {
    background: #4890dc;
    border-bottom-color: #4890dc;
}
.site-header .header .mi.mi--favorites.active > a,
.site-header .header .mi.mi--favorites.active > a:hover,
.site-header .header .mi.mi--favorites.active > a:focus,
.site-header .header .mi.mi--favorites.active > a:active,
.site-header .header .mi.mi--favorites.active > span,
.site-header .header .mi.mi--favorites.active > span:hover,
.site-header .header .mi.mi--favorites.active > span:focus,
.site-header .header .mi.mi--favorites.active > span:active,
.site-header .header .mi.mi--comparador.active > a,
.site-header .header .mi.mi--comparador.active > a:hover,
.site-header .header .mi.mi--comparador.active > a:focus,
.site-header .header .mi.mi--comparador.active > a:active,
.site-header .header .mi.mi--comparador.active > span,
.site-header .header .mi.mi--comparador.active > span:hover,
.site-header .header .mi.mi--comparador.active > span:focus,
.site-header .header .mi.mi--comparador.active > span:active,
.site-header .header .mi.mi--flota.active > a,
.site-header .header .mi.mi--flota.active > a:hover,
.site-header .header .mi.mi--flota.active > a:focus,
.site-header .header .mi.mi--flota.active > a:active,
.site-header .header .mi.mi--flota.active > span,
.site-header .header .mi.mi--flota.active > span:hover,
.site-header .header .mi.mi--flota.active > span:focus,
.site-header .header .mi.mi--flota.active > span:active {
    color: #fff;
}
.site-header .header .mi--l1 {
    height: 100%;
}
.site-header .header .mi--l1 > a,
.site-header .header .mi--l1 > span {
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.site-header .header .mi--separator {
    height: 0px;
    border-top: solid 1px #eaeaea;
}
.site-header .header .mi--icon > a,
.site-header .header .mi--icon > span {
    position: relative;
}
.site-header .header .mi--icon.active > a,
.site-header .header .mi--icon.active > span {
    background: #4890dc;
    border-bottom-color: #4890dc;
}
.site-header .header .mi--icon.active > a,
.site-header .header .mi--icon.active > a:hover,
.site-header .header .mi--icon.active > a:focus,
.site-header .header .mi--icon.active > a:active,
.site-header .header .mi--icon.active > span,
.site-header .header .mi--icon.active > span:hover,
.site-header .header .mi--icon.active > span:focus,
.site-header .header .mi--icon.active > span:active {
    color: #fff;
}
.site-header .header .header-primary .mi {
    font-size: 1rem;
}
.site-header .header .header-primary .mi--l1 {
    color: #4890dc;
}
.site-header .header .header-primary .mi--l1 > a,
.site-header .header .header-primary .mi--l1 > a:hover,
.site-header .header .header-primary .mi--l1 > a:focus,
.site-header .header .header-primary .mi--l1 > a:active,
.site-header .header .header-primary .mi--l1 > span,
.site-header .header .header-primary .mi--l1 > span:hover,
.site-header .header .header-primary .mi--l1 > span:focus,
.site-header .header .header-primary .mi--l1 > span:active,
.site-header .header .header-primary .mi--l1.active > a,
.site-header .header .header-primary .mi--l1.active > a:hover,
.site-header .header .header-primary .mi--l1.active > a:focus,
.site-header .header .header-primary .mi--l1.active > a:active {
    color: #4890dc;
}
.site-header .header-modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.site-header .header-modal-close,
.site-header .header-modal-close:hover,
.site-header .header-modal-close:focus,
.site-header .header-modal-close:active {
    color: var(--grey);
}
.site-header .header-modal-close .icon {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
}
.site-header .header-modal-close .icon,
.site-header .header-modal-close .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991.98px) {
    .site-header .header {
        position: relative;
        height: 45px;
        z-index: 2;
    }
    .site-header .header .mi--desktop {
        display: none !important;
    }
    .site-header .header .header-portable {
        z-index: 2;
        position: relative;
    }
    .site-header .header .header-portable,
    .site-header .header .header-portable > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0;
    }
    .site-header .header .header-portable,
    .site-header .header .header-portable > .container,
    .site-header .header .header-portable .header-menu-portable,
    .site-header .header .header-portable .menu {
        height: 100%;
    }
    .site-header .header .header-portable .menu {
        border-left: solid 1px #eaeaea;
        border-right: solid 1px #eaeaea;
    }
    .site-header .header .header-portable .menu .mi + .mi {
        border-left: solid 1px #eaeaea;
    }
    .site-header .header .header-portable .mi--l1 > a,
    .site-header .header .header-portable .mi--l1 > span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
    }
    .site-header .header-branches--portable {
        padding: 10px 30px 20px;
    }
    .site-header .header-branches--desktop {
        display: none;
    }
    .site-header .header-modal {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        width: 0;
        z-index: 2;
    }
    .site-header .header .header-content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 2;
        overflow: auto;
        overflow-x: hidden;
        width: 90vw;
        background: #fff;
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }
    .site-header .header .header-content .container {
        padding: 0 30px;
    }
    .site-header .header .header-content .header-brand {
        height: 50px;
        padding: 0 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .site-header .header .header-content .header-brand img {
        height: 35px;
    }
    .site-header .header .header-content .header-modal-close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    body.site-menu-open .site-header .header .header-content {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .site-header .header-brand-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-header .header-primary {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .site-header .header-secondary {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .site-header .header-search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .site-header .header-locale {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .site-header .header .header-primary .container,
    .site-header .header .header-secondary .container {
        padding: 0;
    }
    .site-header .header .header-primary .menu,
    .site-header .header .header-secondary .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-header .header .header-primary .menu-aside,
    .site-header .header .header-secondary .menu-aside {
        display: none;
    }
    .site-header .header .header-primary .mi > a,
    .site-header .header .header-primary .mi > span,
    .site-header .header .header-secondary .mi > a,
    .site-header .header .header-secondary .mi > span {
        position: relative;
        padding: 10px 30px;
        min-height: 50px;
        height: auto;
    }
    .site-header .header .header-primary .mi > a .icon,
    .site-header .header .header-primary .mi > a:after,
    .site-header .header .header-primary .mi > span .icon,
    .site-header .header .header-primary .mi > span:after,
    .site-header .header .header-secondary .mi > a .icon,
    .site-header .header .header-secondary .mi > a:after,
    .site-header .header .header-secondary .mi > span .icon,
    .site-header .header .header-secondary .mi > span:after {
        justify-self: flex-end;
    }
    .site-header .header .header-primary .mi > a .text,
    .site-header .header .header-primary .mi > span .text,
    .site-header .header .header-secondary .mi > a .text,
    .site-header .header .header-secondary .mi > span .text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .site-header .header .header-primary .mi.mi--expanded > a,
    .site-header .header .header-primary .mi.mi--expanded > span,
    .site-header .header .header-secondary .mi.mi--expanded > a,
    .site-header .header .header-secondary .mi.mi--expanded > span {
        padding-right: 50px;
    }
    .site-header .header .header-primary .mi.mi--l2.mi--expanded > a,
    .site-header .header .header-primary .mi.mi--l2.mi--expanded > span,
    .site-header .header .header-secondary .mi.mi--l2.mi--expanded > a,
    .site-header .header .header-secondary .mi.mi--l2.mi--expanded > span {
        color: #4890dc;
    }
    .site-header .header .header-primary .mi.mi--l2.mi--expanded > a.collapsed,
    .site-header
        .header
        .header-primary
        .mi.mi--l2.mi--expanded
        > span.collapsed,
    .site-header
        .header
        .header-secondary
        .mi.mi--l2.mi--expanded
        > a.collapsed,
    .site-header
        .header
        .header-secondary
        .mi.mi--l2.mi--expanded
        > span.collapsed {
        color: var(--grey);
    }
    .site-header .header .header-primary .mi.mi--l2,
    .site-header .header .header-secondary .mi.mi--l2 {
        font-size: 0.875rem;
    }
    .site-header .header .header-primary .mi.mi--l2 > a .icon,
    .site-header .header .header-primary .mi.mi--l2 > span .icon,
    .site-header .header .header-secondary .mi.mi--l2 > a .icon,
    .site-header .header .header-secondary .mi.mi--l2 > span .icon {
        width: 25px;
        height: 25px;
        font-size: 25px;
        line-height: 1;
        margin-left: 5px;
        margin-right: 16px;
    }
    .site-header .header .header-primary .mi.mi--l2 .submenu,
    .site-header .header .header-secondary .mi.mi--l2 .submenu {
        background-color: #fff;
    }
    .site-header .header .header-primary .mi.mi--l3,
    .site-header .header .header-secondary .mi.mi--l3 {
        font-size: 0.875rem;
    }
    .site-header .header .header-primary .mi.mi--l3 > a .text,
    .site-header .header .header-primary .mi.mi--l3 > span .text,
    .site-header .header .header-secondary .mi.mi--l3 > a .text,
    .site-header .header .header-secondary .mi.mi--l3 > span .text {
        margin-left: 41px;
    }
    .site-header .header .header-primary .mi.mi--l3 > a .icon,
    .site-header .header .header-primary .mi.mi--l3 > span .icon,
    .site-header .header .header-secondary .mi.mi--l3 > a .icon,
    .site-header .header .header-secondary .mi.mi--l3 > span .icon {
        display: none;
    }
    .site-header .header .header-primary .mi.mi--l3.mi--separator,
    .site-header .header .header-secondary .mi.mi--l3.mi--separator {
        display: none;
    }
    .site-header .header .header-primary .submenu,
    .site-header .header .header-secondary .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: solid 1px #fff;
        font-size: 0.875rem;
    }
    .site-header .header .header-primary {
        background: #fff;
    }
    .site-header .header .header-search {
        padding: 18px 0;
    }
    .site-header .header .header-search .form-item,
    .site-header .header .header-search .form-control {
        border: 0;
    }
    .site-header .header .header-locale {
        padding: 18px 0;
    }
    .site-header .header .header-locale .btn-group {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-header .header .header-locale .btn-group .btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .site-header .header .header-main-menu--extra {
        display: none;
    }
}
@media (min-width: 992px) {
    .site-header .header {
        height: 110px;
        height: auto;
    }
    .site-header .header .mi--portable {
        display: none !important;
    }
    .site-header .header .header-portable,
    .site-header .header .header-modal-close,
    .site-header .header .header-locale {
        display: none;
    }
    .site-header .header .header-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-header .header .header-brand a img {
        height: 38px;
        width: 100%;
    }
    .site-header .header .header-primary {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .site-header .header .header-secondary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-header .header .header-search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .site-header .header .header-brand-container {
        display: none;
    }
    .site-header .header .header-primary > .container,
    .site-header .header .header-secondary > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-header .header-main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .site-header .header-main-menu .menu > li > a,
    .site-header .header-main-menu .menu > li > span {
        padding: 4px 20px 0;
        border-bottom: 4px solid transparent;
        white-space: nowrap;
    }
    .site-header .header-main-menu .header-main-menu--extra {
        display: none;
        border-left: solid 1px #eaeaea;
        border-right: solid 1px #eaeaea;
    }
    .site-header .header-main-menu .header-main-menu--extra > .mi + .mi {
        border-left: solid 1px #eaeaea;
    }
    .site-header .header-main-menu .header-main-menu--extra > .mi > a,
    .site-header .header-main-menu .header-main-menu--extra > .mi > span {
        padding-left: 0;
        padding-right: 0;
        width: 64px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-header .header-primary {
        border-top: solid 1px #eaeaea;
    }
    .site-header .header-primary > .container {
        height: 64px;
        position: static;
    }
    .site-header .header-primary .header-collapse {
        position: absolute;
        left: 0;
        right: 0;
    }
    .site-header .header-primary .header-collapse,
    .site-header .header-primary .header-collapse.collapse,
    .site-header .header-primary .header-collapse.collapsing {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        display: none !important;
        height: auto !important;
        overflow: visible;
    }
    .site-header .header-primary .mi.open > .header-collapse,
    .site-header .header-primary .mi.open > .header-collapse.collapse,
    .site-header .header-primary .mi.open > .header-collapse.collapsing,
    .site-header .header-primary .mi.open > .header-collapse.show {
        display: block !important;
    }
    .site-header .header-primary .menu {
        font-size: 12px;
    }
    .site-header .header-primary .menu--l2 .mi,
    .site-header .header-primary .menu--l3 .mi {
        font-size: 0.875rem;
    }
    .site-header .header-primary .mi--l1 > .header-collapse {
        background: #fff;
        margin-top: -1px;
    }
    .site-header
        .header-primary
        .mi--l1
        > .header-collapse
        > .header-collapse-shadow {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        display: none;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
        box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
    }
    .site-header
        .header-primary
        .mi--l1
        > .header-collapse
        > .header-collapse-shadow:before {
        content: "";
        display: block;
        top: 0;
        bottom: -100%;
        left: -100%;
        right: -100%;
        position: absolute;
        border-top: solid 1px #eaeaea;
    }
    .site-header .header-primary .mi--l1 > .header-collapse > .container {
        position: relative;
        z-index: 2;
    }
    .site-header
        .header-primary
        .mi--l1.mi--expanded.open
        > .header-collapse
        > .header-collapse-shadow {
        display: block;
    }
    .site-header .header-primary .menu--l2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-header .header-primary .mi--l2 > a,
    .site-header .header-primary .mi--l2 > span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 88px;
        border-bottom: 4px solid transparent;
        padding: 4px 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 146px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .site-header .header-primary .mi--l2 > a .icon,
    .site-header .header-primary .mi--l2 > span .icon {
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 1;
    }
    .site-header .header-primary .mi--l2 > a .text,
    .site-header .header-primary .mi--l2 > span .text {
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .site-header .header-primary .mi--l2.mi--expanded > a .text:after {
        display: none;
    }
    .site-header .header-primary .mi--l2.mi--expanded.open > a {
        color: #4890dc;
        border-color: #4890dc;
    }
    .site-header
        .header-primary
        .mi--l2
        .header-collapse
        > .header-collapse-shadow {
        border-top: solid 1px #eaeaea;
    }
    .site-header .header-primary .mi--l2 .container {
        padding-left: 14px;
        padding-right: 14px;
    }
    .site-header .header-primary .mi--l2 .container:before {
        content: "";
        display: block;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 100vw;
        background: rgba(255, 255, 255, 0.8);
        z-index: -1;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
        box-shadow: 0 2px 12px 0 rgba(11, 16, 38, 0.06);
        border-top: solid 1px #eaeaea;
    }
    .site-header .header-primary .mi--l2 .container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 26px 32px 35px;
        background: #fff;
    }
    .site-header .header-primary .menu--l3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 33%;
    }
    .site-header .header-primary .mi--l3 > a,
    .site-header .header-primary .mi--l3 > span {
        min-height: 55px;
        font-size: 1rem;
    }
    .site-header .header-primary .mi--l3 > a:hover,
    .site-header .header-primary .mi--l3 > a:focus,
    .site-header .header-primary .mi--l3 > a:active,
    .site-header .header-primary .mi--l3 > span:hover,
    .site-header .header-primary .mi--l3 > span:focus,
    .site-header .header-primary .mi--l3 > span:active {
        color: #4890dc;
    }
    .site-header .header-primary .mi--l3 > a .icon,
    .site-header .header-primary .mi--l3 > span .icon {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        margin-right: 14px;
    }
    .site-header .header-primary .mi--l1 > a:hover,
    .site-header .header-primary .mi--l1 > a:focus,
    .site-header .header-primary .mi--l1 > a:active,
    .site-header .header-primary .mi--l1 > span:hover,
    .site-header .header-primary .mi--l1 > span:focus,
    .site-header .header-primary .mi--l1 > span:active,
    .site-header .header-primary .mi--l2 > a:hover,
    .site-header .header-primary .mi--l2 > a:focus,
    .site-header .header-primary .mi--l2 > a:active,
    .site-header .header-primary .mi--l2 > span:hover,
    .site-header .header-primary .mi--l2 > span:focus,
    .site-header .header-primary .mi--l2 > span:active {
        color: #4890dc;
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l1.open > a,
    .site-header .header-primary .mi--l1.open > span,
    .site-header .header-primary .mi--l2.open > a,
    .site-header .header-primary .mi--l2.open > span {
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l1.open > a,
    .site-header .header-primary .mi--l1.open > a:hover,
    .site-header .header-primary .mi--l1.open > a:focus,
    .site-header .header-primary .mi--l1.open > a:active,
    .site-header .header-primary .mi--l1.open > span,
    .site-header .header-primary .mi--l1.open > span:hover,
    .site-header .header-primary .mi--l1.open > span:focus,
    .site-header .header-primary .mi--l1.open > span:active,
    .site-header .header-primary .mi--l2.open > a,
    .site-header .header-primary .mi--l2.open > a:hover,
    .site-header .header-primary .mi--l2.open > a:focus,
    .site-header .header-primary .mi--l2.open > a:active,
    .site-header .header-primary .mi--l2.open > span,
    .site-header .header-primary .mi--l2.open > span:hover,
    .site-header .header-primary .mi--l2.open > span:focus,
    .site-header .header-primary .mi--l2.open > span:active {
        color: #4890dc;
    }
    .site-header .header-primary .mi--l1 > a:hover,
    .site-header .header-primary .mi--l1 > a:focus,
    .site-header .header-primary .mi--l1 > a:active,
    .site-header .header-primary .mi--l1 > span:hover,
    .site-header .header-primary .mi--l1 > span:focus,
    .site-header .header-primary .mi--l1 > span:active {
        color: #4890dc;
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l1.active > a,
    .site-header .header-primary .mi--l1.active > span {
        font-weight: 600;
    }
    .site-header .header-primary .mi--l1.open > a,
    .site-header .header-primary .mi--l1.open > span {
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l1.open > a,
    .site-header .header-primary .mi--l1.open > a:hover,
    .site-header .header-primary .mi--l1.open > a:focus,
    .site-header .header-primary .mi--l1.open > a:active,
    .site-header .header-primary .mi--l1.open > span,
    .site-header .header-primary .mi--l1.open > span:hover,
    .site-header .header-primary .mi--l1.open > span:focus,
    .site-header .header-primary .mi--l1.open > span:active {
        color: #4890dc;
    }
    .site-header .header-primary .mi--l2 > a:hover,
    .site-header .header-primary .mi--l2 > a:focus,
    .site-header .header-primary .mi--l2 > a:active,
    .site-header .header-primary .mi--l2 > span:hover,
    .site-header .header-primary .mi--l2 > span:focus,
    .site-header .header-primary .mi--l2 > span:active {
        color: #4890dc;
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l2.active > a,
    .site-header .header-primary .mi--l2.active > a:hover,
    .site-header .header-primary .mi--l2.active > a:focus,
    .site-header .header-primary .mi--l2.active > a:active,
    .site-header .header-primary .mi--l2.active > span,
    .site-header .header-primary .mi--l2.active > span:hover,
    .site-header .header-primary .mi--l2.active > span:focus,
    .site-header .header-primary .mi--l2.active > span:active {
        color: #4890dc;
    }
    .site-header .header-primary .mi--l2.open > a,
    .site-header .header-primary .mi--l2.open > span {
        border-bottom-color: #4890dc;
    }
    .site-header .header-primary .mi--l2.open > a,
    .site-header .header-primary .mi--l2.open > a:hover,
    .site-header .header-primary .mi--l2.open > a:focus,
    .site-header .header-primary .mi--l2.open > a:active,
    .site-header .header-primary .mi--l2.open > span,
    .site-header .header-primary .mi--l2.open > span:hover,
    .site-header .header-primary .mi--l2.open > span:focus,
    .site-header .header-primary .mi--l2.open > span:active {
        color: #4890dc;
    }
    .site-header .header-primary .menu-aside {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .site-header .header-secondary .container {
        height: 48px;
    }
    .site-header .header-branches,
    .site-header .header-brand {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .site-header .header-branches,
    .site-header .header-branches .menu,
    .site-header .header-branches .menu > li,
    .site-header .header-branches .menu > li > a,
    .site-header .header-branches .menu > li > span,
    .site-header .header-secondary-menu,
    .site-header .header-secondary-menu .menu,
    .site-header .header-secondary-menu .menu > li,
    .site-header .header-secondary-menu .menu > li > a,
    .site-header .header-secondary-menu .menu > li > span,
    .site-header .header-main-menu,
    .site-header .header-main-menu .menu,
    .site-header .header-main-menu .menu > li,
    .site-header .header-main-menu .menu > li > a,
    .site-header .header-main-menu .menu > li > span {
        height: 100%;
    }
    .site-header .header-branches .menu > li > a,
    .site-header .header-branches .menu > li > span,
    .site-header .header-secondary-menu .menu > li > a,
    .site-header .header-secondary-menu .menu > li > span,
    .site-header .header-main-menu .menu > li > a,
    .site-header .header-main-menu .menu > li > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
    }
    .site-header .header-branches .menu > li > a,
    .site-header .header-branches .menu > li > span {
        padding: 4px 10px 0;
        border-bottom: 4px solid transparent;
    }
    .site-header .header-branches .menu > li.active > a,
    .site-header .header-branches .menu > li.active > span {
        border-bottom-color: #4890dc;
        font-weight: 700;
    }
    .site-header .header-branches--portable {
        display: none;
    }
    .site-header .header-secondary-menu .menu {
        border-left: solid 1px #eaeaea;
        border-right: solid 1px #eaeaea;
    }
    .site-header .header-secondary-menu .menu > li + li {
        border-left: solid 1px #eaeaea;
    }
    .site-header .header-secondary-menu .menu > li > a,
    .site-header .header-secondary-menu .menu > li > span {
        padding: 0 15px;
    }
    .site-header .header-secondary-menu .menu > li > a .text + .icon,
    .site-header .header-secondary-menu .menu > li > span .text + .icon {
        width: 16px;
        height: 16px;
        font-size: 16px;
        line-height: 1;
        margin-left: 10px;
    }
    .site-header .header-secondary-menu .menu > li.mi--cita-previa .icon {
        display: none;
    }
    .site-header .header-search {
        max-height: 0;
        -webkit-transition: max-height 0.2s;
        -o-transition: max-height 0.2s;
        transition: max-height 0.2s;
        overflow: hidden;
        background: #000;
    }
    .site-header .header-search form {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}
@media (min-width: 1200px) {
    .site-header .header-main-menu .menu > li > a,
    .site-header .header-main-menu .menu > li > span {
        padding: 4px 30px 0;
    }
}
@media (max-width: 991.98px) {
    .site-header .header-content .header-brand-container {
        background: #fff;
    }
    .site-header .header-content .header-primary .header-brand {
        display: none;
    }
}

.page-head {
    margin-top: 50px;
    margin-bottom: 30px;
}
.page-title {
    color: #4890dc;
    font-weight: 700;
    font-size: 1.875rem;
}
.page-title + .page-intro {
    margin-top: 30px;
}
.page-sections .section:first-child {
    margin-top: 0;
}
.page-main-media {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-main-media img {
    max-width: 100%;
    height: auto !important;
}
.page-block + .page-block,
.page-block .section + .section {
    margin-top: 46px;
}
.page-block .section--alt + .section--alt {
    margin-top: 0;
}
@media (min-width: 992px) {
    .page-head {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .page-title {
        font-size: 2.375rem;
    }
    .page-title + .page-intro {
        margin-top: 30px;
    }
    .page-main-media {
        margin-bottom: 60px;
    }
    .page-block + .page-block,
    .page-block .section + .section {
        margin-top: 46px;
    }
    .page-block .section--alt + .section--alt {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .page .container-packed {
        width: 681.33333px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
    --mm-lineheight: 20px;
    --mm-listitem-size: 40px;
    --mm-navbar-size: 50px;
    --mm-toggle-size: 34px;
}
.mm-hidden {
    display: none !important;
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}
.mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    padding: 0;
}
.mm-btn:after,
.mm-btn:before {
    border: 2px solid var(--mm-color-icon);
}
.mm-btn--next:after,
.mm-btn--prev:before {
    content: "";
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.mm-btn--prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}
.mm-btn--next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5px;
    left: auto;
}
.mm-btn--close:after,
.mm-btn--close:before {
    content: "";
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-btn--close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}
.mm-btn--close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}
.mm-btnreset {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
}
[dir="rtl"] .mm-btn--next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}
[dir="rtl"] .mm-btn--prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}
[dir="rtl"] .mm-btn--close:after,
[dir="rtl"] .mm-btn--close:before {
    right: auto;
}
[dir="rtl"] .mm-btn--close:before {
    left: 25px;
}
[dir="rtl"] .mm-btn--close:after {
    left: 18px;
}
.mm-divider {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: var(--mm-lineheight);
    padding: calc(
            ((var(--mm-listitem-size) * 0.65) - var(--mm-lineheight)) * 0.5
        )
        20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--mm-color-background-highlight)),
        to(var(--mm-color-background-highlight))
    );
    background-image: -o-linear-gradient(
        var(--mm-color-background-highlight),
        var(--mm-color-background-highlight)
    );
    background-image: linear-gradient(
        var(--mm-color-background-highlight),
        var(--mm-color-background-highlight)
    );
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .mm-divider {
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: 0;
    }
    .mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
        top: var(--mm-navbar-size);
    }
}
.mm-listview {
    list-style: none;
    display: block;
    padding: 10px 0 0;
    margin: 0 53px;
    border-top: 1px solid #ddd;
}
.mm-listitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
}
.mm-listitem .banner.menu img{
    max-width:100%;
    border-radius:25px;
}


.quadis-menu__item .banner.menu img.banner-desktop{
    display: block;
}
.quadis-menu__item .banner.menu img.banner-mobile{
    display: none;
}

@media (max-width:480px){
    .mm-listitem .banner.menu img.banner-desktop{
        display: none;
    }
    .mm-listitem .banner.menu img.banner-mobile{
        display: block;
    }
}


.mm-listitem:after {
    content: "";
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
}
.mm-listitem__btn,
.mm-listitem__text {
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
    color: inherit;
}
.mm-listitem__text {
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}
.mm-listitem__btn {
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 50px;
    position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
}
.mm-listitem--selected > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
}
.mm-listitem--opened > .mm-listitem__btn,
.mm-listitem--opened > .mm-panel {
    background: var(--mm-color-background-highlight);
}
[dir="rtl"] .mm-listitem:after {
    left: 0;
    right: 20px;
}
[dir="rtl"] .mm-listitem__btn {
    padding-left: 50px;
    border-left-width: 0;
    border-left-style: none;
}
[dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid;
}
.mm-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-lineheight);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mm-menu ::-webkit-input-placeholder {
    color: var(--mm-color-text-dimmed);
}
.mm-menu ::-moz-placeholder {
    color: var(--mm-color-text-dimmed);
}
.mm-menu :-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
}
.mm-menu ::-ms-input-placeholder {
    color: var(--mm-color-text-dimmed);
}
.mm-menu ::placeholder {
    color: var(--mm-color-text-dimmed);
}
.mm-menu,
.mm-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mm-menu :focus,
.mm-menu :focus-visible,
.mm-menu:focus,
.mm-menu:focus-visible {
    outline: 0;
}
.mm-menu a:focus,
.mm-menu button:focus,
.mm-menu label:focus {
    outline: 0;
}
.mm-menu a:focus-visible,
.mm-menu button:focus-visible,
.mm-menu label:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: -5px;
}
.mm-menu input:focus,
.mm-menu input:focus-visible,
.mm-menu select:focus,
.mm-menu select:focus-visible,
.mm-menu textarea:focus,
.mm-menu textarea:focus-visible {
    outline: 2px solid var(--mm-color-focusring);
    outline-offset: 2px;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    text-decoration: none;
}
[dir="rtl"] .mm-menu {
    direction: rtl;
}
.mm-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--mm-navbar-size);
    padding-top: env(safe-area-inset-top);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    background: var(--mm-color-background);
    border-bottom: 1px solid var(--mm-color-border);
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.mm-navbar > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.mm-navbar__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    overflow: hidden;
}
.mm-navbar__title[href="#"] {
    pointer-events: none;
}
.mm-navbar__title > span {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-content: center;
}
.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
    padding-left: 60px;
    padding-right: 10px;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    padding-left: 10px;
    padding-right: 60px;
}
[dir="rtl"] .mm-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.mm-panel {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: visibility 0s linear 0.4s, left 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, left 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
    -o-transition: visibility 0s linear 0.4s, transform 0.4s ease 0s,
        left 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, transform 0.4s ease 0s,
        left 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, transform 0.4s ease 0s,
        left 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.mm-panel:after {
    content: "";
    display: block;
    height: var(--mm-listitem-size);
}
.mm-panel:focus {
    outline: 0;
}
.mm-panel--opened {
    visibility: visible;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#mm-1.mm-panel--opened .mm-listview {
    border-top: 0;
    margin-top: 47px;
}
.mm-panel--parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    z-index: 0;
}
.mm-panel--highest {
    z-index: 3;
}
.mm-menu--opened .mm-panel--noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.mm-panel__content {
    padding: 20px 20px 0;
}
[dir="rtl"] .mm-panel {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
[dir="rtl"] .mm-panel--opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir="rtl"] .mm-panel--parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}
.mm-panels {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}
.mm-panels:focus {
    outline: 0;
}
.mm-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: calc((var(--mm-toggle-size) * 1.7));
    -ms-flex: calc((var(--mm-toggle-size) * 1.7)) 0 0px;
    flex: calc((var(--mm-toggle-size) * 1.7)) 0 0;
    height: var(--mm-toggle-size);
    margin-right: 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    border-radius: var(--mm-toggle-size);
    background: var(--mm-color-border);
    border: var(--mm-color-border);
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.mm-toggle:before {
    content: "";
    aspect-ratio: 1;
    margin: 2px;
    border-radius: 100%;
    background: var(--mm-color-background);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.mm-toggle:checked {
    background: #4bd963;
}
.mm-toggle:checked:before {
    -webkit-transform: translateX(
        calc(var(--mm-toggle-size) * 1.7 - var(--mm-toggle-size))
    );
    -ms-transform: translateX(
        calc(var(--mm-toggle-size) * 1.7 - var(--mm-toggle-size))
    );
    transform: translateX(
        calc(var(--mm-toggle-size) * 1.7 - var(--mm-toggle-size))
    );
}
.mm-listitem--vertical > .mm-panel {
    position: static;
    width: 100%;
    padding: 10px 0 10px 10px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.mm-listitem--vertical > .mm-panel:after {
    content: none;
    display: none;
}
.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
    display: none;
}
.mm-listitem--vertical.mm-listitem--opened > .mm-panel {
    visibility: visible;
}
.mm-listitem--vertical > .mm-listitem__btn {
    height: var(--mm-listitem-size);
    bottom: auto;
}
.mm-listitem--vertical .mm-listitem:last-child:after {
    border-color: transparent;
}
.mm-listitem--opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}
:root {
    --mm-size: 80%;
    --mm-min-size: 240px;
    --mm-max-size: 440px;
}
.mm-menu--offcanvas {
    position: fixed;
    z-index: 0;
    -webkit-transition: visibility 0s linear 0.4s;
    -o-transition: visibility 0s linear 0.4s;
    transition: visibility 0s linear 0.4s;
}
.mm-menu--offcanvas.mm-menu--opened {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mm-menu--offcanvas:not(.mm-menu--opened) {
    visibility: hidden;
    pointer-events: none;
}
.mm-menu--offcanvas:not(.mm-menu--opened) * {
    visibility: inherit;
}
.mm-menu a.button[data-type="secondary"] {
    color: #000;
    border: 1px solid #000;
}
.mm-menu a.button[data-type="tertiary"] {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    background: inherit;
}
.mm-slideout {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: width 0.4s ease, -webkit-transform 0.4s ease;
    transition: width 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: width 0.4s ease, transform 0.4s ease;
    transition: width 0.4s ease, transform 0.4s ease;
    transition: width 0.4s ease, transform 0.4s ease,
        -webkit-transform 0.4s ease;
}
.mm-wrapper--opened,
.mm-wrapper--opened body {
    overflow: hidden;
}
.mm-wrapper__blocker {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    background: #00000066;
    -webkit-transition: opacity 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}
.mm-wrapper--opened .mm-wrapper__blocker {
    visibility: visible;
    left: 0;
}
.mm-wrapper--opened .mm-wrapper__blocker {
    opacity: 0.5;
}
.mm-wrapper__blocker:focus {
    opacity: 1;
}
.mm-menu {
    --mm-translate-multiplier: 1;
    --mm-translate-horizontal: 0;
    --mm-translate-vertical: 0;
}
.mm-menu--position-left-front,
.mm-menu--position-top {
    --mm-translate-multiplier: -1;
}
.mm-menu--position-left,
.mm-menu--position-left-front {
    right: auto;
}
.mm-menu--position-right,
.mm-menu--position-right-front {
    left: auto;
}
.mm-menu--position-left,
.mm-menu--position-left-front,
.mm-menu--position-right,
.mm-menu--position-right-front {
    width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-left-front,
.mm-menu--position-right-front {
    --mm-translate-horizontal: calc(var(--mm-translate-multiplier) * 100%);
}
.mm-menu--position-top {
    bottom: auto;
}
.mm-menu--position-bottom {
    top: auto;
}
.mm-menu--position-bottom,
.mm-menu--position-top {
    --mm-translate-vertical: calc(var(--mm-translate-multiplier) * 100%);
    width: 100%;
    height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top {
    z-index: 2;
    will-change: transform;
    -webkit-transform: translate3d(
        var(--mm-translate-horizontal),
        var(--mm-translate-vertical),
        0
    );
    transform: translate3d(
        var(--mm-translate-horizontal),
        var(--mm-translate-vertical),
        0
    );
    -webkit-transition: visibility 0s linear 0.4s,
        -webkit-transform 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, -webkit-transform 0.4s ease 0s;
    -o-transition: visibility 0s linear 0.4s, transform 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, transform 0.4s ease 0s;
    transition: visibility 0s linear 0.4s, transform 0.4s ease 0s,
        -webkit-transform 0.4s ease 0s;
}
.mm-menu--position-bottom.mm-menu--opened,
.mm-menu--position-left-front.mm-menu--opened,
.mm-menu--position-right-front.mm-menu--opened,
.mm-menu--position-top.mm-menu--opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-wrapper {
    --mm-translate-multiplier: 1;
}
.mm-wrapper--position-right {
    --mm-translate-multiplier: -1;
}
.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
    will-change: transform;
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,
.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
    -webkit-transform: translate3d(
        clamp(
            calc(var(--mm-translate-multiplier) * var(--mm-min-size)),
            calc(var(--mm-translate-multiplier) * var(--mm-size)),
            calc(var(--mm-translate-multiplier) * var(--mm-max-size))
        ),
        0,
        0
    );
    transform: translate3d(
        clamp(
            calc(var(--mm-translate-multiplier) * var(--mm-min-size)),
            calc(var(--mm-translate-multiplier) * var(--mm-size)),
            calc(var(--mm-translate-multiplier) * var(--mm-max-size))
        ),
        0,
        0
    );
}
.mm-wrapper--position-bottom .mm-wrapper__blocker,
.mm-wrapper--position-left-front .mm-wrapper__blocker,
.mm-wrapper--position-right-front .mm-wrapper__blocker,
.mm-wrapper--position-top .mm-wrapper__blocker {
    z-index: 1;
}
.mm-menu--theme-light {
    --mm-color-background: #f3f3f3;
    --mm-color-border: rgb(0 0 0 / 0.15);
    --mm-color-icon: rgb(0 0 0 / 0.4);
    --mm-color-text: rgb(0 0 0 / 0.8);
    --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
    --mm-color-background-highlight: rgb(0 0 0 / 0.05);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.75);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-light-contrast {
    --mm-color-background: #f3f3f3;
    --mm-color-border: rgb(0 0 0 / 0.5);
    --mm-color-icon: rgb(0 0 0 / 0.5);
    --mm-color-text: #000;
    --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
    --mm-color-background-highlight: rgb(0 0 0 / 0.05);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.9);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-dark {
    --mm-color-background: #333;
    --mm-color-border: rgb(0, 0, 0, 0.4);
    --mm-color-icon: rgb(255, 255, 255, 0.4);
    --mm-color-text: rgb(255, 255, 255, 0.8);
    --mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
    --mm-color-background-highlight: rgb(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgb(0, 0, 0, 0.1);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-dark-contrast {
    --mm-color-background: #333;
    --mm-color-border: rgb(255 255 255 / 0.5);
    --mm-color-icon: rgb(255 255 255 / 0.5);
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgb(255 255 255 / 0.7);
    --mm-color-background-highlight: rgb(255 255 255 / 0.1);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.3);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-white {
    --mm-color-background: #fff;
    --mm-color-border: rgb(0 0 0 / 0.15);
    --mm-color-icon: rgb(0 0 0 / 0.3);
    --mm-color-text: rgb(0 0 0 / 0.8);
    --mm-color-text-dimmed: rgb(0 0 0 / 0.3);
    --mm-color-background-highlight: rgb(0 0 0 / 0.06);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.03);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-white-contrast {
    --mm-color-background: #fff;
    --mm-color-border: rgb(0 0 0 / 0.5);
    --mm-color-icon: rgb(0 0 0 / 0.5);
    --mm-color-text: #000;
    --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
    --mm-color-background-highlight: rgb(0 0 0 / 0.07);
    --mm-color-background-emphasis: rgb(0 0 0 / 0.035);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-black {
    --mm-color-background: #000;
    --mm-color-border: rgb(255 255 255 / 0.2);
    --mm-color-icon: rgb(255 255 255 / 0.4);
    --mm-color-text: rgb(255 255 255 / 0.7);
    --mm-color-text-dimmed: rgb(255 255 255 / 0.4);
    --mm-color-background-highlight: rgb(255 255 255 / 0.1);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.06);
    --mm-color-focusring: #06c;
}
.mm-menu--theme-black-contrast {
    --mm-color-background: #000;
    --mm-color-border: rgb(255 255 255 / 0.5);
    --mm-color-icon: rgb(255 255 255 / 0.5);
    --mm-color-text: #fff;
    --mm-color-text-dimmed: rgb(255 255 255 / 0.6);
    --mm-color-background-highlight: rgb(255 255 255 / 0.125);
    --mm-color-background-emphasis: rgb(255 255 255 / 0.1);
    --mm-color-focusring: #06c;
}
.mm-counter {
    display: block;
    padding-left: 20px;
    float: right;
    text-align: right;
    color: var(--mm-color-text-dimmed);
}
[dir="rtl"] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
}
:root {
    --mm-iconbar-size: 50px;
}
.mm-menu--iconbar-left .mm-navbars,
.mm-menu--iconbar-left .mm-panels {
    margin-left: var(--mm-iconbar-size);
}
.mm-menu--iconbar-right .mm-navbars,
.mm-menu--iconbar-right .mm-panels {
    margin-right: var(--mm-iconbar-size);
}
.mm-iconbar {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: var(--mm-iconbar-size);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid;
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
}
.mm-menu--iconbar-left .mm-iconbar,
.mm-menu--iconbar-right .mm-iconbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mm-menu--iconbar-left .mm-iconbar {
    border-right-width: 1px;
    left: 0;
}
.mm-menu--iconbar-right .mm-iconbar {
    border-left-width: 1px;
    right: 0;
}
.mm-iconbar__bottom,
.mm-iconbar__top {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}
.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
}
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none;
}
.mm-iconbar__tab--selected {
    background: var(--mm-color-background-emphasis);
}
:root {
    --mm-iconpanel-size: 50px;
}
.mm-panel--iconpanel-0 {
    left: 0;
}
.mm-panel--iconpanel-1 {
    left: var(--mm-iconpanel-size);
}
.mm-panel--iconpanel-2 {
    left: calc(var(--mm-iconpanel-size) * 2);
}
.mm-panel--iconpanel-3 {
    left: calc(var(--mm-iconpanel-size) * 3);
}
.mm-panel--iconpanel-first ~ .mm-panel {
    left: var(--mm-iconpanel-size);
}
.mm-menu--iconpanel .mm-panel--parent .mm-divider,
.mm-menu--iconpanel .mm-panel--parent .mm-navbar {
    opacity: 0;
}
.mm-menu--iconpanel .mm-panels > .mm-panel--parent {
    visibility: visible !important;
    overflow-y: hidden;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.mm-menu--iconpanel
    .mm-panels
    > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
}
.mm-panel__blocker {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    background: var(--mm-color-background);
}
.mm-panel--parent .mm-panel__blocker {
    visibility: visible;
    bottom: -100000px;
    opacity: 0.6;
}
[dir="rtl"] .mm-menu--iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}
[dir="rtl"]
    .mm-menu--iconpanel
    .mm-panels
    > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
}
.mm-navbars {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.mm-navbars .mm-navbar {
    position: relative;
    padding-top: 0;
    border-bottom: none;
}
.mm-navbars .mm-navbar .button {
    width: 100%;
    margin: 0.3rem 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}
.mm-menu a.button[data-type="tertiary"] {
    font-weight: 600;
}
.mm-navbars--top {
    border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar:first-child {
    padding-top: env(safe-area-inset-top);
}
.mm-navbars--bottom {
    border-top: 1px solid var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar:last-child {
    padding-bottom: env(safe-area-inset-bottom);
}
.mm-navbar__breadcrumbs {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mm-navbar__breadcrumbs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 6px;
}
.mm-navbar__breadcrumbs > a {
    text-decoration: underline;
}
.mm-navbar__breadcrumbs:not(:last-child) {
    padding-right: 0;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    padding-left: 0;
}
.mm-navbar__tab {
    padding: 0 10px;
    border: 1px solid transparent;
}
.mm-navbar__tab--selected {
    background: var(--mm-color-background);
}
.mm-navbar__tab--selected:not(:first-child) {
    border-left-color: var(--mm-color-border);
}
.mm-navbar__tab--selected:not(:last-child) {
    border-right-color: var(--mm-color-border);
}
.mm-navbars--top.mm-navbars--has-tabs {
    border-bottom: none;
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
    background: var(--mm-color-background-emphasis);
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
    background: var(--mm-color-background);
}
.mm-navbars--top.mm-navbars--has-tabs
    .mm-navbar:not(.mm-navbar--tabs):last-child {
    border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab {
    border-bottom-color: var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab--selected {
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent;
}
.mm-navbars--top .mm-navbar__tab:not(:first-child) {
    border-top-left-radius: 5px;
}
.mm-navbars--top .mm-navbar__tab:not(:last-child) {
    border-top-right-radius: 5px;
}
.mm-navbars--bottom.mm-navbar--has-tabs {
    border-top: none;
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
    background: var(--mm-color-background);
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
    background: var(--mm-color-background-emphasis);
}
.mm-navbars--bottom .mm-navbar__tab {
    border-top-color: var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar__tab--selected {
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent;
}
.mm-navbars--bottom .mm-navbar__tab:not(:first-child) {
    border-bottom-left-radius: 5px;
}
.mm-navbars--bottom .mm-navbar__tab:not(:last-child) {
    border-bottom-right-radius: 5px;
}
.mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
}
.mm-searchfield__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mm-searchfield__input input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: auto;
    max-height: auto;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    font: inherit;
    font-size: inherit;
}
.mm-searchfield__input input,
.mm-searchfield__input input:focus,
.mm-searchfield__input input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text);
}
.mm-menu[class*="-contrast"] .mm-searchfield__input input {
    border: 1px solid var(--mm-color-border);
}
.mm-searchfield__input input::-ms-clear {
    display: none;
}
.mm-searchfield__btn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.mm-searchfield--searching .mm-searchfield__btn {
    display: block;
}
.mm-searchfield__cancel {
    display: block;
    visibility: hidden;
    max-width: 0;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    -webkit-transition: none 0.2s linear;
    -o-transition: none 0.2s linear;
    transition: none 0.2s linear;
    -webkit-transition-property: visibility, max-width, padding;
    -o-transition-property: visibility, max-width, padding;
    transition-property: visibility, max-width, padding;
}
.mm-searchfield--cancelable .mm-searchfield__cancel {
    visibility: visible;
    max-width: 75px;
    margin-left: -10px;
    padding: 0 10px;
}
.mm-panel--search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border: none !important;
}
.mm-panel__splash {
    padding: 20px;
}
.mm-panel--searching .mm-panel__splash {
    display: none;
}
.mm-panel__noresults {
    display: none;
    padding: 40px 20px;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
}
.mm-panel--noresults .mm-panel__noresults {
    display: block;
}
:root {
    --mm-sectionindexer-size: 20px;
}
.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--mm-sectionindexer-size);
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0px - var(--mm-sectionindexer-size));
    z-index: 5;
    -webkit-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.mm-sectionindexer a {
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
}
.mm-sectionindexer ~ .mm-panel {
    padding-right: 0;
}
.mm-sectionindexer--active {
    right: 0;
}
.mm-sectionindexer--active ~ .mm-panel {
    padding-right: var(--mm-sectionindexer-size);
}
.mm-menu--selected-hover .mm-listitem__btn,
.mm-menu--selected-hover .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
@media (hover: hover) {
    .mm-menu--selected-hover
        .mm-listview:hover
        > .mm-listitem--selected:not(:hover)
        > .mm-listitem__text {
        background: 0 0;
    }
    .mm-menu--selected-hover .mm-listitem__btn:hover,
    .mm-menu--selected-hover .mm-listitem__text:hover {
        background: var(--mm-color-background-emphasis);
    }
}
.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
@media (hover: hover) {
    .mm-menu--selected-parent .mm-listitem__btn:hover,
    .mm-menu--selected-parent .mm-listitem__text:hover {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
}
.mm-menu--selected-parent
    .mm-panel--parent
    .mm-listitem:not(.mm-listitem--selected-parent)
    > .mm-listitem__text {
    background: 0 0;
}
.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
    background: var(--mm-color-background-emphasis);
}
:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: var(--mm-max-size);
}
.mm-wrapper--sidebar-collapsed .mm-page,
.mm-wrapper--sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
}
.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed,
.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    visibility: visible !important;
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-slideout {
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened {
    visibility: visible;
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened)
    .mm-menu--sidebar-collapsed
    .mm-divider,
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened)
    .mm-menu--sidebar-collapsed
    .mm-navbar {
    opacity: 0;
}
.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
    width: var(--mm-sidebar-expanded-size);
    border-right-width: 1px;
    border-right-style: solid;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
    overflow: auto;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
    display: none !important;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened
    .mm-menu--sidebar-expanded
    ~ .mm-slideout {
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}
.mm-menu__blocker {
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0.5;
    background: var(--mm-color-background);
    pointer-events: auto;
}
.mm-menu--opened .mm-menu__blocker {
    visibility: hidden;
    bottom: 100%;
    opacity: 0;
}
[dir="rtl"].mm-wrapper--sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir="rtl"].mm-wrapper--sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir="rtl"].mm-wrapper--sidebar-expanded:not(.mm-wrapper--sidebar-closed)
    .mm-menu--sidebar-expanded.mm-menu--opened
    ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-navbar .mm-buttons-mobile {
    margin: 0 auto;
    margin-top: 1rem;
    position: relative;
    /*margin-left: 45%;*/
}

/* end mmenu.js*/

.section {
    position: relative;
}
.section .background {
    display: none;
}
.section__content {
    position: relative;
}
.section__head {
    margin: 0;
}
.section__title {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.718px;
    margin: 0 0 2rem;
}
.section__intro {
    margin-top: 20px;
}
.section__head + .section__body,
.section__body + .section__body {
    margin-top: 30px;
}
.section__ctas {
    margin-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
    text-align: center;
}
.section__ctas .btn {
    min-width: 170px;
}
.section__ctas .btn + .btn {
    margin-left: 14px;
}
@media (max-width: 767.98px) {
    .section__ctas .btn {
        display: block;
        width: 100%;
    }
    .section__ctas .btn + .btn {
        margin-left: 0;
        margin-top: 14px;
    }
}
.section--subsection .section__title {
    /*color: $primary;*/
    font-size: 1.5rem;
}
.page-content--9cols .section__content {
    width: auto;
    padding: 0;
}
@media (min-width: 992px) {
    .section__ctas {
        margin-top: 50px;
    }
}
.section + .section {
    margin-top: 46px;
}

@media (min-width: 992px) {
    .section + .section {
        margin-top: 46px;
    }
}

.touch-scroll {
    overflow: hidden;
}
.touch-scroll,
.touch-scroll__wrapper,
.touch-scroll__track {
    white-space: nowrap;
}
.touch-scroll__wrapper {
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: -20px !important;
}
.touch-scroll__track {
    margin-bottom: 20px !important;
}
.touch-scroll .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
    .touch-scroll {
        padding: 0;
    }
}

.tabs .tab-content {
    margin-top: 40px;
}

/***  Variables ***/
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1420px;
    }

    .quadis__header.container {
        max-width: 1490px;
    }

    .quadis__header-brand a{
        max-width: fit-content;
        margin-left: 35px;
    }
}

/***  ELEMENTS  ***/
.input-range {
    height: 4px;
    background-color: rgba(8, 33, 67, 0.23);
    border-radius: 256px;
}
.input-range__container {
    flex-direction: column;
    height: auto;
}
.input-range__values {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.input-range__title {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #082143;
    display: block;
    margin-bottom: 1rem;
}
.input-range .values {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #082143;
    display: flex;
    flex-direction: column;
    position: static;
}
.input-range .values span {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.btn {
    transition: none;
}

.make_icon {
    fill: #fff;
    width: 32px;
    height: 32px;
}

#background-mask {
    position: fixed;
    inset: 0px;
    cursor: pointer;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.6);
}

.arrow {
    box-sizing: border-box;
    height: 5vw;
    width: 5vw;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

@keyframes fadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }
    to {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.select-motos span:first-child {
    margin-top: 24px;
}

.site-breadcrumb .breadcrumb {
    padding: 0;
}
.site-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #082143;
}
.site-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #082143;
}
.site-breadcrumb .breadcrumb .breadcrumb-item.active {
    font-weight: 500;
}
.site-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "|" !important;
    font-size: 14px;
    color: #082143;
}

.paragraph-cards__item {
    display: inline-block;
}
.paragraph-cards__item .paragraph-card {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.paragraph-cards__item .paragraph-card__title {
    font-weight: 600;
    font-size: 20px;
    color: #082143;
    margin-top: 0;
}
.quadis-box {
    position: relative;
    background: #eaedf3;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
}
.quadis-box__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
    .quadis-box__content {
        padding: 32px;
    }
}
.quadis-box__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    width: 120px;
    position: absolute;
}
@media (min-width: 768px) {
    .quadis-box__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.quadis-box__hover-title {
    opacity: 0;
    flex-grow: 1;
    max-width: 80%;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}
@media (min-width: 768px) {
    .quadis-box__hover-title {
        max-width: 50%;
        font-weight: 700;
        font-size: 48px;
        line-height: 50px;
    }
}
.quadis-box__cta {
    opacity: 0;
}
.quadis-box__image {
    position: relative;
    flex: 1;
    min-height: 253px;
    background: linear-gradient(
        180deg,
        #eaedf3 -20.95%,
        rgba(238, 241, 245, 0) 49.8%
    );
    border-radius: 0px 0px 6px 6px;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .quadis-box__image {
        min-height: 224px;
    }
}
.quadis-box__image img {
    width: auto !important;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: inline-block;
}
.quadis-box__image:before {
    content: "";
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}
.quadis-box:hover .quadis-box__content {
    background: linear-gradient(
        142deg,
        #fff 28.53%,
        rgba(216, 216, 216, 0) 99.04%
    );
}
.quadis-box:hover .quadis-box__content .quadis-box__title {
    color: #fff;
}
.quadis-box:hover .quadis-box__content .quadis-box__hover-title {
    opacity: 1;
}
.quadis-box:hover .quadis-box__content .quadis-box__cta {
    opacity: 1;
}
.quadis-box__cta a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
}
.quadis-box__cta a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.quadis-box__cta a::after {
    content: "";
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjY2MDIgMjBIMzMuMzMyNyIgc3Ryb2tlPSIjRkY5NzM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjMuMzM0IDEwTDMzLjMzNCAyMEwyMy4zMzQgMzAiIHN0cm9rZT0iI0ZGOTczNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    margin-left: 15px;
}

.quadis-boxes {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 991.98px) {
    .quadis-boxes {
        margin-left: 0;
        margin-right: 0;
    }
}
.quadis-boxes__item {
    width: 100%;
}
.quadis-boxes__item > * {
    height: 100%;
}
.quadis-boxes__group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quadis-boxes__group .quadis-boxes__item + .quadis-boxes__item {
    margin-top: 24px;
}
@media (max-width: 991.98px) {
    .quadis-boxes__group .quadis-boxes__item + .quadis-boxes__item {
        margin-top: 16px;
    }
}
.quadis-boxes > * {
    flex: 0 0 33.3333%;
    width: 100%;
    max-width: 33.3333%;
    padding: 0 10px;
}
@media (max-width: 991.98px) {
    .quadis-boxes > * {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .quadis-boxes > * + * {
        margin-top: 16px;
    }
}
.header {
    position: relative;
    padding-top: 125px;
}
.no-show-preheader .header {
    padding-top: 75px;
}
@media (min-width: 1400px) {
    .header .container {
        padding: 0;
    }
}
.header__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -51%);
    z-index: -1;
    overflow: hidden;
}
.header__image img {
    height: auto !important;
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}
.header__main-content {
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .header__main-content {
        max-width: 100%;
        margin-top: 34px;
    }
}
@media (max-width: 575.98px) {
    .header__main-content {
        margin-bottom: 12px;
    }
}
.header .header__title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.718px;
    margin-bottom: 14px;
    text-transform: none;
}

.header__subtitle.halloween {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.794px;
    letter-spacing: -0.198px;
    margin-bottom: unset;
    text-transform: none;
    text-align: left;
}
@media (max-width: 991.98px) {
    .header .header__title {
        font-size: 30px;
        line-height: 31px;
    }
    .header .header__subtitle {
        font-size: 18.34px;
        font-weight: 350;
        line-height: 19.794px;
    }
    .header__subtitle.halloween {
        font-size: 16px;
        text-align: center;
    }
}
.header__subtitle {
    color: #fff;
    text-align: center;
    font-size: 37.374px;
    font-style: normal;
    font-weight: 350;
    line-height: 38.794px;
    letter-spacing: -0.198px;
    margin-bottom: 23px;
}
.header .header__tagline {
    color: var(--color-primary);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.202px;
}
.header__description {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0px;
}
@media (max-width: 991.98px) {
    .header__description {
        font-size: 18px;
        line-height: 27px;
    }
}
.header__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 10px 80px 10px 30px;
    position: relative;
}
@media (max-width: 991.98px) {
    .header__link {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .header__link + .header__link {
        margin-top: 20px;
    }
}
.header__link-number {
    color: #fff;
    font-weight: bold;
    font-size: 64px;
    line-height: 42px;
}
@media (max-width: 991.98px) {
    .header__link-number {
        font-size: 36px;
        line-height: 42px;
    }
}
.header__link-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    width: auto;
}
@media (max-width: 991.98px) {
    .header__link-content {
        flex-grow: 1;
    }
}
.header__link-title {
    color: #fff;
    font-weight: 400;
    font-size: 23.92px;
    line-height: normal;
}
.header__link-title span {
    font-weight: 600;
}
@media (max-width: 991.98px) {
    .header__link-title {
        font-size: 16px;
        line-height: 20px;
    }

    #ventajas_quadis .header__link-title{
        text-align: left;
    }
}

.header__blocs {
    padding-bottom: 53px;
}

.header__blocs-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header__blocs-links a {
    margin: 0.5rem;
}

@media (max-width: 991.98px) {
    .header__blocs-links {
        flex-direction: column;
        justify-content: center;
    }
}

.header__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 10px 80px 10px 30px;
    position: relative;
    margin: 0 1rem;
}

.page-block + .page-block,
.page-block .section + .section {
    margin-top: 80px;
}
.section + .section {
    margin-top: 80px;
}
.section:first-of-type,
.paragraph-header + .section {
    margin-top: 80px;
}
.section.section--dark {
    background-color: #082143;
}

.prefooter__link-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: auto;
    padding: 0 1rem;
}

.prefooter__link-title {
    color: #000;
    font-size: 14px;
    opacity: 0.8;
    line-height: 20px;
}

.prefooter__link-subtitle {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
    margin-left: 5px;
}

.prefooter__link-subtitle strong {
    text-transform: uppercase;
}

/***  Layout  ***/
@media (max-width: 780px) {
    .angled:not(.short),
    .angled-footer {
        height: 66px;
    }
}
@media (max-width: 767.98px) {
    .footer {
        padding: 0;
    }

    .site-footer {
        margin-top: -1px;
    }

    .footer-copy,
    .footer-legal {
        width: 100%;
    }

    .footer .footer-brand,
    .footer .footer-top {
        padding: 1.25rem 3rem 0;
        width: 100%;
    }

    .footer-brand p {
        font-size: 17px;
        line-height: 20px;
    }
}
.footer > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 1300px) {
    .footer > .container {
        padding: 0 16px;
    }
}
@media (min-width: 1400px) {
    .footer > .container {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .footer > .container {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        max-width: 100%;
    }
}
.footer .footer-top,
.footer .footer-bottom {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #333;
    opacity: 1;
}
@media (max-width: 767.98px) {
    .footer .footer-top,
    .footer .footer-bottom {
        border: none;
    }
}
@media (max-width: 767.98px) {
    .footer .footer-top {
        order: 1;
    }
}
.footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767.98px) {
    .footer .footer-bottom {
        flex-direction: column;
        justify-content: center;
        order: 3;
    }
}
.footer .footer-copy {
    opacity: 1;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
@media (max-width: 767.98px) {
    .footer .footer-copy {
        order: 5;
        font-size: 12px;
        margin-bottom: 2rem;
    }
}
@media (max-width: 767.98px) {
    .footer .footer-legal {
        order: 4;
    }
}
.footer .footer-legal .menu-footer-legal__item {
    color: #6b7a8e;
}
.footer .footer-legal .menu-footer-legal__link {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.footer .footer-legal .menu-footer-legal__link:hover {
    color: var(--color-primary);
}
.social-item{
    min-width: 30px;
}
.footer .footer-social {
    margin: 30px 0;
    background-color: #4b4b4b;
    border-radius: 30px;
    display: flex;
}
.footer-social a {
    padding: 5px 0;
}
.footer .footer-social p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .footer .footer-social {
        margin: 0;
        background-color: transparent;
    }
    .footer .footer-social a .icon {
        opacity: 1 !important;
    }
}
.footer .footer-social a .icon {
    padding: 5px;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    fill: #999;
    margin: 5px 10px;
}
@media (max-width: 767.98px) {
    .footer .footer-social a .icon {
        width: 37px;
        height: 37px;
    }
}
.footer .footer-social a:last-child {
    margin-right: 8px;
}

.footer .footer-social a:first-child {
    margin-left: 8px;
}
.footer .footer-social a:hover svg {
    opacity: 1;
}
.footer .footer-main-menu {
    margin-bottom: 30px;
}
#prefooter .footer-main-menu {
    margin-bottom: 15px;
}
#prefooter .footer-main-menu .container {
    padding-left: 25px;
}
@media (max-width: 767.98px) {
    .footer .footer-main-menu__desktop {
        display: none;
    }
}
.footer .footer-main-menu__desktop ul.menu > li > span {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
    color: var(--color-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.517px;
}
@media (max-width: 1199.98px) {
    .footer .footer-main-menu__desktop ul.menu > li ul li {
        padding: 0;
    }
}
.footer .footer-main-menu__mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .footer .footer-main-menu__mobile {
        display: block;
    }
}
.footer .footer-main-menu .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .footer .footer-main-menu .menu {
        flex-direction: column;
        justify-content: center;
    }
}
#prefooter .footer-main-menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .footer .footer-main-menu .menu > li + li {
        border-top: 1px solid #333;
    }
}
#prefooter .footer-main-menu .menu > li + li {
    border-top: 0;
}
.footer .footer-main-menu .menu > li > .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-primary);
    margin-bottom: 24px;
}
.footer .footer-main-menu .menu > li > .btn:hover,
.footer .footer-main-menu .menu > li > .btn:focus {
    color: var(--color-primary);
}
@media (max-width: 767.98px) {
    .footer .footer-main-menu .menu > li > .btn {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        padding: 14px 0px;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
#prefooter .footer-main-menu .menu > li > .btn {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 14px 0px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.517px;
}
.footer .footer-main-menu .menu > li > .btn:after {
    content: "";
    margin-left: 1rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: static;
}
.footer .footer-main-menu .menu > li > .btn.collapsed:after {
    content: "";
    margin-left: 1rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    position: static;
}
@media (max-width: 767.98px) {
    footer .footer-main-menu .menu ul.collapse {
        margin-bottom: 1rem;
    }
}
@media (max-width: 1499.98px) {
    footer .footer-main-menu .menu ul li {
        margin: 0 !important;
    }
}
@media (max-width: 1199px) {
    .footer .footer-legal {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .footer .footer-social {
        margin: 15px auto;
    }

    .footer .footer-copy {
        width: 100%;
        justify-content: center;
        margin-top: 1rem;
    }
}
@media (max-width: 767.98px) {
    .footer .footer-main-menu .menu ul li {
        padding: 0 !important;
    }
    .footer .footer-copy {
        margin-top: 0;
    }
}

#prefooter .footer-main-menu .menu > li > .btn:after {
    content: "";
    margin-right: 1rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    position: static;
    margin-right: 25px;
}
#prefooter .footer-main-menu .menu > li > .btn.collapsed:after {
    content: "";
    margin-right: 1rem;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: static;
}
.footer .footer-main-menu .menu ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
.footer .footer-main-menu .menu ul li a:hover {
    color: var(--color-primary);
}
#prefooter .footer-main-menu .menu ul li a {
    color: #000;
}
#prefooter .footer-main-menu .menu ul li a:hover {
    color: #000;
}
.footer-blocs-links {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.footer-blocs-links #phone_mobile {
    color: black !important;
    background: #F5A500 !important;
    cursor: pointer;
}

.footer-blocs-links a {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

.footer-blocs-links a.button[data-type="tertiary"] {
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .footer-blocs-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.mm-page ~ .site-breadcrumb {
    display: none !important;
}

.site-header {
    position: fixed;
    --menu-bg: #fff;
    --menu-color: #fff;
    --submenu-color: #000;
    --menu-primary: #d47823;
    --header-height: 90px;
    --header-height-fixed: 70px;
    --header-height-quadis: 40px;
    height: 0 !important;
    z-index: 998 !important;
    margin-top: calc(var(--header-height) + var(--header-height-quadis));
    width: 100%;
}
.site-header .title-fuel {
    padding-left: 16px;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
}
.site-header .quadis__header {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .site-header .quadis__header {
        padding: 0;
    }
}

@media (max-width: 1300px) {
    .site-header .quadis__header {
        padding: 0 16px;
    }
}

.site-header .quadis__header-branding {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.site-header .quadis__header .quadis__menu-toggle,
.site-header .quadis__header .quadis__menu-option {
    display: flex;
    align-items: center;
    flex: 0 0 30px;
    max-width: 30px;
    max-height: 30px;
}
.site-header .quadis__header .quadis__menu-option {
    margin-left: 10px;
}
.site-header
    .fixed
    .quadis__header
    .quadis__menu-option
    svg
    .site-header.no-background
    .quadis__header
    .quadis__menu-option
    svg {
    fill: #000;
}
.quadis__menu-toggle a {
    display: flex;
    justify-content: center;
}
.site-header .quadis__header .quadis__menu-toggle svg,
.site-header .quadis__header .quadis__menu-option svg {
    width: 100%;
    height: 100%;
}
.site-header .fixed .quadis__header .quadis__menu-toggle svg,
.site-header.no-background .quadis__header .quadis__menu-toggle svg {
    stroke: #000;
}
.site-header .open .quadis__header-brand svg {
    fill: #000;
    width: 140px;
}
.site-header .quadis__header .quadis__menu-toggle--close {
    display: none;
}
.site-header .quadis__header-brand {
    flex-grow: 1;
}
@media (max-width: 1199.98px) {
    .site-header .quadis__header-brand {
        margin-left: 1rem;
    }
    .site-header .quadis__header-brand svg {
        width: 120px;
        margin-top: 5px;
    }
}
.site-header .open .quadis__header-brand {
    text-align: left;
}
.site-header .quadis__header-brand a {
    display: block;
}
.site-header .quadis__header-brand img {
    max-width: 160px;
}
@media (max-width: 991.98px) {
    .site-header .quadis__header-brand img {
        max-width: 115px;
    }
}
.site-header .quadis__header-menu--portable:not(.mm-wrapper) {
    display: none;
}
.site-header .quadis__header-menu--portable .mm-menu {
    --mm-color-background: #fff;
    width: 100%;
    top: var(--header-height-fixed);
    height: calc(100vh - var(--header-height-fixed));
    padding-top: 1rem;
}
.site-header .open .quadis__header-branding {
    padding-top: 2rem;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel:first-child
    .mm-navbar {
    display: none;
}
.site-header .quadis__header-menu--portable .mm-menu .mm-panel .mm-navbar {
    height: 64px;
    border: 0;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-navbar
    .mm-navbar__title {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: bold;
    justify-content: left;
    padding-left: 5px;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-navbar
    .mm-navbar__title
    span {
    height: 23px;
    color: var(--color-primary);
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-navbar
    .mm-navbar__btn::before {
    border: 0;
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(0);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDkuMTUzNzdMMS42MzYzNiA5LjE1Mzc3IiBzdHJva2U9IiNGNUE0MDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDE3TDEgOUw4IDEiIHN0cm9rZT0iI0Y1QTQwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-listitem
    .mm-listitem__text:not(.btn-link) {
    color: #000;
    font-size: 18px;
    display: inline-flex;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-listitem
    .mm-listitem__text
    svg {
    flex-shrink: 0;
}
#mm-1 a.mm-listitem__text {
    font-weight: bold;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-listitem
    .mm-listitem__btn {
    border-left: none;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .listeitem__dudas
    .mm-listitem__btn::after {
    border-color: var(--color-primary) !important;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .listeitem__dudas
    a {
    color: var(--color-primary) !important;
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding-top: 11px;
    margin-top: 5px;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-listitem
    .mm-listitem__btn::after {
    border-color: #000;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .mm-listitem::after {
    content: none;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .quadis-menu-banners,
.site-header .quadis__header-menu--portable .mm-menu .mm-panel .menu-foot {
    display: none;
}
.site-header .quadis__header-menu--portable .mm-menu .mm-navbars {
    border-top: 0;
}
.site-header .quadis__header-menu--portable .mm-menu .mm-navbars .mm-navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 50px 10px;
}
.site-header .quadis__header-menu--portable .mm-menu .mm-navbars .mm-navbar hr {
    margin-bottom: 16px;
}

.site-header .quadis__header-menu--portable .mm-menu .mm-navbars .mm-navbar a {
    padding: 7px 0;
    max-width: 500px;
    margin: 0.3rem auto;
}
.site-header .quadis__header-menu--portable .mm-wrapper__blocker {
    display: none;
    width: 0;
}
.site-header .quadis__header-menu--desktop {
    display: none;
}
.site-header .quadis__header-actions {
    display: none;
}
.site-header__inner {
    position: absolute;
    top: calc(var(--header-height) * -1);
    height: var(--header-height) !important;
    width: 100%;
}
.site-header__inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height-fixed) !important;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #a9a9a9;
}
.site-header__inner.open.fixed {
    border-bottom: 0;
}
.site-header__inner.fixed .quadis__header-brand svg,
.site-header__inner.fixed .quadis__header .quadis__menu-option svg,
.no-background .site-header__inner .quadis__header-brand svg {
    fill: #000;
}
.site-header__inner.fixed .quadis__header .quadis__menu-option .favourites svg g g path {
    stroke: black !important;
}
.site-header__inner.fixed .quadis__header .quadis__menu-option svg {
    stroke: #000;
}
.site-header__inner.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height-fixed) !important;
    background-color: var(--menu-bg);
}
.site-header__inner.open .quadis__menu-toggle--open,
.site-header__inner.open .quadis__menu-option {
    display: none;
}
.site-header__inner.open .quadis__menu-toggle--close {
    display: flex;
}
.site-header__inner.open .mm-menu {
    position: fixed;
}

.quadis-menu__row1 {
    display: flex;
    flex-flow: column wrap;
    padding: 1rem 0;
}

.quadis-menu__col1 {
    display: flex;
    border-left: 1px solid var(--grey);
}
.quadis-menu__col1:first-child {
    border-left: 0;
}
.quadis-menu-col-1,
.quadis-menu-col-2,
.quadis-menu-col-3 {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    margin-bottom: 0px;
}

.quadis-menu-col-1 {
    flex-direction: column;
}

@media (min-width: 1400px) {
    .quadis-menu-col-1,
    .quadis-menu-col-2,
    .quadis-menu-col-3 {
        padding: 0;
    }
}

.multi-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    list-style-type: decimal;
    text-align: center;
}

@media screen and (min-width: 651px) {
    .multi-column-list {
        grid-template-columns: repeat(5, 1fr);
    }

    .multi-column-list:not(.columns-2) {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 1025px) {
    .multi-column-list:not(.columns-2) {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (min-width: 1300px) {
    .multi-column-list:not(.columns-2) {
        grid-template-columns: repeat(5, 1fr);
    }
}

.columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: decimal;
    text-align: center;
}

.multi-column-list__item {
    font-size: var(--body-medium-font-size);
    line-height: var(--body-medium-line-height);
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.multi-column-list__item:hover {
    transform: scale(1.2);
}

.multi-column-list__link-text {
    color: var(--black);
    text-decoration: none;
}
.multi-column-list__link-text:hover {
    text-decoration: underline;
}

.multi-column-list__icon-text-link-wrap {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    text-decoration: none;
}

.multi-column-list__icon {
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 8px;
}

.multi-column-list--with-text-overflow .multi-column-list__icon-text-link-wrap {
    display: flex;
}
.multi-column-list--with-text-overflow .multi-column-list__link-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline-icon--medium {
    width: 32px;
    height: 32px;
}

.inline-icon {
    stroke-width: 2px;
    fill: none;
    stroke: none;
    color: transparent;
}
.inline-icon--dark-grey,
.inline-icon__filled--dark-grey {
    fill: rgba(0, 0, 0, 0.62);
}

@media screen and (min-width: 64rem) {
    .quadis-menu__col1 {
        flex: 1 1 0%;
    }

    .quadis-menu__row1 {
        padding: 1rem 10px;
        flex-direction: row;
        padding-bottom: 0px;
    }
}

.site-header .quadis__header-actions .place {
    background-color: transparent;
    border-radius: 0;
    font-weight: bold !important;
    line-height: 19px !important;
    color: var(--color-primary) !important;
    border: 1px solid transparent;
    text-align: left;
    text-transform: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-radius: 123px;
}

.site-header .quadis__header-actions .workshop {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-right: 8px;
}

.site-header .quadis__header-actions .workshop:hover {
    background-color: #fff;
    color: #000;
}

.site-header .quadis__header-menu--portable .select-tags .mm-listitem {
    cursor: pointer;
    display: inline-flex;
    padding: 0px !important;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
    margin-right: 8px;
    padding: 6px 8px;
    border-radius: 1rem;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    border: 0.5px solid #000;
}
.site-header
    .quadis__header-menu--portable
    .mm-menu
    .mm-panel
    .select-tags
    .mm-listitem
    a.mm-listitem__text {
    font-size: 16px;
    padding: 7px 10px;
}
.site-header .quadis__header-menu--portable .select-tags {
    padding-top: 21px;
}

@media (min-width: 1200px) {
    .site-header.no-background .site-header__inner:hover {
        background-color: #fff;
    }
    .site-header {
        --header-height: 88px;
        --header-height-fixed: 88px;
    }
    .no-show-preheader .site-header {
        --header-height-quadis: 20px;
        --header-height: 48px;
        --header-height-fixed: 88px;
    }
    .no-show-preheader .site-header.no-background .site-header__inner:not(.fixed) {
        top: calc(var(--header-height-fixed) * -0.85);
        height: var(--header-height-fixed) !important;
    }
    .site-header .quadis__header-branding {
        max-width: 180px;
    }
    .site-header .quadis__header-branding svg {
        max-width: 150px;
    }
    .site-header .quadis__header-branding .quadis__menu-toggle,
    .site-header .quadis__header-branding .quadis__menu-option {
        display: none;
    }
    .site-header .quadis__header-menu--portable {
        display: none;
    }
    .site-header .quadis__header-menu--desktop {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
    }

    .site-header .quadis__header-menu--desktop .quadis-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .quadis-menu-banners {
        display: block;
    }
    .site-header .quadis__header-menu--desktop .quadis-menu--lv0 {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 8px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > a,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > span {
        position: relative;
        display: flex;
        align-items: center;
        color: var(--menu-color);
        font-size: 15px;
        height: 100%;
        font-family: "at_hauss_stdlight";
    }
    .site-header
        .fixed
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > a,
    .site-header.no-background
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > a {
        color: #000;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content {
        display: none;
        flex-wrap: wrap;
        position: absolute;
        padding: 12px 0;
        top: var(--header-height);
        left: 0;
        right: 0;
        background-color: var(--menu-bg);
        color: var(--menu-color);
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .site-header.no-background
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content {
            top: var(--header-height-fixed);
        }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content.last-item {
            left: 15rem;
    }
    .no-show-preheader .site-header .fixed
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content {
            top: 88px;
        }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content
        .quadis-menu--lv1 {
        width: auto;
        flex-grow: 1;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item
        > .quadis-menu__item-content
        .quadis-menu-banners {
        margin-top: 70px;
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item.active
        .quadis-menu__item-content {
        display: flex;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item.active
        > a::after,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item.active
        > span::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 3px;
        left: 0;
        right: 0;
        background-color: var(--menu-primary);
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item:hover
        .quadis-menu__item-content {
        display: flex;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item:hover
        > a,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item:hover
        > span {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: var(--color-primary);
        text-underline-offset: 4px;
        font-weight: bold;
    }
    .site-header .quadis__header-menu--desktop .quadis-menu--lv1 {
        display: flex;
        width: 100%;
    }
    .quadis-menu--lv1 li {
        flex: 1;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        > a,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        span {
        display: flex;
        align-items: center;
        color: var(--color-primary);
        font-size: 16px;
        font-weight: 600;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        > span {
        min-width: 107px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1.select-fuel
        > .quadis-menu__item
        > span {
        height: 10px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        span.secondary {
        margin: 0;
        height: 34px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.388px;
        margin-bottom: 14px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        > a,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        span,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv1
        > .quadis-menu__item
        > .quadis-menu {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 8px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv2
        > .quadis-menu__item
        > a:not(.btn-link),
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv2
        > .quadis-menu__item
        > span {
        display: inline-flex;
        color: var(--submenu-color);
        font-weight: 400;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.388px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv2
        > .quadis-menu__item
        > a:hover {
        font-weight: bold;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .select-marcas
        .quadis-menu--lv2 {
        columns: 3;
        column-gap: 60px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .taller
        .quadis-menu--lv2,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .mas
        .quadis-menu--lv2 {
        margin-top: 0;
    }
    ul.quadis-menu.quadis-menu--lv2 li {
        margin: 8px 0;
    }
    ul.quadis-menu.quadis-menu--lv2.list-doubts li {
        margin: 20px 0;
    }
    ul.quadis-menu.quadis-menu--lv2.list-doubts li:first-child {
        margin-top: 5px;
    }
    ul.quadis-menu.quadis-menu--lv2 li:has(.btn-link) {
        margin-top: 1rem;
    }
    ul.quadis-menu.quadis-menu--lv2 li svg {
        flex-shrink: 0;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .taller
        .quadis-menu__item-content::after,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .mas
        .quadis-menu__item-content::after {
        content: none;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .taller
        .quadis-menu__item-content
        .quadis-menu-banners,
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .mas
        .quadis-menu__item-content
        .quadis-menu-banners {
        margin-top: 35px;
    }
    .quadis-menu__item .banner.menu img{
        border-radius: 25px;
        max-width: 100%;
    }
    .site-header .quadis__header-actions {
        display: flex;
        align-items: center;
        margin: 0px;
    }
    .site-header .fixed .quadis__header-actions a:not(.place):not(#login) svg,
    .site-header .fixed .quadis__header-actions .favourites svg g g path,
    .site-header.no-background .quadis__header-actions a:not(.place) svg,
    .site-header
        .fixed
        .quadis__header-actions
        a#login
        svg
        path#icon-login-border {
        fill: #000 !important;
        stroke: #000 !important;
    }
    .site-header .fixed .quadis__header-actions a:not(.place):not(#login):not(.favourites):hover svg,
    .site-header.no-background .quadis__header-actions a:not(.place):not(.favourites):hover svg{
        background-color:#000;
        border-radius:38px; 
        fill: #fff !important;
        stroke: #fff !important;
    }
    .site-header .fixed .quadis__header-actions a#login svg #icon-login-user {
        stroke: #000;
    }
    .site-header .quadis__header-actions .place {
        font-size: 16px !important;
        padding: 8px 10px !important;
    }
    .site-header .quadis__header-actions .place:hover {
        border: 1px solid var(--color-primary);
    }
    .site-header .quadis__header-actions .place > svg,
    .site-header .quadis__header-actions .workshop > svg {
        margin-right: 6px;
        line-height: 1;
    }
    .site-header .quadis__header-actions .workshop {
        font-size: 16px;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .site-header .quadis__header-actions .option {
        padding: 0 5px;
        display: flex;
    }
    .site-header .quadis__header-actions .option:hover {
        cursor: pointer;
    }
    .site-header .quadis__header-actions .option:hover svg{
        background-color: #fff;
        fill:#000;
        stroke: #000;
        border-radius:38px;
    }
    .site-header .quadis__header-actions .favourites:hover svg{
        fill: white;
        background-color: transparent;
    }
    .site-header .quadis__header-actions .favourites svg g g path{
        fill: white !important;
        background-color: transparent;
    }
    .site-header .quadis__header-actions .favourites:hover svg g g path{
        fill-opacity: 1 !important;
    }
    .user-logged-in .site-header__inner.fixed {
        top: 80px;
    }
}

@media (min-width: 1300px) {
    .site-header .quadis__header-actions .place {
        font-size: 17px !important;
        padding: 8px 15px !important;
    }

    .site-header .quadis__header-actions .workshop {
        font-size: 17px;
        padding: 0.5rem 2rem 0.5rem 1.5rem;
    }
    .site-header .quadis__header-branding svg {
        max-width: 175px;
    }
    .site-header .quadis__header-branding {
        max-width: 190px;
    }
}

@media (min-width: 1500px) {
    .site-header .quadis__header-actions {
        margin: 0 0 0 28px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu--lv0
        > .quadis-menu__item {
        padding: 0 22px;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .select-marcas
        .quadis-menu--lv2 {
        columns: 5;
    }
    .site-header
        .quadis__header-menu--desktop
        .quadis-menu
        .select-motos
        .quadis-menu--lv2 {
        columns: 2;
    }
}

/*SECTION TOP FIXED*/
#top-schedule {
    position: absolute;
    top: calc((var(--header-height) + var(--header-height-quadis)) * -1);
    background-color: var(--color-primary);
    min-height: var(--header-height-quadis);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
#top-schedule svg {
    vertical-align: bottom;
}
#top-schedule a {
    color: #fff;
    text-decoration: underline;
}
#top-schedule a:hover {
    color: #000;
}
#top-schedule p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#top-schedule p span {
   display: block;
}

#top-schedule p a.text-dark{
    text-decoration: none;
}

.no-show-preheader #top-schedule{
    display: none;
}

@media (max-width: 1199.98px) {
    .no-show-preheader .site-header {
        --header-height-quadis: 0px;
    }
}

@media (max-width: 991.98px) {

    #top-schedule p {
        /*text-align: center;*/
        font-size: 15px;
        width: 100%;
        margin: 6px auto;
        margin-left: 80px;
        margin-bottom: 0px;
    }

    #top-schedule p img{
        display: block;
    }

    img.preheader {
        position: absolute;
        max-width: 60px;
        left:-70px;
        top:-10px;
    }

    .no-show-preheader .header {
        padding-top: 55px;
    }
}

@media (max-width: 780px) {
    .site-header {
        --header-height-quadis: 57px;
    }
}

@media (max-width: 480px) {
    #top-schedule p span.phrase_2 {
        display: none;
    }
    #top-schedule p span.phrase_1 {
        display: block;
    }
}

@media (max-width: 400px) {
    #top-schedule p {
        font-size: 14px;
        width: 100%;
        margin: 5px 12px;
        margin-left: 65px;
        line-height: 19px;
        display: block;
    }

    img.preheader {
        position: absolute;
        max-width: 58px;
        left:-63px;
        top:-3px;
    }

    #top-schedule svg {
        width: 80px;
        height: 21px;
    }
}

@media (max-width: 380px) {
    #top-schedule p {
        font-size: 13px;
    }
}

/*TOOLTIP*/
#tooltip {
    text-align: left;
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 15px 10px;
    font-size: 0.8rem;
    max-width: 200px !important;
    box-shadow: 0 6px 7px -2px #ccc, 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

#tooltip::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: "";
    position: absolute;
    right: 16px;
    bottom: -9px;
    margin-left: -10px;
}

#tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left::after {
    left: 10px;
    margin: 0;
}

#tooltip.right::after {
    right: 10px;
    left: auto;
    margin: 0;
}

/*COMPONENT CAR*/
.car-card {
    position: relative;
}
.car-card .reserved {
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.car-card .reserved .overlayLayer {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.car-card .reserved a.button[data-type="secondary"] {
    border-color: #000 !important;
    color: #000 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-card .reserved .actions a.button[data-type="secondary"]:hover {
    box-shadow: inset 0 0 9px 1px rgb(0 0 0.7) !important;
    background: #fff;
    color: #000;
    border-color: #000;
}
.car-card .reserved a.button[data-type="secondary"] svg {
    margin-right: 9px;
}
.car-card picture,
.car-card img {
    max-width: 100%;
}
.car-card .cash-label,
.car-card .financed-label {
    color: var(--primary-color-grey);
    display: block;
    font-size: 11px;
    line-height: 12px;
    min-height: 12px;
}
.car-card .financed-label {
    font-size: 12px;
}
.car-card .cash-amount,
.car-card .financed-amount {
    color: var(--color-primary);
}
.car-card .cash-amount > div,
.car-card .financed-amount > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.car-card .cash-amount div,
.car-card .financed-amount span.monthlyPayment {
    font-size: 25.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.car-card .financed-amount span:not(.financed-label):not(.monthlyPayment) {
    font-weight: bold;
    margin-top: 9px;
}
.car-card .financed-amount {
    align-items: baseline;
    color: #000;
    display: flex;
}
.car-card[data-type="renting"] .financed-amount {
    margin-top: 35px;
}
.car-card .financed-amount abbr {
    position: absolute;
    top: 5px;
    right: 6px;
}
.car-card {
    background-color: #ffffff;
    border: 1px solid var(--gris-borde);
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#grid .car-card:not([data-type=new]):not([data-type=campaign]) {
    min-height: 30rem;
}

.car-card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
        rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.car-card .car-card-img {
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
}
.car-card .car-card-img a {
    display: block;
}
.car-card .car-card-img a picture {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
}
.car-card .car-card-img a img {
    display: block;
    height: auto;
    width: 100%;
}
.car-card[data-type="renting"] .car-card-img a img {
    margin-top: 6rem;
}
.car-card .car-card-img .car-discount,
.car-card .car-reserved {
    background-color: var(--color-primary);
    color: #000;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-family: at_hauss_stdbold;
}
.car-card .car-card-img .car-favorites {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 5px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
.car-card .car-card-img .vehicle-selector{
    position: absolute;
    bottom: 0rem;
    right: 1rem;
    z-index: 3;
}
.overlay-favorites {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: auto;
    border-radius: 15px;
}
.car-card .car-card-img .car-video {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 6px;
    display: flex;
    align-items: center;
}
.car-card .car-card-img .car-video > a {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.car-card .car-card-img .car-video > a > svg {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;
    border-radius: 50px;
    z-index: 2;
}
.car-card .car-card-img .car-video > a > label {
    color: #000;
    background-color: #fff;
    font-size: 12px;
    border-radius: 0 50px 50px 0;
    padding: 0 5px 0 10px;
    margin: 0 0 0 -7px;
}
.car-card-img .car-video > a > label:hover {
    cursor: pointer;
}
.car-card .car-tags {
    display: flex;
    padding: 0 1.6rem;
    margin-top: -1rem;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
}

.car-card .car-tags.renting {
    margin-top: 0;
}

.car-card-img .tags-renting {
    display: flex;
    position: absolute;
    top: 15px;
    left: 10px;
    flex-wrap: wrap;
    z-index: 1;
}
.car-card-img .tags-renting .car-tag {
    margin: 0 5px 5px 0;
    font-weight: normal;
    position: relative;
    top: 0;
}
.car-card .car-info .grid-price .tags-renting {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}
.car-card .tag {
    color: #ffffff;
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ccc;
}

.car-card .tag-gasolina {
    background: #5d995f;
}

.car-card .tag-diesel {
    background: #3c3a3a;
}

.car-card .tag-hibrido {
    background: #3c41c0;
}

.car-card .tag-electrico {
    background: #62bfb5;
}

.car-card .tag-hibrido-enchufable-phev {
    background: #8d98d0;
}

.car-card .car-info {
    flex: 1 1 auto;
    position: relative;
    padding: 0 1.5rem;
}
.car-card .car-info .name {
    height: 65px;
    display: flex;
    justify-content: left;
    align-items: end;
}
.car-card .car-info .name h3,
.car-card .car-info .name h2 {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 23.711px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.car-card .car-info .name p {
    text-align: center;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    margin: unset;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.car-card .car-info .name h3 span,
.car-card .car-info .name h2 span {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 22px;
}
.car-card .car-info .name p a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.car-card .car-info .name h3 strong,
.car-card .car-info .name h2 strong {
    color: #000;
    display: block;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.car-card .car-info .name p a strong {
    color: var(--primary-color-blue-dark);
    display: block;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.car-card .car-info .grid-price {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    margin: 10px 0;
    justify-content: space-between;
}
.car-card .car-info .grid-price > div {
    display: flex;
    flex-direction: column;
    position: relative;
}
.car-card .car-info .grid-price p {
    line-height: 14px;
    margin: 0;
}
.car-card .car-info .grid-price p strong {
    color: var(--primary-color-blue);
    font-size: 25px;
    line-height: 14px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}
.car-card .car-info .grid-price .previous {
    color: var(--color-primary);
    text-decoration: line-through;
    font-size: 12px;
}
.car-card .car-info .grid-price p .car-discount {
    background-color: rgba(246, 70, 93, 0.12);
    border-radius: 3px;
    color: #f6465d;
    padding: 0px 4px;
    font-weight: bold;
    font-size: 10px;
}
.car-card .car-info .grid-price .carCuota {
    color: var(--primary-color-grey);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    border-radius: 4px;
    margin: 0;
}
.car-card .car-info .grid-price .carCuota span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.car-card .car-info .grid-price .carCuota span b {
    color: var(--primary-color-blue);
    font-size: 20px;
    margin: 4px 4px 0 0;
    font-weight: 600;
    line-height: 16px;
}
.car-card .car-info .grid-price .carCuota .mfTooltip {
    height: 16px;
    width: 16px;
    margin-left: 6px;
}
.car-card .car-info .grid-price .carCuota .mfTooltip svg {
    fill: var(--primary-color-blue);
    height: 16px;
    width: 16px;
}
.car-card .car-info .grid-price .carCuota .showInfoFinance {
    display: none;
    margin-left: 4px;
    height: 15px;
    width: 15px;
}
.car-card .car-info .grid-price .carCuota .showInfoFinance svg {
    fill: var(--util-color-orange-dark);
    height: 15px;
    width: 15px;
}
.car-card .detail-list {
    height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}
.car-card .detail-list ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: left;
    padding: 0;
}
.car-card .detail-list ul li {
    color: var(--primary-color-grey);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding: 2px 6px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.car-card .detail-list ul li:last-child {
    border: 0;
}
.car-card .detail-list ul li + li::before {
    background-color: var(--primary-color-grey);
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    vertical-align: bottom;
    margin: 0 8px 2px 0;
}
.car-card .financeInfo {
    border-top: 1px solid var(--gris-borde);
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.car-card .financeInfo p {
    color: var(--primary-color-grey);
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    margin: 0 20px;
    text-align: center;
}
.car-card .financeInfo p b {
    font-weight: 600;
}
.car-card .btn_info {
    position: absolute;
    top: 10px;
    right: 30px;
}
.car-card .overlayLayer {
    background-color: #fff;
    position: relative;
    width: 100%;
    border-radius: 0 0 6px 6px;
    padding: 0;
    display: block;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.car-card .overlayLayer .totalLink {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.car-card .overlayLayer > div {
    position: relative;
    z-index: 1;
}
.car-card .overlayLayer .name h2 a,
.car-card .overlayLayer .name h2 a strong {
    color: var(--white);
}
.car-card .overlayLayer .name p a,
.car-card .overlayLayer .name p a strong {
    color: var(--white);
}
.car-card .overlayLayer .grid-price {
    border-color: #0e3870;
}
.car-card .overlayLayer .grid-price p {
    color: var(--white);
}
.car-card .overlayLayer .grid-price p span {
    color: var(--white);
}
.car-card .overlayLayer .grid-price p .previous {
    color: var(--white);
}
.car-card .overlayLayer .grid-price p .car-discount {
    background-color: var(--white);
    padding: 0px 4px;
}
.car-card .overlayLayer .grid-price p strong {
    color: var(--white);
}
.car-card .overlayLayer .grid-price .carCuota {
    color: var(--white);
}
.car-card .overlayLayer .grid-price .carCuota span b {
    color: var(--white);
}
.car-card .overlayLayer .actions {
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 1rem;
}
.car-card .overlayLayer .actions-row {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-top: 1px solid #ccc;
    justify-content: space-evenly;
}
.car-card .overlayLayer .actions-row a {
    width: 100%;
    margin-top: 1rem;
    font-weight: normal;
    color: #fff;
}
.car-card .overlayLayer .actions-row a + a {
    margin-left: 10px;
}

.car-card .overlayLayer .actions-row a.button[data-type="tertiary"] {
    border-color: #000;
    background-color: #000;
    color: #fff;
    width: 100%;
}
.car-card .overlayLayer .actions a {
    color: #000;
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: normal;
}
.car-card .overlayLayer .actions-row a.btn_quadis_contact,
.car-card .overlayLayer .actions-row a.btn_quadis_reservar {
    font-weight: bold;
    cursor: pointer;
}
.car-card .overlayLayer .actions-row a.button[data-type="primary"]:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.car-card .overlayLayer .actions a.button[data-type="secondary"] {
    border-color: var(--color-primary);
    color: var(--color-primary);
    width: 100%;
}
.car-card .overlayLayer .actions a.button[data-type="secondary"]:hover {
    box-shadow: inset 0 0 9px 1px rgb(254 165 0.7);
}
.car-card:hover .overlayLayer {
    display: block;
}
@media all and (min-width: 980px) {
    .car-card .car-info .grid-price {
        --column-gap: 16px;
        -moz-column-gap: var(--column-gap);
        column-gap: var(--column-gap);
    }
    .car-card .overlayLayer > div > a:hover {
        border-color: var(--primary-color-blue);
        color: var(--primary-color-blue);
    }
    .car-card .overlayLayer > div > a:hover svg {
        fill: var(--primary-color-blue);
    }
}

.car-card[data-type="renting"] {
    overflow: hidden;
}

.car-card[data-type="renting"]:after {
    content: "";
    position: absolute;
    background: var(--color-primary);
    width: 100%;
    height: 100%;
    left: -50%;
    top: -75%;
    z-index: 0;
    transform: skew(340deg, 0deg);
    border-radius: 25px;
}

.car-card[data-type="renting"] > svg {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.car-card[data-type="renting"] .car-info {
    padding: 0 2rem 1rem;
}

.car-card[data-type="renting"] .car-card-img {
    z-index: auto;
}

.car-card[data-type="renting"] .car-info .name {
    height: auto;
}

.car-card[data-type="renting"] .car-card-img a picture {
    padding-top: 20%;
}

.car-card[data-type="renting"] .car-info .grid-price {
    display: block;
}

.car-card[data-type="renting"] .financed-amount span:not(.financed-label):not(.monthlyPayment) {
    font-size: 22px;
}

.car-card[data-type="renting"] .detail-list ul li {
    color: #000;
    font-size: 14px;
}

.car-card[data-type="renting"] .cash-label {
    padding-left: 2rem;
    color: #000;
    font-size: 14px;
}

.car-card .car-tag {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
}

.car-card .grid-price .car-tag {
    position: relative;
    top: 0;
    left: 0;
}

.car-card .car-card-img .car-dgt {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 6px;
}

.car-card .car-card-img .car-dgt img {
    width: 35px;
}

.car-card[data-type="new"] {
    box-shadow: none;
    border: 0;
}
.car-card[data-type="new"]:nth-of-type(2n) {
    margin-left: 0;
}
.car-card[data-type="new"] .detail-tags {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    max-width: 240px;
    margin: 0 auto;
    flex: 1 1;
    flex-wrap: wrap;
    min-height: 66px;
}

.car-card[data-type="new"] .car-tag {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    height: 23px;
    border-radius: 11.5px;
    display: flex;
    flex-wrap: nowrap;
    position: static;
    align-items: center;
    margin-right: 7.5px;
    margin-bottom: 10px;
}

.type-new .tag {
    text-align: center;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: normal;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    height: 23px;
    border-radius: 11.5px!important;
    display: flex!important;
    flex-wrap: nowrap;
    position: static;
    align-items: center!important;
    margin-right: 7.5px!important;
    margin-bottom: 10px!important;
}

.car-card[data-type="new"] .car-tag.gasolina{
    background: var(--etiqueta-gasolina, #5D995F);
    padding: 0 12px;
}

.car-card[data-type="new"] .car-tag.diesel{
    background: var(--etiqueta-diesel, #3C3A3A);
    padding: 0 20px;
}

.car-card[data-type="new"] .car-tag.hibrido_enchufable,
.car-card[data-type="new"] .car-tag.hibrido-enchufable{
    background: var(--etiqueta-hibrido-enchufable, #8D98D0);
    padding: 0 10px;
}

.car-card[data-type="new"] .car-tag.hibrido{
    background: var(--etiqueta-hibrido-enchufable, #3C41C0);
    padding: 0 10px;
}

.car-card[data-type="new"] .car-tag.electrico{
    background: var(--etiqueta-electrico, #62BFB5);
    padding: 0 17px;
}


.car-card[data-type="new"] .car-info {
    text-align: center;
    margin-top: -50px;
}
.car-card[data-segment="motorcycle"][data-type="new"] .car-info {
    margin-top: -30px;
}
.car-card[data-type="new"] .car-info .name {
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 0!important;
}
.car-card[data-type="new"] .car-info .name h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 22px;
    text-align: center;
}
.car-card[data-type="new"] .car-info .range {
    margin-top: 10px;
    margin-bottom: 10px;
}
.car-card[data-type="new"] .car-info button {
    color: #7B7B7B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 232px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #979797;
    background-color: white;
}
.car-card[data-type="new"] .car-info button:hover,
.car-card[data-type="new"]:hover .car-info button {
    background-color: var(--color-primary);
    color: black;
    border-color: var(--color-primary);
    font-weight: bold;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.24);

}

.car-card[data-type="new"] .car-info h2 strong {
    color:  #000;
    text-align: center;
    font-size: 20.028px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.car-card[data-type="new"]:hover .car-info h2 strong {
    font-weight: 700;
    text-decoration-line: underline;
}

.car-card[data-type="new"][data-segment="motorcycle"] .car-card-img a img.car-card-img-2 {
    display: none;
}

.car-card[data-type="new"][data-segment="motorcycle"]:hover .car-card-img a img.car-card-img-1 {
    display: none;
}

.car-card[data-type="new"][data-segment="motorcycle"]:hover a img.car-card-img-2 {
    display: block;
}


@media (max-width: 600px) {
    .car-card[data-type="new"]:nth-of-type(2n) {
        margin-left: 0;
    }
    .car-card[data-type="new"] .car-info .name h2 {
        font-size: 14px;
        letter-spacing: 0.14px;
        line-height: normal;
    }
    .car-card[data-type="new"] .car-info .range {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.12px;
    }
    .car-card[data-type="new"] .car-info button {
        height: 40px;
        width: 180px;
        border: 1px solid #9b9b9b;
        border-radius: 25px;
        background-color: white;
        font-size: 17px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    .car-card[data-type="new"] .car-info {
        margin-top: -2rem;
    }

    .car-card[data-type="new"] .car-info h2 strong {
        font-size: 17px;
    }
}

/*CARD LOCATION*/
.card_location-title {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
}

.card_location-title svg {
    margin-right: 10px;
}

.location-info {
    display: flex;
}

.location-info span {
    margin-bottom: 8px;
}

.location-info span:first-child {
    color: #f5a400;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
}

.location-info dd {
    text-align: right;
}

.column {
    display: flex;
    flex-direction: column;
}

.location-schedule .column {
    min-width: 200px;
}

.location-schedule .dl-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.location-schedule .divider {
    margin: 15px;
}

.location-buttons {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
}

.location-buttons a.button {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.location-buttons a.button:hover {
    transform: scale(1.02);
    transition: 0.2s;
}

.location-map-button {
    border: 1px solid black !important;
    font-weight: normal;
    color: black !important;
}

.location-tour-button {
    background: black !important;
    color: white !important;
}

.location-cita-button {
    background: #f5a400 !important;
}

.location-numbers > div:not(:last-child) {
    border-right: 1px solid black;
}

.location-map {
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}

.divider {
    margin: 0 15px;
}

.phone-number {
    color: black;
}

.dropdown-menu-schedule {
    display: none;
}

.dropdown-menu-schedule.collapsed {
    display: block;
}

.dt-date {
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: bold;
    text-align: right;
}

@media (max-width: 480px) {
    .location-schedule .column {
        min-width: 100%;
    }
}

@media (min-width: 990px) {
    .location-map {
        width: 100%;
        height: auto;
        border-radius: 48px;
        box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
    }

    .location-schedule > div:not(:last-child) {
        border-right: 1px solid black;
    }
}

@media (max-width: 1160px) {
    .card_location-title {
        font-size: 22px;
    }
    .location-info span:first-child {
        font-size: 15px;
    }
    .location-buttons {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .location-buttons a.button {
        width: 48%;
        min-width: auto;
        font-size: 17px;
    }

    .location-buttons a.button[data-type="secondary"] {
        width: 100%;
        margin-bottom: 16px;
    }

    .location-buttons a.button:nth-child(2) {
        margin-right: 16px;
    }
}

@media (max-width: 1299.99px) {
    .location-buttons a.button {
        min-width: 200px;
    }
}

.tags-renting .tag-highlighted {
    background-color: #000;
    background: linear-gradient(
        93deg,
        #5f5f5f -17.41%,
        #8f8e8e 29.18%,
        #4f4f4f 64.8%,
        #c0c0c0 105.91%
    );
    box-shadow: 0px 0.818px 3.271px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-flexible {
    background-color: #000;
    background: linear-gradient(
        93deg,
        #41C5D9 -17.41%,
        #b8d6f6 29.18%,
        #41C5D9 64.8%,
        #b8d6f6 105.91%
    );
    box-shadow: 0px 0.818px 3.271px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-last-units {
    background: #d0a95a;
    box-shadow: 0px 0.818px 3.271px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-companies {
    background: linear-gradient(
        93deg,
        #8ea9d3 -17.41%,
        #5d7fb2 29.18%,
        #8da5ca 64.8%,
        #255caf 105.91%
    );
    box-shadow: 0px 0.818px 3.271px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-users {
    background: linear-gradient(93deg, #D9E495 -17.41%, #7C9867 29.18%, #C1CA8D 64.8%, #7DA881 105.91%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-freelancers {
    background: linear-gradient(93deg, #D9BFCD -17.41%, #997E95 29.18%, #DCBAD2 64.8%, #836E83 105.91%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.tags-renting .tag-delivery {
    background: linear-gradient(
        93deg,
        #d4c3c3 -17.41%,
        #8b7474 29.18%,
        #bbaeae 64.8%,
        #a17575 105.91%
    );
    box-shadow: 0px 0.818px 3.271px 0px rgba(0, 0, 0, 0.25);
}

/*GRID VEHICLES*/

.vehicle-info-container .tag{
    font-size: 15px!important;
    text-transform: uppercase;
    height: 35px;
    font-weight: 700;
    padding: 6px 12.5px!important;
    margin-top: 5px!important;
    margin-left: 12px!important;
    margin-bottom: 10px!important;
}

.new-details .tag {
    color: #fff!important;
    text-align: center;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 500!important;
    line-height: normal;
    text-transform: uppercase!important;
    box-shadow: 0 1px 4px #00000040;
    height: 23px;
    border-radius: 11.5px!important;
    display: flex!important;
    flex-wrap: nowrap;
    position: static;
    align-items: center!important;
    margin-right: 7.5px!important;
    margin-bottom: 10px!important;
}

#vehicles-list-page p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 20px 0;
}

#vehicles-list-page {
    overflow: hidden;
    width: 100%;
}
#vehicles-list-page .content-wrapper {
    margin: 0 auto;
    max-width: 1446px;
    padding: 0 20px;
}

.vehicles_grid {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 0 0 40px 0;
}
.vehicles_list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 1rem;
}

.vehicles_list .car-card {
    margin-bottom: 20px;
    width: 100%;
}

.vehicles_list .car-card:hover {
    transform: scale(1.05);
}

@media all and (min-width: 620px) {
    .vehicles_list .car-card {
        width: calc(50% - 12px);
    }
    .vehicles_list .car-card:nth-of-type(2n) {
        margin-left: 20px;
    }
}
@media all and (min-width: 768px) {
    .vehicles_list {
        margin-right: 20px;
        width: calc(100%);
    }
}
@media all and (min-width: 980px) {
    .vehicles_list {
        margin-right: 20px;
        width: calc(100%);
    }
}
@media all and (min-width: 1200px) {
    .vehicles_list .car-card {
        width: calc(33% - 15px);
    }
    .vehicles_list .car-card + .car-card {
        margin-left: 20px;
    }
}
@media all and (min-width: 1400px) {
    .vehicles_list .car-card {
        width: calc(25% - 15px);
    }
    .vehicles_list .car-card + .car-card {
        margin-left: 20px;
    }
}

/*UP BUTTON*/
.up-btn {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    opacity: 0.7;
    background: #333;
    cursor: pointer;
    position: fixed;
    z-index: 2000;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
}

.up-btn.up-btn__hide {
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.up-btn:hover {
    opacity: 1;
}

.up-btn.up-btn_circle {
    border-radius: 50%;
}

.up-btn__img {
    width: 100%;
    max-width: 100%;
}
/*MODAL PROMO*/
.modal-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    z-index: 999;
}
body.active .overlay {
    opacity: 1;
    pointer-events: auto;
}
.modal-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    width: 100%;
    padding: 0;
    border-radius: 14px;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 999;
}
body.active .modal-box {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}
.modal-container {
    text-align: justify;
    margin: 0 auto 2rem;
    padding: 0 80px;
}
.modal-box img {
    width: 100%;
}
.modal-box picture {
    margin: -1px;
    margin-top: -2px;
}
.modal-box .modal-title {
    margin-top: 20px;
    line-height: 25px;
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}
.modal-box .modal-description {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
}
.modal-box .modal-description svg {
    vertical-align: bottom;
}
.modal-box a.button[data-type="secondary"] {
    display: flex;
    border-color: var(--color-primary);
    color: var(--color-primary);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-box a.button[data-type="secondary"] svg {
    margin-right: 10px;
}
.modal-box .modal-description .logo-quadis {
    font-size: 20px;
}
button.modal_close span,
button.modal_close span:before,
button.modal_close span:after {
    background: #000;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    width: 29px;
}

button.modal_close span:first-child {
    background: none;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

button.modal_close {
    position: absolute;
    top: 36px;
    right: 36px;
    border: 0;
    background: transparent;
    width: 29px;
    height: 29px;
}
button.modal_close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.modal_close span:after {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
    top: 2px;
}

@media (max-width: 480px) {
    .modal-box {
        max-width: 90%;
    }
    .modal-container {
        padding: 0 38px;
    }
}

#section_encontrar {
    margin: 2rem 0;
}

#section_encontrar .content-wrapper {
    margin: 0 auto;
    max-width: var(--max-container);
    padding: 0 20px;
}

.quadis-box {
    position: relative;
    background: #eaedf3;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
}
.quadis-box__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease-in;
}
#section_encontrar .quadis-boxes:last-child {
    display: none;
}
@media (max-width: 768px) {
    #section_encontrar .quadis-boxes {
        display: none;
    }
    #section_encontrar .quadis-boxes:last-child {
        display: block;
    }
    #section_encontrar .section__title {
        text-align: left;
        max-width: 178px;
    }
}
@media (min-width: 768px) {
    .quadis-box__content {
        padding: 32px;
    }
}
.quadis-box__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .quadis-box__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.quadis-box__image {
    position: relative;
    flex: 1;
    min-height: 253px;
    background: linear-gradient(
        180deg,
        #eaedf3 -20.95%,
        rgba(238, 241, 245, 0) 49.8%
    );
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}

#box-ocasion .quadis-box__image {
    min-height: 283px;
}

#box-industriales .quadis-box__image {
    min-height: 248px;
}

#box-nuevos .quadis-box__image {
    min-height: 311px;
}

#box-eco .quadis-box__image {
    min-height: 226px;
}

#box-renting .quadis-box__image {
    min-height: 150px;
}

#box-alta .quadis-box__image {
    min-height: 389px;
}

#box-promos .quadis-box__image {
    min-height: 389px;
}

#box-precios .quadis-box__image {
    min-height: 227px
}

#box-nuevos-stock .quadis-box__image {
    min-height: 311px;
}

#box-km0 .quadis-box__image {
    min-height: 255px;
}

#box-postventa .quadis-box__image {
    min-height: 389px;
}
@media (max-width: 991.98px) {
    .quadis-box__image {
        min-height: 224px;
    }
}
@media (max-width: 768px) {
    #section_encontrar .quadis-box__image {
        min-height: 224px;
    }
}
@media (max-width: 480px) {
    #section_encontrar .quadis-box__image {
        min-height: 124px;
    }
}
/*.quadis-box__image img {
    width: auto !important;
    height: auto !important;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: inline-block;
}*/
.quadis-box__image:before {
    content: "";
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.35);
}
.quadis-box:hover .quadis-box__content {
    background: linear-gradient(
        142deg,
        #fff 28.53%,
        rgba(216, 216, 216, 0) 99.04%
    );
}
.quadis-box:hover .quadis-box__content .quadis-box__title {
    color: #000;
    right: 15px;
}

.quadis-boxes {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 991.98px) {
    .quadis-boxes {
        margin-left: 0;
        margin-right: 0;
    }
}
.quadis-boxes__item {
    width: 100%;
}
.quadis-boxes__item > * {
    height: 100%;
}
.quadis-boxes__group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quadis-boxes__group__horizontal {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 24px;
}
.quadis-boxes__group .quadis-boxes__item + .quadis-boxes__item {
    margin-top: 24px;
}
.quadis-boxes__group__horizontal .quadis-boxes__item + .quadis-boxes__item {
    margin-top: 0;
}
.quadis-boxes__group__horizontal .quadis-boxes__item + .quadis-boxes__item {
    margin-left: 24px;
}
@media (max-width: 991.98px) {
    .quadis-boxes__group .quadis-boxes__item + .quadis-boxes__item {
        margin-top: 16px;
    }
    .quadis-boxes__group__horizontal .quadis-boxes__item + .quadis-boxes__item {
        margin-left: 16px;
    }
}
@media (max-width: 768px) {
    .quadis-boxes__group .quadis-boxes__item + .quadis-boxes__item {
        margin-top: 0;
    }
    .quadis-boxes__group__horizontal {
        padding-top: 0;
    }
    .quadis-box__title {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: -0.08px;
        width: 75px;
    }
}

.quadis-boxes > * {
    flex: 0 0 33.3333%;
    width: 100%;
    max-width: 33.3333%;
    padding: 0 10px;
}
@media (max-width: 991.98px) {
    .quadis-boxes > * {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .quadis-boxes > * + * {
        margin-top: 16px;
    }
}

/*Section ventajas*/
#ventajas_quadis,
#ventajas_quadis_marca {
    overflow: hidden;
}
#ventajas_quadis .header__title,
#ventajas_quadis_marca .header__title {
    margin-bottom: 34px;
}
#ventajas_quadis .header__blocs-links .header__link {
    width: 50%;
    justify-content: center;
    border: 1.709px solid #fff;
    min-height: 103px;
    border-radius: 33px;
    margin-bottom: 18px;
}

#ventajas_quadis .header__blocs-links a.button[data-type="secondary"],
#ventajas_quadis_marca .header__blocs-links a.button[data-type="secondary"] {
    background-color: #fff;
    font-size: 20px;
    color: #000;
    margin-top: 1rem;
    min-width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ventajas_quadis_marca .header__main-content {
    max-width: 100%;
    text-align: left;
}

#ventajas_quadis_marca .header__title {
    font-size: 32.726px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

#ventajas_quadis_marca .header__blocs-content ul {
    font-size: 27.726px;
    font-style: normal;
    font-weight: 350;
    line-height: 46px;
    color: #fff;
    list-style: none;
    padding-left: 0;
}

#ventajas_quadis_marca .header__blocs-content ul li {
    display: flex;
    align-items: center;
}

#ventajas_quadis_marca .header__blocs-content ul li svg {
    margin-right: 23px;
}

#ventajas_quadis_marca .header__blocs-content ul span {
    font-weight: 600;
}

#ventajas_quadis_marca .header__blocs-links a {
    font-size: 20px;
    min-width: 251px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}

@media (max-width: 768px) {
    #ventajas_quadis .header__blocs-links .header__link {
        width: 100%;
    }
    .header__link {
        padding: 10px 35px 10px 30px;
    }
    #ventajas_quadis .header__link-content,
    #ventajas_quadis_marca .header__link-content {
        flex-grow: 0;
    }

    #ventajas_quadis .header__link-number {
        font-size: 50px;
    }

    #ventajas_quadis .header__title svg {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    #ventajas_quadis_marca .header {
        padding-top: 50px;
    }
    #ventajas_quadis_marca .header__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    #ventajas_quadis_marca .header__blocs-content ul {
        font-size: 20px;
        font-style: normal;
        font-weight: 350;
        line-height: 24px;
    }
    #ventajas_quadis_marca .header__blocs-content ul li svg {
        max-width: 15px;
    }
    #ventajas_quadis_marca .header__blocs-content ul span {
        padding: 0 7px;
    }
    #ventajas_quadis_marca .header__blocs-content ul {
        margin-left: 20px;
    }
}

/*Section locations*/
#section_locations .header:before,
#section_locations .header__image:before {
    content: "";
    background: none;
}

#section_locations .header {
    display: flex;
    align-items: center;
    padding-top: 0;
    min-height: 651px;
}

#section_locations .header__main-content {
    max-width: 100%;
}

#section_locations .header__image {
    z-index: -2;
    transform: translate(-50%, -50%);
}

#section_locations a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 288px;
}
#section_locations a:hover svg{
    fill: white;
}
.productGridVerticalMobile{
    display: none;
    border-radius: 15px;
    object-fit: cover;
}

.productGridVerticalDesktop{
    border-radius: 15px;
    object-fit: cover;
}

@media (max-width:480px) {
    .productGridVerticalDesktop{
        display: none;
    }

    .productGridVerticalMobile{
        display: block;
    }
}

#section_locations a > svg {
    margin-right: 5px;
}

@media (max-width: 780px) {
    #section_locations .header {
        min-height: 581px;
    }
    #section_locations .header .header__tagline {
        font-size: 18.34px;
        line-height: 23px;
    }
    #section_locations a {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 38.794px;
        align-items: center;
        height: 40px;
    }
}

.searchbox-wrap {
    display: flex;
    width: 500px;
    margin-top: 8%;
    margin-left: auto;
    margin-right: auto;
}

#section_newsletter .searchbox {
    position: relative;
    max-width: 936px;
    margin: 30px auto 20px;
}

#section_newsletter input {
    border: 0;
    border-radius: 50px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 16px;
    height: 60px;
    padding: 12px 25px;
    width: 100%;
}

#section_newsletter button {
    background-color: #312940;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    height: 60px;
    padding: 12px 25px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 204px;
}

#section_newsletter {
    background-color: var(--color-primary);
    min-height: 383px;
    display: flex;
    align-items: center;
}

#section_newsletter .section__title {
    margin: 0;
}

#section_newsletter .section__subtitle {
    text-align: center;
}

@media (max-width: 780px) {
    .section__title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px !important;
    }

    .section__subtitle {
        font-size: 18px;
        line-height: 19.794px;
    }

    #section_newsletter {
        text-align: center;
    }

    #section_newsletter button {
        position: relative;
        margin-top: 9px;
        height: 40px;
        padding: 0;
    }

    #section_newsletter input {
        height: 40px;
    }

    #section_newsletter .searchbox {
        max-width: 500px;
        text-align: center;
    }
}
    @media (max-width: 520px) {
        #section_newsletter .searchbox {
            max-width: 350px;
            text-align: center;
        }

        #section_newsletter .searchbox .contact-modal-privacy {
            font-size: 0.8rem;
        }
    }

    #section_newsletter button {
        padding: 12px 25px;
        top: 4px;
        align-items: center;
        width: 100%;
        opacity: 1 !important;
    }

    #section_newsletter input {
        background: white;
    }

    #section_newsletter #contact-modal-form {
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #section_newsletter .contact-modal-checkbox {
        box-shadow: none;
        width: auto;
        max-width: 12px;
        padding: 0;
        max-height: 10px;
        margin-right: 0.5rem;
        margin-left: 1rem;
    }

    #section_newsletter .contact-modal-privacy {
        max-width: fit-content;
    }

    #section_newsletter #contact-modal-email {
        font-weight: normal;
    }

    @media (min-width: 780px) {
        #section_newsletter button {
            position: absolute;
            max-width: 5rem;
        }

        #section_newsletter .contact-modal-privacy {
            margin-left: 20%;
        }
    }

/*CUSTOM COMPONENT SWIPER*/
.swiper {
    padding-top: 3.5rem;
}

.swiper.topArrows > .swiper-button-prev,
.swiper.topArrows > .swiper-button-next {
    display: none !important;
}

.swiper.topArrows {
    padding-top: 0 !important;
    padding-bottom: 3rem;
}

.vehicles_stock .topArrows, .vehicles_vn .topArrows {
    margin-top: 0;
    margin-right: 15px;
}

@media (min-width: 990px) {
    .center-single-slide .swiper-wrapper {
        display: flex;
        justify-content: center;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    
    .swiper.topArrows > .swiper-button-prev,
    .swiper.topArrows > .swiper-button-next {
        display: block !important;
    }

    .swiper.topArrows {
        padding-top: 5rem !important;
        margin-top: -3.5rem;
    }

    .vehicles_stock .topArrows, .vehicles_vn .topArrows {
        margin-top: -60px;
    }
}
@media (max-width: 768px) {
    .swiper.swiperClientsReview.topArrows {
        padding-top: 3rem !important;
    }
}


.swiper.hide-topArrows .swiper-button-prev,
.swiper.hide-topArrows  .swiper-button-next {
    display: none !important;
}


.swiper .swiper-pagination {
    position: static;
    margin-top: 17px;
}

.swiper-pagination-bullets-dynamic {
    position: absolute !important;
    height: 1rem;
    margin-bottom: 0.5rem;
}

.swiper .swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjIwLjUiIGN5PSIxOS45MzU1IiByeD0iMTguOTM1NiIgcnk9IjE5LjUiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyMC41IDE5LjkzNTUpIiBzdHJva2U9IiNmZWE1MDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTkgMTIuNjUyOEwyNSAxOS45MzU4TDE5IDI3LjIxODciIHN0cm9rZT0iI2ZlYTUwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
}
.swiper .swiper-button-prev {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjIwLjUiIGN5PSIxOS45MzY2IiByeD0iMTguOTM1NiIgcnk9IjE5LjUiIHRyYW5zZm9ybT0icm90YXRlKDkwIDIwLjUgMTkuOTM2NikiIHN0cm9rZT0iI2ZlYTUwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0yMiAyNy4yMTk3TDE2IDE5LjkzNjhMMjIgMTIuNjUzOSIgc3Ryb2tlPSIjZmVhNTAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
}

.swiper.topArrows .swiper-button-next {
    top: 1.5rem !important;
    right: 15px;
}
.swiper.topArrows .swiper-button-prev {
    top: 1.5rem !important;
    left: calc(100% - 7rem);
}
section.vehicles_vn .swiper-button-prev.swiper-button-disabled,section.vehicles_vn .swiper-button-next.swiper-button-disabled {
    opacity: 0.35!important;
}
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjIwLjUiIGN5PSIxOS45MzY2IiByeD0iMTguOTM1NiIgcnk9IjE5LjUiIHRyYW5zZm9ybT0icm90YXRlKDkwIDIwLjUgMTkuOTM2NikiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMjIgMjcuMjE5N0wxNiAxOS45MzY4TDIyIDEyLjY1MzkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MSA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjIwLjUiIGN5PSIxOS45MzU1IiByeD0iMTguOTM1NiIgcnk9IjE5LjUiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyMC41IDE5LjkzNTUpIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTE5IDEyLjY1MjhMMjUgMTkuOTM1OEwxOSAyNy4yMTg3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.swiper .swiper-pagination-bullet {
    background: #fff;
    border: 2px solid #000;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    width: 14px;
    height: 14px;
    margin-bottom: -2px !important;
}

@media (min-width: 799.98px) {
    #news .swiper-pagination,  #location-news .swiper-pagination{
        display: none;
    }
}

@media (max-width: 699.98px) {
    .swiper .swiper-button-next,
    .swiper
        .swiper-button-prev::not(
            .swiperPillMenu .swiper-button-bext,
            .swiperPillMenu .swiper-button-prev
        ) {
        display: none;
    }
}

/*DROPDOWN LANGUAGE*/
.dropdown {
    position: relative;
    width: 65px;
    height: 40px;
    margin: 0 5px;
    z-index: 2;
}
.mm-buttons-mobile .dropdown {
    height: 30px;
    margin: -6px 12px 0 0;
    position: absolute;
    top: auto;
    left: -80px;
}
.mm-buttons-mobile .dropdown:has(input:checked) {
    top: -33px;
}
.dropdown__face,
.dropdown__items {
    background-color: #fff;
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
.mm-buttons-mobile .dropdown__face,
.mm-buttons-mobile .dropdown__items {
    height: 30px;
}
.dropdown__face {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
.mm-buttons-mobile .dropdown__face {
    color: #000;
    border: 1px solid #000;
}
.dropdown__text {
    text-transform: uppercase;
}
.dropdown__items {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    flex-direction: column;
    height: auto;
    border-radius: 0 0px 20px 20px;
    color: #9b9b9b;
}
.dropdown__items li {
    margin-left: 10px;
}
.mm-buttons-mobile .dropdown__items {
    height: auto;
}
.dropdown__items button,
.mm-buttons-mobile .dropdown__items a {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    color: #9b9b9b;
    outline: none;
}
.dropdown__items button:hover {
    font-weight: bold;
    cursor: pointer;
}
.dropdown__arrow {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    margin-left: 2px;
}
.mm-buttons-mobile .dropdown__arrow {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.dropdown input {
    display: none;
}
.dropdown input:checked ~ .dropdown__items {
    visibility: visible;
    opacity: 1;
    padding: 1rem 0 5px;
}

.dropdown input:checked ~ .dropdown__face {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

.dropdown input:checked ~ .dropdown__face .dropdown__arrow {
    border-color: #000;
    transform: rotate(-135deg) translateY(-50%);
    margin-left: 8px;
    margin-bottom: 3px;
}

.mm-buttons-mobile .dropdown input:checked ~ .dropdown__face {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-color: #fff;
}

.mm-buttons-mobile .dropdown input:checked ~ .dropdown__items {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*COMPONENTS*/
/*banner*/
.quadis_socials{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 150px;
    margin-bottom: 15px;
}
.quadis_socials .button_quadis{
    height: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-color: #f5a400;
    width: 86px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.quadis_socials svg{
    cursor: pointer;
}

.banner_title {
    color: white;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.227px;
    letter-spacing: -0.165px;
}

.banner_title.article
{
    font-size: 35.23px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -0.187px;
    text-align: left;
    margin-bottom: 15px;
}

.banner_subtitle {
    display: none;
    color: white;
    text-align: center;
    text-transform: none;
    margin-bottom: 34px;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.227px;
    letter-spacing: -0.165px;
}

.banner_header {
    position: relative;
    background-image: var(--mobile-header-background);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_header:before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.banner_content {
    position: relative;
    padding-top: 8rem;
    z-index: 1;
}
.banner_content.no_preheader {
    padding-top: 4rem;
}

.banner_content a.banner_scrolldown {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.with-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.with-logo > img {
    display: none;
    margin-right: 43px;
}

.with-logo .banner_title {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .quadis_socials .button_quadis{
        height: 41px;
        font-size: 21.6px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 150px;
    }
    .banner_title.article{
        text-align: left;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 61px; /* 101.667% */
        letter-spacing: -0.992px;
        margin-bottom: 80px;
    }
    .banner_content {
        padding-top: 7rem;
        min-height: 23rem;
    }

    .banner_content.no_preheader {
        padding-top: 4rem;
    }

    .banner_content > a.banner_scrolldown {
        display: none;
    }
    .with-logo > img {
        display: block;
    }
    .with-logo .banner_title {
        text-align: center;
    }
    .banner_title {
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 59.227px;
        letter-spacing: -0.318px;
    }

    .banner_subtitle {
        display: block;
    }
}

@media (min-width: 990px) {
    .banner_header {
        background: var(--desktop-header-background);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: 50%;
    }
}

@media (min-width: 1400px) {
    .banner_content > .quadis__header {
        padding: 0 !important;
    }
}

@media (max-width: 1300px) {
    .banner_content > .quadis__header {
        padding: 0 16px !important;
    }
}

/*Component feature-highlights*/
#feature-highlights {
    background-color: var(--color-primary);
    padding-bottom: 80px;
}

#feature-highlights h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: -0.992px;
    text-align: center;
}

#feature-highlights h3 {
    font-size: 27.01px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.143px;
}

#feature-highlights p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.111px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.feature h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}
.orange-bg {
    background-color: var(--color-primary);
}

.skew-left {
    transform: skewY(4.7deg);
    transform-origin: left top;
    height: 160px;
    margin-bottom: -10px;
}

@media (max-width: 767.98px) {
    #feature-highlights h2 {
        font-size: 30px;
        line-height: 31px;
    }
    #feature-highlights h3 {
        font-size: 20px !important;
    }
    #feature-highlights p {
        font-size: 16px;
        display: none;
    }
    #feature-highlights .modal.engines .modal-content .modal-container p {
        display: block;
    }
    .skew-left {
        height: 66px;
    }
}

/*Component services*/
section.services {
    margin-bottom: 74px;
}
section.services .header {
    text-align: left;
    padding-top: 60px;
    margin-bottom: 50px;
}
section.services .header__title {
    color: #000;
    text-align: center;
}
section.services .header__subtitle {
    color: #000;
    text-align: center;
    margin-bottom: -2.3rem;
}
.services-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.services-container .swiper-slide{
    flex-shrink: 0;
    width: auto;        
    min-width: auto; 
}
.services-card {
    background-color: #ffffff;
    border: 1px solid var(--gris-borde);
    border-radius: 13px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.27);
    max-width: 320px;
    margin: 0 auto;
    border-radius: 30px;
    border: 0;
    justify-content: space-around;
    min-height: 389px;
    min-height: 366px;
}
.services-card.all-services {
    background-color: var(--color-primary);
}
.services-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
}
.services-img .logo {
    margin: 15px 0;
    max-width: 90%;
}

.services-info {
    padding: 10px 20px;
}
.services-info > .name {
    text-align: left;
    color: #fff;
    margin-left: 5px;
}
.services-info > .name span {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.153px;
    margin-bottom: 10px;
}
.all-services .services-info > .name {
    margin-bottom: 15px;
}
.all-services .services-info > .name span {
    font-weight: bold;
    font-size: 22px;
}
.services-info .services-description p {
    font-size: 15px;
    font-style: normal;
    font-weight: 350;
    line-height: 18px;
    letter-spacing: -0.153px;
    text-align: center;
    margin-top: 5px;
    min-height: 72px;
}
.services-read-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 20px;
}

.services-read-more a.button[data-type="secondary"]{
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.services-read-more a.button[data-type="secondary"]:hover{
    background-color: var(--color-primary);
    color:#000;
}

.services-img picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.services-card .button[data-type="primary"]:hover {
    border-color: #000;
}

.all-services .button[data-type="primary"] {
    border-color: #000;
    border-width: 2px;
    margin-top: 13px;
}

@media (max-width: 767.98px) {
    .services-info > .name {
        min-height: 45px;
    }

    .services-info .services-description p {
        min-height: 100px;
    }

    .services-read-more a {
        font-size: 16px;
    }

    .all-services .button[data-type="primary"] {
        margin-top: 34px;
    }

    .services-read-more a.button[data-type="primary"] {
        margin-top: 0;
    }
}

@media (min-width: 998px){   
    .services-container  .swiper-slide{    
        min-width: 318px;
    }
}

/*Feature modal*/
.modal.engines {
    z-index: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

.modal.engines .modal-content {
    z-index: 0;
    height: 0;
    width: 0;
    opacity: 0;
}

@media (max-width: 768px) {
    span.circle {
        display: inline-flex;
    }

    .modal.engines {
        display: none;
        position: fixed;
        z-index: 999;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal.engines .modal-content {
        background-color: white;
        opacity: 1;
        width: unset;
        height: unset;
        margin: 0;
        padding: 0;
        border: none;
        width: 82.9%;
        border-radius: 25px;
        box-shadow: 0px 2px 59px 0px rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        min-height: auto;
    }
    .modal.engines .modal-content .modal-container {
        padding: 0;
        margin-bottom: 0;
    }

    .modal.engines .modal-content .modal-container h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        max-width: 64.75%;
        text-align: center;
        margin: 0 auto 6px auto;
    }

    .modal.engines .modal-content .modal-container p {
        font-size: 15.801px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        max-width: 70.5%;
        text-align: center;
        margin: auto;
        margin-bottom: 29px;
    }

    .modal.engines .modal-content .modal-container picture {
        width: 95px;
        height: 95px;
        margin: 56px auto 29px auto;
    }

    .modal.engines .modal-content .modal-container svg {
        display: block;
        height: auto;
        width: auto;
        height: 100%;
        margin: 1rem auto !important;
    }

    .modal.engines span.close {
        position: absolute;
        max-width: 25px;
        max-height: 25px;
        top: 15px;
        right: 19px;
        opacity: 1;
    }
}

/*Location modal*/
h4.activmap-title {
    color: #fff;
    font-size: 33.711px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.info-evento {
    min-height: 80px;
}

.info-evento p {
    font-size: 16.711px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration-line: underline;
    color: #fff;
    display: flex;
    align-items: center;
}

.info-evento p .mobile-phone{
    display: none;
    color: white;
}

.info-evento p.address {
    line-height: 24px;
}

@media(max-width:768px){
    .info-evento p .mobile-phone{
        display: unset;
    }
    .info-evento p .desktop-phone{
        display: none;
    }
}

.info-servicio {
    display: flex;
    justify-content: space-evenly;
    font-size: 14.711px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    margin: 20px 0 53px;
}

.info-servicio span {
    max-width: 75px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
}

.info-servicio > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
}

.info-evento p > svg {
    margin-right: 5px;
}
.map-tooltip-content.carrousel{
    height:467px;
}

section#other-centers .swiper.topArrows .swiper-button-next {
    top: 1.5rem !important;
    right: 10%;
}

section#other-centers .swiper.topArrows .swiper-button-prev {
    top: 1.5rem !important;
    right: calc(10% + 50px);
    left: unset;
}

section#other-centers .swiper .swiper-pagination.swiper-pagination-bullets-dynamic {
    margin-top: 17px;
    padding-bottom:10px;
    position: absolute;
}

section#other-centers .swiper-button-prev.swiper-button-disabled, section#other-centers .swiper-button-next.swiper-button-disabled {
    opacity: 0.25!important;
}

.info-evento.info-buttons{
    width: calc(100% - 60px); /*60px es el ancho de ambos paddings de 30px*/
    position: absolute;
    bottom: 21px; /*El margen de los botones en 9px, necesita 30px de espacio debajo*/
}

.info-servicio>div>svg {
    max-height: 34px;
}

.map-tooltip-content > * {
    z-index: 1;
    position: relative;
}

.map-tooltip-content {
    background-size: cover;
    padding: 30px;
}
.map-card-container .map-tooltip-content{
    border-radius: 15px;
}
.map-card-container .map-tooltip-content::after{
    border-radius: 15px;
}

.map-card-container .map-tooltip-content .info-servicio{
    flex-direction: unset;
    align-items: unset;
    text-align: unset;
}
.map-card-container .map-tooltip-content .info-servicio > div{
    flex-direction: column;
}


.gm-ui-hover-effect {
    opacity: 1;
}

.gm-ui-hover-effect > span {
    width: 30px !important;
    height: 30px !important;
}
.map-tooltip-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.5
    ); /* Cambia 0.5 según la opacidad deseada */
    z-index: 0;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
    z-index: 1;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}
.gm-style .gm-style-iw-d {
    overflow: auto !important;
    min-width: 353px;
    max-width: 353px;
}
@media(max-width: 480px){
    .gm-style .gm-style-iw-d {
        min-width: unset;
    }
}
@media(max-width: 376px){
    .map-tooltip-content {
        padding: 15px;
    }
    .map-tooltip-content.carrousel {
        padding: 30px;
    }
    
    .map-tooltip-content.carrousel .map-tooltip-details {
        height: calc(100% - 50px);
    }

    .map-tooltip-content.carrousel .info-evento p.address {
        padding-top: 5px;
    }

    .map-tooltip-content a.button{
        padding: 0;
        min-height: 37px;
        justify-content: center;
        align-items: center;
    }
    .map-tooltip-content .info-servicio{
        display: none;
    }
    .info-evento p > svg {
        min-width: 20px;
    }
    .info-evento p{
        font-size: 15px;
        line-height: 25px;
    }
}
.gm-ui-hover-effect > span {
    background-color: #fff !important;
}
.map-tooltip-content a.button {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 9px;
    font-weight: normal;
}
.gm-style .gm-style-iw-tc::after {
    display: none;
}

/*Buttons*/
/* ver video button */
.vehicle-img-video {
    bottom: 0px;
    float: right;
    bottom: 6.8%;
    right: 5%;
    position: absolute;
    z-index: 2;
    width: 90%;
    text-align: right;
    background: white;
    color: black;
    border-radius: 0px 30px 30px 0px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    width: fit-content;
}

.vehicle-img-video:hover {
    cursor: pointer;
    transform: scale(1.02);
    transition: 0.2s;
}

.vehicle-img-video > span {
    position: absolute;
    background: white;
    border-radius: 30px;
    height: 2.1rem;
    width: 2.05rem;
    left: -21%;
    top: -20%;
    text-align: center;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
}
/* ------------------- */

/* --- filtros completos -- */
.filtrosCompletos .checkCarroceria {
    margin-right: auto !important;
}

.filtrosCompletos .carroceriasBox {
    padding-left: 0px !important;
}

.filtrosCompletos .dropLayer {
    cursor: pointer;
}
.grillPagination{
    text-align: center;
    font-weight: bold;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 30px;
}
.grillPagination .button{
    width: 100%;
    height: 50px;
    background-color: #F5A400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    line-height: 13.623px;
    letter-spacing: -0.057px;
    border: 1px solid #F5A400;
    transition: all ease-in 200ms;
    cursor: pointer;
}
.grillPagination .button:hover{
    background-color: white;
    border: 1px solid black;
}

.progressContainer {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 3px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.progressBar {
    width: 1%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}

/* Tags genericos */
.tag {
    color: #ffffff;
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 400;
}

.tag-hibrido {
    background: #3c41c0;
}

.tag-gasolina {
    background: #5d995f;
}

.tag-diésel {
    background: #3c3a3a;
}

.tag-eléctrico {
    background: #62bfb5;
}

.tag-hibrido-enchufable-phev {
    background: #8d98d0;
}

.no-scroll{
    position: fixed;
    overflow: hidden;
    width: 100%;
}

@media(max-width: 992px){
    .grillPagination{
        .button{
            font-size: 17px;
        }
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

@media(min-width: 1500px){
    #news .swiper .swiper-wrapper{
        justify-content: center;
    }
}
.swiper.centered .swiper-wrapper {
    justify-content: center;
}


/*css para ChatBoT serviceform*/
#sf-chat-tool .sf-box {
    z-index: 999 !important;
}

.favorites-relative-container a svg path{
    stroke: white;
}

.opiniones-header {
    margin-bottom: 0 !important;
}