@charset "UTF-8";

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

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c21a34;
    --bs-orange: #ee4e01;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0e68a8;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #c21a34;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 14, 104, 168;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 194, 26, 52;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0e68a8;
    --bs-link-hover-color: #0b5386;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

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

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

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

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

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

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

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

ol,
ul {
    padding-left: 2rem;
}

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

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

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

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

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


/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

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

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

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

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

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

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

.blockquote> :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "— ";
}

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

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

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

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

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

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1172px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1172px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1172px) {
    .col-xxxl {
        flex: 1 0 0%;
    }
    .row-cols-xxxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxxl-0 {
        margin-left: 0;
    }
    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .offset-xxxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxxl-6 {
        margin-left: 50%;
    }
    .offset-xxxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxxl-9 {
        margin-left: 75%;
    }
    .offset-xxxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxxl-0,
    .gx-xxxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxxl-0,
    .gy-xxxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxxl-1,
    .gx-xxxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxxl-1,
    .gy-xxxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxxl-2,
    .gx-xxxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxxl-2,
    .gy-xxxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxxl-3,
    .gx-xxxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxxl-3,
    .gy-xxxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxxl-4,
    .gx-xxxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxxl-4,
    .gy-xxxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxxl-5,
    .gx-xxxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxxl-5,
    .gy-xxxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table-group-divider {
    border-top: 2px solid currentcolor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-borderless> :not(:first-child) {
    border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped-columns> :not(caption)>tr> :nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe1ee;
    --bs-table-border-color: #bacbd6;
    --bs-table-striped-bg: #c5d6e2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbd6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd0dc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f3d1d6;
    --bs-table-border-color: #dbbcc1;
    --bs-table-striped-bg: #e7c7cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dbbcc1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e1c1c6;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1171.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1171.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1171.98px) {
    .table-responsive-xxxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

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

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

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

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

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

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

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #87b4d4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

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

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

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

.form-control-plaintext:focus {
    outline: 0;
}

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

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

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem;
}

.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

.form-select:focus {
    border-color: #87b4d4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
}

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

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #87b4d4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
}

.form-check-input:checked {
    background-color: #0e68a8;
    border-color: #0e68a8;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0e68a8;
    border-color: #0e68a8;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2387b4d4'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

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

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
}

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

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b7d2e5;
}

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

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

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

.form-range::-moz-range-thumb:active {
    background-color: #b7d2e5;
}

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

.form-range:disabled {
    pointer-events: none;
}

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

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

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0;
}

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

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5;
}

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

.input-group .btn:focus {
    z-index: 5;
}

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

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

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

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.375rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(194, 26, 52, 0.9);
    border-radius: 0.375rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #c21a34;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c21a34'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c21a34' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #c21a34;
    box-shadow: 0 0 0 0.25rem rgba(194, 26, 52, 0.25);
}

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

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #c21a34;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c21a34'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c21a34' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #c21a34;
    box-shadow: 0 0 0 0.25rem rgba(194, 26, 52, 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #c21a34;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #c21a34;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(194, 26, 52, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #c21a34;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked+.btn,
 :not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked+.btn:focus-visible,
 :not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0e68a8;
    --bs-btn-border-color: #0e68a8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0c588f;
    --bs-btn-hover-border-color: #0b5386;
    --bs-btn-focus-shadow-rgb: 50, 127, 181;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b5386;
    --bs-btn-active-border-color: #0b4e7e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0e68a8;
    --bs-btn-disabled-border-color: #0e68a8;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c21a34;
    --bs-btn-border-color: #c21a34;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a5162c;
    --bs-btn-hover-border-color: #9b152a;
    --bs-btn-focus-shadow-rgb: 203, 60, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9b152a;
    --bs-btn-active-border-color: #921427;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c21a34;
    --bs-btn-disabled-border-color: #c21a34;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
    --bs-btn-color: #0e68a8;
    --bs-btn-border-color: #0e68a8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e68a8;
    --bs-btn-hover-border-color: #0e68a8;
    --bs-btn-focus-shadow-rgb: 14, 104, 168;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e68a8;
    --bs-btn-active-border-color: #0e68a8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0e68a8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0e68a8;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #c21a34;
    --bs-btn-border-color: #c21a34;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c21a34;
    --bs-btn-hover-border-color: #c21a34;
    --bs-btn-focus-shadow-rgb: 194, 26, 52;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c21a34;
    --bs-btn-active-border-color: #c21a34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #c21a34;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c21a34;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 50, 127, 181;
    text-decoration: underline;
}

.btn-link:focus-visible {
    color: var(--bs-btn-color);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}

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

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

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0e68a8;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1172px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1172px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1172px) {
    .dropdown-menu-xxxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

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

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

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0e68a8;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

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

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

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

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

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

.btn-group {
    border-radius: 0.375rem;
}

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

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

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.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,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 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 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

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

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

.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~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0e68a8;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

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

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

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl,
.navbar>.container-xxxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color);
}

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

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1172px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1172px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1172px) {
    .navbar-expand-xxxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

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

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

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

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

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

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

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}

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

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d5e97'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #87b4d4;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0d5e97;
    --bs-accordion-active-bg: #e7f0f6;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

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

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")/* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0e68a8;
    --bs-pagination-active-border-color: #0e68a8;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

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

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

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

.alert-primary {
    --bs-alert-color: #083e65;
    --bs-alert-bg: #cfe1ee;
    --bs-alert-border-color: #b7d2e5;
}

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

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc;
}

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

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    --bs-alert-color: #74101f;
    --bs-alert-bg: #f3d1d6;
    --bs-alert-border-color: #edbac2;
}

.alert-danger .alert-link {
    color: #5d0d19;
}

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf;
}

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

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0e68a8;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

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

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

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

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

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0e68a8;
    --bs-list-group-active-border-color: #0e68a8;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

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

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}

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

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}

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

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}

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

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

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

@media (min-width: 1172px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 1172px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 1172px) {
    .list-group-horizontal-xxxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

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

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}

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

.list-group-item-primary {
    color: #083e65;
    background-color: #cfe1ee;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #083e65;
    background-color: #bacbd6;
}

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

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}

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

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}

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

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}

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

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}

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

.list-group-item-danger {
    color: #74101f;
    background-color: #f3d1d6;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #74101f;
    background-color: #dbbcc1;
}

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

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

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

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

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

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(14, 104, 168, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
    opacity: 0;
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

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

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

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

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

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}

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

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1171.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1171.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1171.98px) {
    .modal-fullscreen-xxxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-header,
    .modal-fullscreen-xxxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxxl-down .modal-body {
        overflow-y: auto;
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}

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

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}


/* rtl:begin:ignore */

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}


/* rtl:end:ignore */

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}


/* rtl:begin:ignore */

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}


/* rtl:end:ignore */

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: ;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}

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

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}


/* rtl:begin:ignore */

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}


/* rtl:end:ignore */

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}


/* rtl:begin:ignore */

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}


/* rtl:end:ignore */

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

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

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
        ;
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}

.offcanvas,
.offcanvas-xxxl,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 1171.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible;
    }
}

@media (min-width: 1172px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 1171.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible;
    }
}

@media (min-width: 1172px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
    }
}

@media (max-width: 1171.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxxl {
        transition: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.showing,
    .offcanvas-xxxl.show:not(.hiding) {
        transform: none;
    }
}

@media (max-width: 1171.98px) {
    .offcanvas-xxxl.showing,
    .offcanvas-xxxl.hiding,
    .offcanvas-xxxl.show {
        visibility: visible;
    }
}

@media (min-width: 1172px) {
    .offcanvas-xxxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible;
}

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

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

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(14, 104, 168, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(194, 26, 52, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
    color: #0e68a8 !important;
}

.link-primary:hover,
.link-primary:focus {
    color: #0b5386 !important;
}

.link-secondary {
    color: #6c757d !important;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #565e64 !important;
}

.link-success {
    color: #198754 !important;
}

.link-success:hover,
.link-success:focus {
    color: #146c43 !important;
}

.link-info {
    color: #0dcaf0 !important;
}

.link-info:hover,
.link-info:focus {
    color: #3dd5f3 !important;
}

.link-warning {
    color: #ffc107 !important;
}

.link-warning:hover,
.link-warning:focus {
    color: #ffcd39 !important;
}

.link-danger {
    color: #c21a34 !important;
}

.link-danger:hover,
.link-danger:focus {
    color: #9b152a !important;
}

.link-light {
    color: #f8f9fa !important;
}

.link-light:hover,
.link-light:focus {
    color: #f9fafb !important;
}

.link-dark {
    color: #212529 !important;
}

.link-dark:hover,
.link-dark:focus {
    color: #1a1e21 !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1172px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1172px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1172px) {
    .sticky-xxxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

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

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

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

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

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

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

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

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

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

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

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

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

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.border-2 {
    --bs-border-width: 2px;
}

.border-3 {
    --bs-border-width: 3px;
}

.border-4 {
    --bs-border-width: 4px;
}

.border-5 {
    --bs-border-width: 5px;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

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

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

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

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

.w-auto {
    width: auto !important;
}

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

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !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;
}

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

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

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

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

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
    margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
    margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
    margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
    margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
    padding-left: 0 !important;
}

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

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

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

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

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

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

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

.fst-normal {
    font-style: normal !important;
}

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

.fw-lighter {
    font-weight: lighter !important;
}

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

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

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
    text-decoration: line-through !important;
}

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

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

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

.text-wrap {
    white-space: normal !important;
}

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


/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}


/* rtl:end:remove */

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1172px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1172px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1172px) {
    .float-xxxl-start {
        float: left !important;
    }
    .float-xxxl-end {
        float: right !important;
    }
    .float-xxxl-none {
        float: none !important;
    }
    .d-xxxl-inline {
        display: inline !important;
    }
    .d-xxxl-inline-block {
        display: inline-block !important;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-grid {
        display: grid !important;
    }
    .d-xxxl-table {
        display: table !important;
    }
    .d-xxxl-table-row {
        display: table-row !important;
    }
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
    .d-xxxl-flex {
        display: flex !important;
    }
    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxxl-none {
        display: none !important;
    }
    .flex-xxxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxxl-row {
        flex-direction: row !important;
    }
    .flex-xxxl-column {
        flex-direction: column !important;
    }
    .flex-xxxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxxl-center {
        justify-content: center !important;
    }
    .justify-content-xxxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxxl-center {
        align-items: center !important;
    }
    .align-items-xxxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxxl-center {
        align-content: center !important;
    }
    .align-content-xxxl-between {
        align-content: space-between !important;
    }
    .align-content-xxxl-around {
        align-content: space-around !important;
    }
    .align-content-xxxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxxl-auto {
        align-self: auto !important;
    }
    .align-self-xxxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxxl-center {
        align-self: center !important;
    }
    .align-self-xxxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxxl-stretch {
        align-self: stretch !important;
    }
    .order-xxxl-first {
        order: -1 !important;
    }
    .order-xxxl-0 {
        order: 0 !important;
    }
    .order-xxxl-1 {
        order: 1 !important;
    }
    .order-xxxl-2 {
        order: 2 !important;
    }
    .order-xxxl-3 {
        order: 3 !important;
    }
    .order-xxxl-4 {
        order: 4 !important;
    }
    .order-xxxl-5 {
        order: 5 !important;
    }
    .order-xxxl-last {
        order: 6 !important;
    }
    .m-xxxl-0 {
        margin: 0 !important;
    }
    .m-xxxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxxl-3 {
        margin: 1rem !important;
    }
    .m-xxxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxxl-5 {
        margin: 3rem !important;
    }
    .m-xxxl-auto {
        margin: auto !important;
    }
    .mx-xxxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxxl-auto {
        margin-top: auto !important;
    }
    .me-xxxl-0 {
        margin-right: 0 !important;
    }
    .me-xxxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxxl-auto {
        margin-right: auto !important;
    }
    .mb-xxxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxxl-auto {
        margin-left: auto !important;
    }
    .p-xxxl-0 {
        padding: 0 !important;
    }
    .p-xxxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxxl-3 {
        padding: 1rem !important;
    }
    .p-xxxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxxl-5 {
        padding: 3rem !important;
    }
    .px-xxxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxxl-0 {
        gap: 0 !important;
    }
    .gap-xxxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxxl-3 {
        gap: 1rem !important;
    }
    .gap-xxxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxxl-5 {
        gap: 3rem !important;
    }
    .text-xxxl-start {
        text-align: left !important;
    }
    .text-xxxl-end {
        text-align: right !important;
    }
    .text-xxxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

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

.container {
    position: relative;
}


/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

@keyframes "fadeIn" {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes "fadeFromTop" {
    from {
        opacity: 0;
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes "fadeFromTopMargin" {
    from {
        opacity: 0;
        margin-top: -30px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Animate Plugin
 */

@keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */


/*
 *  Core Owl Carousel CSS File
 */


/* No Js */


/*
 * 	Owl Carousel - Lazy Load Plugin
 */


/*
 * 	Owl Carousel - Video Plugin
 */

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    transition: scale 0.1s ease;
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    visibility: hidden;
    display: block;
    line-height: 0;
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
    display: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
    display: none;
}

.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
    display: none;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
}

.mfp-close {
    text-decoration: none;
    text-align: center;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus {
    opacity: 1;
}

.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    outline: 0;
    color: inherit;
}

a:focus {
    outline: dotted thin;
}

a:active {
    outline: 0;
}

.mfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    opacity: 0.65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:hover {
    opacity: 1;
}

.mfp-container {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small,
.mfp-figure .small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-title {
    word-wrap: break-word;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    padding-right: 36px;
}

pre {
    word-wrap: break-word;
    margin: 1em 0;
    font-family: monospace, serif;
    font-size: 1em;
    white-space: pre;
    white-space: pre-wrap;
}

.calendar {
    border-spacing: 0;
    border-collapse: collapse;
}

.calendar th {
    font-weight: 500;
    color: #145787;
    height: 25px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(20, 87, 135, 0.2);
}

.calendar th.month {
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #145787;
}

.calendar tbody tr {
    border: 1px solid #999;
    border-right: none;
}

.calendar td {
    position: relative;
    height: 56px;
}

.calendar td:before {
    content: "";
    z-index: 2;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #999;
}

.calendar td.garde:after {
    position: absolute;
    top: 21px;
    bottom: 15px;
    left: 0;
    width: 100%;
    content: "";
    background-color: #000;
}

.calendar td.journee:after {
    position: absolute;
    top: 21px;
    bottom: 15px;
    left: 0;
    width: 100%;
    content: "";
    background-color: #145787;
}

.calendar td.demijournee:after {
    position: absolute;
    top: 21px;
    bottom: 15px;
    left: 0;
    width: 100%;
    content: "";
    background-color: #145787;
    background-image: url(/../img/demi-journee.png);
    background-size: 100% 100%;
}

.calendar td.garde.journee:after {
    background: url(/../img/journee-garde.png);
    background-size: 100% 100%;
}

.calendar .day {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.calendar .past .day {
    color: #b2b2b2;
    background-color: transparent;
}

.calendar .count {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    height: 15px;
    text-align: center;
    color: #fff;
    background-color: #1d9f9b;
}

.calendar .count.yellow {
    left: 50%;
    background-color: #fdae44;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.form-orange {
    position: relative;
    margin-bottom: 27px;
    padding: 15px;
    color: #fff;
    border-radius: 15px;
    background: #e54d00;
    background-size: 270px 372px;
}

.form-orange .title {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 500;
    font-weight: 500;
    font-size: 22px;
}

.form-orange .title:after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background-color: #ffffff;
}

.form-orange .toggle .icon {
    vertical-align: middle;
}

.form-orange .col {
    margin-bottom: 20px;
}

.form-orange select {
    width: 100%;
    border-color: #8d2500;
}

.form-orange label {
    padding-right: 5px;
    text-align: left;
}

.form-orange input {
    border-color: #8d2500;
}

.form-orange hr {
    height: 2px;
    margin: 15px 0;
    background-color: #fff;
}

.form-orange .checkbox {
    margin-right: 0;
}

.form-orange .title.big {
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 25px;
}

.form-orange .title.secondary {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: none;
}

.form-orange .toggle.visible .icon {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form-orange .icon-map {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.form-orange .btn {
    background-color: #ffa100;
    border: 1px solid #fff;
}

.form-orange .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.form-orange .card__btn {
    background-color: #ffa100;
    border: 1px solid #fff;
}

.form-orange .card__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.form-orange .advanced {
    padding-top: 20px;
}

.form-orange .radio {
    border: none;
}

.form-orange .radio span {
    top: 5px;
    left: 5px;
}

.form-orange .infobox__icon {
    background-image: url(/img/info_white.png);
    background-size: 16px 16px;
}

.header {
    position: relative;
}

.header .btn {
    text-transform: uppercase;
}

.header .card__btn {
    text-transform: uppercase;
}

.header .container {
    overflow: hidden;
}

.header .btn-grey {
    margin-right: 15px;
}

.menu {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: -325px;
    width: 325px;
    overflow-y: scroll;
    font-family: Raleway;
    color: #fff;
    background-color: #285495;
    transition: right 0.3s;
}

.menu a:hover {
    color: white;
    text-decoration: underline;
}

.menu .register:hover {
    color: #1c2b44;
    text-decoration: line;
}

.menu .login {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 326px;
    height: 49px;
    line-height: 49px;
    padding-left: 24px;
    color: #fff;
    background-color: #e54d00;
}

.menu .login .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.menu .login .icon-logout {
    transform: rotate(90deg);
}

.menu .register {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 326px;
    height: 49px;
    line-height: 49px;
    padding-left: 24px;
    color: #1c2b44;
    background-color: #fff;
    margin-top: 1rem;
}

.menu .register .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.menu .main {
    margin: 0;
    padding: 26px 0 23px 22px;
}

.menu .main>ul>li {
    margin-bottom: 10px;
}

.menu .main>ul>li>a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.menu .main>ul>li>a:hover {
    text-decoration: underline;
    color: white;
}

.menu .main>ul>li:hover .sub {
    display: block;
    animation: fadeIn 0.3s;
}

.menu .main>ul>li:hover .sub li a:hover {
    text-decoration: underline;
    color: white;
}

.menu .main .sub {
    display: none;
    font-size: 15px;
    padding: 12px 10px;
    color: #a9c5f1;
}

.menu .main .sub a:hover {
    text-decoration: underline;
    color: #1794f9;
}

.menu .main .sub .active a {
    color: #1794f9;
}

.menu .main li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .main .icon {
    display: none;
}

.menu .secondary {
    padding: 26px 0 33px 22px;
}

.menu .secondary .btn {
    text-transform: uppercase;
}

.menu .secondary .card__btn {
    text-transform: uppercase;
}

.menu .secondary ul {
    padding: 0;
}

.menu .secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}

.menu .secondary .social .icon {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}

.menu a:hover {
    text-decoration: underline;
}

.menu hr {
    width: 325px;
    height: 1px;
    border: none;
    background-color: #3e69ad;
}

.menu-mobile {
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
    color: #e54d00;
    border: none;
    outline: 0;
    background-color: transparent;
}

.menu-mobile .icon {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.menu-mobile .icon-close {
    display: none;
    width: 17px;
    height: 17px;
}

.alertes-cards::after {
    clear: both;
    content: " ";
    display: table;
}

.alertes-cards::before {
    content: " ";
    display: table;
}

.annonce {
    border: 1px solid #c40f25;
    margin-bottom: 35px;
    color: #595959;
}

.annonce::after {
    clear: both;
    content: " ";
    display: table;
}

.annonce td.label {
    vertical-align: top;
    text-align: right;
    width: 110px;
    padding-right: 10px;
}

.annonce td.value {
    vertical-align: top;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.annonce::before {
    content: " ";
    display: table;
}

.annonce strong {
    color: #000;
}

.annonce table {
    margin-bottom: 50px;
}

.annonce:last-child {
    margin-bottom: 0;
}

.annonce .annonce--offre-installation .h2 {
    color: #be0a26;
    border-bottom: 1px solid #be0a26;
}

.annonce .annonce--offre-collaboration .h2 {
    border-bottom: 1px solid #00632e;
    color: #00632e;
}

.annonce .annonce--offre-assistanat .h2 {
    border-bottom: 1px solid #7f3a88;
    color: #7f3a88;
}

.annonce .h2 {
    margin: 0 0 23px;
    color: #be0a26;
    font-size: 19px;
    line-height: 14px;
    padding: 0 0 7px;
    border-bottom: 1px solid #be0a26;
    font-weight: 400;
}

.annonce textarea {
    display: block;
    width: 100%;
    height: 78px;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
}

.annonce .checkbox {
    display: block;
    line-height: 19px;
    margin-bottom: 20px;
}

.annonce .slider {
    margin-bottom: 52px;
}

.annonce .slider .owl-prev {
    left: 9px;
}

.annonce .slider .owl-next {
    left: auto;
    right: 9px;
}

.annonce .slider .owl-dots {
    top: 100%;
}

.annonce .slider .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #595959;
    border: 1px solid #595959;
    margin: 0 2px;
}

.annonce .slider .owl-dot.active {
    background-color: #fff;
}

.botbar {
    text-align: center;
    background-color: #1b2437;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.botbar::after {
    clear: both;
    content: " ";
    display: table;
}

.botbar::before {
    content: " ";
    display: table;
}

.botbar .left {
    margin-bottom: 1rem;
}

.botbar a:hover {
    text-decoration: underline;
    color: white;
}

.card {
    position: relative;
    border: 1px solid #d4d4d4;
    margin: 20px 0;
}

.card::after {
    clear: both;
    content: " ";
    display: table;
}

.card::before {
    content: " ";
    display: table;
}

.card:first-child {
    margin-top: 0;
}

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

.card li {
    padding: 0;
    list-style: none;
}

.card li:before {
    content: "> ";
}

.card ul {
    padding: 0;
    list-style: none;
    margin: 25px;
}

.card td {
    vertical-align: baseline;
}

.card hr {
    margin: 2em 0;
}

.card .checkbox {
    display: inline-block;
    margin-right: 20px;
}

.card__body {
    background-color: #fff;
    padding: 0 35px;
}

.card__body::after {
    clear: both;
    display: table;
    content: " ";
}

.card__body::before {
    display: table;
    content: " ";
}

.card__footer {
    height: 33px;
    text-align: center;
}

.card__footer::after {
    clear: both;
    display: table;
    content: " ";
}

.card__footer::before {
    display: table;
    content: " ";
}

.card__footer .icon {
    margin: 5px 10px;
    width: 22px;
    height: 22px;
}

.cards .card {
    margin-top: 0;
    margin-bottom: 20px;
}

.cards .card::after {
    clear: both;
    content: " ";
    display: table;
}

.cards .card::before {
    content: " ";
    display: table;
}

.cards .itineraire {
    margin-top: 0;
    margin-bottom: 20px;
}

.cards .itineraire::after {
    clear: both;
    content: " ";
    display: table;
}

.cards .itineraire::before {
    content: " ";
    display: table;
}

.cb {
    clear: both;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: table;
}

.clearfix::before {
    content: " ";
    display: table;
}

.itineraire {
    position: relative;
    border: 1px solid #d4d4d4;
    margin: 20px 0;
    border: 3px solid #cecdd6;
}

.itineraire::after {
    clear: both;
    content: " ";
    display: table;
}

.itineraire::before {
    content: " ";
    display: table;
}

.itineraire:first-child {
    margin-top: 0;
}

.itineraire:last-child {
    margin-bottom: 0;
}

.itineraire li {
    padding: 0;
    list-style: none;
}

.itineraire li:before {
    content: "> ";
}

.itineraire ul {
    padding: 0;
    list-style: none;
    margin: 25px;
}

.itineraire td {
    vertical-align: baseline;
}

.itineraire hr {
    margin: 2em 0;
}

.itineraire .checkbox {
    display: inline-block;
    margin-right: 20px;
}

.modal--map__content {
    padding: 20px;
}

.modal--map__content::after {
    clear: both;
    content: " ";
    display: table;
}

.modal--map__content::before {
    content: " ";
    display: table;
}

.pagination {
    overflow: hidden;
    margin: 10px 20px;
    position: relative;
    height: 34px;
    line-height: 20px;
}

.pagination::after {
    clear: both;
    display: table;
    content: " ";
}

.pagination::before {
    display: table;
    content: " ";
}

.pagination .next {
    position: absolute;
    top: 8px;
    right: 0;
    width: 110px;
    text-align: right;
}

.pagination .next span {
    display: none;
}

.pagination .previous {
    position: absolute;
    top: 8px;
    left: 0;
    width: 110px;
}

.pagination .previous span {
    display: none;
}

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

.pagination .numbers a {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #446e92;
    margin: 0 2px;
    background-color: #ffffff;
}

.pagination .numbers a:hover {
    text-decoration: none;
    border: 1px solid #446e92;
    background-color: #ccf6fb;
}

.pagination .numbers a:nth-child(n+7) {
    display: none;
}

.pagination .numbers span.active {
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #446e92;
    margin: 0 2px;
    background-color: #ffffff;
    background-color: #446e92;
    color: #fff;
}

.secondary-demarche {
    background-color: #f2f2f2;
    padding-top: 20px;
    margin-top: 50px;
    position: relative;
    margin-bottom: 35px;
}

.secondary-demarche::after {
    clear: both;
    display: table;
    content: " ";
}

.secondary-demarche .title {
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

.secondary-demarche::before {
    display: table;
    content: " ";
}

.secondary-demarche .icon {
    width: 195px;
    height: 63px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.secondary-demarche .link {
    color: #0082e4;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 20px;
    text-align: center;
}

.section-grey {
    padding: 40px 0 30px;
    background-color: #f6f6f6;
}

.section-grey::after {
    clear: both;
    content: " ";
    display: table;
}

.section-grey .title {
    text-transform: uppercase;
    text-align: center;
    color: #0082e4;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 45px;
}

.section-grey::before {
    content: " ";
    display: table;
}

.section-grey .big {
    font-weight: 700;
    font-size: 18px;
}

.section-grey .blue {
    color: #0082e4;
}

.section-grey .list {
    font-size: 14px;
    line-height: 20px;
}

.section-grey .list__item {
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
    position: relative;
    min-height: 75px;
    height: 75px;
    display: table;
    transition: background 0.3s;
}

.section-grey .list__item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    padding-left: 15px;
}

.section-grey .list__item p {
    display: table-cell;
    vertical-align: middle;
}

.section-grey .list__item:hover {
    background-color: #e1e2e3;
}

.owl-carousel.owl-rtl {
    direction: rtl;
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
    float: right;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

* {
    box-sizing: border-box;
}

* html .ui-helper-clearfix {
    height: 1%;
}

* html .ui-autocomplete {
    width: 1px;
}

body {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    font-size: 14px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #595959;
    background-color: #fff;
    transition: left 0.3s, right 0.3s;
    margin: 0;
    color: #596b7d;
}

.relative {
    position: relative;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: block;
    max-width: 755px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

hr {
    height: 1px;
    background-color: #d4d4d4;
    border: none;
    margin: 0;
    padding: 0;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results__option .wrap:before {
    display: inline-block;
    color: #999;
    content: "";
    vertical-align: middle;
    background: url(/img/select2-off.png) center center no-repeat;
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-selection--single {
    background-color: #596b7d;
    color: #fff;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(/img/select2-arrow-on.png) center center no-repeat;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}

.select2-hidden-accessible {
    position: absolute !important;
    left: 0 !important;
    top: 60px !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #d4d4d4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d4d4;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    color: #0d5689;
    display: block;
    width: 100%;
    height: 48px !important;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid #b4b4b4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    line-height: 48px;
    color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 28px;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 9px;
    top: 20px;
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(/../img/select.svg) center center no-repeat;
    background-size: 8px 16px;
    top: 9px;
    right: 7px;
    width: 16px;
    height: 9px;
    top: 0;
    right: 0;
    background: url(/img/select2-arrow.png) center center no-repeat;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d4d4;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    background-color: #0069d9;
    color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
    background-color: #e9e9e9;
    color: inherit;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #d4d4d4;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.mfp-bg {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-preloader {
    text-align: center;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
    border: 0;
    padding: 0;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

img.mfp-img {
    line-height: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.alert {
    position: relative;
    margin: 30px auto;
    border: 1px solid #d4d4d4;
    background-color: #f2f2f2;
    padding: 15px 35px;
    border-radius: 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

.alert .icon {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 30px;
}

.alert strong {
    font-weight: 600;
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -0.25em;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}

.topbar {
    text-align: right;
    display: none;
    height: 37px;
    background-color: #ededed;
}

.topbar .sharers {
    display: inline-block;
}

.topbar span {
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 7px;
}

.topbar .gplus-share {
    margin-right: 5px;
}

.topbar .twitter-share {
    margin-right: 5px;
}

.tright {
    text-align: right;
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

figure {
    display: block;
    margin: 0;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

nav {
    display: block;
}

nav ol {
    list-style: none;
}

nav ul {
    list-style: none;
}

section {
    display: block;
}

summary {
    display: block;
}

audio {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

canvas {
    display: inline-block;
}

video {
    display: inline-block;
}

.alert.info {
    background-color: #deebf4;
    line-height: 24px;
    border-radius: 10px;
    border: 2px solid #0082e4;
    color: #0082e4;
    font-weight: 500;
    min-height: 91px;
    max-width: 100%;
}

.alert.info .icon {
    height: 30px;
    background-size: 30px 30px;
    width: 30px;
}

.alert.info-tries {
    background-color: #deebf4;
    line-height: 24px;
    border: 1px solid #0082e4;
    color: #1c73b6;
    font-weight: 500;
}

.alert.info-tries .icon {
    height: 30px;
    background-size: 30px 30px;
    width: 30px;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:focus {
    border-color: #e54d00;
}

input:checked~.jobs-select__title {
    background: rgba(236, 78, 0, 0.8);
}

input:checked~.jobs-select__image {
    box-shadow: 0 0 15px rgba(90, 108, 125, 0.76);
}

select {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
    position: relative;
}

select::after {
    content: "";
    background: url(/../img/select.svg) center center no-repeat;
    background-size: 8px 16px;
    position: absolute;
    top: 6px;
    right: 13px;
}

textarea {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    overflow: auto;
    vertical-align: top;
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
    height: 120px;
}

form {
    margin: 0;
}

h1,
.h1 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h2,
.h2 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h3,
.h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h4,
.h4 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h5,
.h5 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h6,
.h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.form-message {
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
}

dfn {
    font-style: italic;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

mark,
.mark {
    background: #ff0;
    color: #000;
}

dl {
    margin: 1em 0;
}

menu {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

p {
    margin: 1em 0;
}

ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

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

kbd {
    font-family: monospace, serif;
    font-size: 1em;
}

samp {
    font-family: monospace, serif;
    font-size: 1em;
}

small,
.small {
    font-size: 75%;
}

q {
    quotes: none;
}

q:after {
    content: Ã¢â‚¬â„¢Ã¢â‚¬â„¢;
    content: none;
}

q:before {
    content: Ã¢â‚¬â„¢Ã¢â‚¬â„¢;
    content: none;
}

dd {
    margin: 0 0 0 40px;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

input[disabled] {
    cursor: default;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

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

.black {
    color: #000;
}

.mb {
    margin-bottom: 1em;
}

.tleft {
    text-align: left;
}

.vtop {
    vertical-align: top !important;
}

.vcenter {
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.alert.success {
    background-color: #dff0d8;
    border: 1px solid #457646;
    color: #3c763d;
}

.alert.success strong {
    color: #457646;
}

.alert.danger {
    color: #ce2426;
    background-color: #f2dede;
    border: 1px solid #d0211d;
}

.alert.danger strong {
    color: #ce2426;
}

.alert.attention {
    background-color: #fff6dd;
    border: 1px solid #eb9b00;
    color: #eb9b00;
}

.alert.attention strong {
    color: #eb9b00;
}

.alert-arrowed.lorange {
    margin-bottom: 0;
    background-color: #f17d2f;
}

.alert-arrowed.lorange:after {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #f17d2f;
}

.alert-arrowed.yellow {
    margin-bottom: 0;
    background-color: #fdae44;
}

.alert-arrowed.yellow:after {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 10px solid #fdae44;
}

.alert-arrowed {
    position: -webkit-sticky;
    position: sticky;
    padding: 15px;
    color: #fff;
    top: 66px;
    z-index: 300;
    background-color: #1d9f9b;
    font-size: 17px;
    font-weight: 500;
    margin: 20px auto 0 auto;
    max-width: 1175px;
}

.alert-arrowed:after {
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    top: 100%;
    left: 55px;
    border-top: 10px solid #1d9f9b;
}

.alert-arrowed.is_stuck {
    margin-top: 0;
    z-index: 40;
}

.header__actions {
    display: none;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #e54d00;
    font-weight: 500;
}

.header__actions .icon-logout {
    vertical-align: middle;
    margin-top: -4px;
    width: 19px;
    height: 17px;
}

.header__logo {
    display: block;
    width: 280px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.header__logo img {
    width: 195px;
    display: block;
}

.menu-open {
    right: 325px;
    left: -325px;
}

.menu-open .menu {
    right: 0;
}

.menu-open .menu-mobile .icon-close {
    display: inline-block;
}

.menu-open .menu-mobile .icon-menu {
    display: none;
}

.menu-holder {
    position: relative;
    z-index: 1000;
}

.center {
    text-align: center;
}

.footer {
    padding: 30px 0 33px 0;
    background-color: #3a4c75;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    color: #fff;
    position: relative;
    margin-top: -2px;
}

.footer .address {
    border-left: 1px solid white;
    padding: 0 12px;
    line-height: 27px;
    font-size: 16px;
}

.footer .footer__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 47px;
    margin-top: 10px;
}

.footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 27px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 27px;
}

.footer a:hover {
    text-decoration: underline;
    color: white;
}

.footer .social {
    margin-top: 37px;
}

.prefooter {
    /* position: absolute; */
    /* right: 0; */
    height: 100px;
    /* top: -159px; */
    width: 100%;
    background-color: #3a4c75;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
}

.footer__title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.footer__tags span {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 14px;
    background-color: transparent;
    padding: 3px 5px;
    border: 1px solid white;
    transition: background 0.3s;
}

.social .icon {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 6px;
    background-size: 42px 42px;
}

.social .facebook {
    background-image: url(/../img/footer/facebook.svg);
}

.social .gplus {
    background-image: url(/../img/footer/gplus.svg);
}

.social .twitter {
    background-image: url(/../img/footer/twitter.svg);
}

.full {
    font-size: 13px;
    font-family: fira sans;
    font-weight: 400;
    width: 100%;
}

.small {
    font-size: 13px;
}

.annonce__header {
    overflow: hidden;
    position: relative;
    min-height: 55px;
    padding-left: 74px;
    border-bottom: 1px solid #be0a26;
}

.annonce__header .icon {
    position: absolute;
    top: 9px;
    left: 32px;
    width: 31px;
    height: 40px;
}

.annonce__header:before {
    color: #fff;
    text-align: center;
    line-height: 54px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: calc(100% - 1px);
    width: 17px;
    background-color: #be0a26;
}

.breadcrumb {
    overflow: hidden;
    height: 0;
    line-height: 45px;
    border-left: 1px solid #999;
    font-size: 13px;
    margin-bottom: 40px;
}

.breadcrumb svg {
    display: inline-block;
    margin-left: 14px;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.breadcrumb a svg {
    color: inherit;
    text-decoration: none;
}

.breadcrumb a:hover svg {
    color: inherit;
    text-decoration: none;
}

.breadcrumb .sep {
    margin: 0 5px;
}

.calendars {
    overflow: hidden;
    margin-bottom: 50px;
}

.calendars .nav {
    overflow: hidden;
    font-weight: 500;
    color: #145787;
    font-size: 14px;
    padding: 0 25px;
    margin-bottom: 15px;
}

.calendars .nav a:hover {
    text-decoration: underline;
}

.calendars .previous {
    float: left;
    width: 50%;
}

.calendars .next {
    float: right;
    width: 50%;
    text-align: right;
}

.calendars .current {
    float: left;
    width: 100%;
    text-align: center;
}

.calendars .col {
    margin-bottom: 30px;
}

.home-offers {
    overflow: hidden;
    background: url(/../img/doctor.png) center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.home-offers .title {
    line-height: 62px;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 40px;
}

.home-offers .card {
    margin-bottom: 40px;
    text-align: left;
    border: none;
}

.home-offers .itineraire {
    margin-bottom: 40px;
    text-align: left;
    border: none;
}

.home-offers .action {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .home-offers .action {
        margin-bottom: 30px;
    }
}

.home-offers p {
    font-size: 24px;
    font-weight: 600;
}

.home-offers .subtitle {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 500;
}

.home-offers .annonce-short {
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .home-offers {
        padding-top: 25px;
    }
    .home-offers .title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .home-offers p {
        font-size: 13px;
        line-height: 18px;
    }
    .home-offers .subtitle {
        font-size: 13px;
        line-height: 18px;
    }
}

.section {
    overflow: hidden;
    position: relative;
}

.steps {
    overflow: hidden;
    margin-bottom: 2rem;
}

.steps .step.active {
    text-transform: uppercase;
}

.steps .step {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
}

.steps .step:first-child {
    color: #fff;
    background-color: #ec4e00;
    border-color: #ec4e00;
}

.lastlogin {
    text-align: right;
    color: #145787;
    height: 25px;
    line-height: 25px;
    margin-left: auto;
    font-size: 0.9rem;
}

.gototop {
    width: 57px;
    height: 57px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: transparent;
    border: none;
    outline: 0;
}

.gototop svg {
    width: 57px;
    height: 57px;
}

.slider {
    position: relative;
}

.slider .owl-dots {
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 61px;
}

.slider .owl-controls {
    height: 0;
}

.slider .owl-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    transition: background 0.3s;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slider .owl-dot.active {
    background-color: #fff;
}

.slider .owl-nav {
    max-width: 1175px;
    margin: 0 20px;
}

.slider .owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 26px;
    background: url(/../img/slider/next.svg);
    background-size: 15px 26px;
}

.slider .owl-prev {
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 26px;
    background: url(/../img/slider/next.svg);
    background-size: 15px 26px;
    right: auto;
    left: 20px;
    background-image: url(/../img/slider/prev.svg);
}

.slider__label {
    right: 0;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.slider__label .title {
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
}

.slider__label .title a {
    color: inherit;
    text-decoration: underline;
}

.slider__label a {
    color: inherit;
    text-decoration: underline;
}

.slider__label .slider-btn {
    position: relative;
    text-transform: uppercase;
}

.slider__label .slider-btn .btn-slider {
    padding: 0;
    background-color: #494a5c;
    border-radius: 5px;
    border: 1px solid white;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 560px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
}

.slider__label .slider-btn .btn-slider:hover {
    background-color: white;
    border: 1px solid #494a5c;
    color: #494a5c;
}

@media (max-width: 767.98px) {
    .slider__label .slider-btn .btn-slider {
        width: 100%;
        position: relative;
        font-size: 15px;
    }
}

.slider__label .slider-btn a {
    color: inherit;
    text-decoration: none;
}

.slider__label .slider-btn a:hover {
    color: #494a5c;
}

.slider__label .title::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 50%;
    border: 1px solid #fefefe;
}

@media (max-width: 991.98px) {
    .slider__label .title::after {
        margin-top: 0;
        border: none;
    }
}

.slider__item {
    position: relative;
    height: 484px;
    background-position: center center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

@media (max-width: 767.98px) {
    .slider__item {
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
    }
}

.slider-partners {
    height: 127px;
    border: 1px solid #9c9e9f;
    text-align: center !important;
}

.slider-partners .owl-item {
    height: 127px;
    line-height: 127px;
    text-align: center;
}

.slider-partners a {
    position: relative;
    vertical-align: middle !important;
    display: inline-block;
}

.slider-partners img {
    width: auto !important;
    height: auto !important;
}

.slider-partners .owl-next {
    background-image: url(/../img/slider/next-grey.svg);
}

.slider-partners .owl-prev {
    background-image: url(/../img/slider/prev-grey.svg);
}

.slider-partners .owl-dots {
    display: none !important;
}

.btn {
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    font-family: Raleway;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s;
    border-radius: 5px;
    border: none;
    background-color: #e54d00;
    color: #fff;
}

.btn .icon {
    vertical-align: middle;
    margin-right: 5px;
    height: 18px;
    width: 18px;
}

.btn:hover {
    background-color: #7d1700;
    text-decoration: none;
}

.card__btn {
    display: inline-block;
    line-height: 19px;
    font-size: 15px;
    font-family: Raleway;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s;
    border-radius: 5px;
    border: none;
    background-color: #e54d00;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
}

.card__btn .icon {
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.card__btn:hover {
    background-color: #7d1700;
    text-decoration: none;
}

.error-message {
    margin-top: 6px;
    font-size: 13px;
    color: #c21a34;
}

.error-message .icon {
    vertical-align: middle;
    margin-right: 7px;
    width: 13px;
    height: 13px;
}

.radio {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #596b7d;
    background-color: #ffffff;
    position: relative;
    margin-right: 5px;
    margin-top: -3px;
}

.radio span {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    transition: background 0.3s;
}

.radio span.checked {
    background-color: #596b7d;
}

.radio input {
    opacity: 0;
}

.checkbox {
    display: inline-block;
    text-align: left;
    margin-right: 26px;
    width: 18px;
    height: 18px;
}

.checkbox label {
    line-height: 1.4;
}

.checkbox .radio {
    margin-right: 5px;
}

.checker {
    display: inline-block;
    margin-right: 5px;
}

.checker input {
    display: none;
}

.checker span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #596b7d;
    background-color: #ffffff;
}

.checker span.checked {
    background: url(/img/checkbox.png) center center no-repeat #596b7d;
}

.slider-home .owl-dots {
    position: absolute;
    top: 20px;
    height: 20px;
}

.big.card__btn {
    padding: 17px 46px;
    line-height: 24px;
    font-size: 19px;
}

.btn.big {
    padding: 17px 46px;
    line-height: 24px;
    font-size: 19px;
}

.btn.multiline {
    font-size: 14px;
    line-height: 18px;
    padding: 3px;
}

.multiline.card__btn {
    font-size: 14px;
    line-height: 18px;
    padding: 3px;
}

.btn.small {
    height: 26px;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px 0 10px;
}

.btn.small .icon {
    height: 16px;
}

.small.card__btn {
    height: 26px;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px 0 10px;
}

.small.card__btn .icon {
    height: 16px;
}

.btn.xsmall {
    height: 26px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;
    border-radius: 2px;
}

.btn.xsmall .icon {
    height: 15px;
    margin-bottom: 2px;
}

.xsmall.card__btn {
    height: 26px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;
    border-radius: 2px;
}

.xsmall.card__btn .icon {
    height: 15px;
    margin-bottom: 2px;
}

.input {
    line-height: 1.6;
    min-height: 30px;
}

label {
    line-height: 1.6;
    min-height: 27px;
    font-weight: 600;
}

.btn.grey {
    background-color: #999;
}

.btn.grey:hover {
    background-color: #737373;
}

.grey.card__btn {
    background-color: #999;
}

.grey.card__btn:hover {
    background-color: #737373;
}

.blue.card__btn {
    background-color: #145787;
}

.blue.card__btn:hover {
    background-color: #1c2b44;
}

.btn.blue {
    background-color: #145787;
}

.btn.blue:hover {
    background-color: #1c2b44;
}

.btn.green {
    background-color: #14716d;
}

.btn.green:hover {
    background-color: #0e5552;
}

.green.card__btn {
    background-color: #14716d;
}

.green.card__btn:hover {
    background-color: #0e5552;
}

.btn-dgreen {
    background-color: #14716d;
}

.btn-dgreen:hover {
    background-color: #126460;
}

.btn.dgreen {
    background-color: #14716d;
}

.btn.dgreen:hover {
    background-color: #126460;
}

.card--green {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #1d9f9b;
    border-top: none;
}

.card--green .card__btn {
    background-color: #14716d;
}

.card--green .card__btn:hover {
    background-color: #126460;
}

.card--green li {
    color: #14716d;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.dgreen.card__btn {
    background-color: #14716d;
}

.dgreen.card__btn:hover {
    background-color: #126460;
}

.btn-yellow {
    background-color: #fdae44;
}

.btn.white {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}

.white.card__btn {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}

.btn.whitebg {
    border-color: #e54d00;
    color: #e54d00;
    background-color: #fff;
}

.btn.whitebg:hover {
    color: #8d2500;
    border-color: #8d2500;
}

.whitebg.card__btn {
    border-color: #e54d00;
    color: #e54d00;
    background-color: #fff;
}

.whitebg.card__btn:hover {
    color: #8d2500;
    border-color: #8d2500;
}

.dorange.card__btn {
    background: #8d2500;
}

.dorange.card__btn:hover {
    background: #7e2100;
}

.btn.dblue {
    background: #14315c;
}

.btn.dblue:hover {
    background: #112a4f;
}

.dblue.card__btn {
    background: #14315c;
}

.dblue.card__btn:hover {
    background: #112a4f;
}

.btn.inverted {
    background-color: transparent;
    border: 1px solid #e54d00;
    color: #e54d00;
}

.btn.inverted:hover {
    border-color: #8d2500;
    color: #8d2500;
}

.btn.inverted .icon-logout {
    transform: rotate(90deg);
}

.inverted.card__btn {
    background-color: transparent;
    border: 1px solid #e54d00;
    color: #e54d00;
}

.inverted.card__btn:hover {
    border-color: #8d2500;
    color: #8d2500;
}

.btn.lorange {
    background-color: rgba(229, 77, 0, 0.3);
    border: 1px solid #e54d00;
    color: #e54d00;
}

.btn.lorange:hover {
    border-color: #8d2500;
    color: #FFF;
}

.lorange.card__btn {
    background-color: rgba(229, 77, 0, 0.3);
    border: 1px solid #e54d00;
    color: #e54d00;
}

.lorange.card__btn:hover {
    border-color: #8d2500;
    color: #FFF;
}

.block.card__btn {
    width: 156px;
}

.btn.block {
    width: 156px;
}

input[type=email] {
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
}

input[type=password] {
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
}

input[type=text] {
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
}

input[type=number] {
    outline: 0;
    height: 34px;
    padding: 0 15px;
    color: #707173;
    font-family: fira sans;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    transition: border 0.3s ease 0s;
}

input[type=file] {
    margin-top: 5px;
    height: 34px;
}

.tooltip {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background: #596b7d;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 0.815em;
    color: #fff;
    opacity: 0;
    transition: border-radius 0.3s, opacity 0.3s, transform 0.3s;
    border-radius: 3px;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tooltip .tooltip__bubble:after {
    position: absolute;
    left: 40px;
    bottom: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.tooltip .tooltip__bubble_cnom::after {
    position: absolute;
    left: 40px;
    bottom: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.tooltip:hover .tooltip__bubble {
    display: block;
    animation: fadeFromTop 0.5s;
}

.tooltip:hover .tooltip__bubble_cnom {
    display: block;
    animation: fadeFromTop 0.5s;
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #596b7d;
}

.tooltip__icon {
    position: relative;
    cursor: pointer;
    font-size: 10px;
    border-radius: 14px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background-color: #0082e4;
}

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

label.small {
    font-size: 11px;
}

.form-title {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
}

label.big {
    font-size: 17px;
}

input.error {
    border-color: #be0a26;
}

label.required:after {
    content: " *";
    color: #ec4e00;
}

span.required {
    content: " *";
    color: #ec4e00;
}

label.checkbox {
    line-height: 1.4;
}

.input.blue {
    color: #0082e4;
}

.checkbox.blue {
    color: #0082e4;
}

.info-message {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #e54d00;
}

.required-mention {
    margin-bottom: 15px;
    color: #0082e4;
    font-size: 13px;
    font-weight: 400;
}

.form-actions {
    margin-top: 30px;
    text-align: center;
}

.form-actions .btn {
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.form-actions .card__btn {
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.bloc {
    background-color: #e5e5e5;
    padding: 22px 15px 10px;
    color: #3e3d40;
    font-size: 13px;
}

.bloc ul {
    margin-top: 5px;
}

.bloc p {
    margin-bottom: 5px;
}

.bloc .blue {
    color: #0082e4;
}

.bloc label {
    font-weight: 700;
}

.bloc.padded {
    padding: 15px 30px;
}

.bloc--orange {
    background-color: #fadbcc;
    color: #e54d00;
}

.bloc--orange input[type=text] {
    border-color: #fadbcc;
}

.bloc--orange label {
    font-weight: 400;
}

.bloc--orange .icon {
    color: #e54d00;
    border: 1px solid #e54d00;
    background-color: transparent;
}

.bloc--orange .required {
    color: inherit;
}

.bloc--orange .required:after {
    color: inherit;
}

.bloc--orange .tooltip__icon {
    border: 1px solid #e54d00;
    background-color: transparent;
    color: #e54d00;
}

.tooltip__bubble {
    display: none;
    background-color: #fff;
    left: -38px;
    bottom: 25px;
    z-index: 10;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.32);
    text-align: left;
    color: #58585a;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    padding: 15px;
    width: 215px;
    font-weight: 400;
}

.tooltip__bubble strong {
    font-weight: 500;
}

.tooltip__bubble_cnom {
    display: none;
    background-color: #fff;
    left: -38px;
    bottom: 25px;
    z-index: 10;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.32);
    text-align: left;
    color: #58585a;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    padding: 15px;
    width: 400px;
    font-weight: 400;
}

.tooltip__bubble_cnom strong {
    font-weight: 500;
}

.tooltip--markers .tooltip__bubble {
    width: 237px;
    left: auto;
    right: -33px;
}

.tooltip--markers .tooltip__bubble:after {
    left: 187px;
}

.tooltip--markers .tooltip__bubble .icon {
    width: 27px;
    height: 34px;
    vertical-align: middle;
    margin: 10px 5px;
}

.card__header {
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #1d9f9b;
    height: 155px;
    display: flex;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.card__header span {
    font-size: 30px;
    text-shadow: 0px 0px 10px #2d3a49;
    font-weight: 600;
    line-height: normal;
    margin: 0px 10px;
}

@media (max-width: 991.98px) {
    .card__header span {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .card__header {
        height: 110px;
    }
}

.card__header.header-replace {
    background-color: #43aa8c;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card__info {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    position: relative;
    background-color: #14716d;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    margin: -36px 10px 20px;
}

.card__info .up {
    text-transform: uppercase;
    text-decoration: underline;
}

.card__info strong {
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
}

.card__title {
    text-transform: uppercase;
    color: #e54d00;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #e54d00;
    margin-top: 5px;
    margin-bottom: 22px;
}

.card__title em {
    font-style: normal;
    color: #e54d00;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}

.card__title:last-child {
    margin-bottom: 0;
}

.card__actions {
    margin-top: 30px;
    text-align: center;
}

.card__actions .icon {
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    vertical-align: middle;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.card__actions .btn {
    margin: 0 12px 10px;
}

.card__actions .card__btn {
    margin: 0 12px 10px;
}

.period {
    position: relative;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    border-bottom: 1px dotted #595959;
}

.period .icon-cross {
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.period .count {
    position: relative;
    font-weight: 500;
    margin-top: 10px;
    padding: 5px 0 5px 15px;
    line-height: 28px;
    font-weight: 600;
    color: #14716d;
    background-color: #e5e5e5;
}

.period .date {
    font-style: italic;
    color: #595959;
}

.period .actions {
    margin: 10px 0;
    text-align: left;
}

.red {
    color: #e54d00;
    font-size: 14px;
    font-weight: 400;
}

.uploader {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 50px;
}

.uploader input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    z-index: 5;
    cursor: pointer;
    width: 100% !important;
}

.uploader .action {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 143px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #d4d4d4;
    color: #595959;
    font-size: 13px;
    text-align: center;
    float: left;
    width: 280px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #b4b4b4;
    background-color: #dadada;
    color: #596b7d;
    font-size: 17px;
    font-style: italic;
    line-height: 46px;
}

.uploader .filename {
    display: block;
    z-index: 4;
    position: relative;
    padding-top: 3px;
    padding-left: 153px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
    padding-left: 0px;
    line-height: 45px;
}

.card.orange {
    background-color: #fadbcc;
    border: none;
}

.orange.itineraire {
    background-color: #fadbcc;
    border: none;
}

.card.grey {
    border: none;
    background-color: #e5e5e5;
}

.card.grey .card__title {
    color: #0082e4;
    border-color: #0082e4;
}

.card.grey .card__value {
    color: #0082e4;
    border-color: #0082e4;
}

.grey.itineraire {
    border: none;
    background-color: #e5e5e5;
}

.grey.itineraire .card__title {
    color: #0082e4;
    border-color: #0082e4;
}

.grey.itineraire .card__value {
    color: #0082e4;
    border-color: #0082e4;
}

.card--replace {
    padding-bottom: 12px;
    border-radius: 0;
}

.card--installation {
    padding-bottom: 0px;
}

.card--installation .card__header {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #4f6a87;
}

.card--installation .card__info {
    background-color: #4f6a87;
}

.card--installation .card__count {
    color: #4f6a87;
    border-color: #4f6a87;
}

.card--installation .card__footer {
    background-color: #4f6a87;
}

.card--installation .card__banner {
    background-color: #4f6a87;
}

.card--yellow {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #fdae44;
    border-top: none;
}

.card--yellow .card__header {
    background-color: #fdae44;
}

.card--yellow .card__info {
    background-color: #f17d2f;
}

.card--yellow .card__count {
    background-color: #fdae44;
}

.card--yellow .card__footer {
    background-color: #fdae44;
}

.card--yellow .card__banner {
    background-color: #fdae44;
}

.card--padded {
    padding: 15px;
}

.card.padded {
    padding: 15px;
    padding: 15px;
}

.padded.itineraire {
    padding: 15px;
    padding: 15px;
}

.secondary .card--padded {
    padding: 10px;
}

.secondary .card.padded {
    padding: 10px;
}

.secondary .padded.itineraire {
    padding: 10px;
}

.secondary .sticky {
    top: 120px;
}

.card.mb {
    margin-bottom: 20px;
}

.mb.itineraire {
    margin-bottom: 20px;
}

.card__banner {
    text-align: center;
    color: #fff;
    margin-top: 35px;
    line-height: 31px;
    font-size: 22px;
    font-weight: 400;
    background-color: #1d9f9b;
    padding: 15px;
}

.card__banner strong {
    font-size: 24px;
    font-weight: 600;
}

.card__count {
    background-color: #fff;
    border: 1px solid #40aa8b;
    color: #40aa8b;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
    height: 45px;
    min-width: 380px;
    line-height: 45px;
    letter-spacing: 1px;
    margin: -22.5px auto 22.5px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .card__count {
        min-width: 280px;
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .card__count {
        font-size: 15px;
        min-width: 252px;
    }
}

.card__field {
    margin-bottom: 25px;
    padding: 0 10px;
}

.card__field .select2 {
    margin-bottom: 0;
    vertical-align: middle;
}

.card__header.multiline {
    padding-top: 10px;
    line-height: 27px;
}

.card__image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.card__info--body {
    margin-top: 40px;
}

.card__subtitle {
    text-transform: uppercase;
    font-size: 21px;
    color: #e54d00;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 14px;
}

.card__subtitle_modif {
    text-transform: uppercase;
    font-size: 15px;
    color: #e54d00;
    margin-bottom: 1rem;
}

.modal--map__list {
    display: none;
}

.modal--map__list li {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

.modal--map__list ul {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

.modal--map__list a {
    transition: color 0.3s;
}

.modal--map__list a.hover {
    color: #e54d00;
}

.modal__close {
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    border: 1px solid #0082e4;
    color: #0082e4;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    right: 0;
    background-color: transparent;
    transition: border 0.3s, color 0.3s;
}

.modal__close .icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 6px;
}

.modal__close:hover {
    color: #fff;
    border-color: #fff;
}

.page-content h1,
.page-content .h1 {
    text-transform: uppercase;
    color: #e54d00;
    font-size: 24px;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.page-content h2,
.page-content .h2 {
    text-transform: uppercase;
    color: #e54d00;
    font-size: 19px;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
}

.page-content h2:first-child,
.page-content .h2:first-child {
    margin-top: 0;
}

.page-content p {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #5a6c7d;
    font-weight: 600;
    text-align: justify;
}

.page-content a {
    color: #e54d00;
}

.page-content ul {
    margin: 0 0 0 37px;
    padding: 0;
}

.page-content li {
    padding: 0 0 0 15px;
    color: #5a6c7d;
    font-weight: 600;
    text-align: justify;
}

.page-content .short {
    color: #87888a;
    font-family: Raleway;
    font-size: 31px;
    text-align: center;
}

.page-content .content-simple .action {
    margin-bottom: 60px;
    text-align: center;
}

.page-content .content-simple .big.card__btn {
    font-size: 19px;
    line-height: 24px;
    padding: 17px 46px;
}

.page-content .content-simple .btn.big {
    font-size: 19px;
    line-height: 24px;
    padding: 17px 46px;
}

.page-content .content-simple p a {
    color: #e54d00;
    text-decoration: none;
}

.page-content .content-simple p a:hover {
    text-decoration: underline;
}

.page-content .content-simple p strong {
    color: #0d5689;
    font-size: 18px;
    font-weight: 700;
}

.page-content .content-simple .btn {
    background-color: #e54d00;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    padding: 12px 20px;
    text-align: center;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
}

.page-content .content-simple .card__btn {
    background-color: #e54d00;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    padding: 12px 20px;
    text-align: center;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
}

.page-header {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-header .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    line-height: 39px;
    text-shadow: 1px 1px 10px #2d3a49;
    padding-top: 20px;
    bottom: 0;
    left: -2px;
    padding-left: 16px;
    padding-bottom: 25px;
    border-left: 1px solid #fff;
}

.page-header .container {
    z-index: 3;
    padding-top: 40px;
}

.page-header:after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    background: linear-gradient(to bottom, transparent 45%, #1c2b44 90%);
}

.secondary-contact {
    margin: 45px 0 25px;
}

.secondary-contact .title {
    text-transform: uppercase;
    color: #e54d00;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 14px;
}

.secondary-contact p {
    font-size: 13px;
    margin-bottom: 1em;
}

.secondary-contact .submit {
    text-align: center;
    margin: 25px 0;
}

.secondary-contact .btn {
    text-align: center;
}

.secondary-contact .card__btn {
    text-align: center;
}

.secondary-contact .checkbox {
    font-size: 12px;
}

.card__portrait {
    display: block;
    margin: 20px auto;
}

.card__label {
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.card__value {
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.card__value_orange {
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
    color: #e54d00;
}

.modal {
    position: fixed;
    left: 0;
    display: none;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
}

.modal__box {
    position: fixed;
    left: 0;
    z-index: 1001;
    background-color: #fff;
    max-width: 664px;
    margin: 0 auto;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
}

.modal.visible {
    animation: fadeIn 0.4s;
    display: block;
}

.modal.visible .modal__box {
    animation: fadeFromTopMargin 0.4s;
}

.modal__title {
    color: #0082e4;
    padding: 26px 0;
    text-align: center;
    background-color: #fff;
    font-size: 20px;
}

.modal__blue {
    position: relative;
    padding: 25px;
    color: #fff;
    background-color: #0082e4;
}

.modal__blue li {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-left: 38px;
    padding-top: 7px;
    margin: 0 0 16px;
    font-size: 13px;
}

.modal__blue ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.modal__blue .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 26px;
}

.modal__blue .btn {
    background-color: #14315c;
}

.modal__blue .btn:hover {
    background-color: #0f2647;
}

.modal__blue .card__btn {
    background-color: #14315c;
}

.modal__blue .card__btn:hover {
    background-color: #0f2647;
}

.modal__blue__title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

.modal__blue__sub {
    font-size: 15px;
    font-weight: 500;
}

.modal__form {
    padding: 25px;
    background-color: #e5f2fc;
}

.modal__form__title {
    color: #145787;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
}

.modal__form__sub {
    color: #145787;
    font-size: 22px;
    margin-top: 5px;
    line-height: 26px;
    margin-bottom: 22px;
}

.modal__form__field {
    margin-bottom: 10px;
}

.modal__form__field::after {
    content: " ";
    display: table;
    clear: both;
}

.modal__form__field::before {
    content: " ";
    display: table;
}

.modal__form__field label {
    font-weight: 700;
    color: #3e3d40;
    display: block;
    text-align: left;
}

.modal__form__field input {
    width: 100%;
}

.modal__form__btn {
    display: block;
    width: 156px;
    margin: 30px auto 0;
}

.modal__recover {
    font-size: 13px;
    color: #0082e4;
}

.modal__recover a {
    border-bottom: 1px solid #0082e4;
    line-height: 25px;
}

.modal__recover a:hover {
    border: none;
    text-decoration: none;
}

.modal__remember {
    display: block;
    text-align: left;
    color: #145787;
    margin-top: 10px;
    line-height: 16px;
}

.modal__remember input {
    margin-right: 5px;
    vertical-align: middle;
}

.modal--login .modal__blue {
    display: none;
}

.modal--login .modal__blue li {
    padding-top: 0;
}

.modal--map .modal__box {
    max-width: 812px;
}

.modal--map .modal__title {
    background: #0082e4;
    font-size: 20px;
    color: #fff;
}

.modal--map__img {
    max-width: 456px;
}

.modal--map__img path {
    fill: #d9d9d9;
    transition-duration: 0.3s;
    stroke: #fff;
}

.modal--map__img g {
    cursor: pointer;
}

.modal--map__img g.hover path {
    fill: #e54d00;
    stroke: #fff;
}

.is_stuck {
    z-index: 30;
}

.card.sticky {
    position: static;
}

.sticky.itineraire {
    position: static;
}

.page-header-calendar {
    background-image: url(/../img/calendar.jpg);
}

.page-header-conditions {
    background-image: url(/../img/conditions.jpg);
}

.page-header-donnees {
    background-image: url(/../img/donnees.jpg);
}

.page-header-medecin {
    background-image: url(/../img/choisir-medecin.jpg);
}

.page-header-contrats {
    background-image: url(/../img/header-contrats.jpg);
}

.page-header-annonce {
    background-image: url(/../img/auscultation.jpg);
}

.page-header-annonce-liste {
    background-image: url(/../img/bandeau_annonce-liste.jpg);
}

.page-header-publish {
    background-image: url(/../img/bandeau_modifier_annonce.jpg);
}

.page-header-contact {
    background-image: url(/../img/header-contact.jpg);
}

.page-header-search {
    background-image: url(/../img/bandeau_rechercher_remplacant.jpg);
}

.page-header-search-substitute {
    background-image: url(/../img/bandeau_rechercher_remplacant.jpg);
}

.page-header-signup {
    background-image: url(/../img/header-signup.jpg);
}

.page-header-alert {
    background-image: url(/../img/header-alert.jpg);
}

.page-header-dashboard {
    background-image: url(/../img/header-dashboard.jpg);
}

.page-header-mentions {
    background-image: url(/../img/header-mentions.jpg);
}

.page-header-infos {
    background-image: url(/../img/header-infos.jpg);
}

.section.grey {
    background-color: #f6f6f6;
}

.section-title {
    color: #145787;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
    font-family: raleway;
}

.home-numbers {
    color: #fff;
    position: relative;
    background-color: #f6f6f6;
    text-align: center;
    padding: 50px 0;
}

.home-numbers .title {
    position: relative;
    color: #fff;
    font-family: Raleway;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 5px;
}

.home-numbers .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 1px;
    background-color: #000;
}

.home-numbers .col {
    margin: 55px 0 45px;
}

.home-numbers .number {
    color: #fff;
    font-family: Raleway;
    font-size: 68px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .home-numbers .number {
        font-size: 45px;
    }
}

.home-numbers .label {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .home-numbers .label {
        font-size: 14px;
    }
}

.home-numbers .label em {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    font-style: normal;
}

.home-numbers .label span.em {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    font-style: normal;
}

.home-numbers .short {
    color: #87888a;
    font-family: Raleway;
    font-size: 31px;
}

.calendar-section {
    position: relative;
    overflow: hidden;
    padding-top: 46px;
}

.calendar-section:before {
    z-index: 3;
    left: 50%;
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -86px;
    border-top: 46px solid #f6f6f6;
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
}

.home-map {
    position: relative;
}

.home-map .legend {
    padding-top: 13px;
    padding-bottom: 10px;
    color: #000;
    font-size: 13px;
    text-align: right;
}

.home-map .legend img {
    height: 25px;
    vertical-align: middle;
}

.home-map .legend span {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .home-map .legend {
        padding-top: 8px;
        padding-bottom: 0px;
        font-size: 10px;
    }
}

.home-map .legend-item {
    display: inline;
    margin-bottom: 5px;
    font-weight: 600;
}

.home-map .border-white-left {
    border-top-left-radius: 10px;
    margin-right: 0 !important;
    background-color: #fff;
    padding: 18px;
}

.home-map .border-white-right {
    border-top-right-radius: 10px;
    margin-left: 0 !important;
    background-color: #fff;
    padding: 18px;
}

@media (max-width: 575.98px) {
    .home-map .border-white-left {
        padding: 12px;
    }
    .home-map .border-white-right {
        padding: 12px;
    }
}

.home-how {
    text-align: center;
    padding: 70px 0 0 0;
    color: #000;
    line-height: 1.3;
}

.home-how .col {
    margin-bottom: 50px;
}

.home-how .title {
    margin-bottom: 45px;
    color: #494a5c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 45px;
}

@media (min-width: 576px) {
    .home-how .title {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .home-how .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.home-how .number {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background-color: #ca9e64;
    border-radius: 50%;
    font-family: Roboto Slab;
    font-size: 31px;
    font-weight: 700;
}

.home-how .icon {
    margin: 0 auto;
    line-height: 147px;
    border-radius: 50%;
    margin: auto;
    width: 150px;
    height: 150px;
}

.home-how .icon img {
    vertical-align: middle;
}

.home-how .icon svg {
    vertical-align: middle;
    width: 100px;
}

.home-how .label {
    margin-top: 1rem;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home-how .label strong {
    font-weight: 800;
}

@media (max-width: 575.98px) {
    .home-how .label {
        font-size: 20px;
    }
}

.home-how .brown {
    color: #ab8b5e;
}

.home-how .green {
    color: #848c6f;
}

.home-how .purple {
    color: #8c6f8a;
}

.home-how .blue {
    color: #6f6f8c;
}

.icon-brown {
    background-color: #ca9e64;
}

.icon-green {
    background-color: #848c6f;
}

.icon-purple {
    background-color: #8c6f8a;
}

.icon-blue {
    background-color: #6f6f8c;
}

.home-about {
    background-image: url(/../img/explication_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4rem 110px 13rem 110px;
    overflow: hidden;
    margin-bottom: -100px;
}

.home-about .card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #fff;
    padding: 52px 42px;
    max-width: 1174px;
    margin: auto;
}

.home-about .title {
    color: #ec4e00;
    font-size: 29px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.home-about .slider img {
    width: 346px;
    height: 127px;
}

.home-about .col {
    margin-top: 60px;
    width: 35%;
    float: left;
    padding-left: 45px;
}

.home-about .col.first {
    padding-left: 0;
    padding-right: 45px;
    width: 65%;
    border-right: 1px solid #000;
}

.home-about .texte p {
    font-size: 18px;
    line-height: 28px;
    color: #0c68a7;
    font-weight: 600;
    text-align: justify;
}

.home-about .home-about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about .home-about-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about .btn-blue {
    padding: 16px 32px;
}

@media (max-width: 575.98px) {
    .home-about .texte p {
        font-size: 16px;
        line-height: 21px;
    }
    .home-about .card {
        padding: 20px 28px;
    }
    .home-about .btn-blue {
        font-size: 17px;
        font-weight: 500;
        padding: 12px 24px;
    }
    .home-about img {
        max-width: 211px;
    }
}

.calendar-legend {
    height: 150px;
    margin-bottom: 45px;
    padding: 9px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #145787;
    border: 1px solid #145787;
}

.calendar-legend .calendar {
    width: 46px;
}

.calendar-legend .legend {
    position: absolute;
    top: 30px;
    left: 46px;
    padding-left: 38px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #58585a;
}

.calendar-legend .legend:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 31px;
    height: 1px;
    content: "";
    background-color: #999;
}

.calendar-legend .legend .yellow {
    color: #fdae44;
}

.calendar-legend .legend-period {
    top: 50px;
}

.calendar-legend .legend-count {
    top: 70px;
    color: #1d9f9b;
}

.calendar-legend .color {
    display: inline-block;
    width: 25px;
    height: 12px;
    vertical-align: middle;
    background-color: #145787;
}

.calendar-legend .color.garde {
    background-color: #000;
}

.calendar-legend .color.journee.garde {
    background-color: #2288d2;
}

.calendar-legend .color.journee.garde:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 12px solid transparent;
    border-right: 25px solid #000;
    border-bottom: 0 solid transparent;
}

.calendar-legend .color.demijournee {
    background-color: transparent;
}

.calendar-legend .color.demijournee:after {
    background: transparent;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 12px solid transparent;
    border-right: 25px solid #2288d2;
    border-bottom: 0 solid transparent;
}

.margin--short {
    margin-top: 3rem;
    margin-right: 2rem;
    margin-bottom: 0rem;
    margin-left: 2rem;
}

.annonce-back {
    margin: 12px;
}

.annonces-count {
    position: relative;
    color: #7b7c7e;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    padding: 20px;
    background-color: #eceded;
    margin: 20px 0;
}

.annonces-count .btn {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.annonces-count .card__btn {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.annonces-last {
    margin-top: 50px !important;
    margin-bottom: 45px !important;
}

.annonces-last .legend {
    margin: 15px 0;
    font-size: 13px;
    text-align: right;
}

.annonces-last .annonce-short {
    padding: 20px 0;
    border-bottom: 1px dotted #7b7c7e;
}

.annonces-last .annonce-short:last-child {
    border-bottom: none;
}

.annonce-short {
    position: relative;
}

.annonce-short .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: auto;
}

.annonce-short--icon {
    padding-left: 61px;
}

.annonce-short__icon {
    display: none;
    top: 20px !important;
    width: 38px !important;
    height: 49px !important;
}

.annonce-short__title {
    color: #5a6c7d;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 9px;
    padding: 5px 0 0 0;
    margin-top: 8px;
}

.annonce-short__title:before {
    content: "> ";
}

.annonce-short__address {
    color: #5a6c7d;
    font-weight: bold;
    margin: 10px 0 0 34px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
}

.annonce-short__description {
    color: #5a6c7d;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
    margin-left: 34px;
    position: relative;
    font-weight: 600;
}

.annonce-short__description strong {
    font-size: 17px;
    font-weight: 700;
}

.annonce-publication__date {
    color: #5a6c7d;
    font-size: 15px;
    font-weight: 500;
    font-variant: italic;
    position: relative;
    line-height: 21px;
    margin-left: 65px;
    margin-bottom: 33px;
    margin-top: -10px;
}

.annonce-publication__date strong {
    font-size: 17px;
    font-weight: 700;
}

.annonce-short__title.red {
    color: #be0a26;
}

.annonce-short__title.purple {
    color: #7f3a88;
}

.annonce-short__title.lgreen {
    color: #64bb8c;
}

.annonce-short__title.green {
    color: #1d9f9b;
}

.annonce-short__title.lred {
    color: #df7686;
}

.annonce-short__title.yellow {
    color: #fdae44;
}

.annonce-short__title.orange {
    color: #ec4e00;
    margin-left: 65px;
    text-transform: uppercase;
}

.annonce-short__dates .installation {
    width: 213px;
}

.annonce-short__date {
    background-color: #efe5f3;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.annonce-short__date--main {
    background-color: #ec4e00;
    min-width: 141px;
    width: 275px;
    height: 30px;
    line-height: 30px;
    -ms-transform: translateX(10px);
    transform: translateX(-10px);
    color: #fff;
}

.annonce-short__date--main::before {
    content: "";
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #973200;
}

.annonce-short__name {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    margin: 10px 0 0 34px;
    text-transform: uppercase;
    position: relative;
}

.annonce-short__date::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
    height: 0;
    border-left: solid 11px #ec4e00;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
}

.annonce__number {
    color: #fff;
    text-align: center;
    line-height: 54px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: calc(100% - 1px);
    width: 17px;
    background-color: #be0a26;
    width: 33px;
}

.annonce--counter .annonce__header {
    padding-left: 91px;
}

.annonce--counter .annonce__header:before {
    display: none;
}

.annonce--counter .annonce__header .icon {
    left: 47px;
}

.annonce__metas {
    color: #595959;
    font-size: 14px;
    font-style: italic;
}

.annonce__title {
    color: #be0a26;
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 0;
    padding: 0;
}

.annonce__category {
    font-size: 14px;
    color: #be0a26;
}

.annonce__body {
    position: relative;
    padding: 51px 15px 15px;
}

.annonce__banner {
    position: absolute;
    text-align: center;
    top: 5px;
    left: -11px;
    width: 388px;
    height: 28px;
    background: url(/../img/annonce-infos.svg) left top no-repeat;
    line-height: 28px;
    padding-top: 4px;
    background-size: 388px 28px;
    font-size: 13px;
    font-weight: 400;
}

.annonce__banner strong {
    font-weight: 700;
    color: inherit;
}

.annonce__banner .sep:before {
    content: "|";
    padding: 0 0.5em;
}

.annonce__thumb {
    position: relative;
    margin: 20px 0;
    border: 1px solid #d4d4d4;
}

.annonce__thumb img {
    display: block;
}

.annonce__thumb__count {
    position: absolute;
    color: #fff;
    width: 21px;
    height: 21px;
    background-color: #999;
    text-align: center;
    left: -10px;
    top: -10px;
    z-index: 10;
    line-height: 21px;
    font-size: 13px;
    font-weight: 500;
}

.annonce__contact__btn {
    width: 113px;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.annonce__description {
    margin-top: 0;
    margin-bottom: 20px;
}

.annonce__description.small {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 18px;
}

.annonce__file a {
    border-radius: 5px;
    display: inline-block;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    overflow-wrap: break-word;
    padding: 8px 20px 8px 45px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

.annonce__file a::before {
    background: url(/../img/download.png) center center/100% 100% no-repeat;
    display: inline-block;
    height: 21px;
    left: 13px;
    margin-right: 34px;
    top: 5px;
    vertical-align: middle;
    width: 21px;
    content: "";
    position: absolute;
}

.annonce__file .tabs a.active::after {
    content: "";
    position: absolute;
}

.annonce--offre-collaboration {
    border-color: #00632e;
}

.annonce--offre-collaboration .annonce__header {
    border-color: #00632e;
}

.annonce--offre-collaboration .annonce__header:before {
    background-color: #00632e;
}

.annonce--offre-collaboration .annonce__category {
    color: #00632e;
}

.annonce--offre-collaboration .annonce__title {
    color: #00632e;
}

.annonce--offre-collaboration .annonce__number {
    background-color: #00632e;
}

.annonce--demande-installation {
    border-color: #df7686;
}

.annonce--demande-installation .annonce__header {
    border-color: #df7686;
}

.annonce--demande-installation .annonce__header:before {
    background-color: #df7686;
}

.annonce--demande-installation .annonce__category {
    color: #df7686;
}

.annonce--demande-installation .annonce__title {
    color: #df7686;
}

.annonce--demande-installation .annonce__number {
    background-color: #df7686;
}

.annonce--demande-collaboration {
    border-color: #64bb8c;
}

.annonce--demande-collaboration .annonce__header {
    border-color: #64bb8c;
}

.annonce--demande-collaboration .annonce__header:before {
    background-color: #64bb8c;
}

.annonce--demande-collaboration .annonce__category {
    color: #64bb8c;
}

.annonce--demande-collaboration .annonce__title {
    color: #64bb8c;
}

.annonce--demande-collaboration .annonce__number {
    background-color: #64bb8c;
}

.annonce--offre-assistanat {
    border-color: #7f3a88;
}

.annonce--offre-assistanat .annonce__header {
    border-color: #7f3a88;
}

.annonce--offre-assistanat .annonce__header:before {
    background-color: #7f3a88;
}

.annonce--offre-assistanat .annonce__category {
    color: #7f3a88;
}

.annonce--offre-assistanat .annonce__title {
    color: #7f3a88;
}

.annonce--offre-assistanat .annonce__number {
    background-color: #7f3a88;
}

.annonce.disabled .header {
    border-bottom: 1px solid #df7686;
}

.annonce.disabled .header .category {
    opacity: 0.5;
}

.annonce.disabled .header .counter {
    opacity: 0.5;
}

.annonce.disabled .header .icon {
    opacity: 0.5;
}

.annonce.disabled .header .title {
    opacity: 0.5;
}

.annonce.green .header {
    border-bottom: 1px solid #00632e;
}

.annonce.green .header .counter {
    background-color: #00632e;
}

.annonce.green .header .category {
    color: #00632e;
}

.annonce.green .header .title {
    color: #00632e;
}

.annonce.green.disabled .header {
    border-bottom: 1px solid #64bb8c;
}

.annonce.green.disabled .header .category {
    opacity: 0.5;
}

.annonce.green.disabled .header .counter {
    opacity: 0.5;
}

.annonce.green.disabled .header .icon {
    opacity: 0.5;
}

.annonce.green.disabled .header .title {
    opacity: 0.5;
}

.map-annonces {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 35px;
}

.map-annonces .map {
    position: relative;
    height: 400px;
}

.map-annonces .legend {
    text-align: right;
}

.map-annonces .infowindow {
    padding-left: 38px;
    position: relative;
}

.map-annonces .infowindow .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.map-annonces .title {
    font-weight: 500;
    color: #be0a26;
}

.map-annonces .title.green {
    color: #00632e;
}

.map-annonces .sub {
    color: #000;
    font-weight: 700;
}

.map-annonces .city {
    color: #595959;
    font-weight: 300;
}

.map-annonces .btn {
    margin-top: 5px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 7px;
    display: block;
    width: 102px;
}

.map-annonces .btn:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(/../img/eye.png);
    vertical-align: middle;
    margin-right: 5px;
}

.map-annonces .card__btn {
    margin-top: 5px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 7px;
    display: block;
    width: 102px;
}

.map-annonces .card__btn:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(/../img/eye.png);
    vertical-align: middle;
    margin-right: 5px;
}

.page-contact .tooltip {
    color: #e54d00;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 31px;
}

.page-contact .address {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.contact-form {
    position: relative;
    margin-bottom: 63px;
    min-height: 450px;
}

.contact-form .main {
    padding: 15px;
    border: 1px solid #d4d4d4;
}

.contact-form .main .btn {
    margin: 15px auto 0;
    width: 156px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.contact-form .main .card__btn {
    margin: 15px auto 0;
    width: 156px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.contact-form .secondary {
    background-color: #e54d00;
    padding: 15px;
    color: #fff;
}

.contact-form .secondary .btn {
    display: inline-block;
}

.contact-form .secondary .card__btn {
    display: inline-block;
}

.contact-form .secondary .title {
    font-size: 19px;
    line-height: 17px;
    margin-bottom: 14px;
    font-weight: 500;
}

.contact-form .secondary .sub {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 26px;
    font-weight: 500;
}

.contact-form .secondary li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 38px;
    margin-bottom: 16px;
    font-size: 13px;
}

.contact-form .secondary ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-form .secondary .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 26px;
}

.contact-form .secondary .actions {
    text-align: center;
}

.contact-form .mentions {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0082e4;
    font-size: 13px;
    font-weight: 400;
}

.contact-form-password {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.contact-form-password .main {
    padding: 15px;
    border: 1px solid #d4d4d4;
}

.contact-form-password .main .btn {
    margin: 15px auto 0;
    width: 156px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-password .main .card__btn {
    margin: 15px auto 0;
    width: 156px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-password .mentions {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0082e4;
    font-size: 13px;
    font-weight: 400;
}

.form-search {
    margin-top: 1rem;
    overflow: hidden;
}

.form-search .edit {
    display: inline-block;
}

.form-search .form-check {
    margin-bottom: 0.5rem;
}

.alert-contact {
    background-color: #f2f2f2;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 30px auto;
    max-width: 830px;
    padding: 15px 15px 15px 20px;
    position: relative;
    display: none;
}

.alert-contact .icon {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 41px;
}

.alert-contact.success {
    background-color: #dff0d8;
    border: 1px solid #457646;
    color: #3c763d;
}

.alert-contact.attention {
    background-color: #fff6dd;
    border: 1px solid #eb9b00;
    color: #eb9b00;
}

.alertes-title {
    color: #0082e4;
    font-size: 25px;
    font-weight: 300;
    margin: 30px 0;
    text-align: center;
}

.alertes-infos {
    max-width: 750px;
    margin: 0 auto 55px;
    color: #000;
    font-weight: 400;
}

.alertes-infos .icon {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 41px;
}

.alertes-infos li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.alertes-infos li:before {
    content: "> ";
}

.alertes-infos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.alertes-actions {
    margin: 50px 0;
    text-align: center;
}

.alertes-actions .btn {
    margin: 0 20px 20px;
}

.alertes-actions .card__btn {
    margin: 0 20px 20px;
}

.signup p {
    color: #000;
}

.signup .row {
    padding-left: 10px;
    padding-right: 10px;
}

.signup .card {
    border-color: #e54d00;
    padding: 14px;
}

.signup .itineraire {
    border-color: #e54d00;
    padding: 14px;
}

.signup .bloc {
    padding: 15px 0;
    margin-bottom: 20px;
}

.signup-promo {
    color: #e54d00;
    font-size: 22px;
    font-weight: 400;
}

.signup-promo strong {
    color: #e54d00;
    font-size: 22px;
    font-weight: 500;
}

.signup-mention {
    font-size: 16px;
    color: #e54d00;
}

.signup-mention em {
    margin-left: 50px;
    margin-top: 8px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #595959;
    font-style: normal;
}

.signup-mention em:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
    height: 0;
    content: "";
    z-index: 2;
    border-left: 7px solid #595959;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.signup-cgu {
    margin: 25px 0;
    font-size: 12px;
    font-style: italic;
    color: #595959;
    text-align: center;
}

.signup-cgu a {
    color: #e54d00;
}

.signup-checkbox {
    display: block;
    text-align: left;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
    margin: 20px 0 30px;
}

.signup-checkbox a {
    color: #e54d00;
}

.signup-checkbox input {
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.signup-actions {
    text-align: center;
    margin-bottom: 45px;
}

.signup-actions .btn {
    width: 156px;
    margin: 0 20px 20px;
}

.signup-actions .card__btn {
    width: 156px;
    margin: 0 20px 20px;
}

.contracts-form .title {
    text-align: left;
    color: #fff;
    font-size: 17px !important;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0;
}

.contracts-form .row {
    margin-bottom: 0;
}

.contracts-table td {
    border: 1px solid #d4d4d4;
    padding: 7px 10px;
    text-align: left;
}

.contracts-table th {
    border: 1px solid #d4d4d4;
    text-align: center;
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    background-color: #eceded;
    padding: 7px 0;
}

.contracts-table tr {
    margin-bottom: 25px;
    border: none;
}

.contracts-table .icon {
    vertical-align: middle;
    color: #999;
    width: 12px;
    height: 12px;
    transition: color 0.3s;
}

.contracts-table .active .icon {
    color: #595959;
}

.contracts-table a:hover .icon {
    color: #595959;
}

.contracts-table__controls {
    margin-left: 5px;
    display: inline-block;
}

.contracts-state {
    color: #e54d00;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 53px;
    position: relative;
    height: 38px;
}

.contracts-state .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
}

.publish__intro {
    text-align: center;
}

.publish__intro strong {
    color: #000;
}

.publish__intro .big {
    color: #e54d00;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.publish__intro a {
    color: #e54d00;
}

.publish__intro .title {
    font-size: 22px;
    color: #e54d00;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.title-underlined {
    text-align: center;
    position: relative;
    color: #3b659f;
    font-family: Raleway;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    margin: 75px 0 12px;
}

.why-hero {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 30px 0;
}

.why-hero strong {
    color: #e54d00;
}

.main .col {
    margin-bottom: 20px;
}

.why-quotes__text {
    position: relative;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 400;
    color: #0082e4;
    line-height: 42px;
    text-align: center;
    padding: 0;
    margin: 50px 40px 10px;
}

.why-quotes__text:after {
    content: "";
    z-index: -1;
    display: block;
    width: 41px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: -10px;
    background: url(/../img/quote-end.svg);
    background-size: 41px 32px;
}

.why-quotes__text:before {
    content: "";
    z-index: -1;
    display: block;
    width: 94px;
    height: 75px;
    position: absolute;
    top: -44px;
    left: -37px;
    background: url(/../img/quote-start.svg);
    background-size: 94px 75px;
}

.page-header-why {
    background-image: url(/../img/header-pourquoi.jpg);
}

.why-numbers .short {
    font-size: 24px;
}

.why-numbers .btn {
    padding: 19px 0;
    display: block;
    width: 350px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 20px auto 0;
}

.why-numbers .card__btn {
    padding: 19px 0;
    display: block;
    width: 350px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 20px auto 0;
}

.why-quotes__item blockquote {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #0c68a7;
    margin: 1em 0 40px 0;
    min-height: 125px;
}

.why-quotes__item .stars {
    height: 20px;
    margin-top: 5px;
    width: auto !important;
}

.why-args .title {
    margin: 90px 0;
}

.why-args p {
    font-size: 16px;
    text-align: left;
    color: #0e68a8;
    text-align: justify;
    font-weight: 600;
}

.why-args strong {
    font-weight: 700 !important;
}

.why-args ul {
    font-size: 16px;
}

.why-args li {
    color: #0e68a8;
}

.why-args .why-args__icon {
    margin-top: 17px;
}

.why-args svg {
    margin-top: 17px;
}

.why-args__item {
    display: flex;
    justify-content: center;
}

.why-args__item:nth-child(2n) {
    flex-direction: row-reverse;
}

.why-args__item:nth-child(2n) .why-args__image {
    margin-left: 18px;
    margin-right: -33px;
}

@media (max-width: 991.98px) {
    .why-args__item:nth-child(2n) .why-args__image {
        margin: auto;
    }
}

@media (max-width: 991.98px) {
    .why-args__item {
        flex-wrap: wrap;
    }
    .why-args__item .why-args__image {
        margin: auto;
    }
}

.why-args__texte {
    margin-top: 40px;
    margin-bottom: 60px;
}

.why-args__image {
    margin-left: -58px;
    margin-right: 31px;
}

.why-args__title {
    margin: 0 0 10px 0;
    color: #e54d00;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
}

.why-quotes {
    overflow: hidden;
    background-color: #e5f2fc;
    padding-bottom: 30px;
}

.why-quotes .owl-prev {
    display: none !important;
    left: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 26px !important;
    height: 50px !important;
    background: url(/img/testi_slider_arrow_left.png) center center no-repeat !important;
}

.why-quotes .owl-next {
    display: none !important;
    right: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 26px !important;
    height: 50px !important;
    background: url(/img/testi_slider_arrow_right.png) center center no-repeat !important;
}

.why-quotes .title {
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .why-quotes {
        padding-bottom: 0px;
    }
}

.why-quotes__img {
    display: block;
    margin: 20px auto;
    width: 200px !important;
    height: 200px !important;
    border-radius: 100px;
    border: 3px solid #0082e4;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
}

.why-quotes__author {
    color: #0c68a7;
    font-size: 18px;
    font-weight: 600;
    font-family: Raleway;
}

.why-quotes__author span {
    font-size: 17px;
    font-weight: normal;
}

.why-quotes__slider {
    padding-bottom: 60px;
}

.why-quotes__slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.why-quotes__slider .owl-dots .owl-dot {
    margin: 0 6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: 1px solid #000;
    transition: all 0.3s;
}

.why-quotes__slider .owl-dots .owl-dot:hover {
    background-color: #0082e4;
    border-color: #0082e4;
}

.why-quotes__slider .owl-dots .owl-dot.active {
    background-color: #0082e4;
    border-color: #0082e4;
}

@media (max-width: 575.98px) {
    .why-quotes__slider {
        padding-bottom: 24px;
    }
}

.content-simple .texte-gris-centre-31 {
    font-size: 31px;
    font-weight: 300;
    padding: 30px 0;
    text-align: center;
}

.content-simple .texte-gris-centre-31 strong {
    color: #e54d00 !important;
    font-size: 31px !important;
}

.content-simple .texte-gris-centre-31 b {
    font-weight: 700;
}

.content-simple .photo-droit-cercle {
    border: 5px solid #a29ea6;
    border-radius: 200px;
    margin: 5px 0 5px 5px;
    float: right;
    height: auto;
    position: relative;
}

.content-simple .photo-droit-simple {
    float: right;
    margin: 15px 0 15px 15px;
    border: 1px solid #a29ea6;
    position: relative;
}

.content-simple .photo-gauche-simple {
    float: left;
    margin: 15px 15px 15px 0;
    border: 1px solid #a29ea6;
    position: relative;
}

.content-simple .sous-titre1 {
    color: #0d5689;
    font-size: 18px;
}

.content-simple .sous-titre1 strong {
    color: #0d5689 !important;
    font-size: 18px !important;
    font-weight: 700;
}

.content-simple .title {
    color: #145787;
    font-size: 36px;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}

content-simple .photo-gauche-cercle {
    border: 5px solid #a29ea6;
    border-radius: 200px;
    margin: 5px 0 5px 5px;
    float: left;
    height: auto;
    position: relative;
}

.owl-height {
    transition: height 0.5s ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel.owl-loaded {
    display: block;
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
    opacity: 0;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.no-js .owl-carousel {
    display: block;
    display: block;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-zfix {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
}

.ui-widget-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: url(/../img/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
    opacity: 0.5;
}

.ui-state-disabled {
    cursor: default !important;
    background-image: none;
    opacity: 0.35;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-image: url(/../img/jquery-ui/ui-icons_222222_256x240.png);
    height: 16px;
    width: 16px;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 85%;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget input {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget select {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget:active {
    outline: 0;
}

.ui-widget-content {
    background: url(/../img/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x #eee;
    border: 1px solid #ddd;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-content .ui-state-default {
    background: url(/../img/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-widget-content .ui-state-focus {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-widget-content .ui-state-hover {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-widget-content .ui-state-active {
    background: url(/../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-widget-content .ui-state-highlight {
    background: url(/../img/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-widget-content .ui-state-error {
    background: url(/../img/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-widget-content .ui-state-error a {
    color: #fff;
}

.ui-widget-content .ui-state-error-text {
    color: #fff;
}

.ui-widget-content .ui-priority-primary {
    font-weight: 700;
}

.ui-widget-content .ui-priority-secondary {
    font-weight: 400;
    opacity: 0.7;
}

.ui-widget-content .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}

.ui-widget-content .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header {
    background: url(/../img/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
    border: 1px solid #e78f08;
    color: #fff;
    font-weight: 700;
}

.ui-widget-header a {
    color: #fff;
}

.ui-widget-header .ui-state-default {
    background: url(/../img/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-widget-header .ui-state-focus {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-widget-header .ui-state-hover {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-widget-header .ui-state-active {
    background: url(/../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-widget-header .ui-state-highlight {
    background: url(/../img/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-widget-header .ui-state-error {
    background: url(/../img/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-widget-header .ui-state-error a {
    color: #fff;
}

.ui-widget-header .ui-state-error-text {
    color: #fff;
}

.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-widget-header .ui-priority-secondary {
    font-weight: 400;
    opacity: 0.7;
}

.ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}

.ui-widget-header .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ffffff_256x240.png);
}

.ui-state-default {
    background: url(/../img/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700;
}

.ui-state-default a {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-default a:link {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-default .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ef8c08_256x240.png);
}

.ui-state-focus {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-state-focus .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover {
    background: url(/../img/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
    font-weight: 700;
}

.ui-state-hover a {
    color: #c77405;
    text-decoration: none;
}

.ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
}

.ui-state-hover .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ef8c08_256x240.png);
}

.ui-state-active {
    background: url(/../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700;
}

.ui-state-active a {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-active a:link {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-active .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight {
    background: url(/../img/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
    border: 1px solid #fed22f;
    color: #363636;
}

.ui-state-highlight a {
    color: #363636;
}

.ui-state-highlight .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_228ef1_256x240.png);
}

.ui-state-error {
    background: url(/../img/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
    border: 1px solid #cd0a0a;
    color: #fff;
}

.ui-state-error a {
    color: #fff;
}

.ui-state-error .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ffd27a_256x240.png);
}

.ui-state-error-text {
    color: #fff;
}

.ui-state-error-text .ui-icon {
    background-image: url(/../img/jquery-ui/ui-icons_ffd27a_256x240.png);
}

.ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary {
    font-weight: 400;
    opacity: 0.7;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
    background: url(/../img/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x #000;
    border-radius: 5px;
    margin: -5px 0 0 -5px;
    opacity: 0.2;
    padding: 5px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
    z-index: 99999;
}

.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100;
}

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 none !important;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    padding: 1em 2.2em;
    position: relative;
    top: 1px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 2px;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    font-weight: 400;
    margin: -1px;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-icon-only {
    width: 2.2em;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.4em;
}

.ui-button-icon-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
}

.ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}

.ui-button-text-icon-primary .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-primary .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
    padding: 0.4em 2.1em 0.4em 1em;
    padding-left: 2.1em;
    padding-right: 2.1em;
}

.ui-button-text-icons .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icons .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary {
    right: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icon-secondary .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary {
    right: 0.5em;
}

input.ui-button {
    padding: 0.4em 1em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    overflow: hidden;
    padding: 0.2em;
    position: absolute;
    width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    padding: 0.2em;
    position: relative;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
    z-index: 10000 !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-prev {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month {
    height: 18px;
}

.ui-datepicker select.ui-datepicker-year {
    height: 18px;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: 0.7em 0.3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ezdz-dropzone {
    position: relative;
    border-radius: 10px;
    font: 700 14px arial;
    text-align: center;
    width: 250px;
    height: 60px;
    line-height: 50px;
    border: 4px dotted #d3d3d3;
    color: #d3d3d3;
    overflow: hidden;
}

.ezdz-dropzone span {
    border-radius: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    max-width: 90%;
    vertical-align: middle;
    padding: 4%;
    line-height: 10px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ezdz-dropzone img {
    border-radius: 5px;
    max-width: 95%;
    max-height: 95%;
    margin-top: -3px;
    vertical-align: middle;
}

.ezdz-dropzone [type=file] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ezdz-focus {
    border: 4px dotted #a9a9a9;
    color: #a9a9a9;
}

.ezdz-enter {
    border: 4px solid #000;
    color: #000;
}

.ezdz-accept {
    border: 10px solid gray;
    color: gray;
}

.ezdz-reject {
    border: 10px solid #8b0000;
    color: #8b0000;
}

#cookie-bar {
    background: #111;
    height: auto;
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 3px 0;
    z-index: 1;
}

#cookie-bar p {
    font-size: 16px;
    padding: 0;
    margin: 50px 80px;
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #070;
}

#cookie-bar .cb-enable:hover {
    background: #090;
}

#cookie-bar .cb-disable {
    background: #900;
}

#cookie-bar .cb-disable:hover {
    background: #b00;
}

#cookie-bar .cb-policy {
    background: #03b;
}

#cookie-bar .cb-policy:hover {
    background: #05d;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

.si-content {
    width: 224px;
    overflow: auto;
}

.jobs-select-title {
    color: #ec4e00;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jobs-select-title::after {
    content: "";
    display: block;
    width: 90px;
    margin-top: 3px;
    height: 5px;
    background-color: #ec4e00;
}

.title-orange {
    color: #ec4e00;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-orange::after {
    content: "";
    display: block;
    width: 90px;
    margin-top: 3px;
    height: 5px;
    background-color: #ec4e00;
}

.jobs-select {
    margin-bottom: 50px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jobs-select input {
    display: none;
    display: none;
}

.jobs-select__item {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.jobs-select__title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(89, 107, 125, 0.8);
    transition: background 0.3s;
}

.jobs-select__image {
    display: block;
    width: 100%;
    transition: box-shadow 0.3s;
}

.form-step {
    margin-bottom: 55px;
}

.form-step .table-week {
    margin-bottom: 2rem;
}

.form-step .table-week td {
    border: 2px solid #5a6c7d;
    vertical-align: middle;
}

.form-step .table-week td .checkbox {
    display: inline-block;
    margin: 1rem 0 0 0;
}

.form-step .table-week .checkbox {
    margin: 0;
}

.form-step .row {
    margin: 0;
}

.form-step input.form-control {
    display: block;
    max-width: 755px;
}

.form-step--no-label .form-step__body {
    border: none !important;
}

.form-step__heading {
    color: #0d67a5;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    padding-bottom: 10px;
}

.form-step__body {
    padding-top: 10px;
    border-top: 2px solid #0d67a5;
}

.form-step__body .input-group {
    max-width: 240px;
}

.form-step__number {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 37px;
    vertical-align: middle;
    text-align: center;
    padding-right: 1px;
    font-size: 22px;
    font-family: "Fira Sans", sans-serif;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-right: 15px;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #0d67a5;
}

.info-banner {
    position: relative;
    padding: 17px 45px 17px 120px;
    border: 1px solid #47596f;
    background-color: #f0f0f0;
    margin-top: 35px;
}

.info-banner a {
    text-decoration: underline;
}

.info-banner strong {
    color: #000;
}

.info-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 100%;
    background: #0069d9 url(/img/circle-info.png) center center no-repeat;
}

.info-banner .btn {
    background-color: #bfbfbf;
    padding: 10px 20px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
}

.info-banner .btn:hover {
    background-color: #b2b2b2;
}

.info-banner.red {
    border-color: #a93a0c;
    background-color: #faf9ff;
    color: #a93a0c !important;
}

.info-banner.red strong {
    color: inherit !important;
    font-weight: 700;
}

.info-banner.red::before {
    background-color: #a93a0c;
}

.info-banner.small {
    padding: 5px 16px 5px 50px;
    color: #44515f;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.info-banner.small::before {
    width: 31px;
    background-size: 23px 23px;
    background-position: center 7px;
}

.info-banner.info-banner-group {
    margin-top: 0;
    margin-bottom: 1rem;
}

.form-step__password {
    padding: 15px;
    background-color: #e7e0ea;
}

.form-step__password .row {
    margin: 0 !important;
}

.form-step__password input.form-control {
    border-color: #b4b4b4;
}

.form-check-label--multiline {
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.6;
    padding-left: 30px;
}

.form-check-label--multiline .checker {
    position: absolute;
    top: 0;
    left: 0;
}

.form-step__sms {
    font-size: 1.1rem;
    color: #ec4e00;
    text-align: center;
    margin: 1rem 0;
}

.form-step__action {
    margin-top: 30px;
    text-align: center;
}

.form-step__action .btn {
    text-transform: uppercase;
}

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

.form-group label {
    display: inline-block;
}

.form-group label.is-invalid {
    color: #f20000;
}

.form-control {
    color: #0d5689;
    display: block;
    width: 100%;
    height: 48px !important;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid #b4b4b4;
}

.form-control:focus {
    box-shadow: 0 0 6px rgba(89, 107, 125, 0.75);
    border-color: #596b7d;
}

.form-control:focus:invalid {
    border-color: #f20000;
    box-shadow: 0 0 6px rgba(150, 0, 0, 0.75);
}

input.form-control {
    color: #0d5689;
    display: block;
    width: 100%;
    height: 48px !important;
    border-radius: 8px;
    transition: all 0.3s;
    border: 1px solid #b4b4b4;
    font-size: 17px;
    color: #596b7d;
}

.form-control[readonly] {
    background: #e6e6e6 !important;
    color: #a2a2a2 !important;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "";
    background: url(/img/select2-on.png) center center no-repeat;
}

.form-check-inline {
    display: inline-block;
    margin-right: 20px;
}

#registerForm .form-check-inline {
    margin-right: 0;
}

#registerForm .form-check-inline .form-check-label {
    text-transform: uppercase !important;
}

#registerForm .form-check-inline label {
    margin-right: 20px;
}

#registerForm .form-check {
    padding-left: 0;
}

@media screen and (max-width: 764px) {
    #registerForm .form-check-inline {
        display: block;
    }
}

.form-check-label {
    line-height: 18px;
}

.form-check .radio {
    vertical-align: middle;
}

.form-check .checker {
    vertical-align: middle;
}

.form-control.is-invalid {
    border-color: #f20000;
    box-shadow: 0 0 6px rgba(150, 0, 0, 0.75);
}

.steps2 {
    margin-bottom: 2rem;
}

.steps2 .step {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
}

.steps2 .step:nth-child(2) {
    color: #fff;
    background-color: #ec4e00;
    border-color: #ec4e00;
}

.form-control-small {
    width: 70px !important;
}

.input-group {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6e6e6;
    max-width: 240px;
    border-radius: 5px;
}

.input-group .form-control {
    margin-bottom: 0 !important;
}

.input-group-addon {
    padding: 0 15px;
    text-align: center;
    font-size: 17px;
}

textarea.form-control {
    padding: 15px;
    height: 230px !important;
}

.infobox {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.infobox:hover .infobox__body {
    opacity: 1;
    z-index: 100;
    transition: opacity 0.3s;
}

.infobox__icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/img/info.png) center center no-repeat;
    cursor: pointer;
}

.infobox__body {
    background-color: #fff;
    width: 375px;
    box-shadow: 0px 0px 10px #5a6c7d;
    border-radius: 10px;
    max-width: 90vw;
    padding: 10px 10px 0;
    overflow: visible;
    z-index: -1;
    opacity: 0;
    transition: opacity 0s;
    color: #596b7d;
}

.infobox__body::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 12px;
    background-color: #fff;
    z-index: 2;
}

.infobox__body .search-result__heading {
    margin: 15px 0;
}

.infobox__arrow {
    position: absolute;
    content: "";
    bottom: -8px;
    z-index: -1;
    left: 177px;
    width: 15px;
    height: 15px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: 0px 0px 10px #5a6c7d;
}

.form-orange__btn {
    display: inline-block;
    text-align: center;
    width: 194px;
    height: 45px;
    line-height: 43px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background-color: #d04500;
    transition: background 0.3s;
}

.form-orange__btn:hover {
    text-decoration: none;
    background-color: #7d1700;
}

.form-periods .select2 {
    display: inline-block;
    margin-right: 80px;
}

.form-search__map {
    position: relative;
}

.form-search__mapname {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #64220a;
    padding: 3px 13px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.map-regions__region {
    cursor: pointer;
    fill: #d04616;
    stroke-width: 2px;
    stroke: #fff;
    transition: fill 0.3s;
}

.map-regions__region.is-checked {
    fill: #64220a;
}

.search-results {
    background-color: #efe5f3;
}

.search-results__list {
    margin-bottom: -100px;
    padding: 25px 10px 80px 10px;
}

.search-result {
    position: relative;
    border: 3px solid #cecdd6;
    background-color: #ffffff;
    margin-bottom: 25px;
    font-size: 16px;
    transition: box-shadow 0.3s;
}

.search-result:hover {
    box-shadow: 0 0 15px #5a6c7f;
}

.search-result:hover .search-result__number {
    color: #fff;
    background-color: #446e92;
}

.search-result.active {
    box-shadow: 0 0 15px #5a6c7f;
}

.search-result.active .search-result__number {
    color: #fff;
    background-color: #446e92;
}

.search-result__heading {
    text-transform: uppercase;
    position: relative;
    min-height: 46px;
    background-color: #3f86a1;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 10px 10px 68px;
}

.search-result__heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #336c81 url(/img/pie-right.png) center center no-repeat;
}

.fiche__title {
    position: relative;
    min-height: 46px;
    background-color: #3f86a1;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px 10px 68px;
}

.fiche__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #336c81 url(/img/pie-right.png) center center no-repeat;
}

.search-result__heading--regulier {
    background-color: #b4b73e;
}

.search-result__heading--regulier::before {
    background: #959834 url(/img/pie-left.png) center center no-repeat;
}

.fiche__title--regulier {
    background-color: #b4b73e;
}

.fiche__title--regulier::before {
    background: #959834 url(/img/pie-left.png) center center no-repeat;
}

.search-result__heading--assistant {
    background-color: #f3845a;
}

.search-result__heading--assistant::before {
    background: #ac6344 url(/img/assistant.png) center center no-repeat;
}

.fiche__title--assistant {
    background-color: #f3845a;
}

.fiche__title--assistant::before {
    background: #ac6344 url(/img/assistant.png) center center no-repeat;
}

.search-result__heading--assoc {
    background-color: #f9ab59;
}

.search-result__heading--assoc::before {
    background: #d6973c url(/img/assoc.png) center center no-repeat;
}

.fiche__title--assoc {
    background-color: #f9ab59;
}

.fiche__title--assoc::before {
    background: #d6973c url(/img/assoc.png) center center no-repeat;
}

.search-result__heading--cession {
    background-color: #999f91;
}

.search-result__heading--cession::before {
    background: #73776f url(/img/cession.png) center center no-repeat;
}

.fiche__title--cession {
    background-color: #999f91;
}

.fiche__title--cession::before {
    background: #73776f url(/img/cession.png) center center no-repeat;
}

.search-result__body {
    position: relative;
    padding-left: 67px;
    padding-top: 20px;
}

.search-result__number {
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 0 10px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #efe5f3;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.search-result__profil {
    padding-left: 34px;
    background: url(/img/user.svg) left 5px no-repeat;
    background-size: 18px 19px;
    margin-bottom: 20px;
}

.search-result__name {
    color: #000006;
    font-weight: 700;
}

.search-result__departements {
    color: #000006;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 34px;
    margin-bottom: 20px;
}

.search-result__departements p {
    margin-bottom: 8px;
}

.search-result__departement {
    color: #000006;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 3px 10px;
    background-color: #efe5f3;
    margin-right: 10px;
    border-radius: 2px;
    display: inline-block;
}

.search-result__location {
    min-height: 32px;
    padding-left: 34px;
    background: url(/img/marker.svg) left 5px no-repeat;
    background-size: 18px 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000006;
}

.search-result__comment {
    font-size: 15px;
    padding: 0 30px;
    background: url(/img/bubble.svg) left 5px no-repeat;
    background-size: 18px 18px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 24px;
}

.search-result__comment strong {
    color: #000006;
    font-size: 16px;
}

.search-result__phone {
    min-height: 32px;
    padding-top: 6px;
    padding-left: 34px;
    background: url(/img/phone.svg) left 5px no-repeat;
    background-size: 18px 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.search-result__email {
    min-height: 32px;
    padding-top: 8px;
    padding-left: 34px;
    background: url(/img/email.svg) left 5px no-repeat;
    background-size: 18px 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.search-result__btn {
    text-align: center;
    width: 270px;
    max-width: 90%;
    padding: 5px 0;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #eee4ef;
    color: #000000;
    font-weight: 700;
    display: block;
    margin: 50px auto 30px auto;
    transition: color 0.3s, background 0.3s;
}

.search-result__btn:hover {
    text-decoration: none;
    background-color: #446c93;
    color: #fff;
}

.fiche-bloc__action {
    text-align: center;
    width: 270px;
    max-width: 90%;
    padding: 5px 0;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #eee4ef;
    color: #000000;
    font-weight: 700;
    display: block;
    margin: 15px auto;
    transition: color 0.3s, background 0.3s;
    display: inline-block;
    text-transform: none;
}

.fiche-bloc__action:hover {
    text-decoration: none;
    background-color: #446c93;
    color: #fff;
}

.search-result__btn--small {
    width: 160px;
}

.search-result__metas {
    margin-bottom: 20px;
    text-align: right;
}

.search-result__meta {
    margin-left: auto;
    width: 250px;
    height: 24px;
    line-height: 24px;
    background-color: #efe5f3;
    margin-bottom: 7px;
    text-align: right;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.search-result__meta::after {
    content: "";
    position: absolute;
    left: -11px;
    top: 0;
    height: 0;
    border-right: solid 11px #efe5f3;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.search-result__meta strong {
    font-weight: 700;
}

.search-result__meta--secondary {
    background-color: #973200;
    color: #fff;
}

.search-result__meta--secondary::after {
    border-right-color: #973200;
}

.search-result__meta--main {
    background-color: #ec4e00;
    min-width: 260px;
    width: auto;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #fff;
    margin-top: 10px;
    padding-left: 10px;
}

.search-result__meta--main::after {
    left: -15px;
    border-right: 15px solid #ec4e00;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.search-result__meta--main::before {
    content: "";
    height: 0;
    position: absolute;
    top: -10px;
    right: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #973200;
}

.search-result__footer {
    min-height: 27px;
    padding: 0 10px 0 60px;
    background-color: #efe5f3;
}

.search-result__footer>div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-result__fav {
    background: url(/img/star.png) center center no-repeat;
    width: 21px;
    height: 30px;
}

.search-result__date {
    background: url(/img/clock.png) left center no-repeat;
    padding-left: 29px;
    line-height: 17px;
    font-size: 0.9em;
    color: #403d41;
    font-style: italic;
    font-weight: 500;
}

.search-results__map {
    display: none;
}

.search-result__picture {
    display: inline-block;
    vertical-align: middle;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-left: 5px;
    width: 23px;
    height: 14px;
    background: url(/img/eye.svg);
    background-size: 23px 14px;
}

.search-result__stats {
    color: #3e3d43;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.search-result__photos {
    display: block;
    background: url(/img/camera.svg) center center no-repeat;
    width: 21px;
    height: 18px;
    background-size: 21px 18px;
    margin-bottom: 1rem;
    position: relative;
}

.search-result__photos span {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    top: -10px;
    right: -10px;
    background-color: #eb332e;
}

.search-map {
    height: 100vh;
    width: 100%;
}

#gmap {
    height: 100%;
    border-bottom: 50px solid #3a4c75;
}

.map-label {
    position: relative;
    padding: 3px 10px;
    background-color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    box-shadow: 0 0 5px #5a6c7f;
}

.map-label::after {
    content: "";
    border-style: solid;
    border-color: #5a6c7f;
    border-width: 0 1px 1px 0;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    background-color: #fff;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.map-label.is-active {
    background-color: #596b7d;
    color: #fff;
}

.map-label.is-active::after {
    background-color: #596b7d;
}

.search-result__infowindow {
    display: none;
}

.search-filter {
    background-color: #d4d4d4;
    padding: 30px;
    margin: 25px 0 0 0;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.search-filter .select2 {
    max-width: 100% !important;
}

.fiche__periods {
    background-color: #e9520e;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
}

.fiche__period {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 17px;
}

.fiche__period--selected {
    background-color: #a93b0a;
}

.fiche__date {
    font-size: 16px;
    margin: 15px 0;
    text-align: right;
}

.fiche__date::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background: url(/img/clock.png) left center no-repeat;
    width: 17px;
    height: 17px;
}

.fiche-bloc {
    position: relative;
    font-size: 18px;
    padding: 10px 20px 20px 20px;
    border: 3px solid #cecdd6;
    background-color: #ffffff;
    margin-bottom: 25px;
    margin-bottom: 52px;
}

.fiche-bloc>*:last-child {
    margin-bottom: 0;
}

.fiche-bloc .slider {
    margin-bottom: 20px;
}

.fiche-bloc .owl-prev {
    left: 9px;
}

.fiche-bloc .owl-next {
    left: auto;
    right: 9px;
}

.fiche-bloc .owl-dots {
    bottom: -25px;
}

.fiche-bloc .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #595959;
    border: 2px solid #595959;
    margin: 0 2px;
}

.fiche-bloc .owl-dot.active {
    border-color: #ec4e00;
    background-color: #ffffff;
}

.fiche-bloc.itineraire {
    margin: 0 0 25px 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.fiche-bloc__actions {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fiche-bloc__fav {
    position: absolute;
    top: 16px;
    right: 22px;
    background: url(/img/star.png) center center no-repeat;
    width: 21px;
    height: 20px;
}

.fiche-bloc__fav:hover {
    background-image: url(/img/star-on.png);
}

.fiche-bloc__fav.is-active {
    background-image: url(/img/star-on.png);
}

.fiche-bloc--map {
    height: 265px;
}

.fiche-bloc--map iframe {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: calc(100% - 10px);
}

.fiche-bloc--map__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #898c7a;
    font-size: 15px;
    padding: 3px 20px;
    font-weight: 700;
    color: #fff;
}

.fiche-bloc__list {
    font-size: 15px;
    margin: 30px -20px;
    padding: 14px 31px 0;
    list-style: none;
    font-weight: 500;
}

.fiche-bloc__list strong {
    font-weight: 700;
    color: #000000;
    font-weight: 700;
}

.fiche-bloc__list li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 15px;
}

.fiche-bloc__list li:before {
    position: absolute;
    content: "•";
    left: 0;
    margin-right: 7px;
}

.fiche-bloc__list--orange {
    background-color: #efe5f2;
    color: #ec4e00;
    font-size: 18px;
    overflow: hidden;
}

.fiche-bloc__list--orange strong {
    color: #ec4e00;
}

.fiche-bloc__week {
    display: none;
    font-size: 15px;
    margin-top: 30px;
    line-height: 36px;
    width: 100%;
}

.fiche-bloc__week td {
    font-weight: 500;
    width: calc((100% - 110px) * 1 / 7);
    width: 72px;
    border: 2px solid #5a6c7d;
    text-align: center;
}

.fiche-bloc__week td:first-child {
    background-color: #5a6c7d;
    color: #fff;
    text-align: center;
    width: 110px;
    padding-right: 10px;
    text-align: right;
}

.fiche-bloc__week th {
    font-weight: 500;
    background-color: #5a6c7d;
    color: #fff;
    text-align: center;
}

.fiche-bloc__week th:first-child {
    width: 110px;
    background-color: transparent;
}

.fiche-bloc__week td.is-checked {
    background: url(/img/check.png) center center no-repeat;
}

.fiche-actions {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fiche-actions .btn-outline-blue {
    margin-right: auto;
    margin-left: 0 !important;
}

.fiche-actions .btn {
    margin: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
}

.tooltip.visible {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.btn-outline-blue {
    border-radius: 8px !important;
    border: 1px solid #5773b8 !important;
    color: #5773b8 !important;
    background-color: #ffffff !important;
    transition: color 0.3s !important;
}

.btn-outline-blue:hover {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #5773b8 !important;
}

.btn-outline {
    color: #ec4e00 !important;
    border: 1px solid #ec4e00 !important;
    background-color: transparent !important;
}

.btn-outline:hover {
    color: #b93d00 !important;
    border-color: #b93d00 !important;
    background-color: transparent !important;
}

.btn-outline-opaque {
    color: #ec4e00;
    border: 1px solid #ec4e00;
    background-color: #f8e0d9;
}

.btn-outline-opaque:hover {
    color: #b93d00;
    border-color: #b93d00;
    background-color: #f0bdae;
}

.btn-grey {
    padding: 5px 13px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    background: #efe5f2 no-repeat 13px center;
    background-color: #efe5f2 !important;
    color: #000 !important;
    transition: background 0.2s, color 0.2s;
}

.btn-grey:hover {
    text-decoration: none !important;
    background-color: #446c93 !important;
    color: #fff !important;
}

.btn-grey .icon {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
}

.btn-download {
    display: inline-block;
    margin: 10px 0;
    background-image: url(/img/download.png);
    padding-left: 40px;
}

.btn-spaced {
    margin: 0 auto;
}

.btn-spaced .btn {
    margin-left: 10px;
    margin-right: 10px;
}

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

.text-bold {
    font-weight: 700;
}

.table {
    border-collapse: collapse;
    font-weight: 500;
}

.table tr:hover td {
    background-color: #f6f6f6;
}

.table strong {
    color: #000;
    font-weight: 700;
}

.table th {
    background-clip: padding-box;
    position: relative;
    background-color: #5a6c7d;
    border: 2px solid #fff;
    color: #fff;
    text-align: left;
    padding: 15px 0 15px 15px;
}

.table td {
    background-clip: padding-box;
    vertical-align: top;
    border: 2px solid #5a6c7d;
    padding: 15px 10px;
    text-align: center;
}

.table th.small {
    width: 110px;
    text-align: center;
    padding: 0;
}

.table td.spacer {
    border: none !important;
    background-color: transparent !important;
    padding: 0;
}

.table .sorts {
    top: 15px;
    right: 6px;
    position: absolute;
}

.table .sort {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.table .sort-desc {
    background: url(/img/arrow-circl-down.svg);
}

.table .sort-desc:hover {
    background: url(/img/arrow-circl-down-on.svg);
}

.table .sort-desc.active {
    background: url(/img/arrow-circl-down-on.svg);
}

.table .sort-asc {
    background: url(/img/arrow-circl-up.svg);
}

.table .sort-asc:hover {
    background: url(/img/arrow-circl-up-on.svg);
}

.table .sort-asc.active {
    background: url(/img/arrow-circl-up-on.svg);
}

.table .is-disabled {
    color: #a60202;
}

.table .is-published {
    color: #1da602;
}

.table .is-cession {
    color: #fff;
    padding-left: 59px !important;
    width: 177px !important;
    position: relative;
    background-color: #999f91 !important;
}

.table .is-cession::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    min-height: 50px;
    height: 100%;
    background: #73776f no-repeat center center;
    background-image: url(/img/cession.png);
}

.table .is-artisan {
    color: #fff;
    padding-left: 59px !important;
    width: 177px !important;
    position: relative;
    background-color: #f3845a !important;
}

.table .is-artisan::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    min-height: 50px;
    height: 100%;
    background: #73776f no-repeat center center;
    background-color: #ac6344;
    background-image: url(/img/assistant.png);
}

.table .is-assoc {
    color: #fff;
    padding-left: 59px !important;
    width: 177px !important;
    position: relative;
    background-color: #38b4a9 !important;
}

.table .is-assoc::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    min-height: 50px;
    height: 100%;
    background: #73776f no-repeat center center;
    background-color: #4e978e;
    background-image: url(/img/assoc.png);
}

.mes-annonces th:first-child {
    text-align: center;
    padding-left: 0;
}

.mes-annonces td:first-child {
    padding: 0;
    vertical-align: middle;
}

.mes-annonces__actions img {
    vertical-align: middle;
}

.mes-annonces__actions a {
    margin: 0 3px;
}

.messagerie {
    min-width: 243px;
    position: relative;
    padding-left: 60px !important;
    text-align: left !important;
}

.messagerie__name {
    margin-bottom: 3px;
    font-weight: bold;
}

.messagerie__icon {
    display: block;
    top: 17px;
    left: 12px;
    width: 24px;
    height: 14px;
    position: absolute;
    background: url(/img/email.svg);
    background-size: 24px;
}

.messagerie__icon span {
    display: block;
    position: absolute;
    top: 3px;
    left: 19px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.messagerie__actions {
    width: 100px;
}

.messagerie__actions a {
    margin: 0 5px;
    vertical-align: middle;
}

.messagerie__actions img {
    vertical-align: middle;
}

.messages {
    margin-bottom: 40px;
}

.message {
    padding: 28px 22px;
    border-radius: 30px 30px 30px 0;
    background-color: #e2eae8;
    color: #225275;
    margin-bottom: 20px;
    width: 90%;
    max-width: 550px;
}

.message__date {
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 13px;
    font-weight: 400;
}

.message__body {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.message--sender {
    margin-left: auto;
    background-color: #436c85;
    border-radius: 30px 30px 0px 30px;
    color: #fff;
}

.message-form {
    background-color: #e9deee;
    margin-bottom: 30px;
    padding: 25px 1px;
}

.message-form label {
    padding-left: 7px;
}

.message-form textarea.form-control {
    border: 1px solid #a6b9b7;
    padding: 17px 13px;
    font-family: inherit;
    height: 134px !important;
    color: #215275;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.message-form__action {
    text-align: center;
    margin-top: 30px;
}

.message-form__action .btn {
    color: #215275 !important;
    border-color: #215275 !important;
}

.message-form__action .btn:hover {
    background-color: #fff !important;
    color: #16364d !important;
    border-color: #16364d !important;
}

.header__icons {
    display: inline-block;
    margin-right: 30px;
}

.header__icon {
    display: inline-block;
    position: relative;
    margin-right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background 0.1s;
}

.header__icon:hover {
    background-size: 90% 90%;
}

.header__icon span {
    display: block;
    position: absolute;
    font-size: 15px;
    color: #fff;
    text-align: center;
    bottom: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    line-height: 14px;
    border-radius: 9px;
    background-color: #ff0000;
}

.header__icon-medal {
    width: 34px;
    height: 28px;
    background-image: url(/img/badge.svg);
}

.header__icon-medal span {
    bottom: -4px;
    right: -6px;
}

.header__icon-post {
    width: 27px;
    height: 27px;
    background-image: url(/img/pen-paper.svg);
    margin-right: 32px;
}

.header__icon-post span {
    bottom: -4px;
    right: -6px;
}

.header__icon-message {
    width: 29px;
    height: 18px;
    background-image: url(/img/email.svg);
}

.header__icon-message span {
    right: -12px;
}

.annonce-header {
    padding: 30px 0;
    background-color: #efe5f3;
}

.search-result__description {
    font-weight: 700;
    color: #000006;
    padding: 15px 40px 15px 60px;
}

.search-result__description strong {
    font-size: 18px;
}

.search-result__actions {
    text-align: center;
    margin: 28px 0px;
}

.search-result__actions .search-result__btn {
    margin: 0.4rem 25px;
    display: inline-block;
    text-transform: none;
    width: 240px;
}

.search-result__actions .fiche-bloc__action {
    margin: 0.4rem 25px;
    display: inline-block;
    text-transform: none;
    width: 240px;
}

.search-result__count {
    margin-left: auto;
    font-size: 15px;
    font-weight: 500;
}

.fiche-bloc.fiche-bloc--annonce {
    margin: 30px 0;
    width: 100%;
    font-size: 14px;
}

.itineraire__map {
    width: 100%;
}

.itineraire__choices {
    margin: 20px 0 10px 0;
    text-align: center;
}

.itineraire__choices .icon {
    vertical-align: middle;
}

.itineraire__choices .form-check-inline {
    margin-right: 0;
}

.itineraire__choices .form-check-inline label {
    margin-left: 3px;
    margin-right: 10px;
}

.itineraire__choices .form-check {
    padding-left: 0.5em;
}

.itineraire__choices__label {
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}

.itineraire__stats {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.infowindow__heading {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.infowindow--regulier .infowindow__heading {
    background: #b3b843;
}

.infowindow--occasion .infowindow__heading {
    background: #5a85a5;
}

.infowindow--assoc .infowindow__heading {
    background: #e4a958;
}

.infowindow--cession .infowindow__heading {
    background: #a1a393;
}

.infowindow--artisanat .infowindow__heading {
    background: #d78051;
}

.infowindow--assistant .infowindow__heading {
    background: #f3845a;
}

.infowindow__body {
    font-size: 12px;
    font-weight: 500;
    color: #07080b;
    padding: 5px 12px;
}

.si-float-wrapper {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

.si-float-wrapper * {
    box-sizing: border-box;
}

[class*=si-wrapper] {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: default;
}

.si-wrapper-top {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0px;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0px;
    margin-left: 0px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.si-wrapper-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.si-shadow-wrapper-top {
    -ms-flex-direction: column;
    flex-direction: column;
}

.si-shadow-wrapper-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
}

.si-shadow-pointer-bottom {
    -ms-flex-order: -1;
    order: -1;
}

.si-shadow-pointer-right {
    -ms-flex-order: -1;
    order: -1;
}

.si-shadow-frame {
    box-shadow: 0 0px 10px 0 #606c7c;
}

[class*=si-shadow-pointer] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto;
}

[class*=si-shadow-inner-pointer] {
    position: absolute;
    width: 141%;
    height: 141%;
    box-shadow: 0px 0px 10px 0 #606c7c;
}

.si-shadow-inner-pointer-top {
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
}

.si-content-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    background-color: #fff;
}

.si-has-border .si-content-wrapper {
    border: 0px solid #bbb;
}

.si-has-border [class*=si-pointer-bg] {
    border-width: 15px;
}

.si-has-border .si-pointer-bg-top {
    top: 0px;
    margin-bottom: 0px;
}

.si-has-border .si-pointer-bg-bottom {
    bottom: 0px;
    margin-top: 0px;
}

.si-has-border .si-pointer-bg-left {
    left: 0px;
    margin-right: 0px;
}

.si-has-border .si-pointer-bg-right {
    right: 0px;
    margin-left: 0px;
}

.si-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    color: inherit;
    font-family: Arial, Baskerville, monospace;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.si-close-button:hover {
    opacity: 0.7;
}

.si-close-button:focus {
    opacity: 0.7;
}

[class*=si-pointer-border] {
    position: absolute;
    border: 15px solid transparent;
    z-index: 3;
}

[class*=si-pointer-bg] {
    position: relative;
    border: 15px solid transparent;
    z-index: 4;
}

.si-pointer-border-top {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    border-top-color: #bbb;
}

.si-pointer-border-bottom {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    border-bottom-color: #bbb;
}

.si-pointer-border-left {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    border-left-color: #bbb;
}

.si-pointer-border-right {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    border-right-color: #bbb;
}

.si-pointer-top {
    border-bottom: 0;
}

.si-pointer-bg-top {
    border-top-color: #fff;
}

.si-pointer-bottom {
    border-top: 0;
}

.si-pointer-bg-bottom {
    border-bottom-color: #fff;
}

.si-pointer-left {
    border-right: 0;
}

.si-pointer-bg-left {
    border-left-color: #fff;
}

.si-pointer-right {
    border-left: 0;
}

.si-pointer-bg-right {
    border-right-color: #fff;
}

.dashboard-cards {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dashboard-card {
    position: relative;
    border: 3px solid #cecdd6;
    background-color: #ffffff;
    margin-bottom: 25px;
    font-size: 16px;
    transition: box-shadow 0.3s;
    color: #926d81;
    max-width: 550px;
    width: 100%;
}

.dashboard-card:hover {
    box-shadow: 0 0 15px #5a6c7f;
}

.dashboard-card.active {
    box-shadow: 0 0 15px #5a6c7f;
}

.dashboard-card__title {
    text-transform: uppercase;
    position: relative;
    min-height: 46px;
    background-color: #b27d99;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 10px 10px 62px;
}

.dashboard-card__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #336c81 url(/img/pie-right.png) center center no-repeat;
}

.dashboard-card--regulier {
    color: #959834;
}

.dashboard-card--regulier .dashboard-card__title {
    background-color: #b4b73e;
}

.dashboard-card--regulier .dashboard-card__title::before {
    background-color: #959834;
    background-image: url(/img/regulier.png);
}

.dashboard-card--assistant {
    color: #a36747;
}

.dashboard-card--assistant .dashboard-card__title {
    background-color: #f3845a;
}

.dashboard-card--assistant .dashboard-card__title::before {
    background-color: #ac6344;
    background-image: url(/img/assistant.png);
}

.dashboard-card--assoc {
    color: #4e978e;
}

.dashboard-card--assoc .dashboard-card__title {
    background-color: #f9ab59;
}

.dashboard-card--assoc .dashboard-card__title::before {
    background-color: #d6973c;
    background-image: url(/img/assoc.png);
}

.dashboard-card--cession {
    color: #4a6e7f;
}

.dashboard-card--cession .dashboard-card__title {
    background-color: #999f91;
}

.dashboard-card--cession .dashboard-card__title::before {
    background-color: #73776f;
    background-image: url(/img/cession.png);
}

.dashboard-card__body {
    padding: 20px;
    text-align: center;
    font-weight: 500;
}

.dashboard-card__body strong {
    font-size: 18px;
}

.dashboard-card__action {
    background-color: #ee5c2f;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    position: relative;
}

.dashboard-card__action::before {
    content: "";
    position: absolute;
    top: -8px;
    height: 0;
    border-bottom: 8px solid #a93b0a;
    left: 0;
    border-left: 7px solid transparent;
}

.dashboard-card__action::after {
    content: "";
    position: absolute;
    top: -8px;
    height: 0;
    border-bottom: 8px solid #a93b0a;
    right: 0;
    border-right: 7px solid transparent;
}

.dashboard-card__action .btn {
    background-color: #a93b0a;
    margin-top: 0.5rem;
    text-transform: uppercase;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.dashboard-card__action .btn:hover {
    background-color: #792a07;
}

.dashboard-card__action .btn-white {
    background-color: #fff;
    color: #000006;
}

.dashboard-card__action .btn-white:hover {
    background-color: #a93b0a;
    color: #fff;
}

.dashboard-besoins {
    background-color: #f5eef7;
}

.dashboard-profil {
    background-color: #fff;
    padding: 2rem 0;
    overflow: hidden;
}

.dashboard-profil .btn {
    text-transform: uppercase;
}

.dashboard-profil .col {
    margin-bottom: 3rem;
}

.dashboard-slider {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.dashboard-slider .owl-dots {
    text-align: center;
}

.dashboard-slider .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #47596f !important;
    border-color: #47596f !important;
}

.dashboard-slider .owl-dot.active {
    background-color: #fff !important;
    border-color: #ec4e00 !important;
}

.gpm .dashboard-slider .owl-controls {
    margin-top: 25px;
}

.gpm .dashboard-slider .owl-prev {
    position: absolute;
    display: block !important;
    width: 21px;
    height: 35px;
    margin-top: -17px;
    top: 50%;
    left: -20px;
    background: url(/img/dashboard-arrow-left.png);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s;
}

.gpm .dashboard-slider .owl-prev:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.gpm .dashboard-slider .owl-next {
    position: absolute;
    display: block !important;
    width: 21px;
    height: 35px;
    margin-top: -17px;
    top: 50%;
    left: -20px;
    background: url(/img/dashboard-arrow-left.png);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s;
    left: auto;
    right: -30px;
    background-image: url(/img/dashboard-arrow-right.png);
}

.gpm .dashboard-slider .owl-next:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.dashboard-profil__title {
    font-size: 24px;
    color: #5b6d7d;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
}

.dashboard-profil__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url(/img/user-white.svg) center center no-repeat #5b6d7d;
    border-radius: 35px;
    background-size: 22px 22px;
}

.dashboard-profil__title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #5b6d7d;
}

.dashboard-profil__title--action::before {
    background-image: url(/img/actions-white.svg);
}

.dashboard-profil__title--alertes::before {
    background-image: url(/img/megaphone-white.svg);
    background-size: 23px 20px;
}

.dashboard-profil__body {
    padding-left: 55px;
}

.dashboard-profil__body ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.dashboard-profil__body li {
    list-style: none;
    padding: 3px 0 3px 38px;
    background: url(/img/circle-arrow.svg) 18px 5px no-repeat;
    background-size: 12px 12px;
}

.dashboard-annonces {
    background-color: #f5eef7;
    padding: 2rem 0 1rem 0;
    position: relative;
}

.dashboard-annonces .container {
    overflow: hidden;
}

.dashboard-annonces .fiche__periods::before {
    border-left-color: #f5eef7;
}

.dashboard-annonces::after {
    content: "";
    height: 0;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid #f5eef7;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
}

.dashboard-list {
    background: #e0d4e4;
    padding: 55px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.dashboard-list .search-result__meta--main {
    min-width: auto;
    width: auto;
}

.dashboard-list .search-result {
    margin: 20px;
}

.dashboard-list .search-result:hover {
    box-shadow: none !important;
}

.dashboard-list .search-result__body {
    padding-left: 20px;
    padding-bottom: 30px;
}

.dashboard-list .search-result__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.dashboard-btn {
    text-transform: uppercase;
    margin: 0 20px;
}

.dashboard-btn.btn-outline {
    background-color: #fff !important;
    text-transform: uppercase;
    color: #ec4e00;
}

.dashboard-card__buttons {
    position: relative;
}

.dashboard-card__buttons .btn-edit {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    width: 40px;
    padding: 0;
    background-image: url(/img/pen.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.dashboard-card__buttons .btn-delete {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    width: 40px;
    padding: 0;
    background-image: url(/img/pen.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    right: 0px;
    left: auto;
    background-image: url(/img/cross.svg);
    background-size: 17px 17px;
}

.dashboard-card__buttons .btn:hover {
    background-color: #883320;
}

.myalerts {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.myalerts__map {
    float: left;
    width: 100%;
    max-width: 530px;
    border-radius: 15px;
    background: #ec4e00;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 40px 40px 0;
    margin-bottom: 1rem;
}

.myalerts__settings {
    border: 2px solid #cecdd6;
    float: right;
    width: 100%;
    max-width: 550px;
    margin-bottom: 1rem;
}

.myalerts__settings hr {
    height: 2px;
    background-color: #2d2f3a;
    margin-top: 0;
    margin-bottom: 1rem;
}

.myalerts__settings .form-check {
    margin-top: 5px;
}

.myalerts__settings .form-group:first-child {
    margin-bottom: 0;
}

.myalerts__settings .form-group label {
    display: block;
}

.myalerts__settings__heading {
    background-color: #e7e0ea;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 13px 0px;
}

.myalerts__settings__body {
    padding: 30px;
}

.row-flex {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

.fiche__blocs--contrat {
    background-color: #efe5f3;
    padding: 25px 0 90px 0;
    margin-top: -25px;
    margin-bottom: -110px;
}

.fiche__blocs--contrat .fiche-bloc {
    width: 100%;
}

.fiche__blocs--contrat .container {
    max-width: 1440px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group--orange {
    margin: 5px -20px;
    padding: 10px 20px;
    background-color: #ec4e00;
    color: #fff;
}

.form-group--orange label {
    color: #fff !important;
}

.form-group--orange .row-flex {
    margin: 15px 0;
}

.contrat-form {
    width: 100%;
}

.contrat-form .form-check-label {
    position: relative;
    margin: 0 25px 25px 25px;
    padding-left: 27px;
    color: #596b7d;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.contrat-form .form-check-label .checker {
    position: absolute;
    top: 4px;
    left: 0;
}

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

.contrat-form .fiche-bloc {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 25px !important;
}

.contrat-form label {
    color: #000000;
}

.exemplaire-contrat {
    font-weight: 500;
}

.exemplaire-contrat span {
    color: #e9520e;
    background-color: #ffdccc;
}

.exemplaire-contrat__title {
    color: #000000;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 700;
}

.exemplaire-contrat__name {
    margin: 20px 0;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.exemplaire-contrat__name::after {
    content: "";
    display: block;
    width: 338px;
    height: 1px;
    margin: 15px auto 0 auto;
    background-color: #5a6d7f;
}

.contrat-steps {
    margin-top: 25px;
    margin-bottom: 50px;
}

.contrat-step {
    margin-right: 1px;
    margin-bottom: 1rem;
    text-decoration: none;
}

.contrat-step:last-child {
    margin-right: 0;
}

a.contrat-step:hover {
    text-decoration: none;
}

a.contrat-step:hover .contrat-step__title {
    background-color: #588ea5 !important;
    color: #f2f2f2 !important;
}

a.contrat-step:hover .contrat-step__body {
    color: #588ea5 !important;
}

.contrat-step__title {
    padding: 17px 0;
    background-color: #bac5cb;
    color: #e8e7ec;
    font-size: 22px;
    height: 56px;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background 0.3s;
}

.contrat-step__title img {
    margin-right: 10px;
}

.contrat-step__body {
    position: relative;
    color: #bac5cb;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding-left: 22px;
    padding-top: 7px;
    transition: color 0.3s;
}

.contrat-step__body::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -14px;
    left: 24px;
    border-bottom: 14px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.contrat-step__body strong {
    font-size: 18px;
    display: block;
}

.contrat-step.is-active~.contrat-step .contrat-step__title {
    background-color: #edeaf8;
    color: #a5c2cc;
}

.contrat-step.is-active~.contrat-step .contrat-step__body {
    color: #a5c2cc;
}

.is-active .contrat-step__title {
    background-color: #588ea5 !important;
    color: #f2f2f2 !important;
}

.is-active .contrat-step__body {
    color: #588ea5 !important;
}

.contrat-summary {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-bottom: 30px;
    background-color: #5a6c7d;
    padding: 14px 25px;
    color: #fff;
    font-size: 17px;
}

.contrat-summary__icon {
    margin-right: 14px;
}

.contrat-summary__label {
    color: #cae5ff;
    font-size: 15px;
    font-weight: 600;
}

.contrat-summary__body {
    font-weight: 700;
}

.contrat-row {
    margin-bottom: 35px;
}

.contrat-row svg {
    color: #fff;
    width: 40px;
    height: 40px;
    fill: #fff !important;
    filter: brightness(100%);
}

.contrat-row .tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    line-height: 1;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.contrat-row .tooltip__icon {
    border: 1px solid #fff;
    font-family: serif;
    background-color: transparent;
    width: 15px;
    height: 15px;
}

.contrat-row__header {
    background-color: #5a6c7d;
    padding: 13px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contrat-row__label {
    font-size: 15px;
    font-weight: 600;
    color: #cae5ff;
}

.contrat-row__label .tooltip {
    position: relative;
    opacity: 1;
    padding-left: 0;
}

.contrat-row__data {
    position: relative;
    padding: 0 30px;
    border-right: 1px solid #cae5ff;
}

.contrat-row__data:last-child {
    border: none;
}

.contrat-row__data .messagerie__icon {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 10px auto 0 auto;
}

.contrat-row__actions {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

.contrat-row__actions .btn {
    margin-right: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}

.contrat-row__actions .btn:last-child {
    margin-right: 0;
}

.contrat-row__icon {
    float: left;
    height: 100%;
    width: 40px;
    object-fit: contain;
    margin-right: 14px;
}

.contrat-row__icons {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contrat-row__body {
    border: solid 1px #5a6c7d;
    color: #000;
    font-weight: bold;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contrat-row__body .contrat-row__label {
    color: #5a6c7d;
}

.contrat-row__body .contrat-row__data {
    padding: 15px;
    border-color: #5a6c7d;
    overflow: hidden;
}

.contrats-filter label {
    display: block;
    margin-bottom: 5px;
}

.contrats-filter .btn {
    padding-left: 70px;
    padding-right: 70px;
    font-weight: 700;
}

.clear {
    overflow: hidden;
}

.table-week {
    display: none;
}

.table-week td {
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    height: 40px;
}

.table-week td .checkbox {
    margin-top: 5px;
}

.table-week td:first-child {
    text-align: right;
    padding-right: 10px;
    border: none;
}

.table-week th {
    vertical-align: middle;
    text-align: center;
}

.table-week th .checkbox {
    margin-top: 3px;
    margin-bottom: 0px;
}

.form-group-week .select2 {
    width: 100% !important;
}

.form-orange-toggle {
    display: block;
    text-align: center;
    margin: 20px 0;
    padding-right: 30px;
    width: 112px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    border: 1px solid #af3a00;
    position: relative;
    background: #d04500;
    transition: background 0.3s;
    outline: none;
}

.form-orange-toggle::after {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    right: 16px;
    width: 16px;
    height: 18px;
    background: url(/img/arrow-down.png) center center no-repeat;
    transition: transform 0.3s;
}

.form-orange-toggle:hover {
    text-decoration: none;
    background-color: #7d1700;
}

.form-orange-toggle.visible::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.text-orange {
    color: #ec4e00;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small,
    .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small,
    .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .home-offers .title {
        line-height: 40px;
        font-size: 32px;
    }
    .home-registered .btn-blue {
        padding: 15px 55px;
    }
}

@media (max-width: 900px) and (max-width: 575.98px) {
    .home-registered .btn-blue {
        padding: 10px 40px;
    }
}

@media all and (max-width: 900px) {
    .home-about {
        padding: 4rem 1rem 30rem 1rem;
        background-position: center;
    }
    .home-about .title {
        color: #ec4e00;
        font-size: 26px;
    }
    .home-about .texte span {
        font-size: 16px;
    }
}

@media (max-width: 900px) and (max-width: 575.98px) {
    .home-about .title {
        line-height: 21px;
        font-size: 19px;
    }
}

@media only screen and (min-width: 1175px) {
    .vcenter {
        top: 50% !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
    .alert {
        padding-left: 72px;
    }
    .alert .icon {
        position: absolute;
        left: 25px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 0;
    }
    .alert.info {
        font-size: 18px;
        padding-left: 120px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .alert.info .icon {
        width: 51px;
        height: 61px;
        background-size: 61px 61px;
        position: absolute;
        left: 35px;
    }
    .header__actions {
        text-align: right;
        position: absolute;
        right: 0;
        display: block;
        top: 25px;
    }
    .header__actions .btn {
        font-size: 18px;
        line-height: 22px;
    }
    .header__actions .btn img,
    .header__actions .btn .icon {
        max-height: 20px !important;
        height: 20px;
        width: 20px;
    }
    .header__links {
        text-align: right;
        position: absolute;
        right: 0;
        display: block;
        bottom: 0;
    }
    .header__logo {
        float: left;
    }
    .header__logo img {
        width: 280px;
    }
    .topbar {
        display: block;
    }
    .menu {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        width: 100%;
        overflow: visible;
        top: 0;
        height: 66px;
        line-height: 66px;
        background-color: #14559a;
        background-color: rgba(20, 85, 154, 0.9);
    }
    .menu .label {
        display: none;
    }
    .menu .login {
        display: none;
    }
    .menu .register {
        display: none;
    }
    .menu .secondary {
        display: none;
    }
    .menu hr {
        display: none;
    }
    .menu .main {
        display: table;
        padding: 0;
        margin: 0 auto;
        width: 1175px;
    }
    .menu .main .icon {
        display: inline-block;
        width: 25px;
        height: 22px;
        -ms-transform: translateY(3px);
        transform: translateY(-2px);
    }
    .menu .main>ul {
        display: table-row;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0;
        padding: 0;
        height: 66px;
    }
    .menu .main>ul>li {
        display: table-cell;
        margin: 0;
        padding: 0;
        height: 66px;
    }
    .menu .main>ul>li>a {
        opacity: 0.4;
        display: inline-block;
        height: 66px;
        line-height: 66px;
    }
    .menu .main>ul>li>a:hover {
        opacity: 1;
        text-decoration: none;
        border-bottom: 4px solid #fff;
    }
    .menu .main>ul>li.active>a {
        opacity: 1;
        text-decoration: none;
        border-bottom: 4px solid #fff;
    }
    .menu .main .sub {
        text-align: left;
        width: 100%;
        border-top: 1px solid #fff;
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #a8d7eb;
        background-color: #14559a;
        background-color: rgba(20, 85, 154, 0.9);
        line-height: 28px;
    }
    .menu .main .sub .active a {
        color: #fff;
    }
    .menu .main .sub a:hover {
        color: #fff;
    }
    .menu-mobile {
        display: none;
    }
    .menu-open {
        left: 0;
        right: 0;
    }
    .menu-holder {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .menu-holder__mobile {
        display: none;
    }
    .gpm .menu-holder {
        display: none;
    }
    .menu.is-fixed {
        position: fixed;
        top: 0;
    }
    .has-flexbox .menu .main>ul>li {
        display: block;
    }
    .footer__title {
        font-size: 36px;
        margin-bottom: 47px;
    }
    .footer .col {
        float: left;
        width: 50%;
    }
    .footer .col.first {
        width: 40%;
        margin-right: 10%;
        border-right: 1px solid #fff;
    }
    .botbar {
        line-height: 36px;
    }
    .botbar .left {
        margin-bottom: 0;
    }
    .left {
        width: 50%;
        float: left;
        text-align: left;
    }
    .right {
        width: 50%;
        float: right;
        text-align: right;
    }
    .gototop {
        right: 50px;
        display: block;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .gototop.visible {
        opacity: 1;
    }
    .slider-home .owl-dots {
        top: 90px;
    }
    .slider-home .owl-next {
        left: calc(50% + 524px);
    }
    .slider-home .owl-prev {
        left: calc(50% - 524px);
        right: auto;
    }
    .form-orange {
        padding: 32px 40px 32px 40px;
    }
    .form-orange .title {
        font-size: 24px;
        font-weight: 600;
    }
    .form-orange .col {
        margin-bottom: 0;
    }
    .card td {
        height: 28px;
    }
    .card .mb5 {
        margin-bottom: 140px;
    }
    .card .portrait {
        position: absolute;
        margin: 0;
        top: 60px;
        right: 40px;
    }
    .itineraire td {
        height: 28px;
    }
    .itineraire .mb5 {
        margin-bottom: 140px;
    }
    .itineraire .portrait {
        position: absolute;
        margin: 0;
        top: 60px;
        right: 40px;
    }
    .card__label {
        text-align: left;
    }
    .card__value {
        padding-left: 5px;
        padding-bottom: 0;
    }
    .cards .card {
        width: 545px;
        float: left;
    }
    .cards .card:last-child {
        float: right;
    }
    .cards .itineraire {
        width: 545px;
        float: left;
    }
    .cards .itineraire:last-child {
        float: right;
    }
    .card__info {
        margin-right: 75px;
        margin-left: 75px;
        height: 167px;
    }
    .card__info__body {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
    .card__field {
        padding-left: 80px;
    }
    .card__portrait {
        position: absolute;
        top: 56px;
        right: 39px;
        max-width: 80px;
    }
    .card__btn {
        width: 304px;
        display: block;
    }
    .modal__blue {
        padding-left: 75px;
        padding-right: 75px;
    }
    .modal__blue .btn {
        right: 53px;
        bottom: 34px;
        position: absolute;
        width: 156px;
        text-transform: uppercase;
    }
    .modal__blue .card__btn {
        right: 53px;
        bottom: 34px;
        position: absolute;
        width: 156px;
        text-transform: uppercase;
    }
    .modal--login .modal__box {
        position: relative;
        padding-right: 357px;
        width: 1022px;
        max-width: 1022px;
    }
    .modal--login .modal__form {
        padding: 35px 35px 35px 50px;
    }
    .modal--login .modal__blue {
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 46px;
        width: 357px;
        float: right;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .modal--login .modal__blue li {
        padding-top: 0;
    }
    .modal--login .modal__blue .btn {
        position: static;
        margin: 20px auto 0;
        width: 156px;
        display: block;
    }
    .modal--login .modal__blue .card__btn {
        position: static;
        margin: 20px auto 0;
        width: 156px;
        display: block;
    }
    .modal__form__field label {
        float: left;
        width: 120px;
    }
    .modal__form__field input {
        width: 456px;
        float: right;
    }
    .modal__recover {
        padding-left: 126px;
    }
    .modal__remember {
        padding-left: 126px;
    }
    .modal--map__content {
        padding-left: 80px;
        padding-right: 80px;
    }
    .modal--map__img {
        width: 500px;
        float: left;
    }
    .modal--map__list {
        display: block;
        float: right;
        width: 160px;
    }
    .alert-arrowed.is_stuck {
        margin-top: 65px;
    }
    .page-header .title {
        margin-top: 0;
        position: absolute;
    }
    .page-header .container {
        height: 282px;
        padding-top: 0;
    }
    .breadcrumb {
        height: 40px;
        display: block;
    }
    .section-grey .list {
        float: left;
        width: 50%;
        padding: 0 40px;
    }
    .section-grey .list-bordered {
        border-right: 1px solid #0082e4;
    }
    .secondary-demarche .link {
        position: absolute;
        bottom: 48px;
        right: 34px;
        margin-bottom: 0;
    }
    .icon-green {
        background-color: #848c6f;
    }
    .icon-purple {
        background-color: #8c6f8a;
    }
    .icon-blue {
        background-color: #6f6f8c;
    }
    .home-how .col {
        width: 25%;
        float: left;
    }
    .home-how .icon img {
        vertical-align: middle;
    }
    .home-how .label {
        margin-top: 1rem;
    }
    .home-how .brown {
        font-size: 26px;
        color: #ab8b5e;
    }
    .home-how .green {
        font-size: 26px;
        color: #848c6f;
    }
    .home-how .purple {
        font-size: 26px;
        color: #8c6f8a;
    }
    .home-how .blue {
        font-size: 26px;
        color: #6f6f8c;
    }
    .home-numbers .col {
        width: 25%;
        float: left;
    }
    .home-offers .col {
        width: 50%;
        float: left;
    }
    .home-map .legend {
        height: 50px;
        text-align: right;
    }
    .home-map .legend-item {
        display: inline;
        margin-bottom: 0;
    }
    .period .count {
        line-height: 36px;
        padding: 0 0 0 15px;
    }
    .period .count .btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
        position: absolute;
        top: 5px;
        right: 6px;
    }
    .period .count .card__btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
        position: absolute;
        top: 5px;
        right: 6px;
    }
    .period .actions {
        position: absolute;
        margin-top: 0;
        top: 0;
        right: 0;
        bottom: auto;
    }
    .calendar-legend {
        position: relative;
        width: 715px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        padding-left: 110px;
    }
    .calendar-legend .label {
        position: absolute;
        top: 25px;
        left: 36px;
    }
    .calendars .current {
        position: absolute;
        right: 33.33%;
        left: 33.33%;
        width: 33.33%;
        text-align: center;
    }
    .calendars .col {
        float: left;
        width: 33.33%;
        padding: 0 15px;
    }
    .calendars .col:first-child {
        padding-left: 0;
    }
    .calendars .col:last-child {
        padding-right: 0;
    }
    .annonces-count {
        font-size: 21px;
    }
    .annonces-count .btn {
        position: absolute;
        margin: 0;
        top: 8px;
        right: 20px;
        width: 274px;
        display: block;
        height: 50px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .annonces-count .card__btn {
        position: absolute;
        margin: 0;
        top: 8px;
        right: 20px;
        width: 274px;
        display: block;
        height: 50px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .annonce-short__icon {
        display: inline-block;
    }
    .annonces-last .annonce-short {
        padding-left: 150px;
        padding-right: 20px;
    }
    .annonces-last .annonce-short__icon {
        left: 90px !important;
    }
    .annonce__body {
        padding-left: 30px;
    }
    .annonce__metas {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        padding: 9px;
    }
    .annonce--slider .annonce__description {
        width: 52%;
        float: left;
    }
    .annonce__infos {
        width: 52%;
        float: left;
    }
    .annonce .itineraire {
        width: 43%;
        float: right;
    }
    .annonce .secondary {
        width: 43%;
        float: right;
    }
    .annonce .slider {
        float: right;
        width: 43%;
    }
    .annonce--thumb .annonce__body {
        padding-left: 185px;
        min-height: 161px;
    }
    .annonce__thumb {
        width: 125px;
        position: absolute;
        left: 43px;
        top: 33px;
    }
    .map-annonces .map {
        height: 533px;
    }
    .contact-form .main {
        width: 794px;
        padding-right: 35px;
    }
    .contact-form .secondary {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        width: 345px;
        padding: 80px 50px;
    }
    .contact-form .secondary .btn {
        margin-top: 58px;
    }
    .contact-form .secondary .card__btn {
        margin-top: 58px;
    }
    .contact-form-password .main {
        width: 794px;
        padding-right: 35px;
    }
    .alert-contact {
        font-size: 12px;
    }
    .alert-contact .icon {
        float: left;
        margin-right: 25px;
        width: 64px;
        height: 83px;
    }
    .alertes-infos {
        font-size: 19px;
    }
    .alertes-infos .icon {
        float: left;
        margin-right: 25px;
        width: 64px;
        height: 83px;
    }
    .alertes-title {
        font-size: 39px;
        line-height: 43px;
    }
    .signup .row {
        padding-right: 150px;
    }
    .signup-checkbox {
        width: 820px;
    }
    .signup-actions .btn {
        margin-bottom: 0;
    }
    .signup-actions .card__btn {
        margin-bottom: 0;
    }
    .contracts-form {
        padding-right: 236px;
    }
    .contracts-form .title {
        text-align: right;
        height: 34px;
        line-height: 34px;
    }
    .contracts-table tr {
        margin-bottom: 0;
    }
    .col1 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 8.33333%;
    }
    .col10 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 83.33333%;
    }
    .col11 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 91.66667%;
    }
    .col12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 100%;
    }
    .col2 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 16.66667%;
    }
    .col20 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 20%;
    }
    .col3 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 25%;
    }
    .col4 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 33.33333%;
    }
    .col5 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 41.66667%;
    }
    .col6 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 50%;
    }
    .col7 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 58.33333%;
    }
    .col8 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 66.66667%;
    }
    .col9 {
        float: left;
        position: relative;
        min-height: 1px;
        padding: 0 10px;
        width: 75%;
    }
    .row.padded {
        margin: 0 -20px 40px;
    }
    .row.padded>div {
        padding: 0 20px;
    }
    .push0 {
        margin-left: 0;
    }
    .push1 {
        margin-left: 8.33333%;
    }
    .push2 {
        margin-left: 16.66667%;
    }
    .push3 {
        margin-left: 25%;
    }
    .push4 {
        margin-left: 33.33333%;
    }
    .push5 {
        margin-left: 41.66667%;
    }
    .row {
        margin: 0 -10px 10px;
    }
    .row::after {
        content: " ";
        display: table;
        clear: both;
    }
    .row::before {
        content: " ";
        display: table;
    }
    .row:last-child {
        margin-bottom: 0;
    }
    .row>.main {
        margin: 0 10px;
        width: 722px;
        float: left;
    }
    .row>.secondary {
        margin: 0 10px;
        width: 377px;
        float: right;
    }
    .push6 {
        margin-left: 50%;
    }
    .push7 {
        margin-left: 58.33333%;
    }
    .push8 {
        margin-left: 66.66667%;
    }
    .push9 {
        margin-left: 75%;
    }
    .push10 {
        margin-left: 83.33333%;
    }
    .push11 {
        margin-left: 91.66667%;
    }
    .push12 {
        margin-left: 100%;
    }
    .why-hero {
        font-size: 31px;
    }
    .why-quotes__slider {
        width: 100% !important;
        margin: 0 auto;
    }
    .why-quotes__slider .owl-next {
        width: 12px;
        height: 20px;
        background: url(/../img/next.svg);
        background-size: 12px 20px;
        margin-top: -30px;
        position: absolute;
        top: 50%;
        left: -163px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(/../img/next.svg);
        left: auto;
        right: -163px;
    }
    .why-quotes__slider .owl-prev {
        width: 12px;
        height: 20px;
        background: url(/../img/prev.svg);
        background-size: 12px 20px;
        margin-top: -30px;
        position: absolute;
        top: 50%;
        left: -163px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .why-quotes__img {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        left: 0;
    }
    .why-quotes__text {
        text-align: left;
        text-indent: 15px;
    }
    .jobs-select__item {
        width: 275px;
        height: 152px;
        margin-left: 0;
        margin-right: 0;
    }
    .form-step::after {
        content: "";
        display: table;
        clear: both;
    }
    .form-step .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-step .row>div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-step__heading {
        position: relative;
        padding-right: 75px;
        padding-left: 0;
        width: 275px;
        float: left;
        text-align: right;
        height: auto;
        font-size: 1.4em;
    }
    .form-step__number {
        position: absolute;
        left: auto;
        right: 20px;
        margin-right: 0;
    }
    .form-step__body {
        padding-top: 0;
        border-top: none;
        float: right;
        width: calc(100% - 275px);
        border-left: 3px solid #0d67a5;
        padding-left: 40px;
    }
    .uploader .action {
        width: 280px;
        height: 48px;
        border-radius: 8px;
        border: 1px solid #b4b4b4;
        background-color: #dadada;
        color: #596b7d;
        font-size: 17px;
        font-style: italic;
        line-height: 46px;
    }
    .uploader .filename {
        padding-left: 300px;
    }
    .steps {
        margin: 0 auto 2rem;
        height: 67px;
        width: 950px;
        background: url(/img/steps/step1.png) left top no-repeat;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }
    .steps .step:first-child {
        color: #fff !important;
    }
    .steps2 {
        margin: 0 auto 2rem;
        height: 67px;
        width: 950px;
        background: url(/img/steps/step1.png) left top no-repeat;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(/img/steps/step2.png);
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }
    .steps2 .step:nth-child(2) {
        color: #fff !important;
    }
    .step {
        width: 450px;
        text-align: center;
        padding: 0 !important;
        background-color: transparent !important;
        border: none !important;
    }
    .form-control-medium {
        width: 50% !important;
    }
    .form-search__mapname {
        top: 0;
        bottom: auto;
        right: 0;
    }
    .form-search__period {
        width: 50%;
        float: left;
        padding-right: 50px;
    }
    .form-search__map {
        padding-left: 45px;
        width: 50%;
        float: right;
        padding-right: 50px;
        border-left: 2px solid #fff;
    }
    .form-search__map svg {
        width: 237px;
    }
    .form-search__help {
        width: 160px;
        float: left;
    }
    .search-result__footer {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .search-results {
        position: relative;
    }
    .search-results__list {
        min-height: 100vh;
        width: 65%;
        padding-right: 50px;
        padding-left: 50px;
    }
    .form-search__date-range {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form-search__date-range .form-group:first-child {
        margin-right: 60px;
    }
    .form-search__col2 {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .form-search__col2>div {
        width: 50%;
        margin-right: 60px;
    }
    .search-results__map {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 35%;
        height: 100%;
        display: block;
        background-color: #0e5552;
        overflow: visible !important;
    }
    .search-results__map .search-map {
        position: -webkit-sticky !important;
        position: sticky !important;
        height: 100vh;
        width: 100%;
        top: 0px;
        right: 0;
        bottom: auto;
    }
    .search-result__metas {
        position: absolute;
        top: 0;
        right: 0;
    }
    .search-result__stats {
        position: absolute;
        bottom: 7px;
        right: 12px;
        margin-bottom: 0;
    }
    .search-result__photos {
        position: absolute;
        bottom: 5px;
        right: 50px;
        margin-bottom: 0;
    }
    .search-result__body {
        padding-top: 48px;
    }
    .search-filter {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4px 30px;
    }
    .search-filter .form-group {
        max-width: 30%;
        margin: 0;
    }
    .search-filter .form-check {
        line-height: 48px;
    }
    .search-filter .checker {
        margin-left: 5px;
    }
    .search-filter select.form-control {
        width: 200px;
    }
    .search-filter label {
        margin-right: 5px;
    }
    .search-filter .select2-container {
        display: inline-block;
    }
    .mobile-only {
        display: none !important;
    }
    .fiche-bloc__week {
        display: table;
    }
    .fiche-actions .btn {
        margin-top: 0;
        margin-bottom: 0;
    }
    .fiche__blocs {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fiche-bloc {
        width: 640px;
    }
    .fiche-bloc:nth-child(2n) {
        width: 475px;
    }
    .fiche-bloc:nth-child(2n) .fiche-bloc__list li {
        width: 100%;
    }
    .fiche__blocs__container {
        width: 490px;
    }
    .fiche__blocs__container .fiche-bloc {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    .fiche-bloc__list {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fiche-bloc__list li {
        width: 50%;
    }
    .fiche__periods {
        margin-left: 34px;
    }
    .fiche__periods::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        border-top: 34px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 22px solid #fff;
        height: 0;
        width: 0;
    }
    .fiche__period {
        height: 34px;
        padding: 6px 40px;
    }
    .mes-annonces td:nth-child(2) {
        text-align: left;
    }
    .mes-annonces td:first-child {
        text-align: left;
    }
    .message {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .annonce-header {
        margin-top: 66px;
    }
    .search-result__footer-separator {
        display: inline-block;
        width: 2px;
        height: 22px;
        background-color: #cecdd6;
        margin: 0 20px;
        vertical-align: middle;
    }
    .fiche-bloc.fiche-bloc--annonce {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fiche-bloc.fiche-bloc--annonce .title-orange {
        width: 100%;
    }
    .fiche-bloc__text {
        width: 480px;
    }
    .fiche-bloc__slider {
        width: 567px;
    }
    .dashboard-card {
        width: 50%;
    }
    .dashboard-card--center {
        margin-left: 25%;
        margin-right: 25%;
    }
    .dashboard-profil .col {
        margin-bottom: 0;
        float: left;
        width: 33.33%;
    }
    .dashboard-card__buttons .btn-delete {
        right: 30px;
    }
    .dashboard-card__buttons .btn-edit {
        right: 80px;
        left: auto;
    }
    .dashboard-list .search-result {
        width: 365px;
        margin: 20px;
    }
    .fiche__blocs--contrat .container {
        padding-left: 20px;
        padding-right: 20px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }
    .exemplaire-contrat {
        max-height: calc(95vh - 70px);
        overflow: scroll;
        overflow-x: hidden;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 70px;
        width: 800px !important;
        margin-right: 35px;
        -ms-flex: none;
        flex: none;
    }
    .contrat-steps {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        margin-bottom: 10px;
    }
    .contrat-step {
        width: 20%;
    }
    .contrats-filter {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .contrats-filter .col {
        max-width: 100%;
    }
    .contrats-filter .col:first-child {
        width: 366px;
        margin-right: 70px;
    }
    .contrats-filter .col:nth-child(2) {
        width: 300px;
        margin-right: auto;
    }
    .contrats-filter .col:last-child {
        margin-left: auto;
    }
    .row-flex-desktop {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
    }
    .sm-only {
        display: none;
    }
    .select-week {
        display: none;
    }
    .form-group-week .select2 {
        display: none;
    }
    .table-week {
        width: 100%;
        table-layout: fixed;
        display: table;
    }
    .form-add-period .col-left {
        width: 310px;
        float: left;
    }
    .form-add-period .col-right {
        width: calc(100% - 350px);
        float: right;
    }
    .form-orange-toggle {
        display: inline-block;
        margin: 0 0 0 25px;
    }
}

@media only screen and (max-width: 1175px) {
    .alert-arrowed {
        font-size: 15px;
        font-family: "Fira Sans";
    }
    .menu .main .sub {
        padding-left: 12px !important;
    }
    .form .col {
        margin-bottom: 10px;
    }
    .form .col:last-child {
        margin-bottom: 0;
    }
    .select2 {
        margin-bottom: 1rem;
    }
    input[type=email] {
        margin-bottom: 1rem;
    }
    input[type=password] {
        margin-bottom: 1rem;
    }
    input[type=text] {
        margin-bottom: 1rem;
    }
    select {
        margin-bottom: 1rem;
    }
    textarea {
        margin-bottom: 1rem;
    }
    .form-orange {
        background: #e54d00;
    }
    .form-orange .btn {
        display: block;
        margin: 0 auto;
    }
    .form-orange .card__btn {
        display: block;
        margin: 0 auto;
    }
    .matchheight {
        height: auto !important;
    }
    .desktop {
        display: none !important;
    }
    table.responsive td {
        width: 100%;
        display: block;
    }
    table.responsive th {
        width: 100%;
        display: block;
        display: none;
    }
    table.responsive tr {
        width: 100%;
        display: block;
    }
    .pagination .next {
        display: none;
    }
    .pagination .previous {
        display: none;
    }
    .table th {
        display: none;
    }
    .table td {
        display: block;
        width: 100% !important;
        border: 1px solid #5a6c7d !important;
    }
    .table .is-cession {
        width: 100% !important;
        height: 55px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .table .is-artisan {
        width: 100% !important;
        height: 55px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .table .is-assoc {
        width: 100% !important;
        height: 55px;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .contrat-row__data {
        padding: 13px 0;
        border-right: none;
        border-bottom: 1px solid #cae5ff;
        width: 100% !important;
    }
    .sm-hidden {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    input[type=text] {
        margin-bottom: 0rem;
    }
    #loginColumn .modal-gpm__field label {
        display: block;
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .calendar-legend {
        height: 180px;
    }
}

@media (hover) {
    .map-regions__region:hover {
        fill: #64220a;
    }
}

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

.mandatoryStar {
    font-weight: 600;
    font-size: 17px;
    color: red;
}

.btn,
.card__btn {
    padding: 12px 20px;
    line-height: 19px;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s;
    border-radius: 10px;
    border: none;
    background-color: #ec4e00;
    color: #fff;
}

.btn-bold {
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
}

@media (max-width: 575.98px) {
    .btn-bold {
        font-size: 17px;
        padding: 9px 30px;
    }
}

.btn.inverted,
.inverted.card__btn {
    background-color: transparent;
    border: 1px solid #ec4e00;
    color: #ec4e00;
}

.btn.inverted:hover,
.inverted.card__btn:hover {
    border-color: #78220c;
    color: #fff;
}

.btn.btn-blue {
    background-color: #0c68a7;
    border: 0px solid #0c68a7;
    color: #fff;
}

.btn.btn-blue:hover {
    border-color: #084873;
    background-color: #084873;
    color: #fff;
}

.form-check-inline label {
    margin-left: 3px;
    margin-right: 28px;
}

.breadcrumb-main {
    height: 40px;
    display: block;
}

.annonce__header,
.breadcrumb-main {
    overflow: hidden;
}

.breadcrumb-main {
    height: 0;
    line-height: 45px;
    border-left: 1px solid #999;
    font-size: 13px;
    margin-bottom: 40px;
}

.breadcrumb-main svg {
    display: inline-block;
    margin-left: 14px;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.breadcrumb-main a svg,
.breadcrumb-main a:hover svg {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-main .sep {
    margin: 0 5px;
}

.jobs-select-title,
.title-orange {
    color: #0e68a8;
}

.jobs-select-title::after,
.title-orange::after {
    background-color: #0e68a8;
}

.fiche-bloc__list i {
    color: #0e68a8;
}

.numbers {
    margin: 0 auto;
}

.toggle-password {
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
}

.dashboard-card__title {
    position: relative;
    min-height: 46px;
    background-color: #b27d99;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 10px 10px 62px;
}

.dashboard-card__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #996c83 url(/img/pie-right.png) center center no-repeat;
}


/**
* Occasion
*/

.infowindow--occasion .infowindow__heading {
    background: #b27d99;
}

.dashboard-card__action {
    background-color: #ee5c2f;
}

.dashboard-card__action::before {
    border-bottom: 8px solid #973200;
}

.dashboard-card__action::after {
    border-bottom: 8px solid #973200;
}

.search-result__heading,
.fiche__title {
    position: relative;
    min-height: 46px;
    background-color: #b27d99;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 10px 10px 62px;
}

.search-result__heading::before,
.fiche__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #986c83 url(/img/pie-right.png) center center no-repeat;
}


/**
* Régulier
*/

.search-result__heading--regulier,
.fiche__title--regulier {
    background-color: #77a475;
}

.search-result__heading--regulier::before,
.fiche__title--regulier::before {
    background: #738c62 url(/img/pie-left.png) center center no-repeat;
}

.infowindow--regulier .infowindow__heading {
    background: #6d8a5c;
}


/** 
* Association
*/

.dashboard-card--assoc .dashboard-card__title {
    background-color: #38b4a9;
}

.dashboard-card--assoc .dashboard-card__title::before {
    background-color: #2b998e;
    background-image: url(/img/assoc.png);
}

.infowindow--assoc .infowindow__heading {
    background: #38b4a9;
}

.search-result__heading--assoc,
.fiche__title--assoc {
    background-color: #38b4a9;
}

.search-result__heading--assoc::before,
.fiche__title--assoc::before {
    background: #289a90 url(/img/assoc.png) center center no-repeat;
}


/** 
* Assistanat
*/

.dashboard-card--assistant .dashboard-card__title {
    background-color: #e6a56b;
}

.dashboard-card--assistant .dashboard-card__title::before {
    background-color: #b38053;
    background-image: url(/img/assistant.png);
}

.infowindow--assistant .infowindow__heading {
    background: #e6a56b;
}

.search-result__heading--assistant,
.fiche__title--assistant {
    background-color: #e6a56b;
}

.search-result__heading--assistant::before,
.fiche__title--assistant::before {
    background: #b48156 url(/img/assistant.png) center center no-repeat;
}


/** 
* Cession
*/

.dashboard-card--cession .dashboard-card__title {
    background-color: #4b8599;
}

.dashboard-card--cession .dashboard-card__title::before {
    background-color: #3e6f80;
    background-image: url(/img/cession.png);
}

.infowindow--cession .infowindow__heading {
    background: #4b8599;
}

.search-result__heading--cession,
.fiche__title--cession {
    background-color: #4b8599;
}

.search-result__heading--cession::before,
.fiche__title--cession::before {
    background: #3e6f80 url(/img/cession.png) center center no-repeat;
}

#subSlider {
    margin-top: 40px;
    padding: 40px 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 33px;
    line-height: 46px;
    color: #0e68a8;
}

#subSlider .bold {
    font-weight: 800;
}

@media only screen and (max-width: 570px) {
    #subSlider {
        font-size: 19px;
        line-height: 27px;
        padding: 20px 12px;
    }
}

@media only screen and (max-width: 570px) and (max-width: 767.98px) {
    #subSlider {
        padding: 20px 0px;
    }
}

.btn .icon,
.card__btn .icon,
.error-message .icon,
.form-orange .toggle .icon,
.radio,
input[type=checkbox],
input[type=radio] {
    vertical-align: sub;
}

.header__logo {
    display: block;
    width: 382px;
    margin-top: 18px;
    margin-bottom: 18px;
}

@media only screen and (min-width: 1175px) {
    .menu .main>ul>li.active>a,
    .menu .main>ul>li>a:hover {
        color: white;
    }
    .gpm .header__logo img {
        width: 382px !important;
    }
}

@media only screen and (min-width: 1140px) {
    .breadcrumb-main {
        height: 40px;
        display: block;
        margin-left: -15px;
    }
}

.why-quotes {
    overflow: hidden;
    background-color: #f5eef7;
}

.why-quotes .title {
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .why-quotes .title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .why-quotes .title {
        font-size: 32px;
        margin: 46px 0 12px;
    }
}

.text-orange-bold {
    color: #ec4e00;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 31px;
}

.btn:hover,
.card__btn:hover {
    background-color: #7d1700;
    text-decoration: none;
    color: white;
}

.btn {
    white-space: normal !important;
}


/* marketing-numbers  */

.bloc_orange {
    border-radius: 15px 0 15px 0;
    margin: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 43px 32px 64px 32px;
    width: 100%;
    background-color: #ec4e00;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .bloc_orange {
        padding: 30px 15px 37px 15px;
    }
    .bloc_orange .label {
        font-size: 14px;
    }
    .bloc_orange .label .em {
        font-size: 11px;
        line-height: 10px;
    }
}

@media (max-width: 575.98px) {
    .bloc_orange .label {
        font-size: 10px;
    }
}

.bloc_orange .number {
    font-size: 68px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .bloc_orange .number {
        font-size: 45px;
    }
}

@media (max-width: 575.98px) {
    .bloc_orange .number {
        font-size: 40px;
    }
}

.bloc_orange .number::after {
    background-color: #fff;
    content: "";
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 14px;
    width: 40px;
    height: 6px;
}


/* btn inscription */

.btn-texte-inscription {
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px 55px;
}


/* btn inscription */

.btn-texte-connection {
    font-size: 17px;
    text-transform: uppercase;
    padding: 17px 30px;
}


/* btn about */

.btn-texte-about {
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px 36px;
}


/* REGISTERY*/

.bloc-chiffre::before {
    z-index: 3;
    left: 50%;
    content: "";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    margin-left: -45px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 49px solid #fff;
}

@media (max-width: 767.98px) {
    .bloc-chiffre::before {
        display: none;
    }
}


/* COLLABORATION */

.annonce-short__headings {
    color: #ffffff;
    background-color: #b27d99;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px 10px 68px;
    margin-top: 10px;
    margin-bottom: 12px;
    position: relative;
    min-height: 46px;
    text-transform: uppercase;
}

.annonce-short__headings::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    min-height: 46px;
    height: 100%;
    background: #986c83 url(/img/pie-right.png) center center no-repeat;
}

.annonce-short__headings--regulier {
    background-color: #b4b73e;
}

.annonce-short__headings--regulier::before {
    background: #959834 url(/img/pie-left.png) center center no-repeat;
}

.annonce-short__headings--assistant {
    background-color: #f3845a;
}

.annonce-short__headings--assistant::before {
    background: #ac6344 url(/img/assistant.png) center center no-repeat;
}

.annonce-short__headings--Association {
    background-color: #38b4a9;
}

.annonce-short__headings--Association::before {
    background: #289a90 url(/img/assoc.png) center center no-repeat;
}

.annonce-short__headings--Collaboration {
    background-color: #38b4a9;
}

.annonce-short__headings--Collaboration::before {
    background: #289a90 url(/img/assoc.png) center center no-repeat;
}

.annonce-short__headings--Installation {
    background-color: #4b8599;
}

.annonce-short__headings--Installation::before {
    background: #3e6f80 url(/img/cession.png) center center no-repeat;
}

.annonce-short__headings--cession {
    background-color: #4b8599;
}

.annonce-short__headings--cession::before {
    background: #3e6f80 url(/img/cession.png) center center no-repeat;
}

.card__body--annonce {
    background-color: #fff;
    padding: 0 0 0 0;
}

.bloc-chiffre {
    background-image: url(/../img/bloc_chiffre.png);
    background-size: cover;
    background-color: #fff;
    padding: 10rem 0 0 0;
}

@media (max-width: 768px) {
    .bloc-chiffre {
        background-size: auto;
        padding: 7rem 0 0 0;
    }
}

.bg-blue {
    background-color: #1c2b44;
}

.bg-clearBlue {
    background-color: #3a4c75;
}

.text-upper {
    text-transform: uppercase;
}

.gpm__stats .container {
    overflow: hidden;
}

.gpm__stat {
    color: #414348;
    margin: 40px 0;
    font-size: 30px;
    text-align: center;
    font-family: Raleway, sans-serif;
}

.gpm__stat img {
    display: block;
    margin: 0px auto;
}

.gpm__stat strong {
    display: block;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.1;
}

.gpm__fonction {
    padding-top: 60px;
    color: #40456b;
    position: relative;
    background: center center/cover url(/img/gpm/bg-fonction.jpg) no-repeat #f0f0f0;
    background: center center/cover url(/img/gpm/bg_medecin_rempla_v2.jpg) no-repeat #f0f0f0;
}

.gpm__fonction::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -47px;
    width: 0;
    border-top: 40px solid #fff;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    z-index: 6;
}

.gpm__fonction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 5;
    background: url(/img/gpm/fonctionnement_bg.png) center top no-repeat;
}

.gpm__fonction .container {
    overflow: hidden;
}

.gpm__fonction .container>* {
    max-width: 640px;
}

.gpm__fonction ul {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: section;
    position: relative;
    z-index: 6;
}

.gpm__fonction li {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #40456b;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 5px 20px;
    max-width: 405px;
    position: relative;
    min-height: 63px;
}

.gpm__fonction li div {
    width: 100%;
}

.gpm__fonction li::before {
    display: none;
    position: absolute;
    left: -74px;
    top: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    font-weight: 700;
    counter-increment: section;
    content: counter(section);
    background-color: #40456b;
    font-size: 36px;
    font-family: Raleway, sans-serif;
}

.gpm__annonces__title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 7;
    position: relative;
    color: #2d2f3a;
}

.gpm__annonces__title::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    max-width: 100%;
    width: 360px;
    margin: 5px auto;
    background-color: #2d2f3a;
}

.gpm__fonction__img {
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
}

.gpm__fonction__title {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.gpm__fonction__hero {
    font-size: 23px;
    margin-bottom: 50px;
    z-index: 7;
    position: relative;
}

.gpm__fonction__labels {
    display: block;
    width: 100%;
    text-align: center;
}

.gpm__fonction__labels span {
    display: inline-block;
    background-color: #26283f;
    font-size: 15px;
    padding: 2px 10px;
    margin: 5px 10px 2px;
}

.gpm__fonction__illustration {
    float: left;
    width: 656px;
}

.gpm__annonces {
    padding: 50px 0 30px 0;
    background-color: #e0d4e4;
}

.gpm__annonces .container {
    overflow: hidden;
}

.gpm__annonces .card__header {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    padding: 5px 0;
}

.gpm__annonces .card__header.big {
    border-radius: 0px;
    font-size: 32px;
    font-weight: 600;
    padding: 17px 5px;
    height: auto;
    background-color: #007679;
}

.gpm__annonces .card--yellow {
    border: none;
}

.gpm__annonces .card--yellow .card__header.big {
    background-color: #dc923e;
}

.gpm__annonces .annonce-short {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.gpm__annonces .annonce-short img {
    position: absolute;
    top: 0;
    left: 0;
}

.gpm__annonces .annonce-short__title {
    padding-bottom: 1rem;
    line-height: 1.4;
}

.gpm__annonces .annonce-short__description {
    margin-left: 0;
    margin-top: 0.3rem;
    font-size: 14px;
}

.gpm__annonces .annonce-short__date {
    margin-left: 0;
    margin-top: 0.3rem;
    font-size: 14px;
    font-style: italic;
}

.annonce-short__title::before {
    display: none;
}

.gpm .header__links {
    font-size: 16px;
}

.gpm .header__links a {
    color: #414348;
}

.gpm .header__logo img {
    width: 200px;
    height: auto;
}

.gpm .header__actions {
    top: 40px;
}

.gpm .slider {
    position: relative;
}

.gpm .slider .container {
    overflow: hidden;
}

.gpm .slider .title {
    font-weight: 700;
    line-height: 1.2;
}

.gpm .slider__item {
    height: auto;
    background-color: #e5e5e5;
}

.gpm .slider__label {
    position: static;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: rgba(195, 178, 94, 0.9);
    text-shadow: 0 0 3px rgba(89, 107, 125, 0.75);
    padding: 36px 50px;
    width: 800px;
    bottom: auto;
    height: auto;
}

.gpm .slider__label .slider-btn {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

@media (max-width: 767.98px) {
    .gpm .slider__label {
        width: 100%;
        position: relative;
        margin-top: 75px;
    }
}

.gpm .owl-dots {
    top: auto;
    bottom: 10px;
}

.gpm .owl-dot {
    width: 13px;
    height: 13px;
    border: 3px solid #c9ba70;
    background-color: #ffffff;
}

.gpm .owl-dot.active {
    background-color: #c9ba70;
}

.gpm .owl-prev {
    display: none !important;
    left: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(/img/gpm/left.png) center center no-repeat;
}

.gpm .owl-next {
    display: none !important;
    right: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(/img/gpm/right.png) center center no-repeat;
}

.gpm .modal__box {
    max-width: 517px;
    padding: 0;
}

.gpm .annonce-short__name {
    padding-left: 30px;
}

.gpm .annonce-short__address {
    padding-left: 30px;
    margin-bottom: 23px;
}

.gpm .gpm .annonce-publication__date {
    padding-left: 30px;
    margin-bottom: 16px;
}

.gpm .annonce-short__description {
    padding-left: 30px;
}

.gpm .annonce-short__date {
    padding-left: 28px;
}

.gpm .modal-gpm {
    max-height: 80vh;
    overflow: auto;
}

.gpm__footer {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    background-color: #f9f9f9;
    border-top: 1px solid #636468;
    margin-top: 15px;
}

.gpm__footer a {
    padding: 0 7px;
    color: #414348;
}

.modal-gpm {
    background-color: #f5eef7;
    padding: 20px 20px 30px;
}

.modal-gpm__logo {
    width: 280px;
    display: block;
    margin: 0 auto 25px;
}

.modal-gpm__title {
    font-size: 19px;
    color: #235fa6;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.modal-gpm__title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #235fa6;
    margin-top: 5px;
}

.modal-gpm__sub {
    font-size: 16px;
    color: #235fa6;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-gpm__field {
    margin-bottom: 1rem;
}

.modal-gpm__field label {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.modal-gpm__field label sup {
    color: #ff0000;
}

.modal-gpm__field input {
    border: 1px solid #b4b4b4;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    height: auto;
}

.modal-gpm__field input:focus {
    box-shadow: 0px 0px 6px rgba(180, 180, 180, 0.75);
}

.modal-gpm__field.has-error label {
    color: #f20000;
}

.modal-gpm__field.has-error input {
    border-color: #f20000;
}

.modal-gpm__field.has-error input:focus {
    box-shadow: 0px 0px 6px rgba(150, 0, 0, 0.75);
}

.modal-gpm__links {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.modal-gpm__links a {
    float: left;
    line-height: 1.6;
}

.modal-gpm__links a:last-child {
    float: right;
    text-align: right;
}

.modal-gpm__cgu {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.modal-gpm__cgu input {
    position: absolute;
    left: 0;
    top: 4px;
}

.modal-gpm__btn {
    font-size: 17px;
    text-transform: uppercase;
    background-color: #ec4e00;
    transition: background 0.3s;
    display: block;
    margin: 0 auto;
}

.modal-gpm__btn:hover {
    background-color: #7d1700;
}

.modal-gpm__close {
    background: url(/img/gpm/cross.png) center center no-repeat;
    width: 22px;
    height: 22px;
    border: none;
}

.warning {
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px 10px 80px;
    background: url(/img/gpm/warning.png) 15px center no-repeat #d9a841;
    margin-bottom: 1rem;
}

.warning__title {
    font-weight: 700;
    font-size: 18px;
}

.gpm-ul {
    margin-bottom: 1rem !important;
    padding: 0;
    margin: 0;
}

.gpm-ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    background: url(/img/gpm/li.png) 25px 3px no-repeat;
    padding-left: 50px;
    margin-bottom: 0.5rem;
}

.page-header {
    background: #548ac3 !important;
    background-color: #548ac3;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
}

.page-header .container {
    height: 120px;
}

.page-header::after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    background: linear-gradient(to bottom, transparent 60%, #4c7cb1 100%);
}

.alert a {
    text-decoration: underline;
}

.gpm-services {
    padding: 24px 20px 36px 20px;
    margin: 0 auto;
    color: #235fa6;
    font-size: 18px;
    line-height: 28px;
    max-width: 1175px;
}

.gpm-sectiontitle {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin: 20px 0 28px 0;
}

.gpm-sectiontitle::after {
    display: block;
    content: "";
    margin: 22px auto 0 auto;
    width: 361px;
    height: 1px;
    background-color: currentColor;
}

.gpm-services__hero {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 30px 0;
}

.gpm-ethique {
    color: #235fa6;
    overflow: hidden;
    padding: 34px 0;
    background-color: #e8dede;
}

.gpm-ethique__blocs {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gpm-ethique__bloc {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    border: 2px solid #d3caca;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 15px;
    color: #235fa6;
    line-height: 23px;
    padding: 0 29px;
}

.gpm-ethique__bloc img {
    display: block;
    margin: 20px auto 0;
    width: 160px;
    height: 160px;
}

.gpm-ethique__bloc .big {
    font-size: 18px;
    font-weight: 600;
}

.gpm-ethique__title {
    color: #ec4e00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 37px 0;
}

.contact-form {
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 3px;
}

.contact-form .main {
    width: 100%;
    padding: 0;
    border: none;
}

.menu-holder {
    height: 0px;
}

.error-message {
    margin-top: 6px;
    font-size: 13px;
    color: #c21a34;
    font-weight: 700;
}

@media only screen and (min-width: 1175px) {
    .gpm .slider__item {
        padding-top: 66px;
        height: 444px;
    }
    .gpm .header__logo img {
        width: 230px;
    }
    .gpm .slider {
        display: block;
    }
    .gpm .slider .owl-next {
        display: block !important;
        transition: opacity 0.3s;
        opacity: 0;
    }
    .gpm .slider .owl-prev {
        display: block !important;
        transition: opacity 0.3s;
        opacity: 0;
    }
    .gpm .slider:hover .owl-next {
        display: block !important;
        opacity: 1;
    }
    .gpm .slider:hover .owl-prev {
        display: block !important;
        opacity: 1;
    }
    .gpm .slider__label {
        margin-right: 100px;
        margin-left: auto;
    }
    .gpm .menu-holder.is-hidden {
        display: none !important;
    }
    .modal-gpm {
        padding: 20px 60px;
    }
    .gpm__stat {
        float: left;
        width: 33.33%;
    }
    .gpm__fonction li {
        margin-left: 75px;
    }
    .gpm__fonction li::before {
        display: block;
    }
    .gpm-ethique__bloc {
        width: calc(50% - 27px);
    }
    .gpm__fonction__img {
        margin-left: 40px;
    }
    .menu-holder {
        height: 66px;
    }
}

@media only screen and (max-width: 1175px) {
    .gpm .slider__label p {
        display: none;
    }
    .gpm .slider__label .title {
        font-size: 18px;
        line-height: 1.4;
        filter: drop-shadow(0 0 5px #1d242a);
    }
    .gpm__stat {
        font-size: 20px;
    }
    .gpm__stat strong {
        font-size: 30px;
    }
    .gpm__fonction__title {
        font-size: 25px;
    }
    .gpm__annonces__title {
        font-size: 25px;
    }
    .gpm__fonction__hero {
        font-size: 20px;
    }
    .gpm__fonction li {
        font-size: 16px;
    }
    .gpm__footer {
        display: none;
    }
    .page-header .container {
        height: auto;
        padding: 20px;
    }
    .page-header .title {
        line-height: 1.2;
        padding: 8px 16px;
        font-weight: 500;
        position: static;
        font-size: 22px;
    }
}


/*  
* Modal
*/

.modal-gpm__field input {
    border: 1px solid #b4b4b4;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 13px;
    height: auto;
}

.modal-gpm {
    background-color: none;
    padding: 20px 60px;
}


/*
 * Page Header
 */

.page-header {
    background: none !important;
}

.page-header-dashboard,
.page-header-calendar,
.page-header-annonce-liste .page-header-contrat,
.page-header-contrats,
.page-header-medecin .page-header-mentions,
.page-header-signup,
.page-header-donnees,
.page-header-why,
.page-header-alert,
.page-header-conditions,
.page-header-infos,
.page-header-contact,
.page-header-publish,
.page-header-passwoord .page-header-alert .page-header-lost {
    background-image: url(/img/fonds/mes_alertes.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-dashboard {
    background-image: url(/img/fonds/tableau_de_bord.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-calendar {
    background-image: url(/img/fonds/calendrier.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-annonce-liste {
    background-image: url(/img/fonds/consulter_annonces.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-contrat {
    background-image: url(/img/fonds/contrat.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-contrats {
    background-image: url(/img/fonds/modele_contrat.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-medecin {
    background-image: url(/img/fonds/details_annonce.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-mentions {
    background-image: url(/img/fonds/qui_sommes_nous.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-donnees {
    background-image: url(/img/fonds/donnees_perso.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-why {
    background-image: url(/img/fonds/atouts_plateforme.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-signup {
    background-image: url(/img/fonds/nous_contacter.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-passwoord {
    background-image: url(/img/fonds/mot_de_passe.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-conditions {
    background-image: url(/img/fonds/conditions_exercice.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-publish {
    background-image: url(/img/fonds/publier_annonce.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-search-substitute,
.page-header-search {
    background-image: url(/img/fonds/rechercher_rempla.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*
* SLIDER
*/

.gpm .slider__label {
    border-radius: 15px 0 15px 0;
    background-color: rgba(73, 74, 92, 0.85);
}

.gpm .slider__label p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.gpm .owl-dot {
    width: 13px;
    height: 13px;
    border: 3px solid rgb(80, 83, 98);
    background-color: #ffffff;
}

.gpm .owl-dot.active {
    background-color: rgb(80, 83, 98);
}

.gpm .owl-prev {
    display: none !important;
    left: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(/img/arrow-left.png) center center no-repeat;
}

.gpm .owl-next {
    display: none !important;
    right: calc(50% - 650px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(/img/arrow-right.png) center center no-repeat;
}

.gpm .slider .title {
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 10px;
}

.slider__label {
    right: 0;
    left: 0;
    text-align: left;
}

.slider__label p:last-child {
    margin-bottom: 0;
}

.gpm .owl-dots {
    bottom: -45px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -0.2em;
    margin-top: -0.2em;
    width: 1.2em;
    height: 1.2em;
}

@media only screen and (min-width: 1175px) {
    .gpm .slider__label {
        /* margin-right: 100px; */
        margin-left: 0;
    }
    .gpm .slider__item {
        padding-top: 40px;
        height: 444px;
    }
    .gpm .slider {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .gpm .slider .title {
        font-size: 17px;
        line-height: 28px;
    }
    .gpm .slider__label {
        padding: 32px 27px;
    }
}

.page-content-who {
    background-image: url(/../img/explication_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4rem 110px 13rem 110px;
    overflow: hidden;
    margin-bottom: -100px;
}

.page-content-who .card-who {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #FFF;
    padding: 52px 42px;
    max-width: 1174px;
    margin: auto;
}

.page-content-who .card-who .title {
    color: #ec4e00;
    font-size: 29px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.page-content-who .card-who .intro strong {
    font-size: 18px;
    line-height: 28px;
    color: #0c68a7;
    font-weight: 600;
    text-align: justify;
}

.page-content-who .card-who .texte p {
    color: #5a6c7d;
    font-weight: 600;
    text-align: justify;
}

.page-content-who .card-who .texte li {
    color: #5a6c7d;
    font-weight: 600;
    text-align: justify;
}

.page-content-who .card-who .texte a {
    color: #0c68a7;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .page-content-who {
        padding: 0 0.75rem;
    }
    .page-content-who .card-who {
        padding: 20px 28px;
    }
    .page-content-who .card-who .title {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 25px;
    }
    .page-content-who .card-who .intro p {
        font-size: 16px;
        line-height: 21px;
        text-align: justify;
        hyphens: auto;
    }
}

.grey-background {
    background-color: #EFE5F3;
}

.btn-border {
    border: 1px solid black;
}

.btn-border:hover {
    border: 1px solid #446c93;
}

.pas_annonce {
    font-size: 20px;
    font-weight: 600;
}

.form-pharma__heading h3,
.form-pharma__heading .h3 {
    color: #0d67a5;
    font-weight: 600;
    font-size: 1.3em;
}


/* **** Corriger le pbl de styles pour mobile  pour la page d'accueil :  
****************************** */

.bloc_orange .label {
    font-size: 19px;
}

@media (max-width: 767.98px) {
    .bloc_orange .label {
        font-size: 12px;
    }
}

.home-how .label strong {
    font-weight: 700;
}

.why-quotes__item blockquote {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #0c68a7;
    margin: 1em 0 40px 0;
    min-height: 125px;
}

.why-quotes__author {
    color: #0c68a7;
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway;
}

.why-quotes__author span {
    font-size: 16px;
    font-weight: normal;
}

.home-offers p {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .home-offers p {
        font-size: 16px;
        line-height: 23px;
    }
}

.home-offers .subtitle {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .home-offers .subtitle {
        font-size: 16px;
        line-height: 23px;
    }
}

.card__count {
    font-size: 16px;
    min-width: 272px;
    font-weight: 700;
}

.annonce-short__name {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 10px 0 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative;
}

.annonce-short__address {
    color: #5a6c7d;
    font-weight: bold;
    margin: 10px 10px 0 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
}

.annonce-short__title_remplacant {
    color: #763d8a;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 9px;
    padding: 5px 0 0 0;
    margin-top: 8px;
    pointer-events: none;
}

.annonce-short__title_installe {
    color: #479e96;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 9px;
    padding: 5px 0 0 0;
    margin-top: 8px;
    pointer-events: none;
}

.annonce-short__title.orange {
    color: #ec4e00;
    margin-left: 20px;
    text-transform: uppercase;
}

.annonce-short__description {
    color: #5a6c7d;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    font-weight: 600;
}

.annonce-short__address {
    color: #5a6c7d;
    font-weight: bold;
    margin: 10px 10px 0 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    position: relative;
}

.annonce-publication__date {
    color: #5a6c7d;
    font-size: 14px;
    font-weight: 500;
    font-variant: italic;
    position: relative;
    line-height: 21px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 33px;
    margin-top: -10px;
}

.home-map .legend {
    padding-top: 14px;
    padding-bottom: 0px;
    font-size: 11px;
}

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

@media (max-width: 767.98px) {
    .text-right {
        text-align: left !important;
    }
}

.search-filter-display {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .search-filter-display {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.modal-backdrop {
    z-index: -1;
}

#contactMedecinModal .modal-body {
    background-color: #efe5f3;
}

#contactMedecinModal .checkbox {
    width: 100%;
    padding: 5px 0;
}

#contactMedecinModal .checkbox input {
    vertical-align: text-top;
}

#contactMedecinModal .checkbox label {
    margin-left: 5px;
}

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


/*# sourceMappingURL=app.css.map */