@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/VistaSansAltLight.otf);
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VistaSansOT-Reg.otf);
}
/* @font-face {
  font-family: "VistaSans-Book";
  font-style: normal;
  font-weight: 400;
  src: url("VistaSansOTCE-Book.otf");
} */
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/VistaSansOTCE-Med.otf);
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/VistaSansOT-Bold.otf);
}
@font-face {
    font-family: "VistaSans";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/VistaSansOT-Black.otf);
}
.ft-12 {
    font-size: 12px !important;
}
.ft-14 {
    font-size: 14px !important;
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ff8c00;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --general: #013043;
    --white: white;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(.focus-visible) {
    outline: 0 !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
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 {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #ff8c00;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #b36200;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role=button] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
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;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.75rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
    font-size: 80%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #ffdfb8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #ffc37a;
}
.table-hover .table-primary:hover {
    background-color: #ffd49f;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ffd49f;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-general,
.table-general > th,
.table-general > td {
    background-color: #b8c5ca;
}
.table-general th,
.table-general td,
.table-general thead th,
.table-general tbody + tbody {
    border-color: #7b939d;
}
.table-hover .table-general:hover {
    background-color: #a9b9bf;
}
.table-hover .table-general:hover > td,
.table-hover .table-general:hover > th {
    background-color: #a9b9bf;
}
.table-white,
.table-white > th,
.table-white > td {
    background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
    border-color: white;
}
.table-hover .table-white:hover {
    background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
    background-color: #f2f2f2;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffc680;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.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: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.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: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
}
.btn.disabled, .btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #212529;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d97700;
    border-color: #cc7000;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d97700;
    border-color: #cc7000;
    box-shadow: 0 0 0 0.2rem rgba(222, 125, 6, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc7000;
    border-color: #bf6900;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 125, 6, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-general {
    color: #fff;
    background-color: #013043;
    border-color: #013043;
}
.btn-general:hover {
    color: #fff;
    background-color: #00151d;
    border-color: #000c11;
}
.btn-general:focus, .btn-general.focus {
    color: #fff;
    background-color: #00151d;
    border-color: #000c11;
    box-shadow: 0 0 0 0.2rem rgba(39, 79, 95, 0.5);
}
.btn-general.disabled, .btn-general:disabled {
    color: #fff;
    background-color: #013043;
    border-color: #013043;
}
.btn-general:not(:disabled):not(.disabled):active, .btn-general:not(:disabled):not(.disabled).active, .show > .btn-general.dropdown-toggle {
    color: #fff;
    background-color: #000c11;
    border-color: #000304;
}
.btn-general:not(:disabled):not(.disabled):active:focus, .btn-general:not(:disabled):not(.disabled).active:focus, .show > .btn-general.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 79, 95, 0.5);
}
.btn-white {
    color: #212529;
    background-color: white;
    border-color: white;
}
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: white;
    border-color: white;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-outline-primary {
    color: #ff8c00;
    border-color: #ff8c00;
}
.btn-outline-primary:hover {
    color: #212529;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff8c00;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-general {
    color: #013043;
    border-color: #013043;
}
.btn-outline-general:hover {
    color: #fff;
    background-color: #013043;
    border-color: #013043;
}
.btn-outline-general:focus, .btn-outline-general.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 48, 67, 0.5);
}
.btn-outline-general.disabled, .btn-outline-general:disabled {
    color: #013043;
    background-color: transparent;
}
.btn-outline-general:not(:disabled):not(.disabled):active, .btn-outline-general:not(:disabled):not(.disabled).active, .show > .btn-outline-general.dropdown-toggle {
    color: #fff;
    background-color: #013043;
    border-color: #013043;
}
.btn-outline-general:not(:disabled):not(.disabled):active:focus, .btn-outline-general:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-general.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 48, 67, 0.5);
}
.btn-outline-white {
    color: white;
    border-color: white;
}
.btn-outline-white:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}
.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: white;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: white;
    border-color: white;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #ff8c00;
    text-decoration: none;
}
.btn-link:hover {
    color: #b36200;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 50%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

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

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

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff8c00;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff8c00;
    background-color: #ff8c00;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffc680;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffddb3;
    border-color: #ffddb3;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #ff8c00;
    background-color: #ff8c00;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 140, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(255, 140, 0, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 140, 0, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 140, 0, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #ffc680;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #ffc680;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff8c00;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #ffddb3;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff8c00;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #ffddb3;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ff8c00;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #ffddb3;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff8c00;
}
.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;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: 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;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        grid-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item {
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff8c00;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #b36200;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover, a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #212529;
    background-color: #ff8c00;
}
a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #cc7000;
}
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-general {
    color: #fff;
    background-color: #013043;
}
a.badge-general:hover, a.badge-general:focus {
    color: #fff;
    background-color: #000c11;
}
a.badge-general:focus, a.badge-general.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 48, 67, 0.5);
}
.badge-white {
    color: #212529;
    background-color: white;
}
a.badge-white:hover, a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #854900;
    background-color: #ffe8cc;
    border-color: #ffdfb8;
}
.alert-primary hr {
    border-top-color: #ffd49f;
}
.alert-primary .alert-link {
    color: #522d00;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
.alert-general {
    color: #011923;
    background-color: #ccd6d9;
    border-color: #b8c5ca;
}
.alert-general hr {
    border-top-color: #a9b9bf;
}
.alert-general .alert-link {
    color: black;
}
.alert-white {
    color: #858585;
    background-color: white;
    border-color: white;
}
.alert-white hr {
    border-top-color: #f2f2f2;
}
.alert-white .alert-link {
    color: #6c6c6c;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff8c00;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #854900;
    background-color: #ffdfb8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #854900;
    background-color: #ffd49f;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #854900;
    border-color: #854900;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.list-group-item-general {
    color: #011923;
    background-color: #b8c5ca;
}
.list-group-item-general.list-group-item-action:hover, .list-group-item-general.list-group-item-action:focus {
    color: #011923;
    background-color: #a9b9bf;
}
.list-group-item-general.list-group-item-action.active {
    color: #fff;
    background-color: #011923;
    border-color: #011923;
}
.list-group-item-white {
    color: #858585;
    background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: 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 {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
[dir="ltr"] .tooltip{
    text-align: left;
}
[dir="rtl"] .tooltip{
    text-align: right;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
[dir="ltr"] .popover{
    text-align: left;
}
[dir="rtl"] .popover{
    text-align: right;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 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-left),
.active.carousel-item-right {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-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: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #ff8c00 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #cc7000 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.bg-general {
    background-color: #013043 !important;
}
a.bg-general:hover, a.bg-general:focus,
button.bg-general:hover,
button.bg-general:focus {
    background-color: #000c11 !important;
}
.bg-white {
    background-color: white !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #ff8c00 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-general {
    border-color: #013043 !important;
}
.border-white {
    border-color: white !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

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

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

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

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

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

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

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

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

    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

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

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

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

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

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

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

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

    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #ff8c00 !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #b36200 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}
.text-general {
    color: #013043 !important;
}
a.text-general:hover, a.text-general:focus {
    color: black !important;
}
.text-white {
    color: white !important;
}
a.text-white:hover, a.text-white:focus {
    color: #d9d9d9 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }

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

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
html {
    height: 100%;
    overflow-y: unset !important;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    word-spacing: 0px;
    font-size: 15px;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: "VistaSans" !important;
    display: flex;
    flex-direction: column;
    color: #013043;
    overflow-x: hidden;
}
body #__nuxt,
body #__layout,
body #app {
    display: flex;
    flex-direction: column;
}
body #__nuxt {
    min-height: 100%;
}
body #__layout,
body #app {
    height: 100%;
}
body #app-content {
    flex: 1 1 auto;
}
body .text-general {
    color: #013043 !important;
}
body .text-lighter {
    opacity: 0.65;
}
body .text-smaller {
    font-size: 14px;
    line-height: 1.35;
}
body .font-weight-lbold {
    font-weight: 500 !important;
}
@media (min-width: 992px) {
    body .hover-orange:hover {
        color: #ff8c00 !important;
    }
    body .hover-orange:hover a {
        color: #ff8c00 !important;
    }
}
body .btn.btn-sm, body .btn-group-sm > .btn {
    padding: 10px 20px;
}
@media (min-width: 992px) {
    body .mw-lg-500 {
        max-width: 500px;
    }
}
body {
    height: 100%;
    overflow: hidden !important;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
ul {
    list-style-type: none;
}
ul li a {
    display: block;
}
a, a:visited, a:hover, a:active {
    color: inherit;
}
a:not(.text-underline), a:visited:not(.text-underline), a:hover:not(.text-underline), a:active:not(.text-underline) {
    text-decoration: none;
}
*:focus, *:active {
    outline: none !important;
}
@media (min-width: 1904px) {
    .container.container--strict {
        max-width: 1185px;
    }
}
.text-underline {
    text-decoration: underline !important;
}
.footer {
    background: #013043;
    color: white;
}
.footer.fixed {
    position: relative;
    width: auto;
    bottom: auto;
}
@media (min-width: 992px) {
    .footer.fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
.footer--items {
    padding-top: 32px;
    padding-bottom: 10px;
}
.footer--item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer--img {
    max-width: 45px;
    max-height: 40px;
}
.footer--text {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    padding: 0 3%;
}
@media (min-width: 768px) {
    .footer--text {
        font-size: 13px;
    }
}
.footer--text b {
    font-weight: 500 !important;
}
.footer--copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer--copyright-content {
    margin-top: 13px;
    margin-bottom: 15px;
    font-size: 12px;
}
.footer--copyright-content:first-child {
    min-height: 55px;
}
@media screen and (max-width: 960px) {
    .footer--copyright-content:first-child {
        min-height: 72px;
    }
}
@media screen and (max-width: 767px) {
    .footer--item {
        max-width: 50%;
    }
}
.footer-page-footer {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    background: #013043;
    padding: 63px 0 30px 0;
    font-weight: 500;
}
@media screen and (max-width: 880px) {
    .footer-page-footer .container {
        max-width: 760px;
    }
}
@media screen and (max-width: 767px) {
    .footer-page-footer {
        padding: 59px 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .footer-page-footer .row {
        flex-direction: column-reverse;
    }
}
.footer-page-footer .footer__logo {
    width: 121px;
    height: 40px;
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .footer__logo {
        margin: 0 22px 0 0;
    }
}
.footer-page-footer .rignt__content {
    padding-left: 17px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .rignt__content {
        padding-left: 0;
    }
}
.footer-page-footer .left__content {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .left__content {
        width: 100%;
        padding: 45px 8px 0 0;
    }
}
.footer-page-footer .left__content:before {
    display: none;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .left__content:before {
        display: block;
    }
}
.footer-page-footer a:hover {
    color: #ff8c00;
}
.footer-page-footer .footer__nav {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-right: 34px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .footer__nav {
        -moz-column-count: 1;
        column-count: 1;
        text-align: right;
        padding-right: 13px;
        width: 50%;
    }
}
.footer-page-footer .footer__nav li {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .footer__nav li {
        margin-bottom: 17px;
    }
}
.footer-page-footer .footer__nav li:hover {
    text-decoration: underline;
    cursor: pointer;
}
.footer-page-footer .contact__us {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-page-footer .contact__us .title {
    margin-bottom: 3px;
}
.footer-page-footer .btn {
    font-size: 18px;
    margin-left: -20px;
    padding: 17px 47px !important;
}
@media screen and (max-width: 1199px) {
    .footer-page-footer .btn {
        margin-left: 0;
    }
}
.footer-page-footer .btn:hover {
    color: #fff;
}
.footer-page-footer .links {
    width: 205px;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .links {
        width: 50%;
        padding-left: 13px;
    }
}
.footer-page-footer .links li {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .links li {
        margin-bottom: 17px;
    }
}
.footer-page-footer .links li:hover {
    text-decoration: underline;
    cursor: pointer;
}
.footer-page-footer small {
    font-size: 10px;
    padding-top: 5px;
    font-weight: 700;
}
.footer-page-footer .customer__rating-content {
    padding-left: 18px;
}
.footer-page-footer .customer__rating-content .rating {
    font-size: 25px;
}
.footer-page-footer .customer__rating {
    margin-bottom: 33px;
}
.footer-page-footer .social__networks li:hover {
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks {
        margin-left: 22px;
    }
}
.footer-page-footer .social__networks .yellow {
    fill: #ff8c00;
}
.footer-page-footer .social__networks .insta {
    width: 17px;
    margin-top: -2px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks .insta {
        width: 30px;
        margin-top: -5px;
    }
}
.footer-page-footer .social__networks .twitter {
    width: 12px;
    height: 10px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks .twitter {
        width: 21px;
        height: 20px;
    }
}
.footer-page-footer .social__networks a {
    transition: opacity 0.2s linear;
}
.footer-page-footer .social__networks a:hover {
    opacity: 0.8;
}
.footer-page-footer .social__networks .facebook {
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks .facebook {
        width: 21px;
        height: 21px;
    }
}
.footer-page-footer .social__networks li {
    margin: 0 14px 0 2px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks li {
        margin: 0 7px;
    }
}
.footer-page-footer .social__networks .title {
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .footer-page-footer .social__networks .title {
        font-size: 16px;
        margin-bottom: 13px;
        text-align: center;
    }
}
.footer-page-footer strong {
    font-weight: 700;
}
.footer--homepage {
    padding-bottom: 25px;
    text-align: center;
}
.no-break-line {
    white-space: nowrap;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wrapper main {
    flex: 1 1 auto;
}
.form-card {
    background: white;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.07843);
    border-radius: 12px;
    padding: 21px 51px;
    text-align: left;
    text-align: initial;
    margin-right: 66px;
    max-width: 550px;
}
.form-card--title {
    font: bold 24px/32px "VistaSans";
}
.form-card--title-desc {
    font: normal 12px/18px "VistaSans";
}
.estimez-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0px 1px 9px rgba(1,48,67,0.09804);
    padding: 65px 47px 47px;
    margin-bottom: 29px;
    position: relative;
}
.estimez-card::before {
    position: absolute;
    display: block;
    content: "";
    background: #ff8c00;
    height: 52px;
    width: 3px;
    top: 57px;
    left: 0;
}
.estimez-card--title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 1em;
}
.estimez-card--title h5 {
    font: bold 25px "VistaSans";
    margin-bottom: 0;
    margin-right: 0.2em;
}
.estimez-card--content {
    margin-top: 50px;
}
.estimez-card--ok {
    border-color: #f6f6f6;
    background-color: #f6f6f6;
    padding-left: 15px;
    padding-right: 15px;
    color: #ff8c00;
}
.estimez-card--ok:hover {
    background-color: #ff8c00;
    border-color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .form-card {
        padding: 21px 15px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-card--title {
        font: bold 18px "VistaSans";
    }

    .estimez-card {
        padding-left: 21px;
        padding-right: 21px;
    }
}
.custom-hint {
    display: inline-block;
    margin: 0 0.5em;
}
.custom-hint--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #013043;
    color: white;
    border-radius: 50%;
}
.custom-hint--btn img {
    margin: 5px;
    width: 18px;
    height: 18px;
}
.tooltip {
    opacity: 1;
}
.logo {
    display: block;
    content: "";
    width: 139px;
    height: 45px;
}
.check-circle-icon {
    color: #ff8c00;
    border: 1px solid currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    position: relative;
}
.check-circle-icon:after {
    color: inherit;
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    border: 1px solid transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
}
.check-circle-icon.border-none {
    border: none;
}
.sm-btn-wrap {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .logo {
        width: 96px;
        height: 31px;
    }
}
.stepper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}
.stepper--wrapper {
    background: #f3f3f3;
    overflow: hidden;
}
.stepper--header {
    background: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.stepper--content {
    flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
    .stepper--content .button-validate {
        transform: translateY(-100%);
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
.stepper--content .container--estimez {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}
.stepper--content .container--estimez .s-devis-content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.stepper--content .container--estimez .s-devis-content::-webkit-scrollbar {
    display: none;
}
.stepper--content .container--estimez .s-devis-content .step-item {
    display: flex;
    padding-top: 150px;
}
@media screen and (max-width: 767px) {
    .stepper--content .container--estimez .s-devis-content .step-item {
        padding-top: 100px;
    }
}
.stepper--content .container--estimez .s-devis-content .step-item > div {
    width: 100%;
}
.stepper--content .container--estimez .s-devis-content .step-item:first-child {
    padding-top: 10px;
}
@media (min-width: 992px) {
    .stepper--content .container--estimez .s-devis-content .step-item {
        padding-top: 170px;
    }
    .stepper--content .container--estimez .s-devis-content .step-item:first-child {
        padding-top: 0;
    }
    .stepper--content .container--estimez .s-devis-content .step-item .row .col-lg-20p {
        flex: 0 0 20%;
    }
}
.stepper--content .container--estimez .s-devis-content .step-item #step-7 .estimez-card .estimez-card--content {
    margin-top: 30px;
}
.stepper--content .container--estimez .s-devis-content .step-item #step-7 .estimez-card .custom-control--text {
    font-size: clamp(12px, 2vmin, 16px);
}
@media (min-width: 992px) {
    .stepper--content .container--estimez .s-devis-content .step-item #step-7 .estimez-card {
        padding: 65px 60px 47px;
    }
}
.stepper--content .container--estimez .s-devis-content .step-item.active {
    height: 50vh;
}
@media screen and (max-width: 667px) {
    .stepper--content .container--estimez .s-devis-content .step-item.active {
        height: auto;
    }
}
.stepper--content .container--estimez .s-devis-content .step-item.active.last {
    height: auto;
}
@media (min-width: 576px) {
    .stepper--content .container--estimez {
        padding-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .stepper--content .container--estimez {
        padding-bottom: 175px;
    }
}
@media (min-width: 1200px) {
    .stepper--content .container--estimez {
        padding-bottom: 156px;
    }
}
.stepper--header-content {
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .stepper--header-content {
        flex-direction: row;
    }
}
.stepper--header-logo {
    display: flex;
    align-items: center;
}
.stepper--steps {
    margin: 0 auto;
    display: flex;
}
.stepper--steps-wrap {
    display: flex;
    padding: 0.5rem;
}
.stepper--step-btn-scroll {
    display: none;
}
.stepper--step {
    display: flex;
    align-items: center;
    position: relative;
    cursor: default !important;
    /*

  &:before {
      width: 51px;
      height: 1px;
      border-top: 1px dashed #c2c2c2;
      margin: 0 15px;
  }
  */
    /*
  .check-circle-icon {
      position: absolute;
      left: 50%;
      transform: translateX(-25px);
      background: white;
  }

  */
}
.stepper--step:before, .stepper--step:after {
    display: block;
    content: "";
}
.stepper--step-img {
    margin: 0 10px;
}
.stepper--step:first-child:before {
    display: none;
}
.stepper--step-btn.btn {
    padding: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font: bold 16px "VistaSans";
    color: #013043;
    background: #f0f0f0;
    cursor: default !important;
}
.stepper--step.complete:before, .stepper--step.current:before {
    border-color: #ff8c00;
}
.stepper--step.complete .stepper--step-btn.btn, .stepper--step.current .stepper--step-btn.btn {
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer !important;
}
.stepper--contact {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.stepper--contact img {
    width: 35px;
    height: 35px;
    margin-right: 14px;
}
.stepper--contact-details {
    display: flex;
    flex-direction: column;
}
.stepper--contact-name {
    font: bold 14px/16px "VistaSans";
}
.stepper--contact-number {
    font: bold 26px/20px "VistaSans";
    margin-bottom: 6px;
    transition: 0.03s;
    cursor: pointer;
}
.stepper--contact-number:hover {
    color: #ff8c00;
}
.stepper--contact-info {
    font: 500 12px/14px "VistaSans";
}
.stepper--steps + .stepper--contact {
    margin-left: 0;
}
.stepper--retour {
    display: flex;
    align-items: flex-start;
    margin-top: 57px;
}
.stepper--retour img {
    width: 17px;
    height: 17px;
    margin-right: 16px;
}
.stepper--retour span {
    font: normal 16px/18px "VistaSans";
}
.stepper--retour-prev {
    font-size: 14px !important;
    color: rgba(1,48,67,0.14902);
}
.stepper--step-title {
    color: #ff8c00;
    font: bold 16px "VistaSans";
    margin-bottom: 10px;
    display: block;
    margin-top: 33px;
}
.stepper--slot {
    padding-top: 45px;
}
.stepper--title {
    font: bold 38px/42px "VistaSans";
}
.stepper--subtitle {
    font: normal 16px/22px "VistaSans";
    margin-top: 20px;
}
.stepper--card {
    margin: 37px 0;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 9px rgba(1,48,67,0.09804);
    padding: 27px 39px;
}
.stepper--card.estimez-stepper {
    border-radius: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.stepper--card.estimez-stepper .stepper--steps {
    overflow: hidden;
}
.stepper--card.estimez-stepper .stepper--steps-wrap {
    justify-content: space-around;
    width: 100%;
    padding: 4px 0.5rem;
}
@media screen and (max-width: 767px) {
    .stepper--card.estimez-stepper .stepper--steps-wrap {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 767px) {
    .stepper--card.estimez-stepper .stepper--steps-wrap.left {
        justify-content: initial;
    }
}
.stepper--card.estimez-stepper .stepper--step {
    flex: 1 1 20%;
    margin-bottom: 0;
    color: #013043;
    height: 70px;
    position: relative;
}
.stepper--card.estimez-stepper .stepper--step .check-circle-icon {
    left: 35%;
}
.stepper--card.estimez-stepper .stepper--step-btn.btn {
    width: 23px;
    height: 23px;
    font: bold 13px/15px "VistaSans";
}
.stepper--card.estimez-stepper .stepper--step-img {
    position: absolute;
    left: -10px;
    width: 70%;
    transform: translateX(-50%);
    top: 16px;
    height: 10px;
}
@media screen and (max-width: 767px) {
    .stepper--card.estimez-stepper .stepper--step-img {
        position: static;
        position: initial;
        margin: 0 4px;
        height: auto;
        height: initial;
        width: auto;
        width: initial;
        transform: none;
        transform: initial;
    }
}
.stepper--card.estimez-stepper .stepper--step-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.stepper--card.estimez-stepper .stepper--step-items h6 {
    font: 500 12px "VistaSans";
    margin-bottom: 0;
}
.stepper--card.estimez-stepper .stepper--step-items span {
    display: block;
    height: 10px;
    font: normal 10px "VistaSans";
    width: 100%;
    content: "";
    text-align: center;
}
.stepper--card.estimez-stepper .stepper--step.complete {
    color: #ff8c00;
}
.stepper--actions {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
.stepper--actions-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
@media screen and (max-width: 991px) {
    .stepper--actions-container {
        flex-direction: column-reverse;
    }
}
.stepper--actions-container .btn-link {
    position: absolute;
    left: -300px;
    min-width: 225px;
}
@media screen and (max-width: 1250px) {
    .stepper--actions-container .btn-link {
        left: -240px;
    }
}
@media screen and (max-width: 991px) {
    .stepper--actions-container .btn-link {
        left: 0;
        position: static;
        position: initial;
    }
}
.stepper--actions .btn {
    font: bold 14px/18px "VistaSans";
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.stepper--actions .btn img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
@media (min-width: 768px) {
    .stepper--actions .btn {
        font-size: 16px;
    }
}
.stepper--footer {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 100;
    bottom: 0;
    background: white;
    padding: 14px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    display: block;
    align-self: stretch;
    left: 0;
}
.stepper--footer .btn.btn-stepper-trigger:focus {
    box-shadow: none;
}
.stepper--footer .btn.btn-stepper-trigger img {
    transform: rotate(180deg);
}
.stepper--footer-active .btn.btn-stepper-trigger img {
    transform: rotate(0deg);
}
.stepper--footer .sf--col {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
.stepper--footer .sf--col:not(:last-child) {
    border-right: 1px solid #eaeaea;
}
.stepper--footer .sf--links, .stepper--footer .sf--list {
    margin-bottom: 17px;
}
.stepper--footer .sf--title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.stepper--footer .sf--title h6 {
    font: bold 16px/28px "VistaSans";
    margin-bottom: 0;
}
.stepper--footer .sf--title span {
    margin-left: 5px;
}
.stepper--footer .sf--title .amount {
    font: bold 32px/28px "VistaSans";
    color: #ff8c00;
    margin-top: -3px;
}
.stepper--footer .sf--title .amount-unit {
    font: bold 20px/28px "VistaSans";
}
.stepper--footer .sf--content-container {
    width: 100%;
    max-width: 1100px;
    padding-left: 20px;
}
.stepper--footer .sf--content {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}
.stepper--footer .sf--content img {
    margin-right: 8px;
}
.stepper--footer .sf--content img.circle {
    margin-left: -1px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.stepper--footer .sf--content p {
    font: normal 12px "VistaSans";
    margin: 0;
}
.stepper--footer .sf--content p.sf--options-title {
    font-weight: 500;
    line-height: 20px;
}
.stepper--footer .sf--address p {
    font: normal 14px "VistaSans";
    margin-bottom: 0;
}
.stepper--footer .sf--list {
    font: normal 12px "VistaSans";
    list-style-type: none;
    padding-left: 0;
}
.stepper--footer .sf--list li {
    display: flex;
    align-items: center;
}
.stepper--footer .sf--list li::before {
    flex: 0 0 auto;
    display: block;
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 50%;
    content: "";
    margin-right: 13px;
    margin-left: 5px;
    margin-top: -2px;
}
.stepper--footer .sf--links a {
    text-decoration: underline;
    font: normal 12px/17px "VistaSans";
}
.stepper-form-section {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 30px 0;
}
.stepper-form-section.divided {
    display: flex;
}
@media (max-width: 991.98px) {
    .stepper-form-section.divided {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1350px) {
    .stepper-form-section.divided.step-four {
        flex-direction: column;
    }
}
.stepper-form-section.divided.step-four .stepper-form-section--division {
    flex: 0 0 50%;
    max-width: 100%;
}
@media (max-width: 1350px) {
    .stepper-form-section.divided.step-four .stepper-form-section--division {
        border: none;
        flex: 0 0 100%;
    }
}
.stepper-form-section.divided.step-four .stepper-form-section--division:not(:first-child) {
    padding-right: 40px;
}
@media (max-width: 991.98px) {
    .stepper-form-section.divided.step-four .stepper-form-section--division:not(:first-child) {
        background-color: transparent;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
}
.stepper-form-section.divided.step-four .stepper-form-section--division:first-child {
    min-width: 470px;
}
@media (max-width: 991.98px) {
    .stepper-form-section.divided.step-four .stepper-form-section--division:first-child {
        min-width: 0;
        min-width: initial;
    }
}
.stepper-form-section.divided.step-four .stepper-form-section--division:first-child .stepper-form-section--subtitle {
    padding-right: 10px;
}
.stepper-form-section.divided.step-four .step-four--authorization-checkbox {
    font-size: 0.875rem;
    line-height: 1.35;
}
.stepper-form-section.divided.step-four .bell-hint {
    margin-bottom: 15px;
}
.stepper-form-section.divided.step-four .custom-input .form-control:disabled {
    background-color: #e9ecef;
    z-index: 0;
}
.stepper-form-section--division {
    flex: 0 0 50%;
    max-width: 50%;
}
.stepper-form-section--division:not(:first-child) {
    border-left: 1px solid #EAEAEA;
    padding: 15px 25px;
}
.stepper-form-section--division-content {
    margin-left: 1rem;
}
.stepper-form-section--division-content h6,
.stepper-form-section--division-content p {
    font-size: 14px;
    line-height: 20px;
}
.stepper-form-section--division-content h6 {
    margin-bottom: 5px;
}
.stepper-form-section--division-content p {
    margin-bottom: 7px;
}
.stepper-form-section--title, .stepper-form-section--subtitle, .stepper-form-section--content {
    padding: 0 70px;
}
.stepper-form-section--title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}
.stepper-form-section--title:before {
    height: 15px;
    width: 0px;
    border: 2px solid #ff8c00;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}
.stepper-form-section--title h3 {
    font: bold 18px/20px "VistaSans";
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .stepper-form-section--title h3 {
        font-size: 19px;
    }
}
.stepper-form-section--subtitle {
    margin-bottom: 20px;
}
.stepper-form-section--subtitle p {
    font: normal 14px/18px "VistaSans";
}
@media (min-width: 768px) {
    .stepper-form-section--subtitle p {
        font-size: 15px;
    }
}
.stepper-form-section--content {
    margin-top: 1.5rem;
}
.stepper-form-section--content .toggle-flex {
    display: flex;
}
.stepper-form-section--banner {
    background: #013043;
    color: white;
    padding: 34px 77px;
    border-radius: 8px 8px 0 0;
}
.stepper-form-section--banner p {
    margin-bottom: 0;
}
.stepper-estimez-holder.fixed {
    position: fixed;
    display: none;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    background: #f3f3f3;
}
.stepper-estimez-holder.fixed .estimez-stepper {
    margin-top: 0;
}
.container--estimez.stepper-fixed .stepper-estimez-holder.fixed {
    display: block;
}
.container--estimez.stepper-fixed .estimez-stepper.top {
    opacity: 0;
}
.container--estimez.stepper-fixed .container-fluid, .container--estimez.stepper-fixed .container-sm, .container--estimez.stepper-fixed .container-md, .container--estimez.stepper-fixed .container-lg, .container--estimez.stepper-fixed .container-xl {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .container--estimez.stepper-fixed .container-fluid, .container--estimez.stepper-fixed .container-sm, .container--estimez.stepper-fixed .container-md, .container--estimez.stepper-fixed .container-lg, .container--estimez.stepper-fixed .container-xl {
        padding-top: 0;
    }
}
@media (max-width: 991.98px) {
    .stepper--header {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    .stepper--header-logo {
        margin: 0 -15px;
        padding: 10px 15px;
        background: white;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .stepper--header-logo .phone-call {
        display: block;
        padding: 0.5em;
        border: 1px solid #ff8c00;
        border-radius: 5px;
    }
    .stepper--header-logo .phone-call img {
        width: 25px;
    }
    .stepper--contact {
        display: none;
    }
    .stepper--slot {
        padding-top: 20px;
    }
    .stepper--titles {
        padding: 0 15px;
    }
    .stepper--title {
        font: bold 25px/30px "VistaSans";
        margin-bottom: 3px;
    }
    .stepper--subtitle {
        margin-top: 0;
        font: normal 14px/17px "VistaSans";
    }
    .stepper--steps-wrap {
        padding: 0;
    }
    .stepper--steps {
        margin: 16px auto 6px;
        background: white;
        padding: 5px;
        border: 1px solid rgba(151, 151, 151, 0.3);
        border-radius: 23px;
        position: relative;
        height: 50px;
        width: 100%;
        max-width: 500px;
        overflow: hidden;
    }
    .stepper--step-btn-scroll {
        position: -webkit-sticky;
        position: sticky;
        left: -6px;
        background: white;
        z-index: 100;
        display: block;
    }
    .stepper--step-btn-scroll:focus {
        box-shadow: none;
    }
    .stepper--step-btn-scroll.next {
        left: unset;
        right: -6px;
    }
    .stepper--step {
        margin-bottom: 0px;
    }
    .stepper--step:last-child {
        margin-right: 10px;
    }
    .stepper--step-img {
        top: auto !important;
        top: initial !important;
        margin: 0 4px;
    }
    .stepper--step-title {
        display: none;
    }
    .stepper--card {
        padding: 0;
        margin-bottom: 0;
        margin-top: 0;
        border-radius: 8px 8px 0 0;
        border: 1px solid rgba(151, 151, 151, 0.4);
        border-bottom: none;
    }
    .stepper--card.estimez-stepper {
        border: none;
        background: transparent;
        box-shadow: none;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .stepper--card.estimez-stepper::-webkit-scrollbar {
        display: none;
    }
    .stepper--card.estimez-stepper .stepper--steps {
        width: auto;
        max-width: unset;
        justify-content: flex-start;
    }
    .stepper--card.estimez-stepper .stepper--step-items h6, .stepper--card.estimez-stepper .stepper--step-items span {
        display: none;
    }
    .stepper--card.estimez-stepper .stepper--step-btn.btn {
        width: 33px;
        height: 33px;
        font-size: 16px;
    }
    .stepper--actions {
        flex-direction: column-reverse;
        align-items: center;
        background: white;
        padding-top: 37px;
        padding-bottom: 30px;
        border: 1px solid rgba(151, 151, 151, 0.4);
        border-top: none;
        border-radius: 0 0 8px 8px;
        margin-bottom: 34px;
    }
    .stepper--actions .btn {
        margin: 0;
    }
    .stepper--actions .btn:first-child {
        margin-top: 25px;
    }
    .stepper--footer .sf--col {
        padding: 30px 0;
        border-right: none !important;
    }
    .stepper--footer .sf--col-secondary {
        display: none;
    }
    .stepper--footer .sf--col-secondary .sf--title {
        margin-top: 17px;
    }
    .stepper--footer-active .sf--col {
        border-bottom: 1px solid #eaeaea;
    }
    .stepper--footer-active .sf--col-secondary {
        display: block;
    }

    .stepper-form-section {
        border-left: none;
        border-top: none;
        border-right: none;
        padding: 27px 0;
        margin: 0 17px;
    }
    .stepper-form-section:before {
        display: none;
    }
    .stepper-form-section.divided {
        flex-direction: column;
    }
    .stepper-form-section--division {
        flex: 1 1 auto;
        max-width: unset;
    }
    .stepper-form-section--division:not(:first-child) {
        margin-top: 1em;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        background: #f6f6f6;
        border-radius: 20.5px;
        padding: 24px;
    }
    .stepper-form-section--title, .stepper-form-section--subtitle, .stepper-form-section--content {
        padding: 0 4px;
        max-width: unset;
    }
    .stepper-form-section--title:before {
        display: none;
    }
    .stepper-form-section--subtitle {
        margin-top: 6px;
    }
    .stepper-form-section--content .toggle-flex {
        justify-content: center;
    }
    .stepper-form-section--banner {
        padding: 15px 6px;
    }
    .stepper-form-section--banner p, .stepper-form-section--banner p > span {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) and (min-width: 768px) {
    .stepper-form-section--banner {
        padding: 27px 21px 32px;
    }
}
.custom-select-mini {
    box-shadow: 0px 1px 9px rgba(1,48,67,0.09804);
    border-radius: 20px;
    position: relative;
}
.custom-select-mini--options-trigger {
    height: 35px;
    font: normal 15px/16px "VistaSans";
    color: rgba(1,48,67,0.25098);
    padding: 0;
}
.custom-select-mini--options-trigger:focus {
    box-shadow: none;
}
.custom-select-mini--options-trigger span {
    display: flex;
    align-items: center;
    padding: 7px 15px;
}
.custom-select-mini--options-trigger span:after {
    margin-left: 10px;
    margin-top: -5px;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #013043;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.custom-select-mini--options-list {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    background: white;
    z-index: 5;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0px 1px 9px rgba(1,48,67,0.09804);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.custom-select-mini--options-list.active {
    visibility: visible;
    opacity: 1;
}
.custom-select-mini--options-list .ps {
    max-height: 200px;
}
.custom-select-mini--option input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1000;
}
.custom-select-mini--option input + label {
    display: block;
    margin-bottom: 0;
    text-align: left;
    padding: 3px 15px;
}
.custom-select-mini--option input + label:hover {
    background: #ff8c00;
    color: white;
}
.custom-select-mini--option input + label.default {
    pointer-events: none;
    color: #eaeaea;
}
.custom-select-mini--option input:checked + label {
    background: #ff8c00;
    color: white;
}
.stepper--footer.active .sf--col .sf--content {
    display: flex;
}
@media (min-width: 992px) {
    .stepper--footer .sf--col .sf--content {
        display: flex;
    }
}
@media screen and (max-width: 1125px) {
    .stepper--footer .sf--content-container {
        padding-left: 0;
        width: 95%;
    }
    .stepper--footer .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
}
@media screen and (max-width: 990px) {
    .stepper--footer .flex-md-nowrap {
        flex-wrap: wrap !important;
        padding-right: 10px;
    }
}
@media screen and (max-width: 960px) {
    .stepper--footer .sf--col-secondary:last-child {
        border-bottom: none;
    }
    .stepper--footer .sf--col-secondary.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stepper--footer-active .sf--col-secondary {
        display: block;
    }
    .stepper--footer-active .sf--col:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .stepper--footer .sf--col:not(:last-child) {
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
    .stepper--footer .sf--content-container {
        width: 90%;
    }
    .stepper--footer .sf--col:not(:last-child), .stepper--footer .sf--col {
        border-bottom: none;
        border-right: none;
    }
    .stepper--footer-active .sf--col:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
}
.orange-list {
    padding-left: 30px;
}
.orange-list li:before {
    content: "•";
    color: orange;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.range-slider {
    position: relative;
}
.range-slider--items {
    display: flex;
    justify-content: space-between;
}
.range-slider--track-lower {
    height: 7px;
    background-image: linear-gradient(270deg, #FFC000 0, #F25314 150.04%);
    position: absolute;
    margin-top: 0;
    border-radius: 3px 0 0 3px;
    min-width: 12.5px;
    z-index: 10;
}
.range-slider-above {
    transform: translateX(-50%);
    text-align: center;
    margin-left: 25px;
    font: bold 22px/25px "VistaSans";
    color: #ff8c00;
    margin-bottom: 21px;
}
.range-slider-above span {
    font: bold 16px/18px "VistaSans";
    color: #013043;
}
.range-slider.step-2 .following {
    display: flex;
    justify-content: space-between;
}
.range-slider.step-2 .following .range-slider-above {
    margin-bottom: 20px;
    margin-left: 0;
    transform: none;
    transform: initial;
}
.range-slider.step-2 .following .range-slider-above.col-3 {
    max-width: 125px;
    min-width: 125px;
    flex: 0 0 35%;
    padding: 0;
}
.range-slider.step-2 .following .range-slider-above.col-3.left {
    transform: translateX(-25%);
}
.range-slider.step-2 .following .range-slider-above.col-3.mid-left {
    transform: translateX(-15%);
}
.range-slider.step-2 .following .range-slider-above.col-3.center {
    transform: translateX(5%);
}
.range-slider.step-2 .following .range-slider-above.col-3.right {
    transform: translateX(30%);
}
.range-slider.step-2 .following .range-slider-above.col-3.mid-right {
    transform: translateX(20%);
}
.range-slider.step-2 .range--label {
    cursor: pointer;
    position: relative;
}
.range-slider.step-2 .range--label::after {
    content: "|";
    position: absolute;
    color: #eaeaea;
    top: -25px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 10px;
}
.range-slider.step-2 .range--label:hover {
    font-size: 22px;
}
.range-slider.step-four {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
}
.range-slider.step-four .range--label {
    text-align: center;
    position: relative;
}
.range-slider.step-four .range--label::after {
    content: "|";
    position: absolute;
    color: #eaeaea;
    top: -25px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 10px;
}
.range-slider.step-four .range--label p {
    margin-bottom: 0;
    font-size: 14px;
}
.range-slider.step-four .range--label .sub {
    font-weight: normal;
    font-weight: initial;
    margin-top: -2px;
    font-size: 13px;
    line-height: 15px;
}
.range-slider.step-four .range--label.mid {
    color: #ff8c00;
    min-height: 48px;
}
.range-slider.step-four .range--label.mid p {
    font-size: 18px;
}
.range-slider.step-four .range--label.mid span {
    font-size: 30px;
}
@media (min-width: 768px) {
    .range-slider.step-four .range--label.mid span {
        font-size: 34px;
    }
}
.range-slider.step-four .range--label.mid .sub {
    font-size: 13px;
}
.range-slider.step-four .range--label.left {
    transform: translateX(-38%);
}
.range-slider.step-four .range--label.right {
    transform: translateX(38%);
}
.range-slider.step-four .range-slider--track-lower {
    background-image: none;
}
.range--text h2,
.range--text h4,
.range--text h5,
.range--text h6 {
    margin-bottom: 0;
}
.range-slider-input {
    display: block;
    width: 100%;
    height: 7px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eaeaea;
    margin-bottom: 10px;
    position: relative;
}
.range-slider-input:focus {
    outline: none;
}
.range-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 11;
    margin-top: -9px !important;
}
.range-slider-input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 11;
    margin-top: -9px !important;
}
@media screen and (max-width: 767px) {
    .range-slider.step-2 .following .range-slider-above.col-3.left {
        transform: translateX(0);
    }
    .range-slider.step-2 .following .range-slider-above.col-3.right {
        transform: translateX(0);
    }
    .range-slider.step-four .range--label p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .range-slider.step-four .range--label .sub {
        width: 80px;
        text-align: center;
    }
    .range-slider.step-four .range--label.mid .sub {
        width: 120px;
    }
}
@media screen and (max-width: 460px) {
    .range-slider.step-2 .following .range-slider-above.col-2 {
        flex: 0 0 10%;
    }
}
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.ps {
    position: relative;
}
.datepicker.custom-input {
    text-align: center;
}
.datepicker.custom-input .form-control {
    min-width: 150px;
}
.loading-container {
    background-color: #f3f3f3;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.loading-container img {
    height: 200px;
}
.graph-container {
    margin: 30px 0px;
    width: 100%;
    color: #003043;
}
.graph-container .graph-title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: solid 5px #f98e09;
}
.graph-container .graph-content {
    padding: 0px 20px;
    min-height: 200px;
}
.graph-container .graph-content .graph-header {
    margin-bottom: 50px;
}
.graph-container .graph-content .graph-header .right-section button {
    min-width: 100px;
    opacity: 0.5;
}
.graph-container .graph-content .graph-header .right-section button.selected {
    opacity: 1;
}
.graph-container .graph-content .graph-chart {
    position: relative;
}
.graph-container .graph-content .graph-chart .chart-legend {
    margin-top: 30px;
}
.graph-container .graph-content .graph-chart .chart-legend .legend-container {
    display: flex;
    justify-content: center;
}
.graph-container .graph-content .graph-chart .chart-legend .legend-container .legend-item {
    display: flex;
    align-items: center;
    margin: 0px 15px;
}
.graph-container .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-prefix {
    display: inline-block;
}
.graph-container .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-label {
    margin-left: 10px;
    display: inline-block;
}
.graph-container .graph-content .error {
    margin-top: 100px;
    text-align: center;
}
.graph-container.detail-consumption-graph .graph-content .chart-legend .legend-container {
    display: block;
    text-align: left;
}
.graph-container.detail-consumption-graph .graph-content .chart-legend .legend-container .legend-item {
    display: block;
    margin: 25px 15px;
}
.graph-container.detail-consumption-graph .graph-content .chart-legend .legend-container .legend-item .item-icon {
    margin-left: 30px;
}
.graph-container.detail-consumption-graph .graph-content .chart-legend .legend-container .legend-item .item-icon img {
    width: 30px;
    height: 30px;
}
.graph-container.detail-consumption-graph .graph-content .chart-legend .legend-container .legend-item .legend-label {
    margin-left: 20px;
}
.graph-container.power-max-graph .graph-header {
    margin-bottom: 20px;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-description {
    font-weight: bold;
    text-align: left;
    border-right: 1px solid #eee;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-description .image-area {
    margin: 20px;
    display: flex;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-description .image-area img {
    width: 100px;
    margin: 0px auto;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-description .image-area .image-content {
    border-left: 1px solid #eee;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-description .btn {
    margin: 10px auto;
}
.graph-container.power-max-graph .graph-content .graph-chart .chart-content .line-chart-header, .graph-container.power-max-graph .graph-content .graph-chart .chart-content .line-chart-footer {
    font-size: 12px;
    text-align: right;
}
.graph-container.billing-graph .graph-content .graph-chart {
    margin: 0px 150px;
}
.graph-container.billing-graph .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-prefix {
    position: relative;
}
.graph-container.billing-graph .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-prefix .point {
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
}
.graph-container.billing-graph .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-prefix .point.start {
    left: -3px;
}
.graph-container.billing-graph .graph-content .graph-chart .chart-legend .legend-container .legend-item .legend-prefix .point.end {
    right: -3px;
}
.tooltip-container {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    width: 180px;
}
.tooltip-container.average {
    width: 200px;
}
.tooltip-container.average .tooltip-content .title {
    position: absolute;
    width: 100%;
    left: 10px;
    top: -40px;
    font-size: 18px;
    font-weight: normal;
}
.tooltip-container.average .tooltip-content .value {
    margin: 0px 10px;
}
.tooltip-container.month .tooltip-content .value {
    margin-left: 10px;
}
.tooltip-container.last-month {
    width: 260px;
}
.tooltip-container.last-month .tooltip-content .value {
    margin: 10px;
}
.tooltip-container .tooltip-content {
    padding: 10px 15px;
    position: relative;
}
.tooltip-container .tooltip-content img {
    width: 20px;
}
.tooltip-container .tooltip-content .value {
    font-size: 18px;
    font-weight: 600;
}
.tooltip-container .tooltip-content .description {
    font-size: 14px;
}
.tooltip-container .tooltip-content .link {
    font-size: 12px;
}
.tooltip-container .tooltip-content .title {
    font-size: 20px;
    font-weight: 600;
}
.tooltip-container .tooltip-content .orange {
    color: #eb8c2c;
}
.tooltip-container.bottom::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.tooltip-container.bottom::before {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}
.tooltip-container.top::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.tooltip-container.top::before {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}
.tooltip-container.left::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
.tooltip-container.left::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #ddd transparent transparent;
}
.tooltip-container.right::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}
.tooltip-container.right::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    /* To the right of the tooltip */
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ddd;
}
.souscription {
    height: 100%;
}
.souscription--start-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.souscription--main-row {
    height: 100%;
    flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
    .souscription--main-row {
        flex-direction: column-reverse;
    }
}
.souscription--main {
    flex: 1 1 auto;
    background-image: url("/images/visuel-tunnel@2x.jpg");
    background-size: cover;
    background-position: left bottom;
    padding: 50px 0 50px;
}
.souscription--sp-main-text {
    color: white;
    font: bold 60px/55px "VistaSans";
    letter-spacing: 0px;
    position: relative;
}
.souscription--sp-main-text span {
    position: relative;
    z-index: 2;
}
.souscription--sp-main-text-div {
    margin-left: 10%;
    margin-top: 10%;
}
.souscription--sp-consent {
    font-size: 10px;
}
.souscription--sp-modal-title {
    font: bold 24px/32px "VistaSans";
}
.souscription--sp-modal-text {
    font: normal 14px/18px "VistaSans";
}
.souscription .form-card {
    max-width: 560px;
    padding: 40px 90px;
}
.souscription .custom-modal--dialog {
    max-width: 575px;
    width: 50%;
}
.souscription .custom-modal--dialog .custom-modal--card {
    padding: 60px 85px;
}
@media (max-width: 1199.98px) {
    .souscription--main {
        background-image: url("/images/visuel-tunnel-sm@2x.jpg");
        background-color: #013043;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 140px;
    }
    .souscription--main-row {
        height: auto;
    }
    .souscription--sp-main-text {
        color: white;
        padding: 0 20px;
        font: bold 35px "VistaSans";
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .souscription--sp-main-text-div {
        margin-left: 0;
    }
    .souscription--sp-modal-title {
        font-size: 18px;
    }
    .souscription--sp-modal-text {
        font-size: 14px;
        line-height: 24px;
    }
    .souscription--sp-modal .row {
        padding: 15px;
    }
    .souscription--sp-modal .row > [class*=col] {
        padding: 0;
    }
    .souscription .souscription--start-page .form-card {
        margin-right: 0;
    }
}
@media screen and (max-width: 960px) {
    .souscription--main {
        background-image: url("/images/visuel-tunnel-s.jpg");
        background-position: top -40px left;
        margin-bottom: -40px;
    }
    .souscription--main h1.souscription--sp-main-text {
        text-align: center;
        margin-left: 0;
        margin-top: 190px;
        margin-bottom: 24px;
        padding-left: 0;
    }
    .souscription--sp-main-text-div {
        margin: auto;
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 770px) {
    .souscription--main {
        margin-bottom: 0;
        margin-bottom: initial;
        padding-bottom: 8px;
    }
    .souscription--main h1.souscription--sp-main-text {
        margin-top: 50px;
    }
}
@media screen and (max-width: 570px) {
    .souscription--main {
        background-image: url("/images/visuel-tunnel-xs@2x.jpg");
        background-position: top left;
        padding-top: 100px;
    }
    .souscription--main h1.souscription--sp-main-text {
        margin-top: 20px;
        padding-left: 0;
    }
    .souscription--main .form-card {
        padding: 25px 45px;
    }
}
@media screen and (max-width: 400px) {
    .souscription--main h1.souscription--sp-main-text {
        margin-top: -20px;
        width: 100%;
        padding: 0 5px;
    }
    .souscription--main .form-card {
        width: 96%;
        padding: 21px 20px;
    }
    .souscription--main .step-one--form-card {
        padding: 12px 0;
    }
}
.step-one--toggler-icon {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.step-one--authorization-checkbox {
    font-size: 0.8rem;
    line-height: 1.35;
}
@media (min-width: 576px) {
    .step-one--authorization-checkbox {
        font-size: 0.875rem;
    }
}
.step-one--pdl-is-known {
    font-size: 15px;
}
.step-one--form-card.col-md-5 {
    max-width: 51.6666666667%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-self: center;
}
.step-one--header {
    display: none;
}
@media screen and (max-width: 960px) {
    .step-one--header {
        display: block;
    }
}
.step-two-range.range-slider .range--label {
    font: bold 16px/25px "VistaSans";
    transition: font-size 0.3s;
    width: 30px;
    text-align: right;
}
.step-two-range.range-slider .range--label.selected {
    font-size: 22px;
}
.step-two-range-container {
    width: 100%;
    max-width: 600px;
}
.step-three .kva-select {
    text-align: left;
    width: 50px;
    display: block;
}
.step-three .kva-select span {
    display: block;
}
.step-three .kva-select--title {
    font: bold 15px/18px "VistaSans";
}
.step-three .kva-select--small {
    font: normal 10px/11px "VistaSans";
    opacity: 0.5;
    margin-top: 3px;
}
.step-three .custom-power-value {
    width: 50px;
    padding: 0 !important;
    text-align: center;
}
.step-four-radio--title, .step-four-radio--content {
    margin-bottom: 0;
    margin-left: 11px;
    line-height: 18px;
    font-size: 14px;
}
.step-four-radio--content {
    margin-top: 3px;
    max-width: 600px;
}
.step-four-radio--item {
    margin-top: 25px;
}
.step-four-range.range-slider .range--label {
    font: bold 16px/25px "VistaSans";
}
.step-four-range.disabled {
    opacity: 0.6;
}
.step-four-modal--title {
    margin: 0 auto 40px;
}
.step-four-modal--title h5 {
    font: bold 24px "VistaSans";
}
.step-four-modal--title p {
    font: normal 15px "VistaSans";
}
.step-four-modal--content img {
    margin-bottom: 55px;
}
.step-four-modal--content h5 {
    font: bold 15px "VistaSans";
}
.step-four-modal--content p {
    font: normal 15px "VistaSans";
    margin-bottom: 7px;
}
.step-four-modal--content hr {
    margin: 24px 0;
    border-color: rgba(1, 48, 67, 0.1);
}
.step-four-datepicker-element {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.step-four-datepicker-element .datepicker.custom-input {
    margin-left: 1rem;
    margin-bottom: 0;
}
@media screen and (max-width: 960px) {
    .step-four--consent {
        margin-top: 0 !important;
    }
    .step-four--consent .bell-hint {
        margin-top: 0 !important;
    }
}
.step-five-modal--separator {
    display: flex;
    align-items: center;
    color: rgba(151,151,151,0.50196);
    margin: 30px 0;
}
.step-five-modal--separator hr {
    flex: 1 1 auto;
    border-color: currentColor;
    opacity: 0.7;
}
.step-five-modal--separator span {
    padding: 0 20px;
}
.step-six--point {
    display: flex;
    align-items: center;
}
.step-six--point p {
    font-size: 12px;
    margin-left: 6px;
    margin-bottom: 0;
}
.step-six--points {
    margin-left: 25px;
}
.step-six--dl-btn.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font: bold 15px/19px "VistaSans";
    color: #013043;
    background: #fafafa;
    border-color: #e1e1e1;
    border-radius: 21px;
    height: 59px;
    padding-left: 34px;
    padding-right: 34px;
}
.step-six--dl-btn.btn span {
    margin-left: 14px;
}
.step-six--accept-lock p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.step-six--accept-lock .display-sm {
    display: none;
}
.step-six--title {
    margin-bottom: 15px;
}
.step-six--datepicker {
    max-width: 340px;
}
.step-six--datepicker footer {
    display: none;
}
.step-six--datepicker .btn-outline-secondary:focus, .step-six--datepicker .btn-outline-secondary.focus {
    box-shadow: none;
}
.step-final {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.step-final--header {
    padding: 21px 40px 18px;
    background: #013043;
    color: white;
    position: absolute;
    width: 100%;
}
.step-final--main {
    flex: 1 1 auto;
    background-image: url("/images/man-mountain.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.step-final--card {
    background: white;
    border-radius: 12px;
    padding: 77px 44px;
    min-width: 450px;
    max-width: 600px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.07843);
}
.step-final--card h1 {
    font: bold 42px/36px "VistaSans";
    margin-bottom: 0.5em;
}
@media (min-width: 768px) {
    .step-final--card {
        margin-right: 7vw !important;
    }
}
@media (min-width: 992px) {
    .step-final--card {
        margin-right: 15vw !important;
    }
}
.energy-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.energy-options .custom-checkbox {
    margin-right: 26px;
    margin-bottom: 15px;
}
@media screen and (max-width: 1010px) {
    .step-six--dl-btn.btn {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .step-six--dl-btn.btn img {
        height: 20px;
    }
    .step-six--dl-btn.btn span {
        margin-left: 10px;
        font-size: 13px;
    }
    .step-six--accept-lock .display-sm {
        display: contents;
    }
    .step-six--accept-lock .hide-sm {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .step-one--form-card.col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .step-one--form-card.col-md-5 .form-card {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .step-four-datepicker-element {
        flex-direction: column;
    }
    .step-four-datepicker-element .datepicker.custom-input {
        margin: 10px auto;
    }
    .step-four-datepicker-element p {
        align-self: flex-start;
    }
    .step-four-modal--title {
        margin-bottom: 22px;
    }
    .step-four-modal--title h5 {
        font-size: 18px;
    }
    .step-six--dl-btn.btn {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .step-six--dl-btn.btn img {
        height: 20px;
    }
    .step-six--dl-btn.btn span {
        margin-left: 10px;
        font-size: 13px;
    }
    .step-six--accept-lock {
        display: none;
    }
    .step-six--accept-lock .display-sm {
        display: contents;
    }
    .step-six--accept-lock .hide-sm {
        display: none;
    }
    .step-six--accept-lock-img {
        display: none;
    }
    .step-six--title {
        display: flex;
        justify-content: center;
    }
    .step-final--header {
        position: relative;
    }
    .step-final--main {
        justify-content: center;
        align-items: flex-start;
        background-image: linear-gradient(#5e8093 68%, rgba(0, 0, 0, 0) 80%), url("/images/man-mountain-sm.png");
        background-size: 100%;
        background-position: bottom;
    }
    .step-final--card {
        padding: 37px 20px;
        margin-right: 0;
        margin-top: 21px;
        min-width: 360px;
    }
    .step-final--card h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .step-final--card .btn.btn-main {
        padding-left: 27px;
        padding-right: 27px;
    }
    .step-two-range {
        margin: 0 20px;
    }
    .step-four-range {
        padding: 0 20px;
    }

    .energy-options {
        font-size: 14px;
        margin-bottom: 1rem;
        align-items: flex-start;
        flex-direction: column;
    }
}
@media screen and (max-width: 660px) {
    .step-six .pl-4 {
        padding-left: 0 !important;
    }
    .step-six--points {
        margin-left: 0;
    }
    .step-five .toggler.multi-toggler {
        font-size: 15px;
    }
    .step-five .toggler.multi-toggler .toggler--label {
        font-weight: 500;
    }

    .range-slider.step-four-range {
        padding: 0;
    }
    .range-slider.step-four-range .range--label.left {
        transform: translateX(-20px);
    }
    .range-slider.step-four-range .range--label.right {
        transform: translateX(20px);
    }
}
.estimez .stepper--content {
    background: #f2f2f2;
}
.estimez--button-radio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.estimez--button-radio-item input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -100;
}
.estimez--button-radio-item label {
    margin-bottom: 0;
}
.estimez--button-radio-item span {
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    border-radius: 50%;
    font: bold 16px "VistaSans";
    color: #013043;
    border: 1px solid;
    margin: 7px;
}
.estimez--button-radio-item input:checked + label span {
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    border: none;
    color: white;
}
.ecran-annexe {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ecran-annexe--header {
    background: white;
    padding: 21px 40px 18px;
}
.ecran-annexe--main {
    flex: 1 1 auto;
    background: #f6f6f6;
}
.ecran-annexe--wrap {
    margin: 0 auto;
    max-width: 952px;
    padding: 60px 0;
    width: 60%;
}
.ecran-annexe--card {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.07843);
    padding: 38px 56px;
    display: flex;
    align-items: center;
    margin-bottom: 47px;
}
.ecran-annexe--card .ea--form-title {
    font: bold 42px/42px "VistaSans";
    letter-spacing: -0.25px;
    margin-bottom: 20px;
}
.ecran-annexe--card .ea--form-subtitle {
    margin-bottom: 35px;
}
.ecran-annexe--card .ea--form {
    width: 67%;
}
.ecran-annexe--card .ea--form-group {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    margin-bottom: 15px;
}
.ecran-annexe--card .ea--form-group *[class*=col] {
    padding: 0;
}
.ecran-annexe--card .ea--form-group .custom-input {
    flex: 1 1 auto;
    margin-bottom: 0;
}
.ecran-annexe--card .ea--separator {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ecran-annexe--card .ea--separator span {
    padding-left: 20px;
    padding-right: 14px;
}
.ecran-annexe--card .ea--separator hr {
    flex: 1 1 auto;
    border-top: 1px solid #eaeaea;
}
.ecran-annexe--card .ea--contact-card {
    color: white;
    background: #013043;
    border-radius: 5px;
    padding: 30px 40px 37px;
    box-shadow: 0px 1px 9px rgba(1,48,67,0.09804);
    width: 251px;
    margin-left: auto;
    transform: translateX(100px);
}
.ecran-annexe--card .ea--contact-card h4,
.ecran-annexe--card .ea--contact-card h5,
.ecran-annexe--card .ea--contact-card p {
    margin: 0;
}
.ecran-annexe--card .ea--contact-card h5,
.ecran-annexe--card .ea--contact-card p {
    font: normal 16px/22px "VistaSans";
}
.ecran-annexe--card .ea--contact-card h4,
.ecran-annexe--card .ea--contact-card h5 {
    font-weight: bold !important;
}
@media screen and (max-width: 767px) {
    .ecran-annexe--wrap {
        padding-left: 17px;
        padding-right: 17px;
        width: auto;
    }
    .ecran-annexe--card {
        flex-direction: column-reverse;
        margin-top: 20px;
        padding: 38px 25px;
    }
    .ecran-annexe--card .ea--contact-card {
        transform: translateY(-100px);
        width: 100%;
        padding: 16px 32px;
    }
    .ecran-annexe--card .ea--contact-card h5, .ecran-annexe--card .ea--contact-card p {
        font: normal 12px "VistaSans";
    }
    .ecran-annexe--card .ea--form {
        transform: translateY(-75px);
        width: auto;
        margin-bottom: -75px;
    }
    .ecran-annexe--card .ea--form-title {
        font: bold 30px/30px "VistaSans";
    }
}
.sous-de {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sous-de--header {
    padding: 2px 0;
    background: #013043;
    color: white;
}
.sous-de--nav.nav .nav-link {
    font: bold 14px/16px "VistaSans";
}
.sous-de--nav.nav .nav-link.router-link-exact-active, .sous-de--nav.nav .nav-link.active {
    color: #ff8c00;
}
.sous-de--nav.nav .nav-link img {
    margin-right: 11px;
}
.sous-de--main {
    background: #f6f6f6;
    flex: 1 1 auto;
    padding: 77px 0;
}
.sous-de--card {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.07843);
    display: flex;
    padding: 70px 90px;
    align-items: center;
}
.sous-de--card > div {
    flex: 1 1 50%;
}
.sous-de--card-img img {
    transform: translateX(-10vw);
    border-radius: 5;
}
@media screen and (max-width: 1264px) {
    .sous-de--card {
        padding: 35px;
    }
    .sous-de--card-form {
        transform: translateX(-5vw);
    }
}
@media screen and (max-width: 960px) {
    .sous-de--header {
        display: none;
    }
    .sous-de--main {
        padding-top: 141px;
    }
    .sous-de--card {
        flex-direction: column;
        padding: 20px;
    }
    .sous-de--card > div {
        flex: 1 1 auto;
    }
    .sous-de--card-img {
        margin-bottom: -80px;
    }
    .sous-de--card-img img {
        transform: translateY(-100px);
        width: 100%;
    }
    .sous-de--card-form {
        transform: none;
    }
}
@media screen and (max-width: 960px) {
    .sous-de .container-fluid, .sous-de .container-sm, .sous-de .container-md, .sous-de .container-lg, .sous-de .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
    .sous-de .stepper--header-logo {
        width: 100%;
    }
    .sous-de .stepper--header-logo img {
        width: 96px !important;
        height: 31px !important;
    }
}
a {
    cursor: pointer !important;
}
button, html [type=button], [type=reset], [type=submit], [type=button] {
    -webkit-appearance: none !important;
}
.btn.btn-main {
    padding: 18px 60px;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 28px;
    font: 500 16px/18px "VistaSans";
    transition: 0.2s;
    border: none;
}
.btn.btn-main:hover {
    box-shadow: 0 0 10px #ff8c00;
}
.btn.btn-secondary {
    transition: 0.3S;
    background-color: #013043;
}
.btn.btn-secondary:hover {
    box-shadow: 0px 1px 10px rgba(1, 48, 67, 0.14902);
    transform: scale(0.85);
    border-color: transparent;
}
.btn.btn--sm-auth {
    color: white;
    height: 50px;
    border-radius: 18px;
    font: 500 14px/14px "VistaSans";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.btn.btn--sm-auth span {
    padding-left: 10px;
}
.btn.btn--sm-auth-facebook {
    background: #397cbf;
}
.btn.btn--sm-auth-google {
    background: #f77171;
}
.btn.btn--sm-auth .btn--flex {
    display: flex;
}
.btn.btn--sm-auth .img-wrap {
    width: 30px;
    border-right: 0.4px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-link {
    padding: 0;
    border: none;
    line-height: inherit;
    vertical-align: baseline;
    vertical-align: initial;
    color: inherit;
    cursor: pointer;
    text-align: left;
    text-align: initial;
    transition: 0.3s;
}
.btn.btn-link.hover-o:hover {
    color: #ff8c00;
}
.btn.btn-link.hover-scale:hover {
    transform: scale(0.95);
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .btn.btn--sm-auth {
        display: inline-flex;
    }
    .btn.btn--sm-auth .btn--flex {
        min-width: 200px;
    }
    .btn.btn--sm-auth .img-wrap {
        width: 30px;
    }
}
.custom-input {
    position: relative;
    margin-bottom: 10px;
}
.custom-input--text .custom-input--placeholder {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: rgba(1,48,67,0.34902);
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease;
}
.custom-input--text.has-focus .custom-input--placeholder, .custom-input--text.has-value .custom-input--placeholder {
    visibility: hidden;
    opacity: 0;
}
.custom-input .form-control {
    box-shadow: 0px 1px 10px rgba(1,48,67,0.14902);
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    padding-left: 30px;
}
.custom-input .form-control::-moz-placeholder {
    color: rgba(1,48,67,0.34902);
}
.custom-input .form-control:-ms-input-placeholder {
    color: rgba(1,48,67,0.34902);
}
.custom-input .form-control::placeholder {
    color: rgba(1,48,67,0.34902);
}
.custom-input .form-control.text-centered {
    text-align: center;
    padding-left: 0.75rem;
}
.custom-input .form-control:disabled {
    box-shadow: none;
}
.custom-input .input-end {
    position: absolute;
    right: 12px;
    top: 0;
    margin-top: 25px;
    transform: translateY(-50%);
}
.custom-input .input-end a {
    font: normal 12px/19px "VistaSans";
    text-decoration: underline;
    color: rgba(1,48,67,0.6);
}
.custom-input .input-end.password {
    opacity: 1;
    transition: opacity 0.24s ease;
}
.custom-input .input-end.password.active {
    opacity: 0.5;
}
.custom-input.has-label .input-end {
    margin-top: 49px;
}
.custom-input--label,
.custom-input legend {
    display: block;
    padding-left: 20px;
    font: normal 13px/20px "VistaSans";
    opacity: 0.5;
}
.custom-input legend {
    margin-bottom: 5px;
}
.custom-input legend,
.custom-input .invalid-feedback {
    padding-left: 20px;
}
.custom-input.has-label .custom-input--placeholder {
    margin-top: -10px;
}
.custom-input--datepicker {
    margin-bottom: 0;
}
.custom-input--datepicker .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
}
.custom-input--datepicker .form-control::-moz-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control:-ms-input-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control::placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control:-moz-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control::-moz-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control::-webkit-input-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input--datepicker .form-control:-ms-input-placeholder {
    font: normal 15px "VistaSans";
    color: rgba(1,48,67,0.25098);
}
.custom-input.datepicker {
    height: 50px;
    width: 160px;
}
.custom-input.datepicker .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    background-color: transparent;
}
.custom-input.datepicker .input-end {
    right: 20px;
}
.custom-input--address input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
}
.custom-checkbox-input {
    margin-top: 5px;
}
.custom-checkbox-input .checkbox-container {
    display: flex;
}
.custom-checkbox-input .checkbox-container .custom-control-content {
    cursor: default;
}
.custom-checkbox-input .checkbox-container .custom-control-indicator {
    margin-top: 2px;
}
.custom-checkbox.custom-control {
    padding-left: 0px;
}
.custom-checkbox.custom-control:focus {
    outline: none;
}
.custom-checkbox .custom-control:focus {
    outline: none;
}
.custom-checkbox .custom-control-input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -100;
    visibility: visible;
}
.custom-checkbox .custom-control-label {
    display: flex;
    align-items: center;
}
.custom-checkbox .custom-control-label::before {
    display: none;
}
.custom-checkbox .custom-control-label:focus {
    outline: none;
}
.custom-checkbox .custom-control-indicator {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #013043;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 14px;
    cursor: pointer;
}
.custom-checkbox .custom-control-indicator.radio:before {
    visibility: hidden;
    opacity: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    margin: 3px;
    background: #ff8c00;
    border-radius: 50%;
}
.custom-checkbox .custom-control-indicator.checkbox:before {
    opacity: 0;
    display: block;
    content: "";
    width: 7px;
    height: 13px;
    margin-left: 4.5px;
    margin-top: 2px;
    color: #ff8c00;
    border: 3px solid transparent;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
}
.custom-checkbox .custom-control-input:checked + .custom-control-label .custom-control-indicator:before {
    visibility: visible;
    opacity: 1;
}
.custom-checkbox .custom-control-text {
    margin-bottom: 14px;
}
.custom-checkbox .custom-control-text:focus {
    outline: none;
}
.custom-checkbox .custom-control-content:focus {
    outline: none;
}
.custom-checkbox.is-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.custom-checkbox.pre-img .custom-control-label {
    align-items: flex-start;
}
.custom-checkbox.pre-img .custom-control-label .custom-control-indicator {
    margin-left: 13px;
    margin-top: 10px;
}
.custom-checkbox.checkbox-shape .custom-control-indicator {
    border-radius: 5px;
}
.custom-checkbox.checkbox-shape .custom-control-indicator:before {
    border-radius: 2px;
}
.custom-checkbox-estimez .custom-control-label {
    flex-direction: column;
}
.custom-checkbox-estimez .custom-control-label .indicator-icon-wrap {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-checkbox-estimez .custom-control-label .indicator-icon-wrap img {
    max-height: 100%;
}
.custom-checkbox-estimez .custom-control--content {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.custom-checkbox-estimez .custom-control--text {
    margin-bottom: 0;
}
.custom-checkbox-estimez .custom-control--subtext {
    font: normal 13px "VistaSans";
    max-width: 80px;
    color: rgba(1,48,67,0.4);
}
.custom-checkbox-estimez-label .estimez-label--label {
    background: #f6f6f6;
    border-radius: 2px;
    width: 134px;
    height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 0 40px;
    min-width: 131px;
    cursor: pointer;
}
.custom-checkbox-estimez-label .estimez-label--label .label-text {
    text-align: center;
    font: 500 14px/16px "VistaSans";
    position: absolute;
    bottom: 25%;
}
.custom-checkbox-estimez-label .estimez-label--label svg path {
    fill: currentColor;
}
.custom-checkbox-estimez-label input:checked + .estimez-label--label {
    border: 2px solid #ff8c00;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    color: white;
}
.custom-checkbox-estimez-label input:hover + .estimez-label--label {
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    color: white;
}
.toggler.multi-toggler {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.toggler.multi-toggler.is-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.toggler.multi-toggler .toggler--option-btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0 5px;
    line-height: 16px;
}
.toggler.multi-toggler .toggler--option-btn svg {
    fill: currentColor;
}
.toggler.multi-toggler .toggler--option-btn.active {
    color: #ff8c00;
    font-weight: bold;
}
.toggler.multi-toggler .toggler--selector {
    width: 70px;
    height: 30px;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin: 0 19px;
    position: relative;
}
.toggler.multi-toggler .toggler--selector, .toggler.multi-toggler .toggler--selector:after {
    display: block;
    content: "";
}
.toggler.multi-toggler .toggler--selector:after {
    position: absolute;
    background: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin: 4px;
    transform: translateX(0px);
    transition: all 0.2s ease;
}
.toggler.multi-toggler .toggler--selector.toggled:after {
    transform: translateX(40px);
}
.toggler.multi-toggler input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -100;
}
.toggler.multi-toggler label {
    margin-bottom: 0;
}
.toggler.multi-toggler.circle-option {
    align-items: center;
}
.toggler.multi-toggler.circle-option .toggler--option-btn {
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 5px;
}
.toggler.multi-toggler.circle-option .toggler--option-btn.active {
    border-color: #ff8c00;
}
.toggler--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.toggler--content p {
    font: 500 13px/18px "VistaSans";
    margin-top: 12px;
    margin-bottom: 6px;
}
.step-one--form-card .toggler--content p {
    margin-top: 0;
}
.promo-code-input {
    position: absolute;
    border: 1px solid #eaeaea;
    background: white;
    height: 55px;
    border-radius: 28px;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: 56px;
    left: 0;
    bottom: -30px;
}
.promo-code-input h6 {
    font: 14px/18px "VistaSans";
    color: #ff8c00;
    margin-bottom: 0;
}
.promo-code-input input {
    border: none;
    border-radius: 0;
    color: #013043;
    border-bottom: 1px solid;
    display: block;
    height: 24px;
}
.promo-code-input input:focus {
    outline: none;
    border-bottom-color: #ff8c00;
}
.promo-code-input h6.active {
    font: bold 12px/14px "VistaSans";
    color: #ff8c00;
}
.promo-code-input.active {
    text-align: left;
}
.promo-code-input--wrapper {
    display: flex;
}
.custom-datepicker .form-control-wrap .form-control {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 15px;
}
.custom-datepicker label {
    margin-top: 4.5px;
}
.custom-datepicker .text-muted {
    color: rgba(1,48,67,0.34902) !important;
}
.custom-datepicker .b-form-date-calendar .form-control {
    height: auto;
    padding-left: 0;
}
.custom-datepicker .b-calendar-grid-body .row.no-gutters {
    flex-wrap: nowrap;
}
.custom-datepicker .b-calendar-grid-body .row.no-gutters .col {
    width: 36px;
    height: 36px;
}
.custom-datepicker .b-calendar-grid-body .row.no-gutters .col .btn {
    line-height: 36px;
    width: 100%;
    height: 100%;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .custom-control--text {
        font-size: 12px;
    }

    .toggler.multi-toggler .toggler--selector {
        margin: 0 10px;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    .toggler.multi-toggler .toggler--selector {
        margin: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .toggler.multi-toggler .toggler--content {
        width: 95px;
    }
}
@media screen and (max-width: 767px) {
    .promo-code-input {
        margin-left: 0;
        left: auto;
        left: initial;
    }
    .promo-code-input--wrapper {
        justify-content: center;
    }
    .promo-code-input h6.active {
        display: none;
    }
    .promo-code-input input {
        font: bold 16px/32px "VistaSans";
        color: rgba(1,48,67,0.34902);
    }
}
@media screen and (max-width: 400px) {
    .custom-checkbox-estimez-label .estimez-label--label {
        min-width: 0;
        min-width: initial;
        height: 100px;
    }
}
.custom-modal {
    display: flex;
    justify-content: center;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}
.custom-modal.is-active {
    visibility: visible;
    opacity: 1;
}
.custom-modal--backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 48, 67, 0.8);
}
.custom-modal--dialog {
    position: relative;
    z-index: 1100;
    min-width: 500px;
    width: 40%;
    max-width: 550px;
}
.custom-modal--card {
    background: white;
    border-radius: 12px;
    padding: 60px;
    padding-bottom: 40px !important;
    position: relative;
    z-index: 1200;
    width: calc(100% - 25px);
    margin: 100px auto 150px;
}
.custom-modal--card .submit-btn-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
}
.custom-modal--close {
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    border-radius: 50%;
    z-index: 1052;
    background-image: linear-gradient(270deg, #FFC000 -90.55%, #F25314 166.04%);
    background-color: #ff8c00;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.custom-modal--close img {
    width: 40%;
    height: 40%;
}
.custom-modal--submit {
    position: absolute;
    left: 0px;
    bottom: -23px;
    right: 0;
}
.custom-modal--footer-btn {
    transform: translateY(-50%);
    position: relative;
    z-index: 1201;
    margin-top: -100px;
}
@media screen and (max-width: 767px) {
    .custom-modal--consent .custom-modal--card {
        padding: 40px 20px !important;
        margin: 60px auto 150px;
    }
    .custom-modal--consent .custom-modal--card .holder-preferences {
        margin-bottom: 0;
    }
}
.custom-modal--side {
    justify-content: flex-end;
    z-index: 1500;
}
@media screen and (max-width: 767px) {
    .custom-modal--side {
        justify-content: center;
    }
}
.custom-modal--side.is-active .custom-modal--dialog {
    transform: none;
}
@media screen and (max-width: 767px) {
    .custom-modal--side.is-active .custom-modal--dialog {
        transform: none;
    }
}
.custom-modal--side.is-active .custom-modal--card {
    overflow: visible;
    overflow: initial;
}
@media screen and (max-width: 767px) {
    .custom-modal--side.is-active .custom-modal--card {
        width: 100%;
        max-width: none;
        margin: 0;
    }
}
.custom-modal--side.is-active .custom-modal--card p {
    text-align: justify;
    margin-left: 0;
}
.custom-modal--side .custom-modal--dialog {
    padding-top: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    width: 500px;
}
@media screen and (max-width: 767px) {
    .custom-modal--side .custom-modal--dialog {
        transform: translateY(-100%);
        max-width: none;
        max-width: initial;
        width: 100%;
        min-width: 340px;
        margin: 100px 20px 140px 20px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
    .custom-modal--side .custom-modal--dialog {
        margin: 100px 10px 140px 10px;
        min-width: 0;
    }
}
.custom-modal--side .custom-modal--card {
    height: 100%;
    border-radius: 0;
    margin: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    max-width: 500px;
    padding: 0 !important;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .custom-modal--side .custom-modal--card {
        width: 100%;
        position: relative;
        margin: 100px auto 150px;
        border-radius: 12px;
        height: auto;
        transition: none;
        padding: 0 !important;
    }
}
.custom-modal--side .custom-modal--card--content {
    overflow-y: auto;
    padding: 80px 60px 100px 60px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 550px) {
    .custom-modal--side .custom-modal--card--content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.custom-modal--side .custom-modal--card button {
    position: absolute;
    top: 30px;
    left: -25px;
}
@media screen and (max-width: 767px) {
    .custom-modal--side .custom-modal--card button {
        right: unset;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 0px;
    }
}
.custom-modal--side .custom-modal--close {
    position: relative;
    transform: none;
    margin-bottom: 39px;
}
.modal-open {
    padding-right: 0 !important;
}
.c-modal {
    padding: 20px;
    width: 100%;
}
.c-modal-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.c-modal-header .m-logo {
    width: 70px;
}
.c-modal-header .m-link {
    cursor: pointer;
    text-decoration: underline;
}
.c-modal-header .m-link:hover {
    color: #ff8c00;
}
.c-modal-content {
    width: 100%;
}
.c-modal-content .m-title {
    font-weight: bold;
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .c-modal-content .m-title {
        font-size: 24px;
    }
}
.c-modal-content .col-8 {
    padding: 0;
}
.modification-contrat-modal .modal-content {
    border: 5px solid #eb8c2c;
    border-radius: 30px;
}
.modification-contrat-modal .modal-content .c-modal-content .orange {
    color: #eb8c2c;
}
.modification-contrat-modal .modal-content .c-modal-content .m-title {
    font-size: 24px;
}
.modification-contrat-modal .modal-content .c-modal-content .block {
    border-bottom: 1px solid #999;
    min-height: 150px;
}
.modification-contrat-modal .modal-content .c-modal-content .block .block-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.modification-contrat-modal .modal-content .c-modal-content .block .block-description {
    margin-bottom: 10px;
}
.modification-contrat-modal .modal-content .c-modal-content .block .block-msg {
    padding-top: 16px;
    border-left: 1px solid #999;
    margin: 15px 0px;
}
.modification-contrat-modal .modal-content .c-modal-content .block.second-block .block-field {
    display: flex;
    align-items: flex-start;
}
.modification-contrat-modal .modal-content .c-modal-content .block.second-block .block-field .orange {
    padding-top: 8px;
    padding-left: 5px;
}
.modification-contrat-modal .modal-content .c-modal-content .block.sixth-block {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .custom-modal--dialog {
        padding: 50px 0;
        width: 60%;
        min-width: 480px;
    }
    .custom-modal--card {
        padding: 60px 20px !important;
        width: 100%;
    }
    .custom-modal--close {
        right: unset;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 576px) {
    .custom-modal--dialog {
        width: 90% !important;
        min-width: 340px;
    }
}
.tooltip {
    position: relative;
    z-index: 1050;
    display: inline-block;
    border-bottom: 1px dotted white;
}
.tooltip .tooltiptext {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    visibility: hidden;
    background-color: #ffffff;
    color: #2c3e50;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 160px;
    top: 100%;
    left: 50%;
    margin-left: -80px;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
*[class*=col-] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wrapper--w-sidebar {
    padding-left: 330px;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 1367px) {
    .wrapper--w-sidebar {
        padding-left: 220px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper--w-sidebar {
        padding-left: 0;
    }
}
body #__layout {
    height: 100%;
}
.nav-active {
    overflow: hidden;
}
.header {
    position: relative;
    z-index: 9;
    transition: right 0.3s linear, background 0.3s linear;
}
.header .logo {
    display: block;
    width: 96px;
    height: auto;
}
.header .logo a {
    display: block;
}
.header--mobile {
    position: relative;
    z-index: 10;
    background: #013043;
    color: #fff;
    padding: 17px 23px 14px;
}
@media screen and (max-width: 991px) {
    .nav-active .header--mobile {
        right: 400px;
        background: #fff;
    }
}
@media screen and (max-width: 500px) {
    .nav-active .header--mobile {
        right: calc(100% - 62px);
        background: #fff;
    }
}
.header--menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    display: block;
    width: 36px;
    height: 48px;
    border-radius: 3px;
}
.header--menu:hover {
    opacity: 0.9;
}
@media screen and (max-width: 991px) {
    .nav-active .header--menu {
        right: 12px;
    }
}
.nav-active .header--menu span {
    opacity: 0;
}
.nav-active .header--menu:before, .nav-active .header--menu:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
    background: #ff8c00;
}
.nav-active .header--menu:after {
    transform: rotate(-45deg);
}
.header--menu span, .header--menu:before, .header--menu:after {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    margin-top: -2px;
    transition: all 0.3s linear;
}
.header--menu:before, .header--menu:after {
    content: "";
    top: 30%;
}
.header--menu:after {
    top: 70%;
}
@media screen and (max-width: 991px) {
    .header--drop {
        position: fixed;
        top: 0;
        right: calc(-100% + 62px);
        width: 400px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        z-index: 9;
        transition: right 0.3s linear, box-shadow 0.3s linear;
    }
}
@media screen and (max-width: 500px) {
    .header--drop {
        width: calc(100% - 62px);
    }
}
@media screen and (max-width: 991px) {
    .nav-active .header--drop {
        right: 0;
        box-shadow: 0 0 9999px 9999px rgba(0, 0, 0, 0.6);
    }
}
.header--aside {
    position: fixed;
    width: 330px;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #013043;
    color: #fff;
    z-index: 3;
    padding: 49px 47px 50px;
}
@media screen and (max-width: 1367px) {
    .header--aside {
        padding: 49px 0 50px;
        width: 220px;
    }
    .header--aside ul ul a {
        padding: 6px 10px 7px 40px !important;
    }
}
@media screen and (max-width: 991px) {
    .header--aside {
        position: static;
        width: 100%;
        top: auto;
        left: auto;
        background: transparent;
        z-index: 0;
        height: auto;
        overflow: visible;
        padding: 0;
    }
}
.header--aside .logo {
    background: #013043;
    padding: 17px 32px 14px;
    width: auto;
    overflow: hidden;
    float: none;
    margin-bottom: 51px;
}
@media screen and (max-width: 991px) {
    .header--aside .logo {
        width: 100%;
        margin-bottom: 0;
    }
    .header--aside .logo img {
        width: 96px;
        height: 31px;
    }
}
.header--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
    .header--top {
        text-align: center;
        box-shadow: none;
        display: block;
        margin-bottom: 70px;
    }
}
.navigation {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .navigation {
        text-transform: uppercase;
        color: #013043;
        font-size: 14px;
        padding: 21px 0 13px;
        position: relative;
    }
}
@media screen and (max-width: 991px) {
    .navigation:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #ccd6d9;
    }
}
@media screen and (max-width: 374px) {
    .navigation:before {
        left: 0;
        right: 0;
    }
}
.navigation > ul {
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
    .navigation > ul {
        margin-bottom: 0;
        border-bottom: 0;
    }
}
.navigation > ul > li {
    margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li {
        margin-bottom: 0;
    }
}
.navigation > ul > li.active {
    position: relative;
}
.navigation > ul > li.active ul {
    display: block;
}
.navigation > ul > li.active ul:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background-color: rgba(249, 249, 249, 0.05);
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .navigation > ul > li.active ul:before {
        content: none;
    }
}
.navigation > ul > li.active > a {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li.active > a {
        text-decoration: none;
        background: #f9f9f9;
        color: #013043;
    }
}
.navigation > ul > li.active > a svg .fill {
    fill: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li.active > a svg .fill {
        fill: #013043;
    }
}
.navigation > ul > li.active > a svg .stroke {
    stroke: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li.active > a svg .stroke {
        stroke: #013043;
    }
}
.navigation > ul > li.active > a.has--drop:before {
    content: "";
    transform: rotate(-135deg);
}
@media screen and (max-width: 991px) {
    .navigation > ul > li.active > a.has--drop:before {
        background: #013043;
        transform: rotate(45deg);
        border: 0;
        padding: 0;
        width: 14px;
        height: 1px;
        margin-top: -2px;
    }
}
.navigation > ul > li.active > a.has--drop:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(-45deg);
    border: 0;
    padding: 0;
    width: 14px;
    height: 1px;
    background: #013043;
    margin-top: -2px;
}
.navigation > ul > li > a {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a {
        display: block;
        padding: 16px 20px 17px 98px;
        transition: background 0.3s linear;
    }
}
@media screen and (max-width: 374px) {
    .navigation > ul > li > a {
        padding: 16px 20px 17px 68px;
    }
}
.navigation > ul > li > a:hover {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a:hover {
        text-decoration: none;
        background: #f9f9f9;
        color: #013043;
    }
}
.navigation > ul > li > a:hover svg .fill {
    fill: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a:hover svg .fill {
        fill: #013043;
    }
}
.navigation > ul > li > a:hover svg .stroke {
    stroke: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a:hover svg .stroke {
        stroke: #013043;
    }
}
@media screen and (max-width: 1367px) {
    .navigation > ul > li > a.has--drop {
        padding-right: 40px;
    }
}
.navigation > ul > li > a.has--drop:before {
    position: absolute;
    right: -16px;
    top: 50%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1367px) {
    .navigation > ul > li > a.has--drop:before {
        right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a.has--drop:before {
        border-color: #013043;
    }
}
.navigation > ul > li > a .icon {
    position: absolute;
    top: -3px;
    left: 0;
    width: 25px;
    text-align: center;
}
@media screen and (max-width: 1367px) {
    .navigation > ul > li > a .icon {
        left: 5px;
    }
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a .icon {
        width: 55px;
        left: 25px;
        top: 10px;
    }
}
@media screen and (max-width: 374px) {
    .navigation > ul > li > a .icon {
        left: 10px;
    }
}
.navigation > ul > li > a .icon.icon--profile {
    width: 14px;
    left: 6px;
}
@media screen and (max-width: 1367px) {
    .navigation > ul > li > a .icon.icon--profile {
        left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a .icon.icon--profile {
        left: 38px;
    }
}
@media screen and (max-width: 374px) {
    .navigation > ul > li > a .icon.icon--profile {
        left: 24px;
    }
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a svg {
        width: 28px;
        height: 29px;
    }
}
.navigation > ul > li > a svg .fill {
    fill: #fff;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a svg .fill {
        fill: #013043;
    }
}
.navigation > ul > li > a svg .stroke {
    stroke: #fff;
}
@media screen and (max-width: 991px) {
    .navigation > ul > li > a svg .stroke {
        stroke: #013043;
    }
}
.navigation > ul ul {
    display: none;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .navigation > ul ul {
        text-transform: none;
        background: #f9f9f9;
        padding: 0 0 20px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
.navigation > ul ul .active a {
    font-weight: 700;
    color: #ff8c00;
}
.navigation > ul ul a {
    padding: 6px 0 7px 40px;
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    .navigation > ul ul a {
        display: block;
        padding: 6px 20px 7px 98px;
        transition: background 0.3s linear;
    }
}
@media screen and (max-width: 374px) {
    .navigation > ul ul a {
        padding-left: 68px;
    }
}
.navigation > ul ul a:hover {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .navigation > ul ul a:hover {
        text-decoration: none;
        background: #ff8c00;
        color: #fff;
    }
}
.navigation--address {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
}
@media screen and (max-width: 1367px) {
    .navigation--address {
        padding: 10px 20px;
    }
}
.navigation--address a:hover {
    color: #ff8c00;
}
.location {
    font-size: 14px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100% - 250px);
    flex-grow: 1;
}
@media screen and (max-width: 991px) {
    .location {
        padding: 30px 20px 31px;
        display: block;
        font-size: 12px;
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    .location:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #ccd6d9;
    }
}
@media screen and (max-width: 374px) {
    .location:before {
        left: 0;
        right: 0;
    }
}
.location--coordinates {
    padding: 21px 71px 25px 55px;
    position: relative;
    flex-shrink: 0;
    max-width: 380px;
    font-weight: 500;
}
@media screen and (max-width: 1367px) {
    .location--coordinates {
        padding: 21px 40px 25px 55px;
        max-width: 300px;
    }
}
@media screen and (max-width: 991px) {
    .location--coordinates {
        padding: 0 27px 0 55px;
        margin-bottom: 18px;
        display: inline-block;
        max-width: none;
    }
}
@media screen and (max-width: 374px) {
    .location--coordinates {
        padding: 0 0 0 30px;
    }
}
.location--coordinates:before {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    right: 30px;
}
@media screen and (max-width: 1367px) {
    .location--coordinates:before {
        right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .location--coordinates:before {
        content: none;
    }
}
.location--coordinates .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}
@media screen and (max-width: 374px) {
    .location--coordinates .icon {
        left: 5px;
    }
}
.location--coordinates br {
    display: none;
}
@media screen and (max-width: 1367px) {
    .location--coordinates br {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .location--coordinates br {
        display: none;
    }
}
.location--selection {
    flex-grow: 1;
    position: relative;
    z-index: 2;
}
.location--selection > a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    margin-top: -7px;
    border: solid #013043;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
}
.location--selection:hover .location--drop {
    display: block;
}
.location--selection:hover > a {
    color: #ff8c00;
}
.location--selection:hover > a svg path {
    fill: #ff8c00;
}
.location--selection a {
    display: block;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 14px 50px 10px 62px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    position: relative;
}
@media screen and (max-width: 991px) {
    .location--selection a {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: 12px 50px 12px 57px;
    }
}
.location--selection a:hover {
    color: #ff8c00;
}
.location--selection a .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.location--selection .location--drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 30px;
    overflow: hidden;
    display: none;
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .location--selection .location--drop {
        border: 1px solid rgba(0, 0, 0, 0.2);
        top: auto;
        bottom: 100%;
    }
}
.location--selection .location--drop a {
    border-radius: 0;
    box-shadow: none;
}
.location--selection .location--drop a:hover {
    background: #ff8c00;
    color: #013043;
}
.profile {
    text-align: left;
    max-width: 250px;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .profile {
        padding: 29px 40px;
        max-width: none;
        text-align: center;
    }
}
.profile--disconnect {
    display: block;
    padding: 14px 74px 10px 55px;
    position: relative;
}
@media screen and (max-width: 991px) {
    .profile--disconnect {
        padding: 0 83px 0 55px;
        display: inline-block;
    }
}
.profile--disconnect:hover {
    color: #ff8c00;
}
.profile--icon {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .profile--icon {
        left: 0;
        display: none;
    }
}
.profile--disconnect-icon {
    display: none;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .profile--disconnect-icon {
        left: -3px;
        display: block;
        width: 30px;
    }
}
.profile--name {
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}
.profile--signout {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
    .profile--signout {
        text-transform: uppercase;
        font-weight: 500;
    }
}
@media screen and (max-width: 991px) {
    .header--home {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        background: #fff;
        margin-bottom: 0;
    }
    .header--home + div {
        margin-top: 62px;
    }
}
@media screen and (max-width: 991px) {
    .nav-active .header--home {
        right: 400px;
        background: #fff;
    }
}
@media screen and (max-width: 500px) {
    .nav-active .header--home {
        right: calc(100% - 56px);
        background: #fff;
    }
}
.header--home .container-home {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    .header--home .container-home {
        padding: 0;
    }
}
.header--home .header--menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    display: block;
    width: 36px;
    height: 48px;
    border-radius: 3px;
}
@media (min-width: 576px) {
    .header--home .header--menu {
        right: 23px;
    }
}
.header--home .header--menu:hover {
    opacity: 0.9;
}
.nav-active .header--home .header--menu span {
    opacity: 0;
}
.nav-active .header--home .header--menu:before, .nav-active .header--home .header--menu:after {
    transform: rotate(45deg);
    top: 50%;
    left: 10%;
    right: 10%;
    background: #ff8c00;
}
.nav-active .header--home .header--menu:after {
    transform: rotate(-45deg);
}
.header--home .header--menu span, .header--home .header--menu:before, .header--home .header--menu:after {
    background: #013043;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    margin-top: -2px;
    transition: all 0.3s linear;
}
.header--home .header--menu:before, .header--home .header--menu:after {
    content: "";
    top: 30%;
}
.header--home .header--menu:after {
    top: 70%;
}
.header--home .btn-tel {
    width: 42px;
    height: 40px;
    border-radius: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 79px;
    border: 1px solid #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header--home .btn-tel svg {
    width: 20px;
    height: 20px;
}
.top--header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
    .top--header {
        position: fixed;
        top: 0;
        right: calc(-100% + 56px);
        width: 400px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        z-index: 9;
        transition: right 0.3s linear, box-shadow 0.3s linear;
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .top--header {
        width: calc(100% - 56px);
    }
}
@media screen and (max-width: 991px) {
    .nav-active .top--header {
        right: 0;
        box-shadow: 0 0 9999px 9999px rgba(0, 0, 0, 0.6);
    }
}
.top--header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #013043;
    width: 101vw;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .top--header:before {
        content: none;
    }
}
.header--left {
    padding: 14px 0 12px 169px;
    text-transform: uppercase;
}
.header--left .logo-menu {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 66px;
}
.header--left .logo-menu:before {
    content: none;
}
.header--left .btn-main {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 56px;
}
@media screen and (max-width: 991px) {
    .header--left {
        padding: 0;
        margin-bottom: 25px;
    }
}
.header--left > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
@media screen and (max-width: 991px) {
    .header--left > ul {
        display: block;
        font-weight: 700;
    }
}
.header--left > ul > li {
    margin: 0 18px;
}
.header--left > ul > li:hover:not(.disabled) > a:before {
    opacity: 1;
}
.header--left > ul > li:hover:not(.disabled) .drop {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.header--left > ul > li:hover:not(.disabled) > a {
    color: #ff8c00;
}
.header--left > ul > li:hover:not(.disabled) > a:after {
    content: "";
    position: absolute;
    top: 0;
    height: 40px;
    left: 0;
    right: 0;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li:hover:not(.disabled) > a:after {
        position: static;
        top: auto;
        height: auto;
        left: auto;
        right: auto;
    }
}
.header--left > ul > li:hover:not(.disabled) .drop {
    display: flex;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li:hover:not(.disabled) .drop {
        display: none;
    }
}
.header--left > ul > li.active:not(.disabled) > a {
    color: #ff8c00;
}
.header--left > ul > li.active:not(.disabled) > a:before {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li.active:not(.disabled) > a:after {
        content: "";
        border-color: #ff8c00;
        margin-bottom: -3px;
        transform: rotate(-135deg);
    }
}
.header--left > ul > li.active:not(.disabled) .drop {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li.active:not(.disabled) .drop {
        display: block;
    }
}
.header--left > ul > li > a {
    color: #fff;
    display: block;
    position: relative;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li > a {
        background: #013043;
        padding: 22px 54px;
    }
}
@media screen and (max-width: 374px) {
    .header--left > ul > li > a {
        padding-left: 40px;
        padding-right: 15px;
    }
}
.header--left > ul > li > a:hover:not(.disabled) {
    color: #ff8c00;
}
.header--left > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .header--left > ul > li > a:before {
        content: none;
    }
}
@media screen and (max-width: 991px) {
    .header--left > ul > li > a:after {
        content: "";
        position: static;
        top: auto;
        height: auto;
        left: auto;
        right: auto;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        margin-left: 38px;
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 991px) {
    .header--left > ul > li > a.disabled:after {
        content: none;
    }
}
.header--left .drop {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 33px 219px 29px 115px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (max-width: 991px) {
    .header--left .drop {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        padding: 31px 54px 23px;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 374px) {
    .header--left .drop {
        padding-left: 40px;
        padding-right: 15px;
    }
}
.header--left .drop > li {
    padding: 0 28px;
}
@media screen and (max-width: 1366px) {
    .header--left .drop > li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 991px) {
    .header--left .drop > li {
        padding: 0;
        margin-bottom: 22px;
    }
}
.header--left .drop > li.has-drop {
    padding-bottom: 40px;
    margin-bottom: -40px;
}
@media screen and (max-width: 991px) {
    .header--left .drop > li.has-drop {
        padding: 0;
        margin-bottom: 22px;
    }
}
.header--left .drop > li:hover .sub-drop, .header--left .drop > li.active .sub-drop {
    opacity: 1;
    visibility: visible;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .header--left .drop > li:hover .sub-drop, .header--left .drop > li.active .sub-drop {
        display: none;
    }
}
@media (min-width: 992px) {
    .header--left .drop > li:hover > a {
        color: #ff8c00;
    }
}
.header--left .drop > li.active > a {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .header--left .drop > li.active.has-drop {
        padding-top: 17px;
    }
}
.header--left .drop > li.active > a {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .header--left .drop > li.active > a {
        position: relative;
    }
}
.header--left .drop > li.active > a .close {
    position: absolute;
    right: 10px;
    top: -3px;
    width: 16px;
    height: 16px;
    opacity: 0.3;
}
@media (min-width: 992px) {
    .header--left .drop > li.active > a .close {
        display: none;
    }
}
.header--left .drop > li.active > a .close:hover {
    opacity: 1;
}
.header--left .drop > li.active > a .close:before, .header--left .drop > li.active > a .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 17px;
    width: 2px;
    background-color: #333;
}
.header--left .drop > li.active > a .close:before {
    transform: rotate(45deg);
}
.header--left .drop > li.active > a .close:after {
    transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
    .header--left .drop > li.active .sub-drop {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .header--left .drop > li:last-child {
        margin-bottom: 0;
    }
}
.header--left .drop > li > a {
    color: #013043;
    display: block;
    position: relative;
    z-index: 2;
}
.header--left .drop > li > a.active {
    text-decoration: none;
    color: #ff8c00;
}
@media (min-width: 992px) {
    .header--left .drop > li > a:hover {
        text-decoration: none;
        color: #ff8c00;
    }
}
.header--left .sub-drop {
    position: absolute;
    top: 100%;
    left: auto;
    right: auto;
    z-index: -3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 12px 15px 1px 0px;
    text-transform: none;
    margin: 0 -5px -16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop {
        position: relative;
        top: auto;
        padding: 18px 0 9px;
        font-weight: 400;
        z-index: 1;
        margin: 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }
}
.header--left .sub-drop:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #f5f5f5;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop:before {
        content: "";
        position: absolute;
        top: -44px;
        bottom: 5px;
        left: -9999px;
        right: -9999px;
        box-shadow: none;
    }
}
.header--left .sub-drop:after {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #f5f5f5;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop:after {
        content: none;
    }
}
.header--left .sub-drop li {
    margin-bottom: 16px;
    padding: 10px 3vw 0;
}
@media (min-width: 992px) {
    .header--left .sub-drop li:first-child {
        padding-left: 5px;
    }
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop li {
        margin-bottom: 16px;
        padding: 0;
    }
}
.header--left .sub-drop li:hover > a {
    color: #ff8c00;
}
.header--left .sub-drop li:hover > a:before {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop li:hover > a:before {
        opacity: 0;
    }
}
.header--left .sub-drop li.active > a {
    color: #ff8c00;
}
.header--left .sub-drop li.active > a:before {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop li.active > a:before {
        opacity: 0;
    }
}
.header--left .sub-drop a {
    color: #013043;
    display: block;
    position: relative;
}
@media screen and (max-width: 991px) {
    .header--left .sub-drop a {
        display: inline-block;
    }
}
.header--left .sub-drop a:hover {
    text-decoration: none;
    color: #ff8c00;
}
.header--left .sub-drop a:hover:before {
    opacity: 1;
}
.header--left .sub-drop a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 2px;
    background: #ff8c00;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.header--right {
    padding: 14px 19px 12px 0;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .header--right {
        position: relative;
        padding: 32px 58px;
    }
    .header--right:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 243px;
        height: 2px;
        background: rgba(1, 48, 67, 0.2);
    }
}
@media screen and (max-width: 374px) {
    .header--right {
        padding-left: 40px;
        padding-right: 15px;
    }
}
.header--right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}
.header--right ul li {
    margin: 0 20px;
}
.header--right ul a {
    color: #fff;
    position: relative;
    padding-left: 35px;
}
@media screen and (max-width: 991px) {
    .header--right ul a {
        color: #013043;
        padding-left: 36px;
    }
}
.header--right ul a .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    margin-top: -1px;
}
.header--right ul a .icon svg {
    width: 100%;
}
.header--right ul a .icon svg .fill {
    fill: #ff8c00;
}
.header--right ul a:hover {
    color: #ff8c00;
}
.header--right .header--btn {
    padding: 33px 0;
    margin: 0 -19px 0 -16px;
}
@media screen and (max-width: 991px) {
    .header--right .header--btn {
        padding: 33px 0px 80px 13px;
    }
}
@media screen and (max-width: 374px) {
    .header--right .header--btn {
        margin: 0;
        padding: 33px 25px 80px 0;
    }
}
.header--right .header--btn .btn.btn-main {
    width: 100%;
}
.header--main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 11px 17px 13px 0;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1366px) {
    .header--main {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .header--main {
        padding: 18px 32px 13px 21px;
        z-index: 10;
    }
}
.header--main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 101vw;
    z-index: -1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
    .header--main:before {
        width: 100%;
    }
}
.header--main .logo--main {
    width: 113px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .header--main .logo--main {
        width: 96px;
    }
}
.header--main .logo--main a {
    display: block;
}
.header--main .logo--main img {
    display: block;
    width: 100%;
    height: auto;
}
.header--main .header--text {
    text-align: center;
    flex-grow: 1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    max-width: calc(100% - 351px);
    padding: 0 10px;
    color: #013043;
}
.header--main .header--text p {
    margin-bottom: 0;
}
.header--main .header--btn {
    width: 238px;
    flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
    .header--main .header--btn {
        width: 138px;
    }
}
.header--main .header--btn .btn.btn-main {
    min-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}
.app-espace .content {
    background: #f6f6f6;
}
.app-espace .content--main {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 38px 15px 84px;
    position: relative;
    min-height: calc(100vh - 170px);
}
@media screen and (max-width: 1367px) {
    .app-espace .content--main {
        padding-bottom: 32px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content--main {
        padding: 22px 30px 4px;
    }
}
.app-espace .content--main.alt {
    max-width: 1030px;
}
.app-espace .content--main .btn-back {
    display: block;
    width: 25px;
    height: 16px;
    position: absolute;
    top: 22px;
    left: 32px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}
.app-espace .content--main .btn-back:hover {
    text-decoration: none;
}
.app-espace .content--main .btn-back:hover:before {
    border-color: #ff8c00;
}
.app-espace .content--main .btn-back:hover:after {
    background: #ff8c00;
}
.app-espace .content--main .btn-back:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border: solid #013043;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
}
.app-espace .content--main .btn-back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 1px;
    width: 23px;
    background: #013043;
}
.app-espace .content h1 {
    padding-left: 70px;
    position: relative;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 {
        font-size: 20px;
        line-height: 28px;
        padding-left: 0;
        padding-top: 42px;
        text-align: center;
        margin-bottom: 16px;
    }
}
.app-espace .content h1.header--preferences {
    margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1.header--preferences {
        margin-bottom: 16px;
    }
}
.app-espace .content h1.header--parrainages {
    margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1.header--parrainages {
        margin-bottom: 27px;
        padding-top: 57px;
    }
}
.app-espace .content h1 mark {
    background: transparent;
    color: #ff8c00;
    padding: 0;
}
.app-espace .content h1 .icon {
    width: 39px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
.app-espace .content h1 .icon.icon--preferences svg {
    width: 49px;
    height: 47px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--preferences svg {
        height: 42px;
        width: 30px;
    }
}
.app-espace .content h1 .icon.icon--factures {
    left: 16px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--factures {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
.app-espace .content h1 .icon.icon--comparer {
    width: 59px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--comparer {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
.app-espace .content h1 .icon.icon--comparer svg {
    width: 59px;
    height: 54px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--comparer svg {
        width: 45px;
        height: 47px;
    }
}
.app-espace .content h1 .icon.icon--dashboard {
    width: 41px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--dashboard {
        width: 43px;
        top: 6px;
    }
}
.app-espace .content h1 .icon.icon--dashboard svg {
    width: 100%;
}
.app-espace .content h1 .icon.icon--contrat {
    width: 46px;
    left: 6px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--contrat {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
.app-espace .content h1 .icon.icon--contrat svg {
    width: 100%;
}
.app-espace .content h1 .icon.icon--parrainages {
    width: 49px;
    left: 9px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--parrainages {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
.app-espace .content h1 .icon.icon--parrainages svg {
    width: 100%;
    height: auto;
}
.app-espace .content h1 .icon svg {
    width: 39px;
    height: 39px;
}
.app-espace .content h1 .icon svg .fill {
    fill: #013043;
}
.app-espace .content h1 .icon svg .stroke {
    stroke: #013043;
}
.app-espace .content--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app-espace .content--steps {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-align: center;
    width: 62.1%;
    margin: 0 0 21px;
    padding: 47px 33px 39px;
}
@media screen and (max-width: 1023px) {
    .app-espace .content--steps {
        padding: 27px 15px 20px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content--steps {
        width: 100%;
        margin-bottom: 18px;
        padding: 27px 26px 26px;
    }
}
.app-espace .content--title {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--title {
        margin-bottom: 6px;
    }
}
.app-espace .content--title strong {
    font-weight: 700;
}
.app-espace .content--image {
    position: relative;
    width: 36%;
    margin: 0 0 21px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
    .app-espace .content--image {
        width: 100%;
        margin-bottom: 18px;
        height: 169px;
    }
}
.app-espace .content--image .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 0%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}
.app-espace .content--image .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.app-espace .content--block {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 26px 38px 21px;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--block {
        padding: 27px 23px 13px;
    }
}
.app-espace .content--block.block--preferences {
    max-width: 100%;
}
.app-espace .content--block.block--preferences .checkbox-container, .app-espace .content--block.block--preferences.linky .custom-checkbox {
    margin: 0 0 0.5em 0;
    padding: 0;
}
.app-espace .content--block.block--preferences .form-group {
    margin-bottom: 0;
}
.app-espace .content--block.block--preferences .heading {
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--block.block--preferences .heading {
        margin-bottom: 27px;
    }
}
.app-espace .content--block .heading {
    font-size: 22px;
    line-height: 24px;
    display: block;
    margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--block .heading {
        margin-bottom: 23px;
    }
}
.app-espace .content--block .heading.decor {
    position: relative;
}
.app-espace .content--block .heading.decor:before {
    content: "";
    position: absolute;
    width: 3px;
    background: #ff8c00;
    top: -2px;
    left: -38px;
    bottom: -2px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--block .heading.decor:before {
        left: -23px;
    }
}
.app-espace .content--block .heading.has-icon {
    display: inline-block;
    vertical-align: top;
    padding-right: 38px;
}
.app-espace .content--block .heading.has-icon .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.app-espace .content--block .radio-list {
    padding-right: 100px;
}
@media screen and (max-width: 767px) {
    .app-espace .content--block .radio-list {
        padding-right: 0;
    }
}
.app-espace .content--list {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .app-espace .content--list {
        line-height: 19px;
    }
}
.app-espace .content--list li {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .app-espace .content--list li {
        padding-left: 27px;
        margin-bottom: 19px;
    }
}
.app-espace .content--list li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background: #ff8c00;
}
.app-espace .content--list a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}
.app-espace .content--list a:hover {
    text-decoration: none;
}
.app-espace .steps {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px 24px;
    counter-reset: title;
}
@media screen and (max-width: 767px) {
    .app-espace .steps {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0 0 8px;
        font-size: 14px;
        line-height: 1.171429;
    }
}
.app-espace .steps li {
    width: 130px;
    margin: 0 25px;
    position: relative;
    counter-increment: title;
}
@media screen and (max-width: 1367px) {
    .app-espace .steps li {
        margin: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .steps li {
        margin: 0;
        width: 230px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .steps li + li {
        padding-top: 47px;
    }
}
.app-espace .steps li + li:before {
    content: "";
    position: absolute;
    top: 58px;
    left: -30px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    z-index: 1;
}
@media screen and (max-width: 1367px) {
    .app-espace .steps li + li:before {
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .steps li + li:before {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        top: 11px;
    }
}
.app-espace .steps li + li:after {
    content: "";
    position: absolute;
    top: 51px;
    left: -36px;
    border: 1px solid #013043;
    background: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
}
@media screen and (max-width: 1367px) {
    .app-espace .steps li + li:after {
        left: -16px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .steps li + li:after {
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
    }
}
.app-espace .steps li + li .icon:before {
    content: "";
    position: absolute;
    top: 59px;
    left: -73px;
    width: 96px;
    border-top: 1px dashed #013043;
}
@media screen and (max-width: 1367px) {
    .app-espace .steps li + li .icon:before {
        width: 40px;
        left: -26px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .steps li + li .icon:before {
        width: 1px;
        height: 45px;
        left: 50%;
        transform: translateX(-50%);
        top: -8px;
        border-top: 0;
        border-left: 1px dashed #013043;
    }
}
.app-espace .steps .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
    .app-espace .steps .icon {
        margin-bottom: 4px;
    }
}
.app-espace .steps--title {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 0 25px;
}
@media screen and (max-width: 767px) {
    .app-espace .steps--title {
        font-size: 16px;
        margin-bottom: 4px;
    }
}
.app-espace .steps--title:after {
    content: counter(title);
}
.app-espace .btn-holder {
    margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
    .app-espace .btn-holder {
        margin-bottom: 50px;
    }
}
.app-espace .btn.btn-main.btn-sm, .app-espace .btn-group-sm > .btn.btn-main {
    line-height: 14px;
    padding: 12px 33px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .app-espace .btn.btn-main.btn-sm, .app-espace .btn-group-sm > .btn.btn-main {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 54px;
    }
}
.holder-preferences .app-espace .btn.btn-main.btn-sm, .holder-preferences .app-espace .btn-group-sm > .btn.btn-main {
    padding: 12px 23px;
}
@media screen and (max-width: 767px) {
    .holder-preferences .app-espace .btn.btn-main.btn-sm, .holder-preferences .app-espace .btn-group-sm > .btn.btn-main {
        padding: 17px 30px;
    }
}
.app-espace .tel-block {
    position: relative;
    background: #f9f9f9;
    color: #013043;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 178px;
}
@media screen and (max-width: 767px) {
    .app-espace .tel-block {
        height: 165px;
        padding: 20px 15px 31px;
    }
}
.app-espace .tel-block .or {
    text-transform: uppercase;
    display: inline-block;
    background: #013043;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 17px;
    line-height: 1.2;
}
.app-espace .tel-block a {
    display: block;
    padding-top: 58px;
    position: relative;
}
.app-espace .tel-block a:hover {
    color: #ff8c00;
    text-decoration: none;
}
.app-espace .tel-block a:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/svg/phone.svg);
    background-size: 100% 100%;
    width: 29px;
    height: 29px;
}
@media screen and (max-width: 767px) {
    .app-espace .tel-block a:before {
        top: 23px;
    }
}
.app-espace .tel-block a .num {
    display: block;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    margin: -4px 0 0;
}
.app-espace .default--footer {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 -15px;
    padding: 27px 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .default--footer {
        margin: 0 -13px;
        background: #f0f0f0;
        padding: 49px 15px;
        line-height: 15px;
    }
}
.app-espace .footer--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .footer--links {
        margin-bottom: 13px;
    }
}
.app-espace .footer--links li {
    margin: 0 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .footer--links li {
        width: 50%;
        margin: 0;
        padding: 0 13px 22px;
    }
    .app-espace .footer--links li:nth-child(odd) {
        text-align: right;
    }
}
.app-espace .footer--links a {
    color: #013043;
}
.app-espace .footer--links a:hover {
    text-decoration: none;
    color: #ff8c00;
}
.app-espace .footer--copyright {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .app-espace .footer--copyright {
        line-height: 20px;
        position: relative;
    }
    .app-espace .footer--copyright:before {
        content: "";
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        width: 100px;
        background: #013043;
    }
}
.app-espace .footer--copyright br {
    display: none;
}
@media screen and (max-width: 767px) {
    .app-espace .footer--copyright br {
        display: block;
    }
}
.app-espace .checkbox-list {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .checkbox-list {
        margin-bottom: -4px;
    }
}
.app-espace .checkbox-list li {
    padding-bottom: 1px;
}
.app-espace .checkbox-list .custom-checkbox--input:checked + .custom-checkbox--indicator:before {
    opacity: 1;
    visibility: visible;
}
.app-espace .checkbox-list .custom-checkbox--label {
    display: flex;
}
.app-espace .checkbox-list .custom-checkbox--input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.app-espace .checkbox-list .custom-checkbox--text {
    display: block;
    font-size: 14px;
    line-height: 1.342857;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .checkbox-list .custom-checkbox--text {
        line-height: 19px;
        margin-bottom: 10px;
    }
}
.app-espace .checkbox-list .custom-checkbox--indicator {
    display: block;
    margin-right: 17px;
    margin-top: 0;
    position: relative;
    width: 19px;
    height: 19px;
    border: 1px solid #013043;
    margin-right: 14px;
    margin-top: 0;
    flex-shrink: 0;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .checkbox-list .custom-checkbox--indicator {
        margin-right: 15px;
        margin-top: 0px;
        margin-left: 3px;
    }
}
.app-espace .checkbox-list .custom-checkbox--indicator:before {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    border: 1px solid #ff8c00;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
    top: 4px;
    left: 3px;
}
.app-espace .checkbox-list .custom-checkbox--input {
    z-index: 0;
    width: auto;
    height: auto;
    visibility: visible;
    left: -9999px;
}
.app-espace .radio-list {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .radio-list {
        margin-bottom: -4px;
    }
}
.app-espace .radio-list li {
    padding-bottom: 1px;
}
.app-espace .radio-list .custom-radio--input:checked + .custom-radio--indicator:before {
    opacity: 1;
    visibility: visible;
}
.app-espace .radio-list .custom-radio--text {
    display: block;
    font-size: 14px;
    line-height: 1.342857;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .radio-list .custom-radio--text {
        line-height: 19px;
        margin-bottom: 10px;
    }
}
.app-espace .radio-list .custom-radio--indicator {
    margin-right: 17px;
    margin-top: 0;
    position: relative;
    display: block !important;
}
@media screen and (max-width: 767px) {
    .app-espace .radio-list .custom-radio--indicator {
        margin-right: 15px;
        margin-top: 0px;
        margin-left: 3px;
    }
}
.app-espace .radio-list .custom-radio--indicator:before {
    position: absolute;
    top: 0;
    left: 0;
}
.app-espace .radio-list .custom-radio--input {
    z-index: 0;
    width: auto;
    height: auto;
    visibility: visible;
    left: -9999px;
}
.app-espace .main--preferences {
    max-width: 100%;
    margin: 0;
}
@media screen and (max-width: 1367px) {
    .app-espace .main--preferences {
        margin: 0 auto;
    }
}
.app-espace .holder-preferences {
    padding-top: 22px;
}
@media screen and (max-width: 767px) {
    .app-espace .holder-preferences {
        padding: 11px 0;
        margin-bottom: 24px;
    }
}
.app-espace .btn-link {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ff8c00 !important;
    background: #f9f9f9;
    border-radius: 8px;
    position: relative;
    padding: 20px 26px 20px 63px;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: background 0.3s linear;
}
@media screen and (max-width: 767px) {
    .app-espace .btn-link {
        display: block;
        margin-right: 0;
    }
}
.app-espace .btn-link:hover {
    text-decoration: none;
    background: #f4f4f4;
}
.app-espace .btn-link .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    width: 33px;
    height: 33px;
    background: linear-gradient(-4deg, #ffc000 0%, #f25314 100%);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-espace .block--btn {
    max-width: 793px;
    padding: 18px 28px 6px;
}
@media screen and (max-width: 767px) {
    .app-espace .block--btn {
        padding: 24px 28px 15px;
    }
}
.app-espace .link-holder {
    line-height: 18px;
    padding: 25px 26px 18px;
}
@media screen and (max-width: 767px) {
    .app-espace .link-holder {
        padding: 10px 10px 24px;
    }
}
.app-espace .link-holder a {
    text-decoration: underline;
}
.app-espace .link-holder a:hover {
    text-decoration: none;
}
.app-espace .content--holder {
    width: 62.1%;
}
@media screen and (max-width: 767px) {
    .app-espace .content--holder {
        width: 100%;
    }
}
.app-espace .content--section {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .app-espace .content--section {
        width: 100%;
    }
}
.app-espace .content h1 .icon.icon--data {
    left: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--data {
        left: 50%;
    }
}
.app-espace .content h1 .icon.icon--data svg {
    width: 49px;
    height: 47px;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--data svg {
        height: 37px;
        width: 37px;
    }
}
.app-espace .content--block {
    margin-bottom: 18px;
}
.app-espace .content--block .link-block {
    margin: 0 -14px -10px;
}
@media screen and (max-width: 1367px) {
    .app-espace .content--block .link-block {
        margin: 0 -5px -10px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content--block .link-block {
        margin: 28px 0 11px;
    }
}
.app-espace .content--block .link-block .btn-link {
    width: 100%;
}
.app-espace .content .block--info {
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
    .app-espace .content .block--info {
        margin-bottom: 13px;
    }
}
.app-espace .content .block--title {
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}
.app-espace .content .block--editable, .app-espace .content .block--info {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 26px;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .app-espace .content .block--editable, .app-espace .content .block--info {
        margin-bottom: 19px;
    }
}
.app-espace .content .block--editable .edit,
.app-espace .content .block--editable .info, .app-espace .content .block--info .edit,
.app-espace .content .block--info .info {
    position: absolute;
    bottom: 11px;
    right: 0px;
    background-color: white;
    padding-right: 5px;
    transition: opacity 0.3s linear;
}
.app-espace .content .block--editable .edit:hover,
.app-espace .content .block--editable .info:hover, .app-espace .content .block--info .edit:hover,
.app-espace .content .block--info .info:hover {
    opacity: 0.6;
}
.app-espace .content .block--editable .edit svg,
.app-espace .content .block--editable .info svg, .app-espace .content .block--info .edit svg,
.app-espace .content .block--info .info svg {
    width: 21px;
}
.app-espace .content .block--info-show {
    border-bottom: 0;
}
.app-espace .content .block--value.has-flag, .app-espace .content .block--value.has-icon {
    position: relative;
    padding-left: 32px;
    line-height: 2em;
}
.app-espace .content .block--value.has-flag .icon,
.app-espace .content .block--value.has-flag .flag, .app-espace .content .block--value.has-icon .icon,
.app-espace .content .block--value.has-icon .flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.app-espace .content .block--has-icon .title {
    margin-bottom: 21px;
}
.app-espace .content h1 .icon.icon--details {
    left: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content h1 .icon.icon--details {
        left: 50%;
    }
}
.app-espace .content h1 .icon.icon--details svg {
    width: 38px;
    height: 34px;
}
.app-espace .content--image.alt {
    width: 100%;
    flex-grow: 1;
    order: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content--image.alt {
        order: 1;
    }
}
.app-espace .main--sm {
    max-width: 100%;
}
@media screen and (max-width: 1367px) {
    .app-espace .main--sm {
        margin: 0 auto;
    }
}
.app-espace .main--sm .row {
    margin: 0 -9px;
}
@media screen and (max-width: 1367px) {
    .app-espace .main--sm .row {
        margin: 0 -9px;
    }
}
.app-espace .main--sm [class^=col-],
.app-espace .main--sm [class*=col-] {
    padding: 0 9px;
}
@media screen and (max-width: 1367px) {
    .app-espace .main--sm [class^=col-],
    .app-espace .main--sm [class*=col-] {
        padding: 0 9px;
    }
}
.app-espace .block--sepa {
    background: #f9f9f9;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 3px;
    border-radius: 8px;
}
.app-espace .block--sepa a {
    display: inline-block;
    vertical-align: top;
    color: #013043;
    padding-top: 25px;
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .app-espace .block--sepa a {
        padding-top: 49px;
        font-size: 13px;
    }
}
.app-espace .block--sepa a:hover {
    opacity: 0.8;
}
.app-espace .block--sepa a .icon {
    position: absolute;
    width: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .app-espace .block--sepa a .icon {
        width: 26px;
        top: 10px;
    }
}
.app-espace .main--factures {
    max-width: 100%;
    margin: 0 auto;
}
.app-espace .columns--factures {
    display: flex;
    flex-wrap: wrap;
    margin-top: -19px;
}
@media screen and (max-width: 767px) {
    .app-espace .columns--factures {
        margin-top: -2px;
    }
}
.app-espace .left--block {
    width: 48%;
    line-height: 20px;
    position: relative;
    padding-right: 45px;
}
@media screen and (max-width: 1260px) {
    .app-espace .left--block {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .left--block {
        margin: 0 -9px 42px;
        width: calc(100% + 18px);
    }
}
.app-espace .left--block.payment {
    line-height: 18px;
    padding-right: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block.payment {
        line-height: 20px;
        margin: 0 -9px 25px;
    }
}
.app-espace .left--block.payment:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 15px;
    right: 0;
    border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 1260px) {
    .app-espace .left--block.payment:before {
        content: none;
    }
}
.app-espace .left--block.payment p {
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block.payment p {
        margin-bottom: 29px;
    }
}
.app-espace .left--block:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: 25px;
    right: 0;
    border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 1260px) {
    .app-espace .left--block:before {
        content: none;
    }
}
.app-espace .left--block .heading {
    margin-bottom: 12px;
}
.app-espace .left--block .title {
    display: block;
    font-weight: 400;
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .title {
        text-align: center;
        margin-bottom: 7px;
        padding: 0 5px;
    }
}
.app-espace .left--block .title time {
    font-weight: 700;
}
.app-espace .left--block .left-content {
    font-weight: 400;
}
.app-espace .left--block .left-content p {
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .left-content p {
        margin-bottom: 11px;
    }
}
.app-espace .left--block .cost {
    display: block;
    font-size: 10px;
    color: #013043;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .cost {
        margin-bottom: 14px;
    }
}
.app-espace .left--block a {
    text-decoration: underline;
}
.app-espace .left--block a:hover {
    text-decoration: none;
}
.app-espace .left--block .amount {
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #ff8c00;
    margin-bottom: -11px;
}
.app-espace .left--block .cost-block {
    display: block;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .cost-block {
        margin-bottom: 13px;
    }
}
.app-espace .left--block .cost-block .amount {
    display: inline;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .cost-block .ttc {
        font-size: 25px;
    }
}
.app-espace .left--block .ttc {
    color: #ff8c00;
    font-size: 12px;
}
.app-espace .left--block .link-block {
    text-align: center;
    padding: 0 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .left--block .link-block {
        margin: 37px -10px 11px;
        font-size: 14px;
        text-align: center;
        padding: 0;
    }
}
.app-espace .left--block .link-block a {
    text-decoration: underline;
}
.app-espace .left--block .link-block a:hover {
    text-decoration: none;
}
.app-espace .right--block {
    width: 52%;
    padding-left: 36px;
    padding-bottom: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1260px) {
    .app-espace .right--block {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .right--block {
        display: block;
        padding-bottom: 15px;
    }
}
.app-espace .files-block {
    font-size: 12px;
    line-height: 16px;
    margin-top: -3px;
    max-width: calc(100% - 225px);
}
@media screen and (max-width: 1260px) {
    .app-espace .files-block {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .files-block {
        width: 100%;
        text-align: left;
    }
}
.app-espace .files-block a {
    display: inline-block;
    text-decoration: underline;
}
@media screen and (max-width: 1260px) {
    .app-espace .files-block .files--list {
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .files-block .files--list {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 14px 10px;
        margin-bottom: 0;
    }
    .app-espace .files-block .files--list:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        height: 1px;
        background: #e1e1e1;
    }
}
.app-espace .files-block .files--list li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .app-espace .files-block .files--list li {
        padding-left: 0;
        margin-bottom: 17px;
        width: 50%;
    }
    .app-espace .files-block .files--list li a {
        display: block;
        word-break: break-all;
        text-align: center;
        font-size: 13px;
        padding: 40px 10px 0;
    }
}
.app-espace .files-block .files--list li .icon {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .app-espace .files-block .files--list li .icon {
        width: 26px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.app-espace .files-block .files--list li .icon svg {
    width: 100%;
}
.app-espace .files-block .files--list li.files--separator {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .app-espace .files-block .files--list li.files--separator {
        margin-top: 0;
    }
}
.app-espace .files-block .files--list li.files--separator:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    height: 1px;
    background: #e1e1e1;
}
@media screen and (max-width: 767px) {
    .app-espace .files-block .files--list li.files--separator:after {
        content: none;
    }
}
.app-espace .idea-block {
    background: #f9f9f9;
    width: 218px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -35px;
    border-radius: 8px;
}
@media screen and (max-width: 1260px) {
    .app-espace .idea-block {
        width: 100%;
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .idea-block {
        padding: 18px 30px;
    }
}
.app-espace .idea-block .wrap {
    padding: 80px 0 32px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .app-espace .idea-block .wrap {
        padding-top: 57px;
        padding-bottom: 11px;
    }
}
.app-espace .idea-block .wrap .icon {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.app-espace .idea-block p {
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .idea-block p {
        margin-bottom: 18px;
    }
}
.app-espace .idea-block .btn.btn-main.btn-sm, .app-espace .idea-block .btn-group-sm > .btn.btn-main {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    min-width: 103px;
    padding: 9px;
}
@media screen and (max-width: 767px) {
    .app-espace .idea-block .btn.btn-main.btn-sm, .app-espace .idea-block .btn-group-sm > .btn.btn-main {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 44px;
    }
}
.app-espace .payment-details {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details {
        display: block;
    }
}
.app-espace .payment-details li {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 1260px) {
    .app-espace .payment-details li:last-child {
        max-width: calc(33.33% - 28px);
    }
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li:last-child {
        max-width: none;
    }
}
.app-espace .payment-details li.has--icon {
    padding-left: 30px;
    position: relative;
    max-width: 155px;
}
@media screen and (max-width: 1260px) {
    .app-espace .payment-details li.has--icon {
        max-width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li.has--icon {
        padding-left: 50px;
        max-width: none;
    }
}
.app-espace .payment-details li.has--icon .icon {
    width: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li.has--icon .icon svg {
        width: 29px;
        height: 29px;
    }
}
.app-espace .payment-details li + li {
    margin-left: 28px;
    max-width: 155px;
}
@media screen and (max-width: 1260px) {
    .app-espace .payment-details li + li {
        max-width: calc(33.33% - 28px);
    }
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li + li {
        margin-left: 0;
        padding-left: 50px;
        max-width: none;
    }
}
.app-espace .payment-details li + li:before {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: -12px;
    width: 1px;
    background: #e1e1e1;
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details li + li:before {
        top: -6px;
        left: 50px;
        right: 0;
        bottom: auto;
        width: auto;
        height: 1px;
    }
}
.app-espace .payment-details .title {
    font-weight: 700;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .payment-details .title {
        font-size: 12px;
        padding: 0 !important;
        text-align: left;
    }
}
.app-espace .table-block {
    font-size: 12px;
    position: relative;
    height: 287px;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -20px;
    width: 100%;
}
@media screen and (max-width: 1260px) {
    .app-espace .table-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .table-block {
        border-top: 1px solid #e1e1e1;
        font-size: 13px;
        line-height: 16px;
        height: 424px;
        margin-bottom: -2px;
    }
}
.app-espace .table-block.expand {
    height: auto;
}
.app-espace .table-block.expand .btn-show {
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
}
.app-espace .table-block.expand:before {
    content: none;
}
.app-espace .table-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .app-espace .table-block:before {
        height: 100px;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
    }
}
.app-espace .table-block .btn-show {
    position: absolute;
    bottom: 0;
    left: 54%;
    transform: translateX(-50%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(-4deg, #ffc000 0%, #f25314 100%);
    font-size: 0;
    line-height: 0;
    z-index: 4;
    transition: opacity 0.3s linear;
}
@media screen and (max-width: 767px) {
    .app-espace .table-block .btn-show {
        bottom: 0;
    }
}
.app-espace .table-block .btn-show:hover {
    opacity: 0.8;
}
.app-espace .table-block .btn-show:before {
    content: "";
    position: absolute;
    left: 50%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -2px;
}
.app-espace .table-block .btn-show.up {
    left: 46%;
}
.app-espace .table-block .btn-show.up:before {
    transform: translate(-50%, 0) rotate(-135deg);
}
.app-espace .bills-list .list-head {
    font-weight: 700;
    padding: 1em 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: white;
}
.app-espace .bills-list .list-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: calc(2em + 15px);
    z-index: 0;
    transition: top 1s ease 0s;
}
.app-espace .bills-list .list-container .list-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 1.5em 0;
    position: relative;
}
.app-espace .bills-list .list-container .list-item:last-child {
    border-bottom: none;
}
@media (min-width: 768px) {
    .app-espace .bills-list .list-container .list-item.active time:before, .app-espace .bills-list .list-container .list-item.active span:before {
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .app-espace .bills-list .list-container .list-item.active > div:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 140, 0, 0.1);
    }
    .app-espace .bills-list .list-container .list-item.active > div:first-child:before {
        top: -1em;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .app-espace .bills-list .list-container .list-item.active > div:nth-child(2):before {
        bottom: -1em;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}
@media (max-width: 767.98px) {
    .app-espace .bills-list .list-container .list-item div.detail {
        padding-right: 100px;
    }
    .app-espace .bills-list .list-container .list-item div:last-child {
        position: absolute;
        top: 50%;
        right: 0;
    }
    .app-espace .bills-list .list-container .list-item div:last-child:before {
        content: none;
    }
}
.app-espace .bills-list .list-container time:before, .app-espace .bills-list .list-container span:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
    background: rgba(255, 140, 0, 0.1);
    opacity: 0;
}
.app-espace .bills-list .list-container time:before {
    border-radius: 16px 0 0 16px;
}
.app-espace .bills-list .list-container span {
    height: 100%;
    position: relative;
    display: block;
}
.app-espace .bills-list .list-container span.status, .app-espace .bills-list .list-container span.status--tick {
    padding-right: 20px;
}
.app-espace .bills-list .list-container span.status:before, .app-espace .bills-list .list-container span.status--tick:before {
    border-radius: 0 16px 16px 0;
    right: 0;
}
.app-espace .bills-list .list-container span.status {
    padding-left: 5px;
}
.app-espace .bills-list .list-container span.status a {
    text-decoration: underline;
    color: #ff8c00;
    font-weight: 700;
}
.app-espace .bills-list .list-container span.status--tick {
    padding-left: 20px;
}
.app-espace .bills-list .list-container span.status--tick:after {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    border: 1px solid #013043;
    border-width: 0 0 1px 1px;
    transform: rotate(-40deg);
    top: 4px;
    right: 80px;
}
.app-espace .content.factures .table {
    width: 100%;
    border-collapse: collapse;
    color: #013043;
    position: relative;
}
.app-espace .content.factures .table thead, .app-espace .content.factures .table tbody {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
@media (min-width: 768px) {
    .app-espace .content.factures .table thead tr, .app-espace .content.factures .table tbody tr {
        width: 100%;
        display: block;
    }
    .app-espace .content.factures .table thead tr th, .app-espace .content.factures .table thead tr td, .app-espace .content.factures .table tbody tr th, .app-espace .content.factures .table tbody tr td {
        display: block;
        float: left;
    }
    .app-espace .content.factures .table th:first-child, .app-espace .content.factures .table tbody td:first-child {
        width: 20%;
    }
    .app-espace .content.factures .table th:nth-child(2) {
        width: 60%;
    }
    .app-espace .content.factures .table th:last-child {
        width: 20%;
    }
    .app-espace .content.factures .table tbody {
        top: 20px;
    }
}
.app-espace .content.factures .table thead th {
    font-weight: 700;
    text-align: center;
    border-bottom: 0;
    border-top: 0;
    padding: 8px 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table thead th {
        display: none;
    }
}
.app-espace .content.factures .table thead th:first-child {
    padding-left: 5px;
}
.app-espace .content.factures .table thead th:last-child {
    text-align: right;
    padding-right: 20px;
}
@media screen and (max-width: 1260px) {
    .app-espace .content.factures .table thead th:last-child {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody {
        display: block !important;
        padding: 33px 0 0;
    }
}
.app-espace .content.factures .table tbody tr {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody tr {
        display: block !important;
        position: relative;
        padding: 14px 19px;
        border-radius: 8px;
        margin-bottom: 13px;
    }
    .app-espace .content.factures .table tbody tr:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 140, 0, 0.1);
        border-radius: 8px;
        opacity: 0;
    }
    .app-espace .content.factures .table tbody tr:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        background: #e1e1e1;
        height: 1px;
    }
    .app-espace .content.factures .table tbody tr:first-child:after {
        content: none;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody tr:hover:before {
        opacity: 1;
    }
}
.app-espace .content.factures .table tbody tr:hover time:before,
.app-espace .content.factures .table tbody tr:hover span:before {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody tr:hover time:before,
    .app-espace .content.factures .table tbody tr:hover span:before {
        content: none;
    }
}
.app-espace .content.factures .table tbody td {
    height: 100%;
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td {
        display: block !important;
        border-bottom: 0;
        text-align: left;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td:first-child {
        width: auto;
    }
}
.app-espace .content.factures .table tbody td:last-child {
    text-align: right;
}
.app-espace .content.factures .table tbody td time {
    position: relative;
    display: block;
    padding-left: 5px;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td time {
        padding-left: 0;
    }
}
.app-espace .content.factures .table tbody td time:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
    border-radius: 16px 0 0 16px;
    background: rgba(255, 140, 0, 0.1);
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td time:before {
        content: none;
    }
}
.app-espace .content.factures .table tbody td span {
    position: relative;
    display: block;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td span {
        padding-right: 50px;
    }
}
.app-espace .content.factures .table tbody td span:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
    background: rgba(255, 140, 0, 0.1);
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td span:before {
        content: none;
    }
}
.app-espace .content.factures .table tbody td span.status, .app-espace .content.factures .table tbody td span.status--tick {
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .app-espace .content.factures .table tbody td span.status, .app-espace .content.factures .table tbody td span.status--tick {
        padding-right: 0;
        position: absolute;
        top: 13px;
        right: 0;
        height: auto;
        font-size: 14px;
    }
}
.app-espace .content.factures .table tbody td span.status:before, .app-espace .content.factures .table tbody td span.status--tick:before {
    border-radius: 0 16px 16px 0;
    right: 0;
}
.app-espace .content.factures .table tbody td span.status a, .app-espace .content.factures .table tbody td span.status--tick a {
    position: relative;
    z-index: 2;
}
.app-espace .content.factures .table .status {
    padding-left: 5px;
}
.app-espace .content.factures .table .status a {
    text-decoration: underline;
    color: #ff8c00;
    font-weight: 700;
}
.app-espace .content.factures .table .status a:hover {
    text-decoration: none;
}
.app-espace .content.factures .table .status--tick {
    display: block;
    position: relative;
    padding-left: 30px;
}
.app-espace .content.factures .table .status--tick:after {
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    border: 1px solid #013043;
    border-width: 0 0 1px 1px;
    transform: rotate(-40deg);
    top: 4px;
    left: 16px;
}
.app-espace .content.factures .table .status--tick a:hover {
    text-decoration: underline;
}
.app-espace .feature--block {
    position: relative;
    z-index: 1;
    height: 428px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .app-espace .feature--block {
        height: 238px;
    }
}
.app-espace .feature--block .text-block {
    padding: 10px 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .feature--block .text-block {
        padding: 10px 45px;
    }
}
.app-espace .feature--block .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .app-espace .feature--block .title {
        line-height: 19px;
        margin-bottom: 7px;
    }
}
.app-espace .feature--block p {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .app-espace .feature--block p {
        margin-bottom: 15px;
    }
}
.app-espace .feature--block .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
}
.app-espace .feature--block .btn.btn-main.btn-sm, .app-espace .feature--block .btn-group-sm > .btn.btn-main {
    min-width: 192px;
}
@media screen and (max-width: 767px) {
    .app-espace .feature--block .btn.btn-main.btn-sm, .app-espace .feature--block .btn-group-sm > .btn.btn-main {
        min-width: 185px;
        padding: 16px 15px;
    }
}
.app-espace .content--header.centered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.app-espace .content .text-header {
    flex-grow: 1;
    max-width: calc(100% - 287px);
    line-height: 18px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .app-espace .content .text-header {
        max-width: none;
        width: 100%;
    }
}
.app-espace .content .text-header h1 {
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .app-espace .content .text-header h1 {
        margin-bottom: 8px;
    }
    .app-espace .content .text-header h1 mark {
        display: block;
    }
}
.app-espace .content .text-wrap {
    padding-left: 72px;
    padding-right: 80px;
}
@media screen and (max-width: 767px) {
    .app-espace .content .text-wrap {
        padding: 0 20px;
        text-align: center;
        margin-bottom: -12px;
    }
}
.app-espace .content .btn-wrap {
    width: 287px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .content .btn-wrap {
        width: 100%;
        margin-bottom: -10px;
    }
}
.app-espace .content a.btn-add {
    display: block;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    border-radius: 31px;
    background-color: #ffffff;
    color: #013043;
    line-height: 20px;
    text-align: center;
    padding: 21px 15px 21px 73px;
    position: relative;
    margin-bottom: 31px;
    font-weight: 500;
    max-width: 350px;
    margin: 0 auto 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-espace .content a.btn-add:hover {
    text-decoration: none;
    background: #f2f2f2;
}
.app-espace .content a.btn-add .icon {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(-4deg, #ffc000 0%, #f25314 100%);
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    border-radius: 50%;
}
.app-espace .content a.btn-add .icon:before, .app-espace .content a.btn-add .icon:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 10px;
}
.app-espace .content a.btn-add .icon:after {
    transform: rotate(90deg);
}
.app-espace .content--comparer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app-espace .comparer--left {
    line-height: 18px;
    width: 59.2%;
    position: relative;
    padding-right: 44px;
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.app-espace .comparer--left:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 2px;
    right: 0;
    border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--left:before {
        content: none;
    }
}
.app-espace .comparer--left .heading {
    margin-bottom: 5px;
}
.app-espace .comparer--left .img-holder {
    padding-top: 18px;
    text-align: center;
    padding-bottom: 9px;
}
.app-espace .comparer--left .img-holder img {
    max-width: 100%;
    height: auto;
}
.app-espace .comparer--left .img-holder.alt {
    padding: 9px 45px 29px 0;
}
.app-espace .comparer--right {
    width: 40.8%;
    text-align: left;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 72px;
    padding-top: 42px;
    padding-bottom: 10px;
}
@media screen and (max-width: 1366px) {
    .app-espace .comparer--right {
        padding-left: 41px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--right {
        width: 100%;
        padding-left: 0;
        position: relative;
        padding-top: 35px;
    }
    .app-espace .comparer--right:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        border-top: 1px solid #e1e1e1;
    }
}
.app-espace .comparer--right strong {
    font-weight: 700;
}
.app-espace .comparer--right .rating-block ul {
    display: flex;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--right .rating-block ul {
        justify-content: center;
        transform: scale(0.8);
    }
}
.app-espace .comparer--right .rating-block ul li {
    width: 42px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.app-espace .comparer--right .rating-block ul li:first-child span {
    border-radius: 8px 0 0 8px;
}
.app-espace .comparer--right .rating-block ul li:last-child span {
    border-radius: 0 8px 8px 0;
}
.app-espace .comparer--right .rating-block ul li.active {
    width: 51px;
    height: 90px;
}
.app-espace .comparer--right .rating-block ul li.active span {
    font-size: 40px;
    color: #fff !important;
    position: relative;
    margin: -20px -2px;
    padding: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    border: 5px solid #ffffff;
    z-index: 1;
}
.app-espace .comparer--right .rating-block ul li span {
    display: block;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    padding: 5px 0;
    background: #e1e1e1;
    color: rgba(255, 255, 255, 0.5);
}
.app-espace .comparer--right .rating-block ul li span.color-1 {
    background: #608462;
}
.app-espace .comparer--right .rating-block ul li span.color-2 {
    background: #98ae93;
}
.app-espace .comparer--right .rating-block ul li span.color-3 {
    background: #ffc343;
}
.app-espace .comparer--right .rating-block ul li span.color-4 {
    background: #ea8c2e;
}
.app-espace .comparer--right .rating-block ul li span.color-5 {
    background: #e15e29;
}
.app-espace .comparer--right .rating-block .img-holder {
    display: flex;
    margin: -31px 0 2px;
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--right .rating-block .img-holder {
        justify-content: center;
        transform: scale(0.8);
    }
}
@media screen and (max-width: 767px) {
    .app-espace .comparer--right .rating-block .text-holder {
        padding: 5px 25px 0;
    }
}
.app-espace .pie-chart {
    line-height: 16px;
    width: 48.2%;
}
@media screen and (max-width: 767px) {
    .app-espace .pie-chart {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
.app-espace .pie-chart .img-holder {
    margin: 48px 0 32px -13px;
}
@media screen and (max-width: 767px) {
    .app-espace .pie-chart .img-holder {
        order: 1;
        margin: 14px 0 32px -13px;
    }
}
.app-espace .pie-chart .img-holder img {
    max-width: 100%;
    height: auto;
}
.app-espace .pie-chart .text-holder {
    max-width: 350px;
}
.app-espace .electronics-chart {
    width: 46.5%;
    line-height: 18px;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .app-espace .electronics-chart {
        width: 100%;
        position: relative;
    }
    .app-espace .electronics-chart:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        right: 0;
        border-top: 1px solid #e1e1e1;
    }
}
.app-espace .electronics-chart strong {
    font-weight: 700;
}
.app-espace .electronics-chart .text-holder {
    max-width: 350px;
    padding-left: 43px;
    padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .electronics-chart .text-holder {
        padding-left: 0;
    }
}
.app-espace .electronics-chart .img-holder {
    margin-bottom: 29px;
}
.app-espace .electronics-chart .img-holder img {
    max-width: 100%;
    height: auto;
}
.app-espace .graph--01 {
    height: 132px;
    width: 83%;
    position: relative;
    margin: 34px auto 0;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--01 {
        width: 89%;
        margin-top: 27px;
        height: 166px;
        margin-bottom: -5px;
    }
}
.app-espace .graph--01 .graph-holder {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 5px 40px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--01 .graph-holder {
        padding-left: 3px;
        padding-right: 3px;
    }
}
.app-espace .graph--01 .graph-holder:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    background: #d3d3d3;
}
.app-espace .graph--01 .item {
    height: 100%;
    width: calc(50% - 10px);
    position: relative;
    margin: 0 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--01 .item {
        margin: 0 4px;
        width: calc(50% - 8px);
    }
}
.app-espace .graph--01 .item.item01 .graph-item {
    background: linear-gradient(to top, #ffcc91 0%, #fdf2db 100%);
}
.app-espace .graph--01 .item.item02 .graph-item {
    background: #eee;
}
.app-espace .graph--01 .item .price {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2;
}
.app-espace .graph--01 .item .title {
    position: absolute;
    line-height: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: calc(100% + 15px);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--01 .item .title {
        font-size: 13px;
        top: calc(100% + 12px);
    }
}
.app-espace .graph--01 .graph-item {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-animation-name: grow-height;
    animation-name: grow-height;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.app-espace .graph--02 {
    height: 89px;
    width: 69%;
    position: relative;
    margin-top: 27px;
    margin-bottom: 29px;
    padding: 7px 0;
    margin-left: 11%;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--02 {
        margin-top: 19px;
        margin-left: 8%;
        height: 94px;
        width: 78%;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 374px) {
    .app-espace .graph--02 {
        margin-left: 0;
        width: 100%;
    }
}
.app-espace .graph--02:before {
    content: "";
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background: #d3d3d3;
}
.app-espace .graph--02 .graph-holder {
    position: relative;
}
.app-espace .graph--02 .item {
    position: relative;
    margin: 0 0 8px;
    height: 33px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--02 .item {
        margin-bottom: 16px;
    }
}
.app-espace .graph--02 .item:last-child {
    margin-bottom: 0;
}
.app-espace .graph--02 .item.item01 .graph-item {
    background: linear-gradient(to right, #ffcc91 0%, #fdf2db 100%);
}
.app-espace .graph--02 .item.item02 .graph-item {
    background: #eee;
}
.app-espace .graph--02 .item .title {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    line-height: 24px;
    font-weight: 700;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--02 .item .title {
        font-size: 13px;
        left: 10px;
        max-width: calc(100% - 60px);
    }
}
.app-espace .graph--02 .item .percentage {
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    text-align: center;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--02 .item .percentage {
        font-size: 13px;
        right: 10px;
    }
}
.app-espace .graph--02 .graph-item {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-animation-name: grow-width;
    animation-name: grow-width;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}
.app-espace .graph--03 {
    margin-top: -6px;
    max-width: 403px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 {
        margin-top: -14px;
    }
}
.app-espace .graph--03 .graph-holder {
    position: relative;
}
.app-espace .graph--03 .graph-single {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .graph-single {
        margin-bottom: 12px;
    }
}
.app-espace .graph--03 .bottom-section {
    height: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(151, 151, 151, 0.1);
    background: linear-gradient(180deg, #fbfbfb 0%, #f5f5f5 100%);
}
.app-espace .graph--03 .item {
    position: relative;
    margin: 0 0 8px;
    height: 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .item {
        margin-bottom: 16px;
    }
}
.app-espace .graph--03 .graph-item {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-animation-name: grow-width;
    animation-name: grow-width;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 8px;
    overflow: hidden;
    background: #ffc078;
}
.app-espace .graph--03 .meta-section {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 9px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .meta-section {
        padding-right: 6px;
        margin-bottom: 2px;
    }
}
.app-espace .graph--03 .meta-section .title {
    line-height: 24px;
    font-weight: 700;
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .meta-section .title {
        font-size: 13px;
        max-width: calc(100% - 60px);
    }
}
.app-espace .graph--03 .meta-section .percentage {
    line-height: 18px;
    display: block;
    text-align: center;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .meta-section .percentage {
        font-size: 13px;
    }
}
.app-espace .graph--03 .graph-single {
    display: flex;
}
.app-espace .graph--03 .left {
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 2px 0;
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .left {
        width: 36px;
    }
}
.app-espace .graph--03 .right {
    width: calc(100% - 43px);
}
@media screen and (max-width: 767px) {
    .app-espace .graph--03 .right {
        width: calc(100% - 36px);
    }
}
@-webkit-keyframes grow-height {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@keyframes grow-height {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@-webkit-keyframes grow-width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes grow-width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes opacity {
    0% {
        opacity: 0%;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
@keyframes opacity {
    0% {
        opacity: 0%;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
.contrat-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contrat-section .tooltip {
    z-index: 1;
}
.section--large {
    width: 61%;
    margin-bottom: 19px;
}
@media screen and (max-width: 1366px) {
    .section--large {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .section--large {
        width: 100%;
    }
}
.section--large .content--block {
    height: 100%;
    margin-bottom: 0;
}
.section--small {
    width: 36.9%;
    margin-bottom: 19px;
}
@media screen and (max-width: 1366px) {
    .section--small {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .section--small {
        width: 100%;
    }
}
.section--small .content--block {
    height: 100%;
    margin-bottom: 0;
}
.section--small .content--block .heading.mt {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .section--small .content--block .heading.mt {
        margin-bottom: 28px;
    }
}
.section--half {
    width: 41%;
}
@media screen and (max-width: 1366px) {
    .section--half {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .section--half {
        margin-bottom: 14px;
    }
}
.section--half.image {
    width: 53%;
    font-size: 14px;
    line-height: 16px;
}
@media screen and (max-width: 1366px) {
    .section--half.image {
        width: 100%;
    }
}
.section--half .img-holder {
    border-radius: 8px;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .section--half .img-holder {
        margin-bottom: 14px;
    }
}
.section--half .img-holder img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
    .section--half .img-holder img {
        height: 168px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }
}
.section--half .text-holder {
    padding-right: 60px;
    padding-left: 2px;
}
@media screen and (max-width: 767px) {
    .section--half .text-holder {
        text-align: center;
        padding: 0 15px;
    }
    .section--half .text-holder p {
        margin-bottom: 2px;
    }
}
.section--half .text-holder strong {
    color: #ff8c00;
    font-weight: 700;
}
.contrat--wrapper {
    display: flex;
    flex-wrap: wrap;
}
.content .contrat--wrapper .block--editable .edit,
.content .contrat--wrapper .block--editable .info,
.content .contrat--wrapper .block--info .edit,
.content .contrat--wrapper .block--info .info {
    right: 0;
}
.contrat--left {
    width: 52.4%;
}
@media screen and (max-width: 1366px) {
    .contrat--left {
        width: 100%;
    }
}
.contrat--right {
    width: 47.6%;
    padding-left: 54px;
}
@media screen and (max-width: 1366px) {
    .contrat--right {
        width: 100%;
        padding-left: 0;
    }
}
.contrat--block {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 27px;
}
.section--small .contrat--block {
    margin-bottom: 10px;
}
.section--small .contrat--block .title {
    margin-bottom: 0;
}
.contrat--block .title {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%;
}
.contrat--block span {
    display: block;
}
.contrat--block .contrat--price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 3px;
}
.contrat--block .contrat--price .price--title {
    max-width: calc(100% - 100px);
    line-height: 20px;
}
.contrat--block .contrat--price .separator {
    position: relative;
    flex-grow: 1;
    margin: 0;
}
.contrat--block .contrat--price .separator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 2px dotted #013043;
}
.contrat--block .contrat--price .contrat--cost {
    max-width: 80px;
}
.contrat--block .contrat--price .contrat--cost span {
    display: inline-block;
    font-size: 8px;
}
.documents-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.documents-list li {
    margin: 0 18px 10px;
    max-width: calc(50% - 36px);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .documents-list li {
        max-width: 100px;
        margin-bottom: 15px;
    }
}
.documents-list a {
    position: relative;
    padding-top: 30px;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .documents-list a {
        padding-top: 42px;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }
}
.documents-list a .icon {
    width: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .documents-list a .icon {
        width: 27px;
    }
}
.documents-list a .icon svg {
    width: 100%;
}
.documents-list a:hover {
    text-decoration: none;
}
.btn--holder {
    padding: 22px 0 23px;
    margin: 0 -14px;
}
@media screen and (max-width: 767px) {
    .btn--holder {
        margin: 0;
        padding: 12px 0 4px;
    }
}
.btn--holder .btn-link {
    display: block;
    margin-right: 0;
    padding-right: 5px;
}
.energy--wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.energy--holder {
    padding-top: 77px;
    text-align: center;
    max-width: 300px;
    position: relative;
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .energy--holder {
        padding-top: 63px;
    }
}
.energy--holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/decor-dots.svg);
    width: 230px;
    height: 52px;
    background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
    .energy--holder:before {
        width: 184px;
        height: 42px;
    }
}
.energy--holder .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .energy--holder .title {
        font-size: 15px;
        margin-bottom: 23px;
    }
}
.energy--holder .btn-holder {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .energy--holder .btn-holder {
        margin-bottom: 39px;
    }
}
.energy--holder .btn {
    min-width: 147px;
}
.energy--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -27px;
}
.energy--list li {
    margin: 0 27px 33px;
}
@media screen and (max-width: 767px) {
    .energy--list li {
        margin: 0 13px 9px;
    }
}
@media screen and (max-width: 767px) {
    .mobile-two-columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mobile-two-columns .contrat--block {
        width: 45%;
    }
}
.contrat-modification {
    padding: 0px 32px 37px;
}
@media screen and (max-width: 767px) {
    .contrat-modification {
        padding: 0px 0px 18px;
    }
}
.contrat-modification-grille {
    padding: 0 32px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .contrat-modification-grille {
        padding: 0px;
        margin: 0 17px;
    }
}
.contrat-modification-grille .btn.btn-link {
    text-align: right;
    background-color: white;
    padding: 0;
}
.contrat-modification-grille .btn.btn-link:hover {
    background-color: white;
    color: #013043 !important;
}
.contrat-modification-terms {
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    .contrat-modification-terms {
        padding: 0px 17px;
    }
}
.contrat-modification-puissance {
    display: flex;
}
@media screen and (max-width: 1270px) {
    .contrat-modification-puissance {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.app-espace .section--50 {
    width: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
    .app-espace .section--50 {
        width: 100%;
    }
}
.app-espace .section--50 .content--block.full-height {
    height: calc(100% - 18px);
    margin-bottom: 18px;
}
.app-espace .dashboard--cost {
    text-align: center;
    margin-top: -19px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--cost {
        margin-top: 0;
    }
}
.app-espace .dashboard--cost .link-holder {
    font-size: 14px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--cost .link-holder {
        padding-bottom: 21px;
    }
}
.app-espace .dashboard--cost .link-holder a {
    text-decoration: underline;
}
.app-espace .dashboard--cost .link-holder a:hover {
    text-decoration: none;
}
.app-espace .dashboard--price {
    font-size: 30px;
    color: #ff8c00;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--price {
        font-size: 24px;
        padding-bottom: 23px;
    }
}
.app-espace .dashboard--price .cost {
    display: block;
    font-weight: 500;
    color: #ff8c00;
    font-size: 30px;
    padding-top: 8px;
    margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--price .cost {
        font-size: 24px;
        padding-top: 2px;
        margin-bottom: 2px;
    }
}
.app-espace .dashboard--price .cost span {
    font-size: 12px;
}
.app-espace .dashboard--price .time {
    display: block;
    font-size: 12px;
    color: #013043;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--price .time {
        padding-bottom: 7px;
        font-size: 12px;
    }
}
.app-espace .dashboard--info {
    display: block;
    padding-top: 15px;
}
.app-espace .dashboard--title {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    padding-right: 30px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--title {
        padding: 43px 0 0;
    }
}
.app-espace .dashboard--title .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 16px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--title .icon {
        top: 4px;
        left: 50%;
        transform: translateX(-50%);
        width: 26px;
    }
}
.app-espace .dashboard--title .icon svg {
    width: 100%;
}
.app-espace .dashboard--meta {
    display: block;
    margin-bottom: 17px;
    margin-top: -5px;
}
@media screen and (max-width: 767px) {
    .app-espace .dashboard--meta {
        margin-bottom: 11px;
    }
}
.app-espace .dashboard--meta .cost {
    font-weight: 400;
    color: #ff8c00;
    font-size: 21px;
}
.app-espace .dashboard--meta .cost span {
    font-size: 12px;
}
.app-espace .search-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    background-color: #fff;
    padding-right: 55px;
    position: relative;
    overflow: hidden;
    margin-top: -10px;
}
@media screen and (max-width: 767px) {
    .app-espace .search-form {
        margin: 32px -10px 0;
    }
}
.app-espace .search-form input[type=search] {
    width: 100%;
    border: 1px solid #fff !important;
    display: block;
    line-height: 20px;
    padding: 18px 0 18px 28px;
    outline: none !important;
    color: #012e43;
}
.app-espace .search-form input[type=search]::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]::placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]:-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]::-webkit-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.app-espace .search-form input[type=search]:hover {
    text-decoration: none;
    outline: none;
}
.app-espace .search-form button {
    border: 0;
    height: 58px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none;
}
.app-espace .search-form button:hover {
    opacity: 0.7;
}
.app-espace .search-form button svg {
    width: 17px;
}
.app-espace .search-block .link-holder, .app-espace .content--block .link-holder {
    padding: 20px 0 6px;
}
.app-espace .search-block .link-holder {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .app-espace .search-block .link-holder {
        padding: 18px 0 26px;
    }
}
.app-espace .search-block .link-holder a {
    text-decoration: underline;
}
.app-espace .search-block .link-holder a:hover {
    text-decoration: none;
}
.app-espace .three-columns .content--block {
    padding: 26px 14px 21px 38px;
    width: calc(33.33% - 13px);
}
@media screen and (max-width: 1366px) {
    .app-espace .three-columns .content--block {
        width: calc(50% - 13px);
    }
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .content--block {
        width: 100%;
        padding: 27px 23px 13px;
    }
}
.app-espace .three-columns .content-two-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -4px;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .content-two-cols {
        margin-top: -11px;
        align-items: center;
        margin-bottom: 15px;
    }
}
.app-espace .three-columns .text-holder {
    width: calc(100% - 120px);
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .text-holder {
        margin-bottom: 0;
        width: calc(100% - 110px);
    }
    .app-espace .three-columns .text-holder p {
        margin-bottom: 0;
    }
}
.app-espace .three-columns .img-holder {
    width: 90px;
    text-align: right;
    margin-bottom: -14px;
    margin-right: 10px;
    margin-left: -10px;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .img-holder {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
}
.app-espace .three-columns .img-holder.alt {
    margin-bottom: 13px;
}
.app-espace .three-columns .img-holder svg {
    display: inline-block;
}
.app-espace .three-columns .btn-holder {
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .btn-holder {
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0;
    }
}
.app-espace .three-columns .btn.btn-main.btn-sm, .app-espace .three-columns .btn-group-sm > .btn.btn-main {
    padding: 9px 26px;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .btn.btn-main.btn-sm, .app-espace .three-columns .btn-group-sm > .btn.btn-main {
        padding: 17px 51px;
    }
}
.app-espace .three-columns .link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 46px;
    text-decoration: underline;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .link {
        padding-left: 50px;
        padding-right: 25px;
        margin-top: 17px;
        margin-bottom: 10px;
    }
}
.app-espace .three-columns .link:hover {
    text-decoration: none;
}
.app-espace .three-columns .link .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    width: 21px;
    margin-top: -2px;
}
@media screen and (max-width: 767px) {
    .app-espace .three-columns .link .icon {
        width: 27px;
    }
}
.app-espace .three-columns .link .icon svg {
    width: 100%;
}
.app-espace .gauge-wrapper {
    height: 320px;
    position: relative;
    margin: -45px auto 0;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper {
        margin-top: -11px;
    }
}
.app-espace .gauge-wrapper .left {
    padding: 0 5px;
}
.app-espace .gauge-wrapper .top-text {
    top: 49px;
    position: absolute;
    left: 26px;
    right: 9px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1366px) {
    .app-espace .gauge-wrapper .top-text {
        left: -20px;
        right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .top-text {
        left: -12px;
        right: 6px;
        top: 28px;
        font-size: 8px;
    }
}
.app-espace .gauge-wrapper .top-text .left {
    font-weight: 700;
    text-align: center;
    width: 80px;
}
.app-espace .gauge-wrapper .top-text .center-dots {
    flex-grow: 1;
    position: relative;
    margin-top: -5px;
}
.app-espace .gauge-wrapper .top-text .center-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted rgba(1, 48, 67, 0.56);
}
.app-espace .gauge-wrapper .top-text .right {
    display: flex;
    font-size: 12px;
    margin-top: -13px;
    width: 100px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .top-text .right {
        display: block;
        width: 48px;
        font-size: 8px;
        margin-left: 5px;
        margin-top: -26px;
    }
}
.app-espace .gauge-wrapper .top-text .right .icon {
    width: 34px;
    margin-top: 2px;
}
.app-espace .gauge-wrapper .top-text .right .text {
    width: calc(100% - 34px);
    padding-left: 11px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .top-text .right .text {
        padding-left: 0;
        width: 100%;
    }
}
.app-espace .gauge-wrapper .top-text .right .text span {
    display: block;
    font-size: 21px;
    font-weight: 700;
    padding-top: 2px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .top-text .right .text span {
        font-size: 16px;
    }
}
.app-espace .gauge-wrapper .middle-text {
    top: 94px;
    position: absolute;
    left: 26px;
    right: 9px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1366px) {
    .app-espace .gauge-wrapper .middle-text {
        left: -20px;
        right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .middle-text {
        left: -12px;
        right: 6px;
        top: 68px;
        font-size: 8px;
    }
}
.app-espace .gauge-wrapper .middle-text .left {
    width: 80px;
    font-weight: 700;
    color: #ff8c00;
    text-align: center;
}
.app-espace .gauge-wrapper .middle-text .center-dots {
    flex-grow: 1;
    position: relative;
    margin-top: -5px;
}
.app-espace .gauge-wrapper .middle-text .center-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #013043;
}
.app-espace .gauge-wrapper .middle-text .right {
    width: 100px;
    font-size: 12px;
    line-height: 12px;
    margin-top: -7px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .middle-text .right {
        display: block;
        width: 48px;
        font-size: 8px;
        line-height: 9px;
        margin-left: 5px;
        margin-top: 0;
    }
}
.app-espace .gauge-wrapper .middle-text .right strong {
    display: block;
    font-weight: 700;
    font-size: 21px;
    color: #ff8c00;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .middle-text .right strong {
        padding-bottom: 4px;
    }
}
.app-espace .gauge-wrapper .bottom-text {
    bottom: 44px;
    position: absolute;
    left: 26px;
    right: 9px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1366px) {
    .app-espace .gauge-wrapper .bottom-text {
        left: -20px;
        right: -20px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .bottom-text {
        left: -12px;
        right: 6px;
        font-size: 8px;
        bottom: 46px;
    }
}
.app-espace .gauge-wrapper .bottom-text .left {
    width: 80px;
    text-align: center;
    font-weight: 700;
}
.app-espace .gauge-wrapper .bottom-text .center-dots {
    flex-grow: 1;
    position: relative;
    margin-top: -5px;
}
.app-espace .gauge-wrapper .bottom-text .center-dots:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted rgba(1, 48, 67, 0.56);
}
.app-espace .gauge-wrapper .bottom-text .right {
    width: 100px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-wrapper .bottom-text .right {
        width: 48px;
        margin-left: 5px;
    }
}
.app-espace .gauge-block {
    width: 179px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.app-espace .gauge-block .empty,
.app-espace .gauge-block .full {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}
.app-espace .gauge-block .empty img,
.app-espace .gauge-block .full img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.app-espace .gauge-block .full {
    -webkit-animation-name: fillgauge;
    animation-name: fillgauge;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes fillgauge {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@keyframes fillgauge {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
.app-espace .gauge-reaction {
    display: flex;
    flex-wrap: wrap;
    margin: -14px 44px 0;
}
@media screen and (max-width: 1366px) {
    .app-espace .gauge-reaction {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-reaction {
        display: block;
        margin-top: -18px;
        margin-left: 0;
        margin-right: 0;
    }
}
.app-espace .gauge-reaction .img-holder {
    width: 46px;
    margin-top: -10px;
    margin-left: -3px;
    margin-right: 3px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-reaction .img-holder {
        margin: 0 auto 9px;
        width: 42px;
    }
}
.app-espace .gauge-reaction .img-holder svg {
    width: 100%;
}
.app-espace .gauge-reaction .text-holder {
    width: calc(100% - 46px);
    padding-left: 15px;
    line-height: 15px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-reaction .text-holder {
        width: 100%;
        padding: 0 10px;
        line-height: 18px;
    }
}
.app-espace .gauge-reaction .text-holder p {
    margin-bottom: 19px;
}
.app-espace .gauge-reaction .text-holder strong {
    color: #ff8c00;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-reaction .text-holder span {
        display: block;
        text-align: center;
        padding-bottom: 18px;
    }
}
.app-espace .gauge-reaction .text-holder a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    line-height: 20px;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .app-espace .gauge-reaction .text-holder a {
        margin-left: 0;
    }
}
.app-espace .gauge-reaction .text-holder a:hover {
    text-decoration: none;
}
.app-espace .custom-modal.comparer .custom-modal--dialog {
    max-width: 1315px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: visible;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .app-espace .custom-modal.comparer .custom-modal--dialog {
        width: 80%;
        min-width: 335px;
        padding: 116px 0;
        margin-top: 0;
    }
}
@media screen and (max-width: 374px) {
    .app-espace .custom-modal.comparer .custom-modal--dialog {
        min-width: 300px;
    }
}
.app-espace .custom-modal.comparer .custom-modal--backdrop {
    background: rgba(1, 48, 67, 0.95);
    z-index: -2;
}
.app-espace .custom-modal.comparer .custom-modal--card {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .custom-modal.comparer .custom-modal--card {
        width: 100%;
    }
}
.app-espace .custom-modal.comparer .custom-modal--close {
    transform: translateY(-50%) translateX(50%) scale(0.83);
}
@media screen and (max-width: 767px) {
    .app-espace .custom-modal.comparer .custom-modal--close {
        transform: translateX(-50%) translateY(-50%);
    }
}
.app-espace .custom-modal.comparer .custom-modal--close:hover {
    background: #ff8c00;
}
.app-espace .custom-modal.comparer .modal--header {
    font-size: 20px;
    line-height: 25px;
    padding: 32px 34px 37px;
}
@media screen and (max-width: 767px) {
    .app-espace .custom-modal.comparer .modal--header {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 25px 25px 16px;
    }
}
.app-espace .custom-modal.comparer h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .app-espace .custom-modal.comparer h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
.app-espace .custom-modal.comparer h2 mark {
    color: #ff8c00;
    padding: 0;
    background: transparent;
}
.app-espace .questionaire-form {
    margin: 0 -13px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form {
        margin: 0;
        padding: 0 10px;
    }
}
.app-espace .questionaire-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 96px;
    width: 1px;
    background: #e1e1e1;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form:before {
        content: none;
    }
}
.app-espace .questionaire-form .residence-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.app-espace .questionaire-form .residence-list li {
    width: 133px;
    margin: 0 5px;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .residence-list li {
        width: 105px;
    }
}
.app-espace .questionaire-form .residence-list .stroke {
    fill: none;
    stroke: #013043;
}
.app-espace .questionaire-form .left-block {
    width: 46.4%;
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .left-block {
        width: 100%;
        margin-bottom: 0;
        display: block;
    }
}
.app-espace .questionaire-form .right-block {
    width: 46.4%;
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .right-block {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }
}
.app-espace .questionaire-form .custom-radio--input:checked + .fake-label {
    background: linear-gradient(to right, #f6730f 0%, #fdaf03 100%) !important;
    color: #fff;
}
.app-espace .questionaire-form .custom-radio--input:checked + .fake-label .stroke {
    stroke: #fff;
}
.app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label {
    background: transparent;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label {
        height: 106px;
    }
}
.app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label:hover .fake-label {
    background: linear-gradient(to right, #f6730f 0%, #fdaf03 100%) !important;
    color: #fff;
}
.app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label:hover .fake-label .stroke {
    stroke: #fff;
}
.app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label .fake-label {
    display: block;
    background: #eee;
    padding: 24px 15px 12px;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label .fake-label {
        padding: 22px 15px 12px;
    }
}
.app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label .label-text {
    line-height: 18px;
    margin-top: 12px;
    display: block;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .custom-radio-estimez-label .estimez-label--label .label-text {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
    }
}
.app-espace .questionaire-form .check-list {
    margin-bottom: -21px;
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .check-list {
        margin-bottom: -4px;
    }
}
.app-espace .questionaire-form .check-list li {
    padding-bottom: 1px;
    width: 33.33%;
    padding-right: 5px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
    .app-espace .questionaire-form .check-list li {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .check-list li {
        width: 33.33%;
    }
}
@media screen and (max-width: 560px) {
    .app-espace .questionaire-form .check-list li {
        width: 50%;
    }
}
.app-espace .questionaire-form .check-list .custom-checkbox:checked + .fake-input {
    border-color: #013043;
}
.app-espace .questionaire-form .check-list .custom-checkbox:checked + .fake-input:before {
    opacity: 1;
    visibility: visible;
}
.app-espace .questionaire-form .check-list label {
    display: flex;
}
.app-espace .questionaire-form .check-list .custom-checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.app-espace .questionaire-form .check-list .fake-label {
    display: block;
    line-height: 17px;
    margin-bottom: 5px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .check-list .fake-label {
        line-height: 19px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.375;
    }
}
.app-espace .questionaire-form .check-list .fake-input {
    display: block;
    margin-right: 17px;
    margin-top: 0;
    position: relative;
    width: 19px;
    height: 19px;
    box-shadow: 0 0 9px rgba(1, 48, 67, 0.1);
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    margin-right: 14px;
    margin-left: 4px;
    margin-top: 10px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .check-list .fake-input {
        margin-right: 13px;
        margin-top: 9px;
        margin-left: 6px;
    }
}
.app-espace .questionaire-form .check-list .fake-input:before {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    border: 1px solid #ff8c00;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
    top: 4px;
    left: 3px;
}
.app-espace .questionaire-form .check-list .custom-checkbox {
    z-index: 0;
    width: auto;
    height: auto;
    visibility: visible;
    left: -9999px;
}
.app-espace .questionaire-form .check-list .icon {
    margin-bottom: 12px;
    min-height: 38px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .check-list .icon {
        transform: scale(0.9);
    }
}
.app-espace .questionaire-form .radio-list {
    margin-bottom: -28px;
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1366px) {
    .app-espace .questionaire-form .radio-list {
        margin-bottom: -30px;
    }
}
@media screen and (max-width: 1023px) {
    .app-espace .questionaire-form .radio-list {
        margin-bottom: -25px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list {
        margin-bottom: -34px;
    }
}
.app-espace .questionaire-form .radio-list.principal li {
    max-width: 25%;
}
@media screen and (max-width: 1023px) {
    .app-espace .questionaire-form .radio-list.principal li {
        max-width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list.principal li {
        max-width: none;
        width: 50%;
    }
}
.app-espace .questionaire-form .radio-list li {
    padding-bottom: 1px;
    max-width: 33.33%;
    padding-right: 5px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list li {
        max-width: none;
        width: 50%;
    }
}
.app-espace .questionaire-form .radio-list .custom-radio:checked + .fake-input {
    border-color: #013043;
}
.app-espace .questionaire-form .radio-list .custom-radio:checked + .fake-input:before {
    opacity: 1;
    visibility: visible;
}
.app-espace .questionaire-form .radio-list label {
    display: flex;
}
.app-espace .questionaire-form .radio-list .custom-radio {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.app-espace .questionaire-form .radio-list .fake-label {
    display: block;
    line-height: 17px;
    margin-bottom: 5px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list .fake-label {
        line-height: 19px;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.269231;
    }
}
.app-espace .questionaire-form .radio-list .fake-label span {
    font-size: 13px;
    opacity: 0.4;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list .fake-label span {
        font-size: 11px;
        line-height: 14px;
        display: block;
    }
}
.app-espace .questionaire-form .radio-list .fake-input {
    display: block;
    margin-right: 17px;
    margin-top: 0;
    position: relative;
    width: 19px;
    height: 19px;
    box-shadow: 0 0 9px rgba(1, 48, 67, 0.1);
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    margin-right: 14px;
    margin-left: 4px;
    margin-top: 10px;
    flex-shrink: 0;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .radio-list .fake-input {
        margin-right: 15px;
        margin-top: 12px;
        margin-left: 3px;
    }
}
.app-espace .questionaire-form .radio-list .fake-input:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #ff8c00;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.app-espace .questionaire-form .radio-list .custom-radio {
    z-index: 0;
    width: auto;
    height: auto;
    visibility: visible;
    left: -9999px;
}
.app-espace .questionaire-form .radio-list .icon {
    margin-bottom: 12px;
    min-height: 38px;
    display: flex;
    align-items: center;
}
.app-espace .questionaire-form .btn-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .btn-holder {
        margin-bottom: 10px;
    }
}
.app-espace .questionaire-form .btn-holder .btn.btn-main.btn-sm, .app-espace .questionaire-form .btn-holder .btn-group-sm > .btn.btn-main {
    min-width: 140px;
}
@media screen and (max-width: 767px) {
    .app-espace .questionaire-form .btn-holder .btn.btn-main.btn-sm, .app-espace .questionaire-form .btn-holder .btn-group-sm > .btn.btn-main {
        min-width: 194px;
    }
}
.app-espace .form-section {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 23px 48px 27px;
    margin-bottom: 19px;
}
@media screen and (max-width: 1366px) {
    .app-espace .form-section {
        padding: 23px 15px 27px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .form-section {
        padding: 18px 15px 18px;
    }
}
.app-espace .form-section .title {
    line-height: 21px;
    display: block;
    margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
    .app-espace .form-section .title {
        text-align: center;
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.app-espace .form-section .title span {
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .app-espace .form-section .title span {
        display: block;
        font-size: 10px;
    }
}
.app-espace .right-top {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
    .app-espace .right-top {
        background: transparent;
        margin-bottom: 0;
        display: block;
    }
}
.app-espace .right-top .form-section {
    background: transparent;
    width: 50%;
    padding: 31px 38px 47px;
    margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
    .app-espace .right-top .form-section {
        width: 100%;
        padding: 31px 15px 17px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .right-top .form-section {
        background: rgba(0, 0, 0, 0.02);
        margin-bottom: 19px;
        width: 100%;
        text-align: center;
        padding: 19px 38px 31px;
    }
}
.app-espace .right-top .form-section + .form-section {
    padding: 31px 13px 27px;
}
@media screen and (max-width: 1366px) {
    .app-espace .right-top .form-section + .form-section {
        padding: 11px 15px 27px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .right-top .form-section + .form-section {
        padding: 19px 38px 31px;
    }
}
.app-espace .right-top .form-section .title {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .app-espace .right-top .form-section .title {
        margin-bottom: 10px;
    }
}
.app-espace .right-top input[type=text] {
    width: 78px;
    height: 46px;
    box-shadow: 0 1px 12px rgba(1, 48, 67, 0.1);
    border-radius: 33px;
    background-color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border: 0;
    color: #013043;
    margin-right: 6px;
}
.app-espace .right-top input[type=text]::-moz-placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]:-ms-input-placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]::placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]:-moz-placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]::-moz-placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]::-webkit-input-placeholder {
    color: #d7d7d7;
}
.app-espace .right-top input[type=text]:-ms-input-placeholder {
    color: #d7d7d7;
}
@media screen and (max-width: 767px) {
    .app-espace .right-top input[type=text] {
        width: 160px;
        margin-right: 9px;
    }
}
@media screen and (max-width: 767px) {
    .app-espace .right-top .text {
        margin-right: -37px;
        margin-top: -4px;
        display: inline-block;
        transform: translateY(-4px);
    }
}
.app-espace .right-top .fake-select {
    position: relative;
    display: inline-block;
}
.app-espace .right-top .fake-select:after {
    content: "";
    position: absolute;
    right: 22px;
    position: absolute;
    top: 50%;
    border: solid #ff8c00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-top: -6px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.app-espace .right-top .fake-select select::-ms-expand {
    display: none;
}
.app-espace .right-top .fake-select select {
    display: inline-block;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 133px;
    position: relative;
    box-shadow: 0 1px 12px rgba(1, 48, 67, 0.1);
    border-radius: 33px;
    background-color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 40px 10px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .app-espace .right-top .fake-select select {
        width: 160px;
    }
}
.sponsors-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sponsors-block .content--image {
    width: 100%;
    height: calc(100% - 17px);
}
@media screen and (max-width: 767px) {
    .sponsors-block .content--image {
        height: 185px;
    }
}
.sponsors--left {
    width: calc(55.9% - 12px);
    font-size: 14px;
    line-height: 18px;
}
@media screen and (max-width: 767px) {
    .sponsors--left {
        width: 100%;
    }
}
.sponsors--right {
    width: calc(44.1% - 12px);
}
@media screen and (max-width: 767px) {
    .sponsors--right {
        width: 100%;
    }
}
.sponsors--steps {
    width: calc(67.3% - 12px);
    padding: 26px 38px 13px;
}
@media screen and (max-width: 1023px) {
    .sponsors--steps {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .sponsors--steps {
        padding: 37px 23px 42px;
    }
}
.sponsors--steps .heading {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .sponsors--steps .heading {
        margin-bottom: 36px;
    }
}
.sponsors--tracking {
    width: calc(32.7% - 12px);
}
@media screen and (max-width: 1023px) {
    .sponsors--tracking {
        width: 100%;
    }
}
.sponsors--tracking .heading {
    margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
    .sponsors--tracking .heading {
        margin-bottom: 25px;
    }
}
.sponsors-full {
    display: flex;
    flex-wrap: wrap;
    padding: 38px 20px 24px;
}
@media screen and (max-width: 767px) {
    .sponsors-full {
        padding: 38px 20px 30px;
    }
}
.sponsors--meta {
    text-align: center;
    width: 300px;
    padding-top: 17px;
    padding-right: 35px;
    border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
    .sponsors--meta {
        position: relative;
        border-right: 0;
        width: 100%;
        margin-bottom: 61px;
        padding-right: 0;
        padding-top: 1px;
    }
    .sponsors--meta:before {
        content: "";
        position: absolute;
        bottom: -32px;
        left: 25px;
        right: 25px;
        height: 1px;
        background: #e1e1e1;
    }
}
.sponsors--subscribe {
    width: calc(100% - 300px);
    padding: 0 21px 0 64px;
}
@media screen and (max-width: 767px) {
    .sponsors--subscribe {
        width: calc(100% + 8px);
        padding: 0;
        margin: 0 -4px;
    }
}
.prices--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .prices--block {
        padding: 4px 0;
    }
}
.prices--single {
    background: #f6f6f6;
    border-radius: 8px;
    width: calc(50% - 14px);
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    padding: 24px 35px;
    text-align: center;
    margin-bottom: 8px;
}
@media screen and (max-width: 1366px) {
    .prices--single {
        padding: 24px 10px;
    }
}
@media screen and (max-width: 767px) {
    .prices--single {
        width: 100%;
        margin-bottom: 19px;
        font-size: 14px;
        line-height: 15px;
        padding: 24px 50px 27px;
    }
}
.prices--title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .prices--title {
        margin-bottom: 6px;
    }
}
.prices--title strong {
    display: block;
    color: #ff8c00;
    font-size: 32px;
    line-height: 35px;
}
@media screen and (max-width: 767px) {
    .prices--title strong {
        margin-bottom: 4px;
    }
}
.meta--top {
    padding-bottom: 39px;
}
@media screen and (max-width: 767px) {
    .meta--top {
        padding-bottom: 29px;
    }
}
.meta--top .title {
    display: block;
    margin-bottom: 4px;
}
.meta--top .link-holder {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.meta--top .link-holder a {
    text-decoration: underline;
    word-break: break-all;
}
.meta--top .link-holder a:hover {
    text-decoration: none;
}
.meta--bottom {
    font-size: 14px;
    line-height: 20px;
}
.meta--bottom .title {
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}
.meta--bottom .copy {
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-left: 36px;
    padding-right: 5px;
}
.meta--bottom .copy:hover {
    text-decoration: none;
    opacity: 0.6;
}
.meta--bottom .copy .icon {
    display: inline-block;
    width: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.meta--bottom .copy .icon svg {
    width: 100%;
}
.meta--info {
    display: block;
    margin-bottom: 16px;
}
.subscribe--form {
    background: #f6f6f6;
    border-radius: 8px;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .subscribe--form {
        padding: 24px 19px;
        margin-bottom: 55px;
    }
}
.subscribe--form .title {
    display: block;
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .subscribe--form .title {
        margin-bottom: 22px;
    }
}
.subscribe--form input[type=email] {
    max-width: 439px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    background-color: #ffffff;
    color: #013043;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    padding: 15px 35px;
    border: 0;
}
.subscribe--form input[type=email]::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]::placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]:-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]::-webkit-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.subscribe--form input[type=email]:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
@media screen and (max-width: 767px) {
    .subscribe--form input[type=email] {
        padding: 15px 26px;
        margin-bottom: 10px;
    }
}
.subscribe--form .btn.btn-main.btn-sm, .subscribe--form .btn-group-sm > .btn.btn-main {
    margin-bottom: -50px;
    padding: 12px 47px;
}
@media screen and (max-width: 767px) {
    .subscribe--form .btn.btn-main.btn-sm, .subscribe--form .btn-group-sm > .btn.btn-main {
        padding: 16px 63px;
        margin-bottom: -70px;
    }
}
.share--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.share--block .title {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
@media screen and (max-width: 1366px) {
    .share--block .title {
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
    }
}
.share--block .social--share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.share--block .social--share li {
    margin: 0 8px;
    max-width: 21px;
}
@media screen and (max-width: 767px) {
    .share--block .social--share li {
        width: 32px;
        max-width: none;
        margin: 0 14px;
    }
    .share--block .social--share li svg {
        width: 32px;
        height: auto;
        max-height: 31px;
    }
}
@media screen and (max-width: 374px) {
    .share--block .social--share li {
        margin: 0 8px;
    }
}
.share--block .social--share li.icons {
    width: 21px;
}
@media screen and (max-width: 767px) {
    .share--block .social--share li.icons {
        width: 32px;
    }
}
.share--block .social--share a .fill {
    fill: #013043;
}
.share--block .social--share a:hover {
    opacity: 0.6;
}
.steps-sponsors {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 24px;
    counter-reset: title;
}
@media screen and (max-width: 767px) {
    .steps-sponsors {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 8px;
        font-size: 14px;
        line-height: 18px;
    }
}
.steps-sponsors li {
    width: calc(33.33% - 64px);
    margin: 0 32px;
    position: relative;
    counter-increment: title;
}
@media screen and (max-width: 1367px) {
    .steps-sponsors li {
        margin: 0 10px;
        width: calc(33.33% - 20px);
    }
}
@media screen and (max-width: 1366px) {
    .steps-sponsors li {
        margin: 0 20px;
        width: calc(33.33% - 40px);
    }
}
@media screen and (max-width: 767px) {
    .steps-sponsors li {
        margin: 0;
        width: 140px;
    }
}
.steps-sponsors li:nth-child(4n):before, .steps-sponsors li:nth-child(4n):after {
    content: none;
}
@media screen and (max-width: 767px) {
    .steps-sponsors li:nth-child(4n):before, .steps-sponsors li:nth-child(4n):after {
        content: "";
    }
}
.steps-sponsors li:nth-child(4n) .icon:before {
    content: none;
}
@media screen and (max-width: 767px) {
    .steps-sponsors li:nth-child(4n) .icon:before {
        content: "";
    }
}
@media screen and (max-width: 767px) {
    .steps-sponsors li + li {
        padding-top: 57px;
    }
}
.steps-sponsors li + li:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -41px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    z-index: 1;
}
@media screen and (max-width: 1367px) {
    .steps-sponsors li + li:before {
        left: -25px;
    }
}
@media screen and (max-width: 767px) {
    .steps-sponsors li + li:before {
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        top: 31px;
        padding: 2px;
    }
}
.steps-sponsors li + li:after {
    content: "";
    position: absolute;
    top: 23px;
    left: -46px;
    border: 1px solid #013043;
    background: #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
}
@media screen and (max-width: 1367px) {
    .steps-sponsors li + li:after {
        left: -30px;
    }
}
@media screen and (max-width: 767px) {
    .steps-sponsors li + li:after {
        left: 50%;
        transform: translateX(-50%);
        top: 25px;
        width: 19px;
        height: 19px;
    }
}
.steps-sponsors li + li .icon {
    display: flex;
    align-items: center;
}
.steps-sponsors li + li .icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -86px;
    width: 103px;
    border-top: 1px dashed #013043;
}
@media screen and (max-width: 1367px) {
    .steps-sponsors li + li .icon:before {
        width: 80px;
        left: -56px;
    }
}
@media screen and (max-width: 767px) {
    .steps-sponsors li + li .icon:before {
        width: 1px;
        height: 45px;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
        border-top: 0;
        border-left: 1px dashed #013043;
    }
}
.steps-sponsors .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .steps-sponsors .icon {
        margin-bottom: 4px;
    }
}
.steps-sponsors .steps--title {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 30px 0 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .steps-sponsors .steps--title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }
}
.steps-sponsors .steps--title:after {
    content: counter(title);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 21px;
    color: #fff;
    background: #013043;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    padding: 3px;
}
.sponsors--list {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    height: 175px;
    overflow: hidden;
}
@media screen and (max-width: 1260px) {
    .sponsors--list {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .sponsors--list {
        font-size: 13px;
        line-height: 16px;
        height: 184px;
        margin-bottom: -2px;
    }
}
.sponsors--list.expand {
    height: auto;
}
.sponsors--list.expand .btn-show {
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
}
.sponsors--list.expand:before {
    content: none;
}
.sponsors--list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .sponsors--list:before {
        height: 100px;
        background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
    }
}
.sponsors--list .btn-show {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(-4deg, #ffc000 0%, #f25314 100%);
    font-size: 0;
    line-height: 0;
    z-index: 4;
    transition: opacity 0.3s linear;
}
@media screen and (max-width: 767px) {
    .sponsors--list .btn-show {
        bottom: 13px;
    }
}
.sponsors--list .btn-show:hover {
    opacity: 0.8;
}
.sponsors--list .btn-show:before {
    content: "";
    position: absolute;
    left: 50%;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -2px;
}
.list-of-sponsors li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .list-of-sponsors li {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}
.list-of-sponsors .left {
    flex: 1;
}
.list-of-sponsors .left time {
    display: block;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .list-of-sponsors .left time {
        margin-bottom: 4px;
    }
}
.list-of-sponsors .left .sponsor-name {
    font-weight: 400;
    display: block;
}
.list-of-sponsors .right {
    max-width: 80px;
    text-align: right;
    font-weight: 700;
}
.conditions {
    font-size: 11px;
    line-height: 18px;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .conditions {
        padding: 4px 0;
    }
}
.conditions .title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}
.conditions .title .expand {
    border: solid #ff8c00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg) translateY(-5px);
    margin-left: 5px;
}
.page__text {
    font-size: 18px;
    line-height: 26px;
    padding: 65px 0 55px;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .page__text {
        font-size: 14px;
        line-height: 23px;
        padding: 37px 10px 24px;
    }
}
.page__text .container--sm {
    max-width: 760px;
}
.page__text p {
    margin-bottom: 0 !important;
}
.graph__section {
    background: #f5f5f5;
    padding: 80px 0 66px;
    color: #013043;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .graph__section {
        font-size: 14px;
        line-height: 23px;
        padding: 43px 11px 57px;
    }
}
.graph__section .container {
    max-width: 1060px;
}
.graph__section h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
    padding-right: 50%;
}
@media screen and (max-width: 991px) {
    .graph__section h2 {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .graph__section h2 {
        line-height: 40px;
    }
}
.graph__section h2 span {
    display: block;
    color: #ff8c00;
}
.graph__section p {
    margin-bottom: 29px !important;
}
@media screen and (max-width: 767px) {
    .graph__section p {
        margin-bottom: 9px !important;
    }
}
.graph__image {
    width: 463px;
    float: right;
    margin-top: -80px;
    margin-left: 50px;
}
@media screen and (max-width: 991px) {
    .graph__image {
        float: none;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 23px;
    }
}
@media screen and (max-width: 767px) {
    .graph__image img {
        width: 100%;
        height: auto;
    }
}
.graph--btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 18px 0;
}
@media screen and (max-width: 767px) {
    .graph--btns {
        width: 100%;
        flex-direction: column;
        padding: 6px 0;
    }
}
.graph--btns a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
}
.graph--btns .btn.btn-main {
    padding: 18px 50px;
}
@media screen and (max-width: 767px) {
    .graph--btns .btn.btn-main {
        margin-bottom: 30px;
    }
}
.graph--btns .link-pdf {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .graph--btns .link-pdf {
        font-size: 16px;
        line-height: 24px;
        padding-left: 40px;
    }
}
.graph--btns .link-pdf:hover {
    text-decoration: none;
}
.graph--btns .link-pdf .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
}
@media screen and (max-width: 767px) {
    .graph--btns .link-pdf .icon {
        width: 29px;
    }
}
.tarif__details {
    padding: 103px 0 60px;
    position: relative;
    margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
    .tarif__details {
        padding: 55px 0 2px;
        margin-bottom: 39px;
    }
}
.tarif__details:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1233px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .tarif__details:before {
        width: auto;
        left: 17px;
        right: 17px;
        transform: none;
    }
}
.tarif__details .container {
    max-width: 1055px;
}
.tarif__single-block {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-bottom: 104px;
}
@media screen and (max-width: 767px) {
    .tarif__single-block {
        display: block;
        margin-bottom: 69px;
    }
}
.tarif__single-block:nth-child(even) {
    flex-direction: row;
}
.tarif__single-block:nth-child(even) .text-holder {
    padding-left: 63px;
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    .tarif__single-block:nth-child(even) .text-holder {
        padding: 0 14px;
    }
}
.tarif__single-block + .btn-wrapper {
    margin-top: -35px;
}
.tarif__single-block .img-holder {
    width: calc(50% - 5px);
    background-size: cover;
    border-radius: 5px;
    min-height: 438px;
    background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
    .tarif__single-block .img-holder {
        height: 202px;
        min-height: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}
.tarif__single-block .text-holder {
    width: 50%;
    color: #013043;
    font-size: 16px;
    line-height: 22px;
    padding-right: 40px;
    margin-bottom: -18px;
}
@media screen and (max-width: 767px) {
    .tarif__single-block .text-holder {
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        padding: 0 14px;
    }
}
.tarif__single-block .text-holder ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.tarif__single-block .text-holder ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8c00;
}
@media screen and (max-width: 767px) {
    .tarif__single-block .text-holder ul li:before {
        left: -3px;
    }
}
.tarif__single-block h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 37px;
}
@media screen and (max-width: 767px) {
    .tarif__single-block h2 {
        line-height: 40px;
        margin-bottom: 17px;
    }
}
.tarif__single-block h2 span {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .tarif__single-block p {
        margin-bottom: 10px !important;
    }
}
.tarif--switch.unchecked.switch__hold .switch .circle:before {
    content: none;
}
.tarif--switch.unchecked.switch__hold .switch .circle:after {
    content: none;
}
.tarif--switch.unchecked.switch__hold .switch .slider {
    background-color: #ff8c00;
}
.france__price {
    color: #013043;
    padding: 0 9px 22px;
}
@media screen and (max-width: 767px) {
    .france__price {
        padding: 0 14px 25px;
    }
}
.france__price .container {
    max-width: 960px;
}
@media screen and (max-width: 767px) {
    .france__price .heading-block {
        margin-bottom: 23px;
    }
}
.france__price h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .france__price h2 {
        margin-bottom: 10px;
    }
}
.france__price .sub-title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .france__price .sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
}
.france__steps {
    display: flex;
    flex-wrap: wrap;
    padding-top: 64px;
}
@media screen and (max-width: 767px) {
    .france__steps {
        padding-top: 28px;
    }
}
.france__single-step {
    width: 33.33%;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
    .france__single-step {
        width: 100%;
        padding: 0;
        text-align: left;
        position: relative;
        padding-left: 37px;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 7px;
    }
    .france__single-step p {
        margin-bottom: 10px !important;
    }
}
.france__single-step:first-child, .france__single-step:last-child {
    padding-top: 164px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .france__single-step:first-child, .france__single-step:last-child {
        padding-top: 0;
    }
}
.france__single-step:first-child:before, .france__single-step:last-child:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    background: url(/images/decor01.png);
    width: 136px;
    height: 93px;
}
@media screen and (max-width: 991px) {
    .france__single-step:first-child:before, .france__single-step:last-child:before {
        right: -24px;
    }
}
@media screen and (max-width: 767px) {
    .france__single-step:first-child:before, .france__single-step:last-child:before {
        content: none;
    }
}
.france__single-step:last-child:before {
    right: auto;
    left: 0;
    background: url(/images/decor02.png);
}
@media screen and (max-width: 991px) {
    .france__single-step:last-child:before {
        left: -24px;
    }
}
.france__single-step:nth-child(2) {
    padding-bottom: 162px;
}
@media screen and (max-width: 767px) {
    .france__single-step:nth-child(2) {
        padding-bottom: 0;
    }
}
.france__single-step .icon {
    margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
    .france__single-step .icon {
        position: absolute;
        top: -5px;
        left: 0;
    }
    .france__single-step .icon img {
        max-height: 33px;
    }
}
.france__single-step .title {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .france__single-step .title {
        margin-bottom: 8px;
    }
}
.france__single-step .title.step02:before {
    background: #ffbd6d;
}
.france__single-step .title.step03:before {
    background: #ffe9d0;
}
.france__single-step .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ff8c00;
}
.chart-image {
    margin-top: -162px;
}
@media screen and (max-width: 767px) {
    .chart-image {
        width: 143px;
        margin: 0 auto;
    }
    .chart-image img {
        width: 100%;
        height: auto;
    }
}
.france__terms {
    width: 100%;
    max-width: 1261px;
    margin: 0 auto;
    padding: 14px 15px;
    text-align: right;
    font-size: 11px;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .france__terms {
        text-align: left;
        padding: 0 0 0 18px;
    }
}
.seo__block {
    background: #f5f5f5;
    padding: 45px 0 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .seo__block {
        padding: 53px 0 31px;
    }
}
.seo__block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .seo__block ul {
        padding: 0 30px;
    }
}
.seo__block ul li {
    margin: 0 29px 20px;
}
@media screen and (max-width: 767px) {
    .seo__block ul li {
        margin: 0 19px 20px;
    }
}
.seo__block a {
    color: #013043;
}
.seo__block a:hover {
    text-decoration: underline;
}
.sitemap-banner {
    background-color: #013043;
}
.sitemap-content ul {
    padding-left: 20px;
}
.sitemap-content li.level-0 {
    color: #013043;
    font-weight: bold;
    font-size: 16px;
}
.sitemap-content a {
    text-decoration: underline;
}
.sitemap-content li.level-0 {
    color: #013043;
}
.sitemap-content li.level-1 {
    color: #013246;
}
.sitemap-content li.level-2 {
    color: #013448;
}
#app.conseiller .s-recap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
    box-shadow: 0px -3px 6px 3px rgba(0, 0, 0, 0.07);
}
#app.conseiller .s-recap .content {
    margin: auto;
    padding: 20px 40px;
    max-width: 1200px;
}
#app.conseiller .s-recap .content h4 {
    font-weight: bold;
    color: #013043;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
}
#app.conseiller .s-recap .content .section {
    margin: 0;
    padding: 0 12px;
}
#app.conseiller .s-recap .content .section p {
    font-size: 14px;
    margin-bottom: 5px;
}
#app.conseiller .s-recap .content .section p svg {
    color: #ff8c00;
    font-size: 8px;
    margin-right: 5px;
}
#app.conseiller .s-recap .content .section.fold.toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.4);
}
#app.conseiller .s-recap .content .section.fold.toggle .b-icon.bi {
    color: #ff8c00;
    border: 1px solid #ff8c00;
    padding: 5px;
    border-radius: 50%;
}
#app.conseiller .s-recap .content .section.fold.toggle .b-icon.bi.collapsed {
    transform: rotate(180deg);
}
#app.conseiller .s-recap .content .section.div {
    position: relative;
    height: 100%;
}
#app.conseiller .s-recap .content .section.div .info {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#app.conseiller .s-recap .content .section.div .info p {
    margin-bottom: 0;
}
#app.conseiller .s-recap .content .section.fold.offer .selected p {
    margin-top: 25px;
    font-weight: bold;
}
#app.conseiller .s-recap .content .section.fold.offer h4 {
    padding: 10px;
    border: 2px solid #ff8c00;
    margin: 10px 0;
}
#app.conseiller .s-recap .s-title {
    color: #ff8c00;
    font-weight: bold;
    font-size: 14px;
}
#app.conseiller .s-form {
    margin-bottom: 300px;
    min-height: 0;
    min-height: initial;
}
#app.conseiller .s-form .c-title {
    font-size: 1.7rem;
    margin-bottom: 40px;
    text-align: center;
}
#app.conseiller .s-form .s-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 20px;
}
#app.conseiller .s-form .s-new {
    margin-bottom: 40px;
}
#app.conseiller .s-form .s-question {
    padding: 0;
    border-top: 1px solid #013043;
}
#app.conseiller .s-form .s-question .header-number {
    padding-top: 2px;
    background-color: #013043;
    color: white;
    font-weight: bold;
    text-align: center;
}
#app.conseiller .s-form .s-question .header-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
#app.conseiller .s-form .s-question .col-2, #app.conseiller .s-form .s-question .col-10 {
    padding: 0;
}
#app.conseiller .s-form .s-question .col-10 {
    padding-left: 20px;
}
#app.conseiller .s-form .s-question .input {
    min-height: 10px;
    margin-bottom: 20px;
}
#app.conseiller .s-form .s-question .input .col-12, #app.conseiller .s-form .s-question .input .col-11, #app.conseiller .s-form .s-question .input .col-10, #app.conseiller .s-form .s-question .input .col-9, #app.conseiller .s-form .s-question .input .col-8, #app.conseiller .s-form .s-question .input .col-7, #app.conseiller .s-form .s-question .input .col-6, #app.conseiller .s-form .s-question .input .col-5, #app.conseiller .s-form .s-question .input .col-4, #app.conseiller .s-form .s-question .input .col-3, #app.conseiller .s-form .s-question .input .col-2, #app.conseiller .s-form .s-question .input .col-1 {
    padding: 0 12px;
}
#app.conseiller .s-form .s-question .input .form-group {
    margin-bottom: 0;
}
#app.conseiller .s-form .s-question .input .m-custom-switch {
    margin-bottom: 10px;
}
#app.conseiller .s-form .prm-search {
    margin-top: 20px;
}
#app.conseiller .s-form .prm-search p {
    color: red;
}
#app.conseiller .s-form .s-question.not-mentionned {
    background-color: lightgrey;
}
#app.conseiller .s-form .s-question.not-mentionned .header-number {
    background-color: grey;
}
#app.conseiller .s-form .s-question.not-mentionned .premium {
    color: red;
    text-align: center;
    margin-top: 20px;
}
#app.conseiller .s-form .s-recap .content .section.fold.offer .col-3, #app.conseiller .s-form .s-recap .content .section.fold.offer .col-6, #app.conseiller .s-form .s-recap .content .section.fold.offer .col-4 {
    padding: 0 12px;
}
#app.conseiller .s-form .s-recap .content .section.fold.offer .alternative {
    margin-bottom: 10px;
}
#app.conseiller .s-devis.questionnaire {
    margin-bottom: 0;
}
#app.conseiller .s-devis {
    min-height: 50vh;
}
.block-404 {
    padding-top: 45.62%;
    position: relative;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .block-404 {
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .block-404 {
        height: 606px;
    }
}
.block-404 .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -50px;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
    .block-404 .img {
        top: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .block-404 .img {
        top: 15px;
        bottom: 0;
    }
}
.block-404 .btn-holder {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 5.8%;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
    .block-404 .btn-holder {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .block-404 .btn-holder {
        padding-bottom: 135px;
    }
}
.block-404 .btn.btn-main {
    padding: 18px 48px;
}
@media screen and (max-width: 991px) {
    .block-404 .btn.btn-main {
        padding: 18px 35px;
    }
}
.footer-page-footer {
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .footer-page-footer {
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .page__banner {
        margin-top: 61px;
    }
}
@media screen and (max-width: 991px) {
    .home__banner {
        margin-top: 67px;
    }
}
@media screen and (max-width: 767px) {
    .home__banner {
        margin-top: 61px;
    }
}
@media screen and (max-width: 991px) {
    .breadcrumb__hold {
        margin-top: 67px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb__hold {
        margin-top: 0;
    }
}
@media screen and (min-width: 1280px) {
    .container.container--xxl {
        max-width: 1260px;
    }
}
.public__page p {
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .public__page p {
        margin-bottom: 23px;
    }
}
.breadcrumb__hold {
    background: #fdfdfd;
}
.breadcrumb__hold .breadcrumb {
    margin-bottom: 0;
    font-size: 12px;
    background: none;
    overflow: hidden;
    padding: 6px 0;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .breadcrumb__hold .breadcrumb {
        font-size: 11px;
    }
}
.breadcrumb__hold .breadcrumb .breadcrumb-item {
    position: relative;
    color: #013043;
    transition: color 0.2s linear;
}
.breadcrumb__hold .breadcrumb .breadcrumb-item a {
    font-weight: 500;
}
.breadcrumb__hold .breadcrumb .breadcrumb-item a:hover {
    color: #ff8c00;
}
.breadcrumb__hold .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 46px;
}
.breadcrumb__hold .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    padding: 0;
    width: 30px;
    height: 30px;
    border-width: 1px 1px 0 0;
    border-color: #eaeaea;
    border-style: solid;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.page__banner {
    min-height: 330px;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    padding: 53px 0 195px;
}
@media screen and (max-width: 767px) {
    .page__banner {
        min-height: 200px;
        padding: 45px 25px 104px;
    }
}
.page__banner h1 {
    font-size: 55px;
    font-weight: 700;
    text-shadow: 0 0 34px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
    .page__banner h1 {
        font-size: 35px;
    }
}
.page__banner.large_banner {
    padding: 91px 0 237px;
}
@media screen and (max-width: 767px) {
    .page__banner.large_banner {
        padding: 49px 25px 100px;
    }
}
.page__banner.small_banner {
    padding: 80px 0 70px;
    min-height: 100px;
}
@media screen and (max-width: 1200px) {
    .page__banner.small_banner.legal {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .page__banner.small_banner {
        min-height: 200px;
        display: flex;
        align-items: center;
    }
}
.page__banner.small_banner .container {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .page__banner.small_banner {
        padding: 110px 0 95px;
    }
}
.page__banner.small_banner h1 {
    font-size: 45px;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .page__banner.small_banner h1 {
        font-size: 35px;
    }
}
.page__banner.medium_banner {
    min-height: 350px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .page__banner.medium_banner {
        margin-top: 61px;
    }
}
@media screen and (max-width: 767px) {
    .page__banner.medium_banner {
        min-height: 248px;
    }
}
.page__banner.medium_banner .container {
    width: 100%;
}
.page__banner.medium_banner h1 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .page__banner.medium_banner h1 {
        font-size: 35px;
        line-height: 1.0571;
        margin-bottom: 14px;
    }
}
.page__banner.style__01 {
    padding: 76px 0 97px;
    min-height: 271px;
}
@media screen and (max-width: 767px) {
    .page__banner.style__01 {
        padding: 46px 0 99px;
        min-height: 200px;
    }
}
.our__themes {
    background: #f5f5f5;
    padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
    .our__themes {
        padding-bottom: 26px;
    }
}
.our__themes--heading {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
    .our__themes--heading {
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .our__themes--heading {
        text-align: center;
        margin-bottom: 10px;
    }
}
.our__themes--heading h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 13px;
    font-size: 28px;
}
@media screen and (max-width: 767px) {
    .our__themes--heading h2 {
        margin-bottom: 11px;
    }
}
@media screen and (max-width: 767px) {
    .our__themes--heading p {
        margin-bottom: 10px;
    }
}
.our__themes--content-hold {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    top: -163px;
    margin-bottom: -163px;
}
@media screen and (max-width: 767px) {
    .our__themes--content-hold {
        top: -81px;
        margin-bottom: -81px;
    }
}
.our__themes .icon-hold {
    width: 72px;
    min-height: 68px;
    flex: 0 0 72px;
    background: #013043;
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    .our__themes .icon-hold {
        min-height: 64px;
    }
}
@media screen and (min-width: 767px) {
    .our__themes .icon-hold img {
        width: auto;
    }
}
.our__themes .text {
    padding: 5px;
    flex: 1;
}
.our__themes .our__theme a {
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    color: #013043;
    font-size: 15px;
    transition: color 0.2s linear;
    height: 100%;
}
.our__themes .our__theme a:hover {
    color: #ff8c00;
}
.our__themes .our__theme li {
    width: 33.333%;
    padding: 10px 11px;
}
@media screen and (max-width: 991px) {
    .our__themes .our__theme li {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .our__themes .our__theme li {
        width: 100%;
        padding: 10px 11px 4px;
    }
}
.our__themes--content {
    padding: 47px 15px 35px;
    max-width: 976px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .our__themes--content {
        padding: 26px 9px 10px;
    }
}
.latest__articles .latest__articles-inner {
    background: #f5f5f5;
    padding: 50px 0;
}
.latest__articles-item_hold {
    margin-bottom: 44px;
}
@media screen and (max-width: 575px) {
    .latest__articles-item_hold {
        border-bottom: 1px solid #bdc8cc;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }
}
.latest__articles .col-lg-4:last-child .latest__articles-item_hold {
    border: none;
    margin-bottom: 13px;
}
.latest__articles--heading {
    color: rgba(1, 48, 67, 0.65);
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 38px;
}
@media screen and (min-width: 1200px) {
    .latest__articles--heading {
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .latest__articles--heading {
        text-align: center;
        margin-bottom: 26px;
    }
}
.latest__articles--heading h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 7px;
    font-size: 35px;
}
@media screen and (max-width: 767px) {
    .latest__articles--heading h2 {
        font-size: 28px;
        margin-bottom: 11px;
    }
}
.latest__articles--heading h2 span {
    color: #ff8c00;
}
.latest__articles .read--more {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    text-align: center;
}
.latest__articles--img {
    height: 190px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 5px;
    margin-bottom: 16px;
    z-index: 1;
    padding: 15px;
}
@media screen and (max-width: 575px) {
    .latest__articles--img {
        margin: 0 20px 0 0;
        height: 105px;
        max-width: 163px;
        flex: 0 0 163px;
    }
}
.latest__articles--img:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #013043;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.latest__articles .latest__articles--img:hover:after {
    opacity: 0.78;
}
.latest__articles .latest__articles--img:hover .read--more {
    opacity: 1;
}
.latest__articles--category-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.latest__articles--category-title a {
    color: rgba(1, 48, 67, 0.65);
}
.latest__articles--category-title a:hover {
    color: #ff8c00;
}
.latest__articles h3 {
    color: #013043;
    font-size: 18px;
    line-height: 20px;
    transition: color 0.2s linear;
    font-weight: 700;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .latest__articles h3 {
        font-size: 16px;
    }
}
.latest__articles h3 a:hover {
    color: #ff8c00;
}
.latest__articles .btn__hold {
    padding-top: 34px;
    margin-bottom: -77px;
}
@media screen and (max-width: 767px) {
    .latest__articles .btn__hold {
        padding-top: 0;
    }
}
.latest__articles .btn__hold .btn {
    white-space: normal;
}
.latest__articles .btn__hold.style__01 {
    margin: 0;
    padding: 18px 0 34px;
}
@media screen and (max-width: 767px) {
    .latest__articles .btn__hold.style__01 {
        padding: 24px 0 39px;
    }
}
.latest__articles .btn__hold.style__01 .btn {
    padding: 18px 47px;
}
.single--posts {
    padding: 50px 15px 71px;
    font-size: 16px;
    line-height: 1.375;
}
@media screen and (max-width: 767px) {
    .single--posts {
        padding: 98px 15px 35px;
    }
}
.single--posts .text_hold {
    max-width: 925px;
}
.single--posts h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 22px;
    font-size: 28px;
}
@media screen and (max-width: 767px) {
    .single--posts h2 {
        margin-bottom: 17px;
        text-align: center;
    }
}
.single--posts h2 span {
    color: #ff8c00;
}
.single--posts.style__01 {
    padding-top: 77px;
}
@media screen and (max-width: 767px) {
    .single--posts.style__01 {
        padding-top: 55px;
    }
}
.single--posts.style__01 h2 {
    text-align: left;
}
.pagination.custom-pagination .page-link {
    background: none;
    border-color: #add8e6;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 25px;
}
.pagination.custom-pagination .active .page-link {
    background: none;
    color: #00008b;
    font-weight: 400;
}
.pagination.custom-pagination .color {
    fill: #add8e6;
}
.pagination.custom-pagination a {
    color: #add8e6;
}
.pagination.custom-pagination a:hover {
    color: #00008b;
}
.pagination.custom-pagination a:hover .color {
    fill: #00008b;
}
.intro__text-hold {
    color: #013043;
    position: relative;
    top: -160px;
    margin-bottom: -160px;
    font-size: 16px;
    line-height: 1.375;
}
@media screen and (max-width: 767px) {
    .intro__text-hold {
        top: -81px;
        margin-bottom: -81px;
    }
}
.intro__text-hold .intro__text {
    border-radius: 8px;
    background: #fff;
    min-height: 166px;
    padding: 56px 135px 10px;
}
@media screen and (max-width: 991px) {
    .intro__text-hold .intro__text {
        padding: 29px 19px 10px;
    }
}
.single__article-post {
    font-size: 16px;
    line-height: 1.375;
}
.single__article-post h2 {
    color: #013043;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
    .single__article-post h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }
}
.single__article-post h3 {
    color: #ff8c00;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    padding-top: 8px;
}
@media screen and (max-width: 767px) {
    .single__article-post h3 {
        padding-top: 2px;
        margin-bottom: 11px;
    }
}
@media screen and (max-width: 767px) {
    .single__article-post p {
        margin-bottom: 7px;
    }
}
.single__article-post li:before {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 5px;
    content: "";
    background: #013043;
}
.single__article-post p a {
    color: #013043;
    text-decoration: underline;
}
.single__article-post p a:hover {
    text-decoration: none;
}
.single__article-post .large__img {
    padding: 47px 0 73px;
}
@media screen and (max-width: 991px) {
    .single__article-post .large__img {
        padding: 17px 0 59px;
    }
}
.single__article-post .large__img img {
    width: 100%;
}
.single__article-post .chart__hold {
    padding: 31px 0;
}
@media screen and (max-width: 767px) {
    .single__article-post .chart__hold {
        padding: 31px 0 49px;
    }
}
.single__article-post .chart__hold .chart {
    margin-bottom: 49px;
}
.single__article-post .chart__hold .chart__title {
    color: #ffffff;
    font-weight: 700;
    background-color: #013043;
    min-width: 343px;
    padding: 9px 15px;
}
@media screen and (max-width: 767px) {
    .single__article-post .chart__hold .chart__title {
        min-width: 0;
        max-width: 320px;
        width: 100%;
    }
}
.single__article-post .article-section .title_text_block-hold {
    padding: 31px 0px;
}
.single__article-post .article-section .title_text_block-hold .image-section {
    margin-bottom: 49px;
}
.single__article-post .article-section .title_text_block-hold .image-title-section .image__title {
    color: #ffffff;
    font-weight: 700;
    background-color: #013043;
    min-width: 343px;
    padding: 9px 15px;
}
@media screen and (max-width: 767px) {
    .single__article-post .article-section .title_text_block-hold .image-title-section .image__title {
        min-width: 0;
        max-width: 320px;
        width: 100%;
    }
}
.page__sidebar {
    padding: 5px 0 0 38px;
}
@media screen and (max-width: 1199px) {
    .page__sidebar {
        padding-left: 0;
    }
}
.page__sidebar .page__sidebar-title {
    color: #013043;
    margin-bottom: 26px;
}
.page__sidebar .anchor__links {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    margin-bottom: 43px;
    counter-reset: counter;
    padding-left: 0px;
}
.page__sidebar .anchor__links span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.page__sidebar .anchor__links li {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
    counter-increment: counter;
}
.page__sidebar .anchor__links li:last-child {
    border: none;
}
.page__sidebar .anchor__links li.is-disable span {
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
}
.page__sidebar .anchor__links li.is-active span {
    background-color: rgba(255, 140, 0, 0.2);
}
.page__sidebar .anchor__links a {
    min-height: 81px;
    padding: 10px 64px;
}
@media screen and (max-width: 1199px) {
    .page__sidebar .anchor__links a {
        padding: 10px 20px;
    }
}
.page__sidebar .anchor__links a:hover {
    color: #ff8c00;
}
.page__sidebar .anchor__links strong:before {
    content: counter(counter) ". ";
    margin-right: 2px;
}
.page__sidebar .subscribe__block {
    border-radius: 8px;
    background-color: #013043;
    color: #fff;
    font-size: 21px;
    line-height: 1.0476;
    padding: 38px 42px 35px;
    margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
    .page__sidebar .subscribe__block {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .page__sidebar .subscribe__block {
        padding: 39px 31px 43px;
        margin-bottom: 0;
    }
}
.page__sidebar .subscribe__block .icon {
    left: 6px;
    top: 50%;
    width: 24px;
    transform: translateY(-50%);
}
.page__sidebar .subscribe__block .short-title {
    padding-left: 59px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
    .page__sidebar .subscribe__block .short-title {
        padding-left: 45px;
    }
}
@media screen and (max-width: 767px) {
    .page__sidebar .subscribe__block .short-title {
        margin-bottom: 18px;
    }
}
.page__sidebar .subscribe__block .btn {
    padding: 14px;
    display: block;
    white-space: normal;
}
@media screen and (max-width: 767px) {
    .page__sidebar .subscribe__block .btn {
        padding: 19px;
    }
}
.page__sidebar .items__hold {
    padding-top: 27px;
    border-top: 1px solid #ffdfba;
}
@media screen and (max-width: 767px) {
    .page__sidebar .items__hold {
        margin-bottom: 34px;
    }
}
.page__sidebar .social__networks .share__title {
    color: #013043;
    margin-right: 15px;
}
.page__sidebar .social__networks li {
    margin: 0 13px 9px;
}
@media screen and (max-width: 767px) {
    .page__sidebar .social__networks li {
        margin-bottom: 7px;
    }
}
.page__sidebar .social__networks a {
    transition: opacity 0.2s linear;
}
.page__sidebar .social__networks a:hover {
    opacity: 0.8;
}
.page__sidebar .link__article {
    color: #013043;
    font-size: 14px;
    line-height: 1.5714;
    padding: 6px 5px 6px 38px;
    transition: color 0.2s linear;
}
.page__sidebar .link__article .icon {
    width: 23px;
    left: 0;
    top: 0;
}
.page__sidebar .link__article:hover {
    color: #ff8c00;
}
.two__columns {
    padding-top: 48px;
}
@media screen and (max-width: 767px) {
    .two__columns {
        padding-top: 22px;
    }
}
.information__block-hold {
    padding: 10px 0 57px;
}
@media screen and (max-width: 767px) {
    .information__block-hold {
        padding: 20px 0 41px;
    }
}
.information__block-hold .information__block {
    color: #013043;
    border-radius: 8px;
    background-color: #f6f6f6;
    padding: 23px 62px;
}
@media screen and (max-width: 991px) {
    .information__block-hold .information__block {
        padding: 25px 36px;
    }
}
@media screen and (max-width: 767px) {
    .information__block-hold .information__block {
        line-height: 1.1875;
    }
}
.information__block-hold .information__block:before {
    width: 2px;
    height: 19px;
    top: 26px;
    left: 0;
    position: absolute;
    content: "";
    background: #ff7600;
}
@media screen and (max-width: 767px) {
    .information__block-hold .information__block:before {
        height: 27px;
    }
}
.information__block-hold .information__block .information__title {
    padding: 3px 0 0 40px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
    .information__block-hold .information__block .information__title {
        margin-bottom: 18px;
        padding-left: 37px;
        font-size: 18px;
    }
}
.information__block-hold .information__block .information__title .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.information__block-hold .information__block a {
    text-decoration: underline;
}
.separator {
    border-color: #ffdfba;
    margin: 29px 0 5px;
}
.related__articles {
    padding: 50px 0 24px;
    line-height: 1.25;
    color: rgba(1, 48, 67, 0.65);
}
@media screen and (max-width: 767px) {
    .related__articles {
        font-size: 14px;
        line-height: 1.2857;
        padding: 37px 0 32px;
    }
}
.related__articles h2 {
    font-weight: 700;
    color: #013043;
    font-size: 28px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .related__articles h2 {
        margin-bottom: 28px;
    }
}
.related__articles .related__articles-title {
    font-weight: 700;
    color: #013043;
    font-size: 28px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .related__articles .related__articles-title {
        margin-bottom: 28px;
    }
}
.related__articles .related__articles-slider {
    margin: 0 -10px;
}
@media screen and (max-width: 767px) {
    .related__articles .related__articles-slider {
        margin: 0 -50px 16px;
    }
}
.related__articles .slide {
    max-width: 312px;
    flex: 0 0 312px;
    padding: 10px 10px 30px;
}
@media screen and (max-width: 767px) {
    .related__articles .slide {
        max-width: 305px;
        flex: 0 0 305px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 374px) {
    .related__articles .slide {
        max-width: 290px;
        flex: 0 0 290px;
    }
}
.related__articles .article_title {
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .related__articles .article_title {
        font-size: 14px;
        line-height: 1.5714;
        margin-bottom: 5px;
    }
}
.related__articles .article_title a {
    transition: color 0.2s linear;
}
.related__articles .article_title a:hover {
    color: #ffc000;
}
.related__articles .read--more {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    text-align: center;
}
.related__articles--img {
    background-size: cover;
    background-position: 50% 50%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 16px;
    height: 190px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .related__articles--img {
        height: 175px;
    }
}
.related__articles--img:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #013043;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.related__articles a.related__articles--img:hover:hover:after {
    opacity: 0.78;
}
.related__articles a.related__articles--img:hover:hover .read--more {
    opacity: 1;
}
.related__articles .dots {
    justify-content: center;
    display: none;
}
@media screen and (max-width: 1279px) {
    .related__articles .dots {
        display: flex;
    }
}
.related__articles .dots a {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #d8d8d8;
    border: 1px solid #fff;
    text-indent: -9999px;
    overflow: hidden;
}
.related__articles .dots a:hover {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
}
.related__articles .dots li {
    margin: 0 7px;
}
.related__articles .dots li.active a {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
}
.related__articles.style__01 {
    line-height: 1.375;
    color: #013043;
    padding: 20px 0 57px;
}
@media screen and (max-width: 767px) {
    .related__articles.style__01 {
        padding: 14px 0 39px;
        font-size: 13px;
        line-height: 1.4615;
    }
}
.related__articles.style__01 .related__articles--img {
    margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
    .related__articles.style__01 .related__articles--img {
        height: 175px;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 767px) {
    .related__articles.style__01 .related__articles-slider {
        margin-bottom: 0;
    }
}
.related__articles.style__01 .related__articles-slider-hold {
    margin: 0 auto;
    max-width: 1080px;
}
.related__articles.style__01 .slide {
    padding: 10px 29px 30px;
    max-width: 360px;
    flex: 0 0 360px;
}
@media screen and (max-width: 1199px) {
    .related__articles.style__01 .slide {
        padding: 10px 15px 6px;
        max-width: 305px;
        flex: 0 0 305px;
    }
}
.related__articles.style__01 .dots {
    display: none;
}
@media screen and (max-width: 991px) {
    .related__articles.style__01 .dots {
        display: flex;
    }
}
.vision__block {
    padding: 80px 0 78px;
    color: #013043;
    line-height: 1.375;
}
@media screen and (max-width: 767px) {
    .vision__block {
        padding: 56px 0 52px;
        font-size: 14px;
        line-height: 1.3571;
    }
}
.vision__block .vision__block-inner {
    border-radius: 7px;
    background: #f5f5f5;
    min-height: 330px;
}
@media screen and (max-width: 767px) {
    .vision__block .vision__block-inner {
        min-height: 400px;
    }
}
.vision__block h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    padding-left: 57px;
    max-width: 70%;
}
@media screen and (max-width: 991px) {
    .vision__block h2 {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .vision__block h2 {
        font-size: 28px;
        margin-bottom: 24px;
        text-align: center;
        padding-left: 0;
    }
}
.vision__block h2 .icon {
    width: 29px;
    position: absolute;
    left: 7px;
    top: -4px;
}
@media screen and (max-width: 767px) {
    .vision__block h2 .icon {
        width: 34px;
        position: static;
        display: block;
        margin: 0 auto 19px;
    }
}
.vision__block span {
    color: #ff8c00;
}
.vision__block .vision__block-inner-hold {
    padding: 105px 0 34px;
}
@media screen and (max-width: 767px) {
    .vision__block .vision__block-inner-hold {
        padding: 0 0 45px;
    }
}
.vision__block .vision__block-description {
    padding: 46px 66px 50px;
    width: 47%;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .vision__block .vision__block-description {
        width: 60%;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .vision__block .vision__block-description {
        width: 78%;
        padding: 47px 45px;
    }
}
@media screen and (max-width: 374px) {
    .vision__block .vision__block-description {
        padding-left: 15px;
    }
}
.vision__block .vision__block-description:before {
    position: absolute;
    left: 0;
    top: 52px;
    content: "";
    width: 3px;
    height: 36px;
    background: #ff7c00;
}
@media screen and (max-width: 767px) {
    .vision__block .vision__block-description:before {
        height: 30px;
        top: 40px;
    }
}
.vision__block .vision__block-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41.1%;
}
@media screen and (max-width: 767px) {
    .vision__block .vision__block-img {
        width: 90%;
        right: -163px;
        max-width: 320px;
    }
}
.vision__block .vision__block-img img {
    width: 100%;
    height: auto;
}
.three__blocks {
    padding: 102px 0;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
    .three__blocks {
        padding: 61px 0 27px;
    }
}
.three__blocks .dots {
    justify-content: center;
    display: none;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .three__blocks .dots {
        display: flex;
    }
}
.three__blocks .dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #d8d8d8;
    overflow: hidden;
    text-indent: -9999px;
}
.three__blocks .dots a:hover {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.three__blocks .dots li {
    margin: 0 7px;
}
.three__blocks .dots li.active a {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.three__blocks--item {
    color: #013043;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    padding: 44px 20px 30px;
    height: 100%;
    box-shadow: 0 1px 8px rgba(1, 48, 67, 0.1);
    border-radius: 4px;
    min-height: 277px;
}
.three__blocks--item .icon-hold {
    margin-bottom: 18px;
}
.three__blocks--item span {
    padding: 3px 0 7px;
}
.three__blocks--item strong {
    font-size: 40px;
}
.three__blocks--item p {
    line-height: 1.3976;
    font-weight: 400;
}
.three__blocks--item small {
    font-size: 11px;
}
.three__blocks .three__blocks-slider {
    display: flex;
    max-width: 866px;
    margin: 0 auto;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .three__blocks .three__blocks-slider {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .three__blocks .three__blocks-slider {
        margin-bottom: 20px;
    }
}
.three__blocks .slide {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 10px;
    min-width: 271px;
}
.articles__hold {
    padding: 15px 0 97px;
}
@media screen and (max-width: 767px) {
    .articles__hold {
        padding-bottom: 62px;
    }
}
.articles__hold.style__01 {
    padding: 0 0 85px;
}
@media screen and (max-width: 767px) {
    .articles__hold.style__01 {
        padding-bottom: 54px;
    }
}
.article__block {
    display: flex;
    background: #f6f6f6;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 46px;
    color: #013043;
    font-size: 15px;
    line-height: 1.3333;
}
@media screen and (max-width: 767px) {
    .article__block {
        display: block;
        background: none;
        overflow: visible;
        margin-bottom: 50px;
    }
}
.article__block:last-child {
    margin-bottom: 0;
}
.article__block:nth-child(odd) {
    flex-direction: row-reverse;
}
.article__block:nth-child(odd) .article__description {
    padding-left: 50px;
}
@media screen and (max-width: 991px) {
    .article__block:nth-child(odd) .article__description {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .article__block:nth-child(odd) .article__description {
        padding-left: 44px;
    }
}
@media screen and (max-width: 374px) {
    .article__block:nth-child(odd) .article__description {
        padding-left: 35px;
    }
}
.article__block .sub-title {
    margin-bottom: 12px;
    font-size: 16px;
}
.article__block .article__img {
    max-width: 50%;
    flex: 0 0 50%;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 36.5%;
}
@media screen and (max-width: 991px) {
    .article__block .article__img {
        max-width: 40%;
        flex: 0 0 40%;
    }
}
@media screen and (max-width: 767px) {
    .article__block .article__img {
        max-width: none;
        margin: 0 -15px;
        padding-top: 255px;
    }
}
@media screen and (max-width: 438px) {
    .article__block .couple-img {
        margin-left: -50%;
    }
}
.article__block .article__description {
    padding: 30px 30px 10px 75px;
}
@media screen and (max-width: 991px) {
    .article__block .article__description {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .article__block .article__description {
        background: #f6f6f6;
        border-radius: 15px;
        position: relative;
        margin-top: -31px;
        padding: 33px 44px 15px;
    }
}
@media screen and (max-width: 374px) {
    .article__block .article__description {
        padding-left: 35px;
        padding-right: 15px;
    }
}
.article__block .article__description ul {
    padding-left: 0;
}
.article__block h2 {
    color: #013043;
    font-weight: 700 !important;
    line-height: 1;
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 0.9333;
}
@media screen and (max-width: 767px) {
    .article__block h2 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 17px;
    }
}
.article__block h2 span {
    color: #ff8c00;
}
.article__block ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .article__block ul li {
        padding-left: 21px;
        margin-bottom: 4px;
    }
}
.article__block ul li:before {
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: 7px;
    height: 7px;
    background: #ff8c00;
    border-radius: 50%;
}
.recommend__block {
    background: #f6f6f6;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .recommend__block {
        padding: 61px 0 50px;
    }
}
.recommend__block .recommend__inner {
    max-width: 1030px;
}
.recommend__block .heading__hold {
    width: 340px;
    padding-right: 15px;
}
@media screen and (max-width: 1199px) {
    .recommend__block .heading__hold {
        width: 285px;
    }
}
@media screen and (max-width: 991px) {
    .recommend__block .heading__hold {
        width: auto;
        padding: 0 0 10px;
        text-align: center;
    }
}
.recommend__block h2 {
    color: #013043;
    font-weight: 700 !important;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.0714;
}
@media screen and (max-width: 767px) {
    .recommend__block h2 {
        font-size: 28px;
        text-align: center;
    }
}
.recommend__block h2 span {
    color: #ff8c00;
}
.recommend__block .rated {
    color: #fff;
    border-radius: 32px;
    background: #013043;
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
    min-width: 320px;
    margin: 5px;
    transition: background 0.2s linear;
}
@media screen and (max-width: 1199px) {
    .recommend__block .rated {
        min-width: 290px;
    }
}
@media screen and (max-width: 991px) {
    .recommend__block .rated {
        min-width: 320px;
        margin: 7px 2px 14px;
    }
}
@media screen and (max-width: 374px) {
    .recommend__block .rated {
        min-width: 290px;
    }
}
.recommend__block .rated:hover {
    background: #ff8c00;
}
.recommend__block .rated img {
    margin-left: 27px;
}
.testimonial__img {
    min-height: 400px;
    max-width: 440px;
    flex: 0 0 440px;
    border-radius: 9px;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 1199px) {
    .testimonial__img {
        max-width: 380px;
        flex: 0 0 380px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial__img {
        min-height: 300px;
        margin: 0 -15px;
        max-width: none;
        border-radius: 0;
        max-height: 375px;
    }
}
.testimonial__section {
    padding: 108px 0 67px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .testimonial__section {
        padding: 0 0;
    }
}
.testimonial__section .testimonial__inner {
    max-width: 920px;
}
.testimonial__section .testimonial__des {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    padding: 49px 42px 20px;
    margin: 30px -30px 30px 0;
    position: relative;
    line-height: 1.25;
    color: #013043;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .testimonial__section .testimonial__des {
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial__section .testimonial__des {
        position: relative;
        margin: -58px 0 0;
        font-size: 14px;
        line-height: 1.3571;
        padding: 53px 35px 34px 43px;
    }
}
@media screen and (max-width: 374px) {
    .testimonial__section .testimonial__des {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.testimonial__section .testimonial__des:before {
    position: absolute;
    left: 0;
    top: 52px;
    content: "";
    width: 3px;
    height: 36px;
    background: #ff7c00;
}
.testimonial__section q {
    quotes: none;
}
.testimonial__section .top-quote {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: -1;
}
.testimonial__section .bottom-quote {
    display: inline-block;
    vertical-align: top;
}
.testimonial__section .blockquote__footer {
    padding-top: 12px;
    color: #013043;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .testimonial__section .blockquote__footer {
        padding-top: 19px;
    }
}
.testimonial__section .designation {
    display: block;
    color: #ff8c00;
}
.video__block {
    padding: 48px 0 73px;
}
@media screen and (max-width: 767px) {
    .video__block {
        padding: 27px 0;
    }
}
.video__block h2 {
    color: #013043;
    font-weight: 700 !important;
    margin-bottom: 45px;
    font-size: 35px;
    line-height: 1.0714;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .video__block h2 {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
    }
}
.video__block h2 span {
    color: #ff8c00;
}
.video__block .video__inner {
    max-width: 920px;
    margin: 0 auto;
}
.video__block .video,
.video__block .video-iframe {
    overflow: hidden;
    position: relative;
    border-radius: 9px;
    padding-top: 53.2%;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
    .video__block .video,
    .video__block .video-iframe {
        margin: 0 -15px;
        padding-top: 58%;
        border-radius: 0;
    }
}
.video__block .video iframe,
.video__block .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video__block .video .btn-play,
.video__block .video-iframe .btn-play {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s linear;
}
.video__block .video .btn-play:hover,
.video__block .video-iframe .btn-play:hover {
    opacity: 0.5;
}
b, strong {
    font-weight: 700;
}
.home__banner {
    padding-top: 64px;
    color: #fff;
}
.home__banner .h1-holder {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}
.home__banner .h1-holder h1 {
    font-weight: 700;
    display: inline;
    font-size: 35px;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    .home__banner .h1-holder {
        font-size: 27px;
        margin-bottom: 16px;
    }
    .home__banner .h1-holder h1 {
        line-height: 1.1111;
        font-size: 27px;
    }
}
@media screen and (max-width: 767px) {
    .home__banner {
        padding-top: 174px;
        text-align: center;
    }
}
.home__banner .contact__number-hold {
    right: 15px;
    top: 0;
    position: absolute;
    background: #fff;
    border-radius: 0 0 0 12px;
    padding: 21px 26px 9px;
}
@media screen and (max-width: 767px) {
    .home__banner .contact__number-hold {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        padding: 9px 5px;
        background: #f5f5f5;
        border-radius: 0;
        z-index: 3;
    }
}
.home__banner .contact__number {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    transition: color 0.2s linear;
    display: block;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .home__banner .contact__number {
        font-size: 16px;
        padding: 0;
        color: #013043;
    }
    .home__banner .contact__number a.number {
        font-size: 22px;
    }
    .home__banner .contact__number a small {
        font-size: 12px;
    }
}
.home__banner .contact__number a {
    text-align: left;
    color: #013043;
}
@media (min-width: 992px) {
    .home__banner .contact__number a:hover {
        color: #ff8c00;
    }
}
.home__banner .contact__number .icon {
    position: absolute;
    left: -4px;
    top: 10px;
}
@media screen and (max-width: 767px) {
    .home__banner .contact__number .icon {
        display: none;
    }
}
.home__banner .contact__number .number {
    display: block;
    font-size: 26px;
    line-height: 12px;
}
@media screen and (max-width: 767px) {
    .home__banner .contact__number .number {
        font-size: 20px;
        color: #ff8c00;
    }
}
@media screen and (max-width: 374px) {
    .home__banner .contact__number .number {
        font-size: 16px;
    }
}
.home__banner .contact__number small {
    font-size: 10px;
}
.home__banner .btn {
    max-width: 298px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto 15px;
    white-space: normal;
}
@media screen and (max-width: 767px) {
    .home__banner .btn {
        max-width: 270px;
    }
}
.home__banner .banner__bg {
    background-size: cover;
    background-position: 30% 0%;
    top: 0;
    bottom: 32px;
    right: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .home__banner .banner__bg {
        bottom: auto;
        height: 234px;
    }
}
@media (min-width: 768px) {
    .home__banner .banner__bg {
        background-position: 50% 0%;
    }
}
.home__banner .banner__content {
    border-radius: 12px;
    background: #013043;
    padding: 103px 50px 34px;
}
@media screen and (max-width: 991px) {
    .home__banner .banner__content {
        padding: 103px 20px 28px;
    }
}
@media screen and (max-width: 767px) {
    .home__banner .banner__content {
        margin-bottom: 32px;
        padding-top: 36px;
    }
}
.home__banner .banner__content-inner {
    max-width: 342px;
}
.home__banner .row {
    min-height: 427px;
}
@media screen and (max-width: 767px) {
    .home__banner .row {
        min-height: 0;
    }
}
.guarantee__block {
    padding: 31px 0 12px;
    line-height: 1.0625;
}
@media screen and (max-width: 767px) {
    .guarantee__block {
        font-size: 14px;
        line-height: 1.2857;
        padding: 43px 0 4px;
    }
}
.guarantee__block li {
    border-left: 1px solid #013043;
    padding: 0 20px;
    width: 25%;
    margin-bottom: 20px;
    margin-left: -1px;
}
.guarantee__block li:first-child {
    border-left: none;
}
@media screen and (max-width: 991px) {
    .guarantee__block li {
        padding: 0 1px;
    }
}
@media screen and (max-width: 767px) {
    .guarantee__block li {
        border: none;
        width: 50%;
        margin: 0 0 18px;
    }
}
.guarantee__block .guarantee__icon {
    margin-bottom: 12px;
    min-height: 63px;
}
@media screen and (max-width: 767px) {
    .guarantee__block .guarantee__icon {
        margin-bottom: 15px;
    }
}
.guarantee__block p {
    margin-bottom: 11px;
}
.family__section {
    padding-bottom: 29px;
}
.family__section .family__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 450px;
    background-size: cover;
    background-position: 50% 0%;
    border-radius: 12px;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.family__section .family__bg.active {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .family__section .family__bg {
        height: 295px;
        border-radius: 0;
        left: -15px;
        right: -15px;
        background-position: 72% 50%;
    }
}
.family__section .btn {
    padding: 18px 40px;
    white-space: normal;
}
.family__section .h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0833;
    margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
    .family__section .h3 {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.087;
        margin-bottom: 24px;
    }
}
.family__section .h3 span {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .family__section .heading__hold {
        padding-right: 30px;
    }
}
.family__section .family__block-opener {
    display: none;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .family__section .family__block-opener {
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.family__section .family__slider {
    margin: 0 auto;
    max-width: 988px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .family__section .family__slider {
        margin-bottom: 6px;
    }
}
.family__section .slide {
    width: 33.333%;
    padding: 12px;
}
@media screen and (max-width: 991px) {
    .family__section .slide {
        width: 324px;
    }
}
@media screen and (max-width: 374px) {
    .family__section .slide {
        width: 290px;
    }
}
.family__section .bottom__box {
    background: #f5f5f5;
    overflow: hidden;
    height: 0;
    transition: height 0.2s linear;
}
.family__section .bottom__box h3 {
    margin-bottom: 20px;
}
.family__section .bottom__inner {
    padding: 19px 43px;
}
@media screen and (max-width: 767px) {
    .family__section .bottom__inner {
        padding-left: 33px;
        padding-right: 33px;
    }
}
.family__section .family__block {
    width: 302px;
    box-shadow: 0 1px 9px rgba(1, 48, 67, 0.1);
    border-radius: 4px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .family__section .family__block {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px) {
    .family__section .family__block {
        width: 266px;
    }
}
.family__section .family__block.family__active .bottom__box {
    height: auto;
}
.family__section .listing__01 {
    font-weight: 500;
    line-height: 1.375;
    margin: 0 40px 20px 0;
}
@media screen and (max-width: 767px) {
    .family__section .listing__01 {
        margin: 0 0 24px 0;
    }
}
.family__section .listing__01 li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .family__section .listing__01 li {
        margin-bottom: 14px;
        padding-left: 54px;
    }
}
.family__section .listing__01 .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 29px;
}
@media screen and (max-width: 767px) {
    .family__section .listing__01 .icon {
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .family__section .listing__01 br {
        display: none;
    }
}
.family__section .price__block {
    border: 1px dashed #013043;
    padding: 30px 5px 17px;
}
.family__section .price__block .savings {
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .family__section .price__block {
        padding-bottom: 13px;
    }
}
.family__section .price__block .price {
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    color: #ff8c00;
    line-height: 22px;
    margin: -15px 0 0 13px;
    position: relative;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .family__section .price__block .price {
        font-size: 45px;
        margin: -7px 0 0 30px;
    }
}
@media screen and (max-width: 374px) {
    .family__section .price__block .price {
        margin-left: 10px;
        font-size: 30px;
    }
}
.family__section .price__block .price sub {
    font-size: 32px;
    bottom: 0;
    left: -10px;
}
@media screen and (max-width: 374px) {
    .family__section .price__block .price sub {
        font-size: 20px;
        left: -5px;
    }
}
.family__section .invoice__info {
    padding: 0 0 23px 8px;
}
@media screen and (max-width: 767px) {
    .family__section .invoice__info {
        padding-bottom: 22px;
    }
}
.family__section .invoice__info:before {
    width: 4px;
    background: #ff8c00;
    position: absolute;
    top: 5px;
    left: -34px;
    content: "";
    bottom: 29px;
}
@media screen and (max-width: 767px) {
    .family__section .invoice__info:before {
        left: -33px;
        top: 0;
    }
}
.family__section .listing__02 {
    font-weight: 500;
    line-height: 1.375;
}
.family__section .listing__02 li {
    position: relative;
    padding-left: 17px;
    margin: 0 0 4px;
}
.family__section .listing__02 li:before {
    width: 7px;
    height: 7px;
    background: #ff8c00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
}
@media screen and (max-width: 767px) {
    .family__section .listing__02 li:before {
        top: 6px;
    }
}
.family__section .top__box {
    padding: 21px 22px 25px;
}
@media screen and (max-width: 767px) {
    .family__section .top__box {
        padding: 24px 18px 19px;
    }
}
.family__section .top__inner {
    padding: 0 11px;
}
@media screen and (max-width: 767px) {
    .family__section .top__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.family__section .dots {
    justify-content: center;
    display: none;
    margin-bottom: 30px;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .family__section .dots {
        display: flex;
        padding-top: 15px;
    }
}
@media screen and (max-width: 375px) {
    .family__section .dots {
        padding-top: 0;
    }
}
.family__section .dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #d8d8d8;
    overflow: hidden;
    text-indent: -9999px;
}
.family__section .dots a:hover {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.family__section .dots li {
    margin: 0 7px;
}
.family__section .dots li.active a {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.analyze__section {
    padding-top: 129px;
}
@media screen and (max-width: 991px) {
    .analyze__section {
        padding-top: 28px;
    }
}
.analyze__section h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
    max-width: 50%;
}
@media screen and (max-width: 767px) {
    .analyze__section h2 {
        text-align: center;
        font-size: 27px;
        line-height: 1.1111;
        max-width: none;
        margin-bottom: 20px;
    }
}
.analyze__section h2 span {
    color: #ff8c00;
}
.analyze__section .img__phone {
    position: absolute;
    bottom: 0;
    right: -37px;
    max-width: 52%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .analyze__section .img__phone {
        max-width: 76.5%;
        position: static;
        margin: 0 -9px 0 auto;
    }
}
.analyze__section .img__phone img {
    width: 100%;
    height: auto;
}
.analyze__section .analyze__inner {
    padding-bottom: 158px;
}
@media screen and (max-width: 767px) {
    .analyze__section .analyze__inner {
        padding-bottom: 76px;
    }
}
.analyze__section .analyze__text {
    line-height: 1.375;
    background: #f5f5f5;
    border-radius: 7px;
    background-color: #f5f5f5;
    min-height: 232px;
    padding: 32px 57% 20px 66px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .analyze__section .analyze__text {
        padding-left: 33px;
        padding-right: 50%;
    }
}
@media screen and (max-width: 767px) {
    .analyze__section .analyze__text {
        padding: 29px 30px 20px;
        margin: 0 -15px;
        font-size: 14px;
        min-height: 0;
        line-height: 1.3571;
        width: auto;
    }
}
.analyze__section p {
    margin-bottom: 9px;
}
.analyze__section .title {
    margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
    .analyze__section .title {
        margin-bottom: 12px;
    }
}
.analyze__section .btn__hold {
    padding-left: 14px;
    position: relative;
    margin-top: -23px;
    bottom: -46px;
}
@media screen and (max-width: 991px) {
    .analyze__section .btn__hold {
        padding-left: 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .analyze__section .btn__hold {
        margin-top: -37px;
    }
}
.analyze__section .btn {
    padding-left: 34px;
    padding-right: 34px;
    white-space: normal;
}
.why__us {
    padding: 63px 0 47px;
    background-size: cover;
    background-position: 50% 40%;
}
@media screen and (max-width: 767px) {
    .why__us {
        padding: 43px 0 23px;
    }
}
.why__us .dots {
    justify-content: center;
    display: none;
    align-items: center;
}
@media screen and (max-width: 991px) {
    .why__us .dots {
        display: flex;
    }
}
.why__us .dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #d8d8d8;
    overflow: hidden;
    text-indent: -9999px;
}
.why__us .dots a:hover {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.why__us .dots li {
    margin: 0 7px;
}
.why__us .dots li.active a {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
    width: 8px;
    height: 8px;
}
.why__us .why__us-heading {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .why__us .why__us-heading {
        margin-bottom: 30px;
    }
}
.why__us .title {
    margin-bottom: 9px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .why__us .title {
        margin-bottom: 5px;
    }
}
.why__us h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 80px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .why__us h2 {
        font-size: 26px;
        line-height: 1.1071;
        text-align: center;
        margin-bottom: 18px;
    }
}
.why__us .rated {
    color: #fff;
    border-radius: 60px;
    background: #013043;
    padding: 14px;
    font-size: 25px;
    font-weight: 700;
    min-width: 400px;
    margin: 5px;
    transition: background 0.2s linear;
}
@media screen and (max-width: 991px) {
    .why__us .rated {
        min-width: 320px;
        margin: 7px 2px 14px;
        font-size: 22px;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 374px) {
    .why__us .rated {
        min-width: 290px;
    }
}
.why__us .rated small {
    font-size: 10px;
    margin-top: -6px;
}
@media screen and (max-width: 991px) {
    .why__us .rated small {
        font-size: 9px;
    }
}
.why__us .rated:hover {
    background: #ff8c00;
}
.why__us .rated img {
    margin-left: 31px;
}
@media screen and (max-width: 991px) {
    .why__us .rated img {
        margin-left: 22px;
    }
}
.why__us--item {
    color: #013043;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    background: #fff;
    padding: 25px 20px 17px;
    height: 100%;
    box-shadow: 0 1px 8px rgba(1, 48, 67, 0.1);
    border-radius: 4px;
    min-height: 277px;
}
@media screen and (max-width: 767px) {
    .why__us--item {
        font-size: 14px;
        line-height: 1.3571;
        padding: 17px 8px 27px;
    }
}
.why__us .icon-hold {
    margin-bottom: 11px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.why__us .icon-hold img {
    height: 85px;
}
.why__us p {
    line-height: 1.3976;
    font-weight: 400;
}
.why__us .why__us-slider {
    display: flex;
    max-width: 938px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .why__us .why__us-slider {
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .why__us .why__us-slider {
        flex-wrap: nowrap;
        margin-bottom: 33px;
    }
}
.why__us .slide {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 10px 7px;
    min-width: 300px;
}
@media screen and (max-width: 767px) {
    .why__us .slide {
        padding: 10px;
    }
}
.process__block {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .process__block {
        margin-bottom: 25px;
    }
}
.process__block .process__inner {
    border-radius: 12px;
    background: #f5f5f5;
    padding: 19px 26px 20px;
    font-weight: 700;
    line-height: 1.25;
}
@media screen and (max-width: 767px) {
    .process__block .process__inner {
        font-size: 14px;
        line-height: 1.2857;
        padding: 44px 26px 42px;
    }
}
.process__block .process__icon {
    margin-bottom: 15px;
    min-height: 63px;
}
@media screen and (max-width: 767px) {
    .process__block .process__icon {
        margin-bottom: 8px;
    }
}
.process__block ul {
    max-width: 978px;
}
.process__block li {
    width: 25%;
    padding: 18px 10px;
}
@media screen and (max-width: 767px) {
    .process__block li {
        width: 50%;
    }
}
.about__us-logos {
    padding: 38px 0 7px;
    background: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .about__us-logos {
        padding: 43px 0 31px;
    }
}
.about__us-logos .block-title {
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .about__us-logos .block-title {
        font-size: 18px;
        margin-bottom: 17px;
    }
}
.about__us-logos li {
    padding: 10px 25px;
    transition: opacity 0.2s linear;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .about__us-logos li {
        padding: 10px 15px;
        width: 50%;
    }
}
@media screen and (max-width: 374px) {
    .about__us-logos li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.about__us-logos img {
    filter: grayscale(100%);
}
.faq__section {
    line-height: 1.375;
    padding: 37px 0 51px;
}
@media screen and (max-width: 767px) {
    .faq__section {
        font-size: 14px;
        line-height: 1.4286;
        padding: 35px 0 34px;
    }
}
.faq__section h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 35px;
    padding-top: 23px;
}
@media screen and (max-width: 991px) {
    .faq__section h2 {
        text-align: center;
        padding-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .faq__section h2 {
        font-size: 28px;
        line-height: 1.0357;
        margin-bottom: 26px;
    }
}
.faq__section h2 span {
    color: #ff8c00;
}
.faq__section .faq__accordion {
    max-width: 565px;
}
@media screen and (max-width: 991px) {
    .faq__section .faq__accordion {
        max-width: none;
    }
}
.faq__section .faq_opener-text {
    background: #f5f5f5;
    padding: 17px 59px 13px 37px;
    border-radius: 35px;
    transition: background 0.2s linear;
}
@media screen and (max-width: 767px) {
    .faq__section .faq_opener-text {
        border-radius: 30px;
    }
}
@media screen and (max-width: 374px) {
    .faq__section .faq_opener-text {
        padding-left: 15px;
        padding-right: 50px;
    }
}
.faq__section .faq_opener-text .faq_opener {
    right: 31px;
    top: 50%;
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform: translateY(-50%) rotate(0);
}
@media screen and (max-width: 767px) {
    .faq__section .faq_opener-text .faq_opener {
        right: 26px;
    }
}
.faq__section .faq_opener-text .faq_opener:hover {
    opacity: 0.5;
}
.faq__section .faq_slide {
    color: #fff;
    height: 0;
    transition: height 0.2s linear;
    overflow: hidden;
}
.faq__section .faq_slide p:last-child {
    margin-bottom: 0;
}
.faq__section .faq_slide-inner {
    border-radius: 44px;
    margin: 0;
    padding: 16px 33px 25px;
    background: none;
}
@media screen and (max-width: 374px) {
    .faq__section .faq_slide-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.faq__section li {
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.faq__section li:after {
    left: -10px;
    right: -10px;
    top: 33px;
    height: 0;
    content: "";
    background: #013043;
    position: absolute;
    z-index: -1;
    transition: height 0.2s linear;
    display: block;
}
.faq__section li.slide__active:after {
    height: 100%;
}
.faq__section li.slide__active .faq_opener-text .faq_opener {
    transform: translateY(-50%) rotate(180deg);
}
.faq__section .btn {
    margin-bottom: 20px;
    padding-left: 38px;
    padding-right: 38px;
}
@media screen and (max-width: 991px) {
    .faq__section .btn {
        margin-bottom: 0;
    }
}
.faq__section .bottom__text {
    padding-right: 112px;
}
@media screen and (max-width: 991px) {
    .faq__section .bottom__text {
        padding-right: 0;
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
    }
}
.faq__section .contact__number {
    color: #013043;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    text-align: left;
    transition: color 0.2s linear;
    margin-right: 9px;
}
@media screen and (max-width: 991px) {
    .faq__section .contact__number {
        width: 57px;
        height: 55px;
        border-radius: 7px;
        border: 1px solid #ff8c00;
        padding: 9px 10px;
    }
}
.faq__section .contact__number:hover {
    color: #ff8c00;
}
@media screen and (max-width: 991px) {
    .faq__section .contact__number .text {
        display: none;
    }
}
.faq__section .contact__number .icon {
    position: absolute;
    left: 1px;
    top: -4px;
}
@media screen and (max-width: 991px) {
    .faq__section .contact__number .icon {
        position: static;
    }
}
@media screen and (max-width: 991px) {
    .faq__section .contact__number svg {
        width: 27px;
    }
}
.faq__section .contact__number .number {
    display: block;
    font-size: 26px;
    line-height: 12px;
}
.faq__section .contact__number small {
    font-size: 10px;
    margin-top: 7px;
    display: inline-block;
}
@media screen and (max-width: 991px) {
    .faq__section .faq__inner {
        padding-bottom: 90px;
    }
}
.timeline__section {
    line-height: 1;
    padding: 60px 0;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .timeline__section {
        font-size: 14px;
        line-height: 1.1429;
        padding: 49px 0;
        margin-bottom: 30px;
    }
}
.timeline__section h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.0357;
    margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
    .timeline__section h2 {
        font-size: 27px;
        line-height: 1.1111;
        margin-bottom: 39px;
    }
}
.timeline__section h2 span {
    color: #ff8c00;
}
.timeline__section.style__01 {
    padding: 26px 0 45px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .timeline__section.style__01 {
        padding: 26px 0 22px;
        margin-left: -30px;
    }
}
.timeline__section.style__01 .timeline__inner {
    background: none;
}
@media screen and (max-width: 767px) {
    .timeline__section.style__01 .timeline__inner {
        padding: 10px 0 0;
    }
}
.timeline__section.style__01 h2 {
    font-size: 35px;
    margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .timeline__section.style__01 h2 {
        font-size: 28px;
        line-height: 1.0357;
        margin-bottom: 41px;
    }
}
.timeline__section .scroll-bar {
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    .timeline__section .scroll-bar {
        padding: 15px 0;
    }
}
.timeline__section .timeline__inner {
    border-radius: 12px;
    background: #f5f5f5;
    line-height: 1;
    padding: 39px 0;
}
@media screen and (max-width: 767px) {
    .timeline__section .timeline__inner {
        padding-top: 50px;
    }
}
.timeline__section .timeline-img {
    position: absolute;
    bottom: 0;
    left: -121px;
}
.timeline__section .timeline-img img {
    width: 1091px;
    height: 104px;
}
@media (min-width: 576px) {
    .timeline__section .timeline-img img {
        width: auto;
        height: auto;
    }
}
.timeline__section .timeline__main {
    min-height: 180px;
    padding-left: 18px;
    padding-bottom: 7px;
    align-items: center;
    display: flex;
}
@media (min-width: 576px) {
    .timeline__section .timeline__main {
        padding-left: 62px;
    }
}
.timeline__section .timeline__block {
    padding-bottom: 11px;
    margin-bottom: 16px;
    max-width: 250px;
    flex: 0 0 250px;
}
@media (min-width: 576px) {
    .timeline__section .timeline__block {
        max-width: 330px;
        flex: 0 0 330px;
    }
}
.timeline__section .timeline__block.align-start {
    align-self: flex-start;
    margin: 0;
}
.timeline__section .timeline__block.align-end {
    align-self: flex-end;
    margin: 0;
}
.timeline__section .timeline__block.two {
    max-width: 240px;
    flex: 0 0 240px;
}
@media (min-width: 576px) {
    .timeline__section .timeline__block.two {
        max-width: 318px;
        flex: 0 0 318px;
    }
}
.timeline__section .timeline__block.three {
    max-width: 221px;
    flex: 0 0 221px;
}
@media (min-width: 576px) {
    .timeline__section .timeline__block.three {
        max-width: 288px;
        flex: 0 0 288px;
    }
}
.timeline__section .timeline__block.four {
    max-width: 180px;
    flex: 0 0 180px;
    margin-bottom: 0;
}
.timeline__section .timeline__block .inner {
    border-left: 1px dashed #013043;
    padding-left: 14px;
    max-width: 193px;
    min-height: 90px;
}
.timeline__section .timeline__block:before {
    width: 11px;
    height: 11px;
    border: 2px solid #013043;
    background: #fff;
    position: absolute;
    left: -5px;
    top: -7px;
    content: "";
    border-radius: 50%;
}
.timeline__section .timeline__block:after {
    width: 18px;
    height: 18px;
    border: 3px solid #013043;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: -9px;
    bottom: -9px;
    content: "";
    z-index: 2;
}
.timeline__section .timeline__title {
    color: #ff8c00;
    font-size: 24px;
    position: relative;
    top: -17px;
    margin-bottom: -14px;
}
@media screen and (max-width: 767px) {
    .timeline__section .timeline__title {
        margin-bottom: -11px;
    }
}
.timeline__section .btn__hold {
    margin-top: -50px;
    bottom: -68px;
}
@media screen and (max-width: 767px) {
    .timeline__section .btn__hold {
        margin-top: -61px;
    }
}
.timeline__section .scroll__left,
.timeline__section .scroll__right {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s linear;
}
.timeline__section .scroll__left:hover,
.timeline__section .scroll__right:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.timeline__section .scroll__right {
    left: auto;
    right: 12px;
}
.news__block {
    padding: 88px 0 57px;
    line-height: 1.375;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .news__block {
        padding: 14px 0 39px;
        font-size: 13px;
        line-height: 1.4615;
    }
}
.news__block .news__block-slider-hold {
    margin: 0 auto;
    max-width: 1080px;
}
@media screen and (max-width: 767px) {
    .news__block .news__block-slider-hold {
        margin: 0 -15px;
    }
}
.news__block .news__block-slider {
    display: flex;
}
.news__block--hold {
    margin: 0 -10px;
}
@media screen and (max-width: 767px) {
    .news__block--hold {
        margin: 0 -15px 16px;
    }
}
.news__block .slide {
    padding: 10px 29px 30px;
    max-width: 360px;
    flex: 0 0 360px;
}
@media screen and (max-width: 1199px) {
    .news__block .slide {
        padding: 10px 15px 26px;
        max-width: 305px;
        flex: 0 0 305px;
    }
}
.news__block .read--more {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.news__block .title {
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .news__block .title {
        font-size: 14px;
        line-height: 1.5714;
        margin-bottom: 5px;
    }
}
.news__block .title a {
    transition: color 0.2s linear;
}
.news__block .title a:hover {
    color: #ffc000;
}
.news__block--img {
    background-size: cover;
    background-position: 50% 50%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 9px;
    height: 190px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .news__block--img {
        height: 175px;
        margin-bottom: 13px;
    }
}
.news__block--img:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #013043;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.news__block--img:hover:after {
    opacity: 0.7;
}
.news__block--img:hover .read--more {
    opacity: 1;
}
.news__block .dots {
    justify-content: center;
    display: none;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .news__block .dots {
        display: flex;
    }
}
.news__block .dots a {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #d8d8d8;
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: -99999px;
}
.news__block .dots a:hover {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
}
.news__block .dots li {
    margin: 0 7px;
}
.news__block .dots li.active a {
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    border: none;
}
.reasons__intro {
    padding: 63px 0 38px;
    color: #013043;
    font-size: 18px;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .reasons__intro {
        font-size: 14px;
        line-height: 1.4278;
        padding: 49px 0 20px;
    }
}
.subscribe__btn-hold {
    padding-bottom: 84px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .subscribe__btn-hold {
        padding: 49px 0 52px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe__btn-hold .btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.reasons__count {
    color: #013043;
    font-size: 16px;
    line-height: 1.4667;
    background: #f5f5f5;
    padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
    .reasons__count {
        padding: 104px 0 35px;
    }
}
.reasons__count:nth-child(even) .row {
    flex-direction: row-reverse;
}
.reasons__count:before {
    width: 48px;
    height: 48px;
    border: 12px solid #fff;
    background: #fff url("/images/arrow-down.svg");
    position: absolute;
    left: 46%;
    transform: translateX(-50%);
    content: "";
    top: 78px;
    margin-left: 2px;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .reasons__count:before {
        top: 125px;
        margin-left: 34px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count:before {
        width: 36px;
        height: 36px;
        border: 6px solid #f5f5f5;
        top: auto;
        bottom: -40px;
        z-index: 2;
        transform: rotate(35deg) !important;
        margin: 0 0 0 -18px !important;
    }
}
.reasons__count:after {
    background-repeat: repeat-y;
    width: 141px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 46%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    content: "";
    pointer-events: none;
    margin-left: -11px;
}
@media screen and (max-width: 767px) {
    .reasons__count:after {
        width: 15px !important;
        height: 112px !important;
        background-image: url("/images/curve-line-mobile.png") !important;
        top: auto;
        transform: translateX(-50%);
        bottom: -81px;
        margin: 0 !important;
        z-index: 1;
    }
}
.reasons__count:nth-child(even):after {
    background-image: url("/images/curve_line02.png");
    margin-left: 14px;
}
.reasons__count:nth-child(odd):after {
    background-image: url("/images/curve_line03.png");
}
.reasons__count:nth-child(odd):before {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    transform: scaleX(-1);
    margin-left: -24px;
}
@media screen and (max-width: 991px) {
    .reasons__count:nth-child(odd):before {
        margin-left: -53px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count:nth-child(odd):before {
        border-color: #fff;
    }
}
.reasons__count:first-child:before {
    background: #fff url("/images/arrow-down01.svg");
    transform: scaleX(1);
    margin-left: -7px;
    top: auto;
    bottom: 311px;
}
@media screen and (max-width: 991px) {
    .reasons__count:first-child:before {
        margin-left: -34px;
        bottom: 274px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count:first-child:before {
        background: #fff url("/images/arrow-down.svg");
        bottom: 0;
        margin-left: -18px;
        border: 6px solid #f5f5f5;
    }
}
.reasons__count:first-child:after {
    height: 315px;
    width: 78px;
    background-image: url("/images/curve-line.png");
    top: auto;
    bottom: 0;
    margin-left: -33px;
}
@media screen and (max-width: 767px) {
    .reasons__count:first-child:after {
        bottom: -40px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count:first-of-type {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count:last-child:before {
        display: none;
    }
}
.reasons__count .min-h-400 {
    min-height: 400px;
}
@media screen and (max-width: 767px) {
    .reasons__count .min-h-400 {
        min-height: 0;
    }
}
.reasons__count:nth-child(even) {
    background: none;
}
.reasons__count h2 {
    color: #013043;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.0857;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .reasons__count h2 {
        font-size: 28px;
        line-height: 1.1071;
        text-align: center;
        margin-bottom: 21px;
    }
}
.reasons__count h2 span {
    color: #ff8c00;
}
.reasons__count p {
    margin-bottom: 22px;
}
.reasons__count .icon {
    padding-left: 37px;
    width: 366px;
    counter-increment: reasons-count;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon {
        padding-left: 0;
        width: 208px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count .icon {
        display: block;
        margin-bottom: 23px;
    }
}
.reasons__count .icon:before {
    content: counter(reasons-count);
    z-index: -1;
    position: absolute;
    left: 54%;
    top: 29%;
    transform: translate(-50%, -50%);
    color: #013043;
    font-size: 235px;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon:before {
        font-size: 148px;
        left: 49%;
        top: 29%;
    }
}
.reasons__count .icon.icon-01 {
    width: 293px;
    padding-left: 34px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-01 {
        padding: 0;
        width: 182px;
    }
}
.reasons__count .icon.icon-01:before {
    left: 51%;
    top: 48%;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-01:before {
        font-size: 164px;
        left: 45%;
        top: 49%;
    }
}
.reasons__count .icon.icon-02 {
    width: 312px;
    padding-left: 22px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-02 {
        padding: 0;
        width: 183px;
    }
}
.reasons__count .icon.icon-02:before {
    left: 62%;
    top: 40%;
    font-size: 205px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-02:before {
        left: 61%;
        top: 37%;
        font-size: 129px;
    }
}
.reasons__count .icon.icon-03 {
    width: 315px;
    padding-left: 10px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-03 {
        padding: 0;
        width: 193px;
    }
}
.reasons__count .icon.icon-03:before {
    left: 57.5%;
    top: 34%;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-03:before {
        left: 55.5%;
    }
}
.reasons__count .icon.icon-04 {
    width: 368px;
    padding: 0 11px 0 0;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-04 {
        padding: 0;
        width: 225px;
    }
}
.reasons__count .icon.icon-04:before {
    left: 60%;
    top: 44%;
    font-size: 205px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-04:before {
        left: 63%;
        top: 43%;
        font-size: 129px;
    }
}
.reasons__count .icon.icon-05 {
    width: 410px;
    padding: 0 0 0 74px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-05 {
        padding: 0;
        width: 212px;
    }
}
.reasons__count .icon.icon-05:before {
    left: 51%;
    top: 54%;
    font-size: 205px;
}
@media screen and (max-width: 991px) {
    .reasons__count .icon.icon-05:before {
        left: 40%;
        top: 55%;
        font-size: 129px;
    }
}
@media screen and (min-width: 992px) {
    .reasons__count .icon img {
        width: 100%;
        height: auto;
    }
}
.reasons__count .text__hold {
    padding-left: 102px;
    max-width: 560px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .reasons__count .text__hold {
        padding-left: 0;
        max-width: none;
    }
}
.reasons__count ul {
    margin-bottom: 0;
    padding-left: 0;
}
.reasons__count ul li {
    position: relative;
    padding-left: 17px;
}
@media screen and (max-width: 767px) {
    .reasons__count ul li {
        margin-bottom: 1px;
    }
}
.reasons__count ul li:before {
    width: 5px;
    height: 5px;
    background-color: #ff8c00;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    border-radius: 50%;
}
.reasons__count-hold {
    counter-reset: reasons-count;
    position: relative;
}
.reasons__count-hold .curve__line {
    background-repeat: repeat-y;
    width: 155px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}
.reasons__count-hold.style__01 .reasons__count {
    line-height: 1.3333;
}
.reasons__count-hold.style__01 .reasons__count:nth-child(even) .row {
    flex-direction: row-reverse;
}
.reasons__count-hold.style__01 .reasons__count:nth-child(even) .icon {
    padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:nth-child(even) .icon {
        padding: 0;
    }
}
.reasons__count-hold.style__01 .reasons__count:before {
    width: 40px;
    height: 40px;
    border: 10px solid #fff;
    background: #fff url("/images/arrow-down03.svg");
    top: 63px;
    margin-left: 2px;
}
@media screen and (max-width: 991px) {
    .reasons__count-hold.style__01 .reasons__count:before {
        top: 60px;
        margin-left: 4px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:before {
        width: 36px;
        height: 36px;
        border: 6px solid #f5f5f5;
        background: #fff url("/images/arrow-down.svg");
        top: auto;
        bottom: -40px;
    }
}
.reasons__count-hold.style__01 .reasons__count:nth-child(odd):before {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    transform: scaleX(-1);
    margin-left: -24px;
}
@media screen and (max-width: 991px) {
    .reasons__count-hold.style__01 .reasons__count:nth-child(odd):before {
        margin-left: -21px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:nth-child(odd):before {
        border-color: #fff;
        margin-left: -53px;
    }
}
.reasons__count-hold.style__01 .reasons__count:nth-child(odd) .icon {
    padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:nth-child(odd) .icon {
        padding: 0;
    }
}
.reasons__count-hold.style__01 .reasons__count:first-child:before {
    background: #fff url("/images/arrow-down03.svg");
    margin-left: -24px;
    top: auto;
    bottom: 235px;
    width: 40px;
    height: 41px;
}
@media screen and (max-width: 991px) {
    .reasons__count-hold.style__01 .reasons__count:first-child:before {
        margin-left: -26px;
        bottom: 233px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:first-child:before {
        background: #fff url("/images/arrow-down.svg");
        bottom: 0;
        width: 36px;
        height: 36px;
        margin-left: -18px;
        border: 6px solid #f5f5f5;
    }
}
.reasons__count-hold.style__01 .reasons__count:first-child:after {
    height: 264px;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:first-child:after {
        bottom: -40px;
    }
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count:last-child:after {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .reasons__count-hold.style__01 .reasons__count .container {
        max-width: 1032px;
    }
}
.reasons__count-hold.style__01 .reasons__count .icon {
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count .icon {
        width: 100%;
    }
}
.reasons__count-hold.style__01 .reasons__count .icon:before {
    display: none;
}
@media screen and (min-width: 992px) {
    .reasons__count-hold.style__01 .reasons__count .icon img {
        width: auto;
        height: auto;
    }
}
.reasons__count-hold.style__01 .reasons__count .min-h-400 {
    min-height: 290px;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count .min-h-400 {
        min-height: 0;
    }
}
.reasons__count-hold.style__01 .reasons__count h2 {
    font-size: 28px;
    line-height: 1.0714;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count h2 {
        line-height: 1.1071;
        margin-bottom: 19px;
    }
}
.reasons__count-hold.style__01 .reasons__count p {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .reasons__count-hold.style__01 .reasons__count p {
        margin-bottom: 13px;
    }
}
.reasons__count-hold.style__01 .reasons__count .text__hold {
    padding-left: 74px;
}
.reasons__count-hold.style__01 .reasons__count .text__hold .offer-verte {
    margin-right: 70px;
}
.reasons__count-hold.style__01 .reasons__count .text__hold .list-origin {
    margin-right: 90px;
}
@media screen and (max-width: 991px) {
    .reasons__count-hold.style__01 .reasons__count .text__hold {
        padding-left: 0;
    }
}
.reasons__count-hold.style__01 .reasons__count .text__hold .offer-verte {
    margin-right: 0;
}
.reasons__count-hold.style__01 .reasons__count .text__hold .list-origin {
    margin-right: 0;
}
.reasons__count-hold.style__01 .reasons__count .text__hold.avantages {
    padding-left: 53px;
}
@media screen and (max-width: 991px) {
    .reasons__count-hold.style__01 .reasons__count .text__hold.avantages {
        padding-left: 0;
    }
}
a,
button {
    transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border-color 0.3s linear;
}
.intro__description {
    background: #f5f5f5;
    padding-bottom: 36px;
    color: #013043;
    line-height: 1.375;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
    .intro__description {
        padding: 35px 0 18px;
    }
}
.intro__description--content-hold {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    top: -79px;
    margin-bottom: -93px;
}
@media screen and (max-width: 767px) {
    .intro__description--content-hold {
        top: -116px;
        margin-bottom: -114px;
    }
}
.intro__description .text {
    padding: 5px;
    flex: 1;
}
.intro__description--content {
    padding: 32px 15px 13px;
    max-width: 976px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .intro__description--content {
        padding: 36px 9px 10px;
    }
}
.latest__article {
    height: 100%;
    padding-bottom: 43px;
    color: rgba(1, 48, 67, 0.65);
    font-size: 15px;
    line-height: 1.2333;
}
@media screen and (max-width: 767px) {
    .latest__article {
        padding-bottom: 23px;
    }
}
.latest__article .img {
    padding-top: 67%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 5px;
}
.latest__article .article-category-link-holder {
    font-size: 13px;
    font-weight: 500;
}
.latest__article .latest__article-description {
    border-radius: 5px;
    margin: 0 35px -75px;
    top: -75px;
    padding: 23px 36px 25px;
    min-height: 150px;
}
@media screen and (max-width: 1199px) {
    .latest__article .latest__article-description {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 375px) {
    .latest__article .latest__article-description {
        top: -64px;
        margin: 0 30px -64px;
        padding: 20px 30px;
    }
}
.latest__article .latest__article-description:before {
    position: absolute;
    top: 25px;
    left: 0;
    width: 4px;
    height: 25px;
    background: #ff8c00;
    content: "";
}
.latest__article p {
    margin-bottom: 18px;
}
.latest__article h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3078;
    margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
    .latest__article h3 {
        margin-bottom: 6px;
        font-size: 23px;
    }
}
.latest__article h3 a {
    color: #013043;
}
.latest__article h3 a:hover {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .latest__article p {
        margin-bottom: 9px;
    }
}
.latest__article .link {
    color: #ff8c00;
    text-decoration: underline;
}
.latest__article .link:hover {
    text-decoration: none;
}
@media screen and (min-width: 767px) {
    .mx-md-n12 {
        margin: 0 -12px;
    }
}
@media screen and (min-width: 767px) {
    .px-md-12 {
        padding: 0 12px;
    }
}
.pagination.custom-pagination-01 {
    color: #013043;
    font-weight: 400;
}
.pagination.custom-pagination-01 li {
    margin: 0 7px;
}
.pagination.custom-pagination-01 .arrow {
    fill: #ffc000;
}
.pagination.custom-pagination-01 a {
    color: #013043;
}
.pagination.custom-pagination-01 a:hover {
    color: #ffc000;
}
.pagination.custom-pagination-01 a:hover svg {
    opacity: 0.5;
}
.pagination.custom-pagination-01 .page-link {
    border-radius: 50%;
    width: 22px;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    background: transparent;
    border: none;
    line-height: 17px;
    box-shadow: none;
}
.pagination.custom-pagination-01 .active .page-link {
    width: 22px;
    height: 22px;
    background-image: linear-gradient(180deg, #ffc000 0%, #f25314 100%);
    text-align: center;
    color: #fff;
}
.bg-wild-sand {
    background: #f5f5f5;
}
.info__list {
    font-size: 14px;
    line-height: 1.4143;
    padding: 28px 0 45px;
}
@media screen and (max-width: 767px) {
    .info__list {
        padding: 34px 0 31px;
    }
}
.info__list .icon {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    max-width: 18px;
}
@media screen and (max-width: 767px) {
    .info__list .icon {
        display: block;
        max-width: 24px;
        margin: 0 auto 10px;
    }
}
.info__list .icon img {
    width: 100%;
    height: auto;
}
.info__list li {
    margin: 20px;
}
@media screen and (max-width: 575px) {
    .info__list li {
        margin: 0 15px 15px;
    }
}
.info__list a {
    text-decoration: underline;
    color: #013043;
    font-size: 16px;
}
.info__list a:hover {
    text-decoration: none;
}
.my-offer {
    padding: 131px 0 84px;
}
@media screen and (max-width: 767px) {
    .my-offer {
        padding: 95px 0 41px;
    }
}
.my-offer .my-offer__inner {
    padding: 0 64px 10px;
}
@media screen and (max-width: 991px) {
    .my-offer .my-offer__inner {
        padding: 0 0 18px;
    }
}
.my-offer h2 {
    color: #013043;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .my-offer h2 {
        font-size: 28px;
        line-height: 1.0357;
        margin-bottom: 35px;
    }
}
.my-offer h2 span {
    color: #ff8c00;
}
.offer__article {
    font-size: 15px;
    line-height: 1.2667;
    color: #013043;
    padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
    .offer__article {
        padding-bottom: 18px;
        font-size: 14px;
        line-height: 1.3571;
    }
}
.offer__article .img {
    border-radius: 8px 8px 0 0;
    padding-top: 163px;
    background-size: cover;
    background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
    .offer__article .img {
        padding-top: 138px;
    }
}
.offer__article p {
    margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
    .offer__article p {
        margin-bottom: 9px;
    }
}
.offer__article h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .offer__article h3 {
        margin-bottom: 13px;
    }
}
.offer__article h3 a {
    color: #013043;
}
.offer__article h3 a:hover {
    color: #ff8c00;
}
.offer__article .article__des {
    padding: 34px 37px 9px;
    background: #f8f8f8;
    border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
    .offer__article .article__des {
        padding: 26px 10px 30px;
    }
}
.bottom-nav-links {
    font-size: 14px;
    padding: 26px 0;
}
@media screen and (max-width: 767px) {
    .bottom-nav-links {
        padding: 43px 0;
    }
}
.bottom-nav-links li {
    padding: 8px 30px;
}
.bottom-nav-links a {
    color: #013043;
}
.bottom-nav-links a:hover {
    color: #ff8c00;
}
.notification__info {
    color: #013043;
}
@media screen and (max-width: 767px) {
    .notification__info {
        font-size: 14px;
        line-height: 1.3571;
        padding: 23px 0;
    }
}
.notification__info .icon {
    max-width: 57px;
    flex: 0 0 57px;
    margin: -9px 46px -9px 0;
}
@media screen and (max-width: 991px) {
    .notification__info .icon {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .notification__info .icon {
        max-width: 51px;
        flex: 0 0 51px;
        margin: 0 14px 0 0;
    }
}
.notification__info .icon img {
    width: 100%;
    height: auto;
}
.create-subscription {
    margin-bottom: 10px;
}
.service-client {
    font-size: 11px;
}
.page__banner.text-center.small_banner.offer-background {
    background-position: center bottom;
}
@media screen and (max-width: 767px) {
    .page__banner.text-center.small_banner.offer-background {
        background-position: unset;
    }
}
.page__banner + .breadcrumb__hold {
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0;
}
.page__banner + .breadcrumb__hold .breadcrumb {
    padding: 10px 0;
}
.page__banner .search-form {
    max-width: 464px;
    margin: 0 auto;
    box-shadow: 0 1px 8px rgba(1, 48, 67, 0.15);
    border-radius: 26px;
}
@media screen and (max-width: 767px) {
    .page__banner .search-form {
        max-width: 298px;
    }
}
.page__banner .search-form input[type=search] {
    padding-top: 14px;
    padding-bottom: 14px;
}
.page__banner .search-form button {
    height: 50px;
    width: 42px;
}
.themes {
    font-size: 21px;
    color: #013043;
    padding: 41px 0 47px;
}
@media screen and (max-width: 767px) {
    .themes {
        font-size: 16px;
        padding: 52px 0 49px;
    }
}
.themes h2 {
    font-size: 36px;
    margin: 0 72px 8px;
}
@media screen and (max-width: 991px) {
    .themes h2 {
        margin: 0 0 8px;
    }
}
@media screen and (max-width: 767px) {
    .themes h2 {
        font-size: 28px;
        margin-bottom: 21px;
    }
}
.themes ul {
    padding: 0 10px;
}
@media screen and (max-width: 991px) {
    .themes ul {
        padding: 0;
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px) {
    .themes ul {
        margin: 0 -7px;
    }
}
.themes ul .box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    background-color: #fff;
    padding: 18px 10px;
    min-height: 152px;
}
@media screen and (max-width: 767px) {
    .themes ul .box {
        min-height: 100px;
    }
}
.themes ul .box:hover {
    color: #ff8c00;
}
@media screen and (min-width: 768px) {
    .themes img {
        width: auto;
        height: auto;
    }
}
.themes li {
    padding: 22px 32px 23px;
    max-width: 33.333%;
    flex: 0 0 33.333%;
}
@media screen and (max-width: 991px) {
    .themes li {
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .themes li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 7px;
    }
}
.themes li strong {
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .themes li strong {
        margin: 3px 0 0;
    }
}
.faq__inner .row .position-static p span {
    font-size: 45px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 35px;
    padding-top: 23px;
}
.faq__inner .row .position-static p .orange-title {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .faq__inner .row .position-static p span {
        font-size: 28px;
    }
}
.faq__block {
    padding: 87px 0 65px;
    color: #013043;
}
@media screen and (max-width: 767px) {
    .faq__block {
        padding: 49px 0 26px;
    }
}
.faq__block .faq__block-inner {
    padding: 0 72px;
    max-width: 976px;
}
@media screen and (max-width: 991px) {
    .faq__block .faq__block-inner {
        padding: 0;
    }
}
.faq__block h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.0857;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .faq__block h2 {
        font-size: 28px;
        line-height: 1.1071;
        text-align: center;
        margin-bottom: 21px;
    }
}
.faq__block h2 span {
    color: #ff8c00;
}
.faq__block .faq_opener {
    border-bottom: 1px solid #e8e8e8;
    color: #013043;
    font-size: 21px;
    padding: 25px 60px 25px 0;
}
@media screen and (max-width: 767px) {
    .faq__block .faq_opener {
        font-size: 18px;
        padding: 16px 50px 16px 0;
        line-height: 1.1667;
    }
}
.faq__block .faq_opener:hover {
    color: #ff8c00;
}
.faq__block .faq_opener .icon {
    width: 33px;
    height: 33px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.2s linear;
}
@media screen and (max-width: 767px) {
    .faq__block .faq_opener .icon {
        width: 31px;
        height: 31px;
    }
}
.faq__block .faq_opener .icon img {
    width: 100%;
    height: auto;
}
.faq__block .faq_slide {
    height: 0;
    background: #e8e8e8;
}
.faq__block .faq_slide-inner {
    padding: 15px;
}
.faq__block .slide__active .faq_opener .icon {
    transform: translateY(-50%) rotate(90deg);
}
.faq__block .slide__active .faq_slide {
    height: auto;
    transition: height 0.2s linear;
}
.contacts__block {
    color: #013043;
    font-size: 15px;
    line-height: 1.3227;
}
@media screen and (max-width: 767px) {
    .contacts__block {
        font-size: 14px;
        line-height: 1.4171;
    }
}
.contacts__block .p-r-32 {
    padding-right: 32px;
}
@media screen and (max-width: 1199px) {
    .contacts__block .p-r-32 {
        padding-right: 0;
    }
}
.contacts__block .contacts__inner {
    padding: 76px 0 100px;
}
@media screen and (max-width: 767px) {
    .contacts__block .contacts__inner {
        padding: 65px 0 149px;
    }
}
.contacts__block h2 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
    .contacts__block h2 {
        font-size: 28px;
        line-height: 1.0357;
        margin-bottom: 11px;
    }
}
.contacts__block h2 span {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .contacts__block .img__hold {
        margin-bottom: 30px;
    }
}
.contacts__block .img__hold img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.contacts__block .contact__number-hold {
    padding: 20px 0 32px;
    max-width: 460px;
}
@media screen and (max-width: 767px) {
    .contacts__block .contact__number-hold {
        max-width: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 28px;
    }
}
.contacts__block .button-link {
    margin: 0 20px 10px 0;
    max-width: calc( 50% - 20px);
}
@media screen and (max-width: 991px) {
    .contacts__block .button-link {
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .contacts__block .button-link {
        margin: 0 18px;
    }
}
.contact__form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    position: relative;
    padding: 36px 67px;
    margin-top: 12px;
}
@media screen and (max-width: 1199px) {
    .contact__form {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .contact__form {
        margin-top: 6px;
        padding: 26px 15px 28px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    }
}
.contact__form:before {
    position: absolute;
    left: 0;
    top: 34px;
    content: "";
    width: 4px;
    height: 37px;
    background: #ff8c00;
}
@media screen and (max-width: 767px) {
    .contact__form:before {
        width: 3px;
        height: 28px;
        top: 23px;
        left: 9px;
    }
}
.contact__form h3 {
    font-size: 26px;
    margin-bottom: 43px;
    padding-left: 43px;
}
@media screen and (max-width: 767px) {
    .contact__form h3 {
        padding-left: 52px;
        font-size: 18px;
        margin-bottom: 29px;
    }
}
.contact__form h3 .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
}
@media screen and (max-width: 767px) {
    .contact__form h3 .icon {
        width: 19px;
        left: 21px;
    }
}
.contact__form h3 .icon svg {
    width: 100%;
    height: auto;
}
.contact__form .input__hold {
    margin: 0 -5px;
    display: flex;
}
@media screen and (max-width: 767px) {
    .contact__form .input__hold {
        display: block;
    }
}
.contact__form .input {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50%;
    padding: 0 5px;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .contact__form .input {
        margin-bottom: 15px;
    }
}
.contact__form textarea,
.contact__form input[type=email],
.contact__form input[type=text] {
    width: 100%;
    height: 43px;
    box-shadow: 0 1px 8px rgba(1, 48, 67, 0.15);
    border-radius: 20px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 27px;
    border: 0;
    color: #93a8af;
}
.contact__form textarea::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=text]::-moz-placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea:-ms-input-placeholder, .contact__form input[type=email]:-ms-input-placeholder, .contact__form input[type=text]:-ms-input-placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea::placeholder,
.contact__form input[type=email]::placeholder,
.contact__form input[type=text]::placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea:-moz-placeholder,
.contact__form input[type=email]:-moz-placeholder,
.contact__form input[type=text]:-moz-placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea::-moz-placeholder,
.contact__form input[type=email]::-moz-placeholder,
.contact__form input[type=text]::-moz-placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea::-webkit-input-placeholder,
.contact__form input[type=email]::-webkit-input-placeholder,
.contact__form input[type=text]::-webkit-input-placeholder {
    color: #93a8af;
    opacity: 1;
}
.contact__form textarea:-ms-input-placeholder,
.contact__form input[type=email]:-ms-input-placeholder,
.contact__form input[type=text]:-ms-input-placeholder {
    color: #93a8af;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .contact__form textarea,
    .contact__form input[type=email],
    .contact__form input[type=text] {
        height: 58px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 29px;
    }
}
.contact__form textarea {
    min-height: 158px;
    resize: none;
}
@media screen and (max-width: 767px) {
    .contact__form textarea {
        min-height: 205px;
        padding-bottom: 50px;
    }
}
.contact__form .fake-select {
    position: relative;
    display: block;
}
.contact__form .fake-select {
    position: relative;
    display: block;
}
.contact__form .fake-select:after {
    content: "";
    position: absolute;
    right: 29px;
    position: absolute;
    top: 50%;
    border: solid #ff8c00;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-top: -6px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.contact__form .fake-select select::-ms-expand {
    display: none;
}
.contact__form .fake-select select {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    box-shadow: 0 1px 12px rgba(1, 48, 67, 0.1);
    border-radius: 33px;
    background-color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 50px 10px 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #93a8af;
}
@media screen and (max-width: 767px) {
    .contact__form .fake-select select {
        height: 58px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}
.contact__form .btn__hold {
    position: relative;
    bottom: -64px;
    margin-top: -42px;
}
@media screen and (max-width: 767px) {
    .contact__form .btn__hold {
        bottom: auto;
        margin-top: -44px;
    }
}
.button-link {
    position: relative;
    padding-left: 49px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #013043;
    min-height: 51px;
}
@media screen and (max-width: 767px) {
    .button-link {
        flex-direction: column-reverse;
        align-items: center;
        pointer-events: none;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        min-height: 0;
        padding: 0 0 68px;
    }
}
@media screen and (min-width: 768px) {
    .button-link:hover {
        color: #ff8c00;
    }
}
.button-link .large-text {
    font-size: 26px;
    line-height: 16px;
    margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
    .button-link .large-text {
        font-size: 14px;
        line-height: 1;
        margin: 0;
    }
}
.button-link small {
    font-size: 10px;
    font-weight: 700;
}
.button-link .icon {
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 767px) {
    .button-link .icon {
        width: 57px;
        height: 55px;
        border-radius: 7px;
        border: 1px solid #ff8c00;
        pointer-events: auto;
        padding: 15px;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 767px) {
    .button-link .icon.chat {
        padding: 12px;
    }
}
@media screen and (max-width: 767px) {
    .button-link .icon svg {
        width: 100%;
        height: auto;
    }
}
.subscribe__intro {
    color: #013043;
    padding: 50px 0 68px;
    font-size: 18px;
    line-height: 1.4444;
}
@media screen and (max-width: 767px) {
    .subscribe__intro {
        font-size: 14px;
        line-height: 1.5714;
        padding: 45px 0 49px;
    }
}
.subscribe__intro .contact__number {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #013043;
    text-align: left;
    max-width: 250px;
}
.subscribe__intro .contact__number a {
    text-align: left;
    color: #013043;
}
.subscribe__intro .contact__number a:hover {
    color: #ff8c00;
}
.subscribe__intro .contact__number .icon {
    position: absolute;
    left: 1px;
    top: 8px;
}
.subscribe__intro .contact__number .number {
    display: block;
    font-size: 29px;
    line-height: 17px;
}
.subscribe__intro .contact__number small {
    font-size: 16px;
    padding: 7px 0 0;
    display: block;
}
.subscribe__intro .options {
    padding-top: 24px;
}
@media screen and (max-width: 767px) {
    .subscribe__intro .options {
        padding-top: 6px;
    }
}
.subscribe__intro .bar {
    color: #013043;
    font-size: 15px;
    width: 64px;
    min-height: 30px;
    border-radius: 15px;
    background-color: #f5f5f5;
    padding: 5px;
    margin: 0 31px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 991px) {
    .subscribe__intro .bar {
        margin: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe__intro .bar {
        display: block;
        margin: 15px auto;
    }
}
.subscribe__intro .btn {
    white-space: normal;
    max-width: 320px;
}
.procedures__block {
    color: #013043;
    padding: 72px 0;
}
@media screen and (max-width: 767px) {
    .procedures__block {
        font-size: 14px;
        line-height: 1.5714;
        padding: 60px 0 50px;
    }
}
.procedures__block h2 {
    font-size: 35px;
    line-height: 1.2857;
    margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
    .procedures__block h2 {
        font-size: 28px;
        line-height: 1.0357;
        margin-bottom: 37px;
    }
}
.procedures__block h2 span {
    color: #ff8c00;
}
.procedures__block .btn-hold {
    padding-top: 4px;
}
.procedures__block p a {
    text-decoration: underline;
}
.procedures__list {
    margin: 0 -75px 26px;
    font-size: 15px;
    line-height: 1.2;
    counter-reset: reasons-count;
}
@media screen and (max-width: 1280px) {
    .procedures__list {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .procedures__list {
        font-size: 14px;
        line-height: 1.2143;
        padding: 0 12px 0 20px;
    }
}
.procedures__list li {
    width: 25%;
    padding: 0 40px;
    counter-increment: procedures-count;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .procedures__list li {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .procedures__list li {
        width: 50%;
        margin-top: 88px;
    }
}
@media screen and (max-width: 767px) {
    .procedures__list li:nth-child(-n+2) {
        margin-top: 0;
    }
}
.procedures__list li:nth-child(4n):after {
    display: none;
}
@media screen and (max-width: 767px) {
    .procedures__list li:nth-child(4n):after {
        display: block;
    }
}
.procedures__list li:nth-child(4n):before {
    display: none;
}
.procedures__list li:nth-child(4n) .icon:after {
    display: none;
}
.procedures__list li:before {
    width: 23px;
    height: 23px;
    border: 1px solid #013043;
    background: #f5f5f5;
    border-radius: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 7px;
    left: 100%;
    margin-left: -11px;
}
@media screen and (max-width: 767px) {
    .procedures__list li:before {
        display: none;
    }
}
.procedures__list li:after {
    position: absolute;
    top: 19px;
    left: 50%;
    width: 100%;
    border-top: 1px dashed #516371;
    content: "";
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .procedures__list li:nth-child(even):after {
        background-image: url("/images/curve-line01.svg");
        background-size: 100% 100%;
        top: 100%;
        width: 100%;
        height: 70px;
        right: 50%;
        left: auto;
        border: none;
        margin-top: -11px;
    }
}
.procedures__list li:last-child:after {
    display: none !important;
}
.procedures__list li:last-child:before {
    display: none;
}
.procedures__list li:last-child .icon:after {
    display: none;
}
.procedures__list .icon {
    min-height: 60px;
    width: 84px;
    background: #f5f5f5;
    margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
    .procedures__list .icon {
        width: 65px;
    }
}
@media screen and (max-width: 767px) {
    .procedures__list .icon {
        min-height: 45px;
        margin-bottom: 7px;
    }
}
.procedures__list .icon:after {
    content: "";
    position: absolute;
    position: absolute;
    top: 14px;
    left: 100%;
    border: solid #000;
    border-width: 1px 1px 0 0;
    display: inline-block;
    padding: 4px;
    margin-left: -6px;
    transform: rotate(45deg);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .procedures__list .icon:after {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .procedures__list .icon img {
        width: auto;
        height: auto;
    }
}
.procedures__list .title {
    margin-bottom: 6px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .procedures__list .title {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.procedures__list .title:before {
    width: 22px;
    height: 22px;
    background-color: #013043;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    content: counter(procedures-count);
    padding: 2px;
}
@media screen and (max-width: 767px) {
    .procedures__list .title:before {
        position: static;
        display: inline-block;
        vertical-align: top;
        transform: translateX(0);
        width: 16px;
        height: 16px;
        font-size: 12px;
        margin-right: 5px;
        padding: 1px 0 0;
        line-height: 1;
    }
}
.single__article-block {
    color: #013043;
    font-size: 15px;
    line-height: 1.2;
    padding: 83px 0 70px;
}
@media screen and (max-width: 767px) {
    .single__article-block {
        line-height: 1.2667;
        padding: 40px 0 53px;
    }
}
.single__article-block p {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .single__article-block p {
        margin-bottom: 5px;
    }
}
.single__article-block p a {
    color: #013043;
}
.single__article-block p a:hover {
    color: #ff8c00;
}
.single__article-block p + h3 {
    padding-top: 18px;
}
@media screen and (max-width: 767px) {
    .single__article-block p + h3 {
        padding-top: 21px;
    }
}
.single__article-block h2 {
    font-size: 35px;
    line-height: 1.0357;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .single__article-block h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
}
.single__article-block h2 span {
    color: #ff8c00;
}
.single__article-block h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1818;
    margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
    .single__article-block h3 {
        font-size: 18px;
        line-height: 1.2222;
        margin-bottom: 9px;
    }
}
.single__article-block h3 span {
    color: #ff8c00;
}
.single__article-block .img-hold {
    border-radius: 5px;
    max-width: 49.5%;
    flex: 0 0 49.5%;
    margin-right: 54px;
}
@media screen and (max-width: 991px) {
    .single__article-block .img-hold {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .single__article-block .img-hold {
        margin: 0 0 32px;
        max-width: none;
    }
}
.single__article-block .img-hold img {
    width: 100%;
    height: auto;
}
.single__article-block ul {
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
    .single__article-block ul {
        margin-bottom: 23px;
    }
}
.single__article-block ul li {
    margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
    .single__article-block ul li {
        margin-bottom: 5px;
    }
}
.single__article-block ul li:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8c00;
    content: "";
}
.single__article-block .description {
    padding-top: 13px;
}
@media screen and (max-width: 991px) {
    .single__article-block .description {
        padding-top: 0;
    }
}
.single__article-block.style__01 {
    font-size: 16px;
    line-height: 1.375;
    padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
    .single__article-block.style__01 {
        font-size: 14px;
        line-height: 1.4286;
        padding: 35px 0 6px;
    }
}
.single__article-block.style__01 h4 {
    line-height: 1.375;
}
@media screen and (max-width: 767px) {
    .single__article-block.style__01 h4 {
        line-height: 1.25;
    }
}
@media screen and (max-width: 767px) {
    .single__article-block.style__01 .img-hold {
        margin-bottom: 22px;
    }
}
.single__article-block.style__01 .description {
    padding-top: 0;
}
.single__article-block.style__01 p {
    margin-bottom: 14px;
}
.inner__wrap {
    max-width: 1028px;
    margin: 0 auto;
}
.estimate__block {
    color: #fff;
    font-size: 21px;
    line-height: 1.2632;
    margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
    .estimate__block {
        text-align: center;
        font-size: 19px;
        margin-bottom: 60px;
    }
}
.estimate__block .estimate__inner {
    border-radius: 8px;
    background-color: #013043;
    padding: 31px 54px 31px 92px;
}
@media screen and (max-width: 991px) {
    .estimate__block .estimate__inner {
        padding: 28px 15px;
    }
}
@media screen and (max-width: 767px) {
    .estimate__block .icon {
        margin-bottom: 12px;
    }
}
.estimate__block .btn {
    padding: 14px;
    min-width: 260px;
}
@media screen and (max-width: 767px) {
    .estimate__block .btn {
        margin-top: 15px;
        padding: 18px;
        min-width: 228px;
    }
}
.saving__section {
    padding: 98px 0;
    background-size: cover;
    background-position: 50% 50%;
    color: #013043;
    font-size: 15px;
    line-height: 1.3333;
}
@media screen and (max-width: 767px) {
    .saving__section {
        padding: 55px 0;
    }
}
.saving__section h2 {
    font-size: 35px;
    line-height: 1.1429;
    margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
    .saving__section h2 {
        margin-bottom: 4px;
    }
}
.saving__section h2 span {
    color: #ff8c00;
}
.saving__section .saving__inner {
    background: #fff;
    padding: 48px 30px 22px;
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .saving__section .saving__inner {
        padding-bottom: 30px;
        padding-top: 46px;
    }
}
@media screen and (max-width: 375px) {
    .saving__section .saving__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.saving__section .two-columns {
    max-width: 802px;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .saving__section .two-columns .column {
        padding-right: 5px;
    }
}
.saving__section .two-columns + .two-columns {
    margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
    .saving__section .two-columns + .two-columns {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .saving__section .two-columns + .two-columns .column {
        padding-left: 0;
        padding-right: 0;
    }
}
.saving__section .column {
    padding: 7px 18px;
    width: 50%;
}
@media screen and (max-width: 991px) {
    .saving__section .column {
        padding: 7px;
    }
}
@media screen and (max-width: 767px) {
    .saving__section .column {
        width: 100%;
        padding: 7px 0;
    }
}
@media screen and (max-width: 767px) {
    .saving__section .slide {
        padding-bottom: 11px;
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .saving__section .btn {
        min-width: 268px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 375px) {
    .saving__section .btn {
        min-width: 0;
    }
}
.saving__section .box {
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 33px 15px 30px;
}
@media screen and (max-width: 767px) {
    .saving__section .box {
        padding: 31px 27px 19px;
    }
}
@media screen and (max-width: 375px) {
    .saving__section .box {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.saving__section .box .inner {
    max-width: 258px;
}
@media screen and (max-width: 767px) {
    .saving__section .box .inner {
        max-width: none;
    }
}
.saving__section .box .opener {
    margin-bottom: 14px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .saving__section .box .opener {
        margin-bottom: 8px;
        position: relative;
        padding-right: 40px;
    }
}
.saving__section .box .opener:after {
    content: "";
    position: absolute;
    right: 18px;
    position: absolute;
    top: -3px;
    border: solid #ff8c00;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
    display: none;
}
@media screen and (max-width: 767px) {
    .saving__section .box .opener:after {
        display: block;
    }
}
.saving__section .box .title {
    font-size: 18px;
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .saving__section .box .title {
        margin-bottom: 15px;
    }
}
.saving__section .box .invoice {
    font-size: 15px;
    margin-bottom: 3px;
}
.saving__section .box .price {
    font-size: 30px;
    margin-bottom: 3px;
}
@media screen and (max-width: 375px) {
    .saving__section .box .price {
        font-size: 26px;
    }
}
.saving__section .box.blue-box {
    color: #fff;
    background: #013043;
}
.saving__section .box.blue-box .title {
    color: #ff8c00;
}
.saving__section .box.box-active .slide {
    display: block;
}
.saving__section .box.box-active .opener:after {
    transform: rotate(-135deg);
    top: 4px;
}
.saving__section .muted-text {
    padding-top: 16px;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(1, 48, 67, 0.3);
}
.saving__section .fake-select {
    position: relative;
    display: inline-block;
    color: rgba(1, 48, 67, 0.35);
    margin-left: 10px;
    max-width: 94px;
}
@media screen and (max-width: 767px) {
    .saving__section .fake-select {
        margin-left: 0;
    }
}
.saving__section .fake-select:after {
    content: "";
    position: absolute;
    right: 22px;
    position: absolute;
    top: 50%;
    border: solid #ff8c00;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-top: -6px;
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.saving__section .fake-select select::-ms-expand {
    display: none;
}
.saving__section .fake-select select {
    display: inline-block;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 94px;
    height: 46px;
    position: relative;
    box-shadow: 0 1px 12px rgba(1, 48, 67, 0.1);
    border-radius: 33px;
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 40px 10px 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.saving__section .label-title {
    margin-left: 18px;
    font-size: 16px;
}
.saving__section .switch__hold {
    margin-left: 12px;
}
.saving__section .label__text {
    padding: 7px 0;
}
@media screen and (max-width: 767px) {
    .saving__section .label__text {
        font-size: 13px;
        line-height: 1.3077;
    }
}
.switch__hold {
    max-width: 134px;
}
.switch__hold .switch {
    position: relative;
    display: block;
    margin: 0;
    max-width: 88px;
    flex: 0 0 88px;
    height: 46px;
    min-width: 88px;
}
.switch__hold .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    transition: 0.4s;
    border-radius: 38px;
}
.switch__hold .switch .circle {
    position: absolute;
    width: 34px;
    height: 34px;
    box-shadow: 0 0 13px rgba(131, 131, 131, 0.1);
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.4s;
    z-index: 1;
}
.switch__hold .switch .circle:before, .switch__hold .switch .circle:after {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #ff8c00;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
}
.switch__hold .switch .circle:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.switch__hold .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch__hold .switch input:checked + .circle {
    transform: translate(46px, -50%);
}
.content.in-construction .content--main {
    padding-top: 80px;
    background-color: #fbfbfb;
    max-width: none;
    max-width: initial;
}
.content.in-construction .main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.content.in-construction .main img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 20px;
}
.content.in-construction .main h1 {
    text-align: center;
    padding-left: 0;
    max-width: 500px;
}
.wrapper.in-construction {
    height: 100%;
}
@media screen and (max-width: 667px) {
    .wrapper.in-construction {
        height: 100%;
    }
}
.wrapper.in-construction header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 667px) {
    .wrapper.in-construction header {
        position: static;
        position: initial;
    }
}
.wrapper.in-construction footer {
    width: 100%;
}
.wrapper.in-construction .content.in-construction {
    height: 100%;
    padding-bottom: 327px;
    min-height: 600px;
}
@media screen and (max-width: 667px) {
    .wrapper.in-construction .content.in-construction {
        padding-bottom: 0;
        margin-top: 0;
        min-height: 500px;
    }
}
.wrapper.in-construction .content.in-construction .content--main {
    height: 100%;
}
@media screen and (max-width: 990px) {
    .wrapper.in-construction .content.in-construction .content--main {
        padding: 22px 30px 4px;
        padding-top: 0;
    }
}
.wrapper.in-construction .content.in-construction .main {
    padding-top: 100px;
}
@media screen and (max-width: 667px) {
    .wrapper.in-construction .content.in-construction .main {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .wrapper.in-construction .content.in-construction .main h1 {
        font-size: 20px;
        text-align: center;
        padding-top: 42px;
    }
}
.public__page .ml-content.pt-5.orange-list ul, .public__page .ml-content.orange-list ul, .public__page .container.container--xxl.orange-list ul {
    list-style: none;
}
.public__page .ml-content.pt-5.orange-list ul li::before, .public__page .ml-content.pt-5.orange-list ol li::before, .public__page .ml-content.orange-list ul li::before, .public__page .ml-content.orange-list ol li::before, .public__page .container.container--xxl.orange-list ul li::before, .public__page .container.container--xxl.orange-list ol li::before {
    content: "•";
    color: orange;
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}
.public__page .ml-content.pt-5.orange-list li, .public__page .ml-content.orange-list li, .public__page .container.container--xxl.orange-list li {
    list-style: none;
}
.public__page .ml-content.pt-5.orange-list p, .public__page .ml-content.orange-list p, .public__page .container.container--xxl.orange-list p {
    font-size: 16px;
}
.public__page .ml-content.pt-5.orange-list h2, .public__page .ml-content.orange-list h2, .public__page .container.container--xxl.orange-list h2 {
    font-size: 30px;
}
.public__page .ml-content.pt-5.orange-list h3, .public__page .ml-content.orange-list h3, .public__page .container.container--xxl.orange-list h3 {
    font-size: 20px;
}
.public__page .ml-content.orange-list.cgv li {
    display: inline-flex;
}
.devis-header .primary {
    color: #ff8c00;
}
.devis-header .page__banner {
    padding: 80px 0px;
}
.devis-header .page__banner h1 {
    font-size: 40px;
}
.devis-header .title {
    text-align: left;
    display: flex;
    padding-left: 30px;
    margin-top: 120px;
}
.devis-header .blocks {
    max-width: 520px;
    margin: 0px auto;
}
.devis-header .blocks .block {
    color: #013043;
    padding: 40px;
    position: relative;
}
.devis-header .blocks .block::before {
    position: absolute;
    left: 0;
    top: 40px;
    content: "";
    width: 3px;
    height: 30px;
    background: #ff7c00;
}
.devis-header .blocks .block .block-or {
    position: absolute;
    top: -15px;
    padding: 5px 15px;
    background-color: #013043;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    left: calc(50% - 25px);
}
.devis-header .blocks .block .s-title-2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.devis-header .blocks .block.address {
    background-color: #f2f4f5;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.devis-header .blocks .block.address .pdl {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.devis-header .blocks .block.address .pdl p {
    margin-right: 10px;
    margin-bottom: 0;
}
.devis-header .blocks .block.questionnaire {
    background-color: #fff;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.devis-header .blocks .block.questionnaire .questionnaire-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item {
    cursor: pointer;
    padding: 10px 20px;
    box-shadow: 0px 1px 10px rgba(1, 48, 67, 0.14902);
    width: 150px;
    border-radius: 5px;
}
.devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item.selected {
    box-shadow: 0px 1px 10px rgba(1, 48, 67, 0.5);
}
.devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item.appartment {
    margin-right: 15px;
}
.devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item.house {
    margin-left: 15px;
}
.devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item img {
    margin: 10px auto;
    display: block;
}
@media screen and (max-width: 991px) {
    .devis-header .row {
        padding-top: 0px;
    }
    .devis-header .title {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0px;
        padding-left: 0px;
    }
    .devis-header .page__banner {
        margin-top: 0px;
    }
    .devis-header .page__banner h1 {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    .devis-header .blocks .block .btn.btn-main {
        padding: 15px 30px;
        white-space: normal;
        max-width: 300px;
    }
    .devis-header .page__banner h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 480px) {
    .devis-header .custom-input .form-control {
        padding-left: 20px;
        height: 40px;
    }
    .devis-header .blocks .block {
        padding: 40px 25px;
    }
    .devis-header .blocks .block .s-title-2 {
        font-size: 18px;
    }
    .devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item {
        width: 120px;
        padding: 5px 15px;
    }
    .devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item label {
        font-size: 14px;
    }
    .devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item.appartment {
        margin-right: 10px;
    }
    .devis-header .blocks .block.questionnaire .questionnaire-list .questionnaire-item.house {
        margin-left: 10px;
    }
}
.devis-subscription {
    position: relative;
}
.devis-subscription .c-btn-link {
    width: 240px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 120px);
}
.devis-estimate {
    color: #013043;
    padding: 72px 0;
}
.devis-estimate .title-section h2 {
    font-size: 35px;
    line-height: 1.2857;
    margin-bottom: 10px;
}
.devis-estimate .title-section p {
    font-size: 16px;
    max-width: 540px;
    margin: auto;
}
.devis-estimate .primary {
    color: #ff8c00;
}
@media screen and (max-width: 767px) {
    .devis-estimate .title-section h2 {
        font-size: 28px;
        line-height: 1.0357;
    }
}
.devis-seo .article__block {
    background-color: #fff;
}
.devis-seo .article__block:nth-child(odd) {
    flex-direction: row;
}
.devis-seo .article__block .article__description {
    padding: 0px 0px 0px 50px;
}
.devis-seo .article__block .article__img {
    background-position: 50% 0%;
}
@media screen and (max-width: 767px) {
    .devis-seo .article__block .article__description {
        padding-top: 20px;
        background-color: #fff;
    }
}
body.espace-client {
    font-size: calc(1rem - 1px);
}
.app-espace .profile--name {
    white-space: nowrap;
}
.app-espace .content .block--title {
    white-space: nowrap;
}
.app-espace .content .block--value {
    display: inline-block;
}
.app-espace .title-switch label {
    text-align: left !important;
    margin-bottom: 5px !important;
    padding-left: 20px;
}
.app-espace .title-switch .toggler {
    margin-bottom: 10px;
}
.app-espace .pac-container {
    z-index: 9999 !important;
}
.app-espace .btn-holder .btn-cancel {
    filter: grayscale(100%);
    opacity: 0.5;
}
.app-espace .custom-radio--input {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -100;
}
.app-espace .custom-radio--indicator {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #013043;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 14px;
    margin-top: 5px;
}
.app-espace .custom-radio--label {
    display: flex;
}
.app-espace .custom-radio--indicator:before {
    visibility: hidden;
    opacity: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    margin: 3px;
    background: #ff8c00;
    border-radius: 50%;
}
.app-espace .icon img {
    max-width: 100%;
}
.app-espace .second-block--value {
    display: inline;
}
@media screen and (max-width: 480px) {
    .app-espace .custom-modal--dialog {
        width: 80%;
        min-width: 300px;
    }
    .app-espace .second-block--value {
        display: grid;
    }
}
.app-espace .custom-radio-estimez-label .estimez-label--label {
    background: #f6f6f6;
    border-radius: 2px;
    width: 100%;
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
}
.app-espace .block-facturation {
    border-bottom: none !important;
}
.app-espace .documents-list li {
    width: 20%;
}
.public__page main {
    margin-top: 80px;
}
@media (max-width: 1199.98px) {
    .public__page main {
        margin-top: 80px;
    }
}
@media (max-width: 991.98px) {
    .public__page main {
        margin-top: 60px;
    }
}
.public__page #header-banner {
    position: fixed;
    width: 100%;
    left: 0px;
    top: -100px;
    right: 0px;
    z-index: 1000;
    transition: top 0.5s;
}
.public__page #header-banner.active {
    top: 0px;
}
.public__page #header-banner .header--main {
    padding-left: 15px;
    padding-right: 15px;
}
.public__page .header--left .drop:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #fff;
    z-index: -3;
    box-shadow: inset 0px -41px 10px -48px rgba(0, 0, 0, 0.73);
}
.public__page .family__section .bottom__box {
    transition: height 0.2s linear;
}
.public__page .family__section .family__block.family__active .bottom__box {
    transition: height 0.2s linear;
    height: 230px;
}
.public__page .family__section .family__slider {
    transition: all 300ms ease 0s;
    align-items: flex-start;
    padding-top: 215px;
    min-height: 815px;
}
@media (min-width: 576px) {
    .public__page .family__section .family__slider {
        padding-top: 210px;
        min-height: 855px;
    }
}
@media (min-width: 768px) {
    .public__page .family__section .family__slider {
        padding-top: 270px;
        min-height: 905px;
    }
}
@media (min-width: 992px) {
    .public__page .family__section .family__slider {
        min-height: 740px;
        align-items: flex-end;
        padding-top: 0;
    }
}
.public__page .why__us .why__us-slider {
    transition: all 300ms ease 0s;
}
.public__page .related__articles .related__articles-slider {
    transition: all 300ms ease 0s;
}
.public__page .related__articles.news-block .related__articles--img:hover:hover:after {
    opacity: 0.78;
}
.public__page .related__articles.news-block .related__articles--img:hover:hover .read--more {
    opacity: 1;
}
.public__page .timeline__section .timeline__main {
    transition: all 300ms linear;
    transform: translate3d(0px, 0px, 0px);
}
.public__page .page__sidebar {
    padding: 5px 0 0 38px;
    z-index: 100;
    background-color: #fff;
}
.public__page .page__sidebar .anchor__links li {
    overflow-x: hidden;
}
.public__page .cursor-pointer {
    cursor: pointer !important;
}
.public__page .h3-small {
    font-size: 1rem;
    font-weight: 700;
}
.public__page .three__blocks .three__blocks-slider {
    transition: all 300ms ease 0s;
}
.public__page .autocomplete-block {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    max-width: 464px;
    margin: 0 auto;
    border-radius: 29px;
}
@media screen and (max-width: 767px) {
    .public__page .autocomplete-block {
        margin: 32px -10px 0;
    }
}
.public__page .autocomplete-block .autocomplete-input {
    width: 100%;
    border: 1px solid #fff !important;
    display: block;
    line-height: 20px;
    padding: 18px 0 18px 28px;
    outline: none !important;
    color: #012e43;
    background-color: #fff;
    background-image: url("/svg/faq-search.svg");
    background-position: right 24px center;
    background-size: 17px;
    border-radius: 29px;
}
.public__page .autocomplete-block .autocomplete-input::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input::placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input:-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input::-moz-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input::-webkit-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input:-ms-input-placeholder {
    color: rgba(1, 48, 67, 0.5);
}
.public__page .autocomplete-block .autocomplete-input:hover {
    text-decoration: none;
    outline: none;
}
.public__page .autocomplete-block .autocomplete-result-list .autocomplete-result {
    color: #012e43;
    background-image: none;
    padding: 12px;
}
.public__page .autocomplete-block > div.searching .autocomplete-input {
    background-image: none;
}
.public__page .contact__form .fake-select select {
    border-style: none;
}
.public__page .latest__article .latest__article-description .article-summary {
    height: 55px;
    overflow: hidden;
}
.public__page .back-top {
    position: fixed;
    opacity: 0;
    height: 60px;
    width: 60px;
    bottom: 65px;
    right: 20px;
    background-color: #013043;
    border-radius: 5px;
    z-index: 4;
    transition: opacity 0.2s linear;
}
.public__page .back-top img {
    height: 60px;
    transform: rotate(-90deg);
}
.public__page .back-top.active {
    opacity: 0.5;
}
.public__page ul.dots {
    padding-left: 0px;
}
.public__page .ml-content h2 {
    font-size: 30px;
    padding: 1em 0 0.5em;
}
.public__page .ml-content h3 {
    font-size: 20px;
    padding: 0.75em 0 0.25em;
}
.public__page .ml-content p, .public__page .ml-content div {
    font-size: 16px;
}
.public__page .ml-content a {
    text-decoration: underline;
}
.public__page .ml-content a[target=_blank]:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px;
}
.public__page .ml-content li {
    list-style: disc;
}
.public__page .vision__bloc-text {
    font-size: 16px;
}
.public__page .qui-article__description h2 {
    font-size: 28px;
}
.public__page .qui-article__description ul li {
    font-size: 16px;
}
.public__page .qui_article__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .public__page .qui_article__img {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .public__page .vision__block-bottom-text {
        width: 80%;
    }
    .public__page .histoire_title {
        white-space: pre;
    }
    .public__page .qui-article__description h2 {
        font-size: 25px;
    }
    .public__page .qui-article__description .mb-break {
        display: block;
    }
    .public__page .qui-article__description .dt-display {
        display: none;
    }
}
.public__page .qui-article__description div {
    display: inline;
}
@media screen and (min-width: 767px) {
    .public__page .qsm-img-banner {
        background-position: 0 21%;
    }
    .public__page .article__description-source {
        float: right;
        bottom: 100%;
    }
}
#app.conseiller, #app.admin {
    min-height: 100vh;
    background-color: #F6F6F6;
}
#app.conseiller .a-header, #app.admin .a-header {
    background-color: white;
    padding: 30px 15px 30px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#app.conseiller .a-header .row, #app.admin .a-header .row {
    width: 100%;
    margin: 0;
}
#app.conseiller .a-header .logo, #app.admin .a-header .logo {
    height: 27px;
    width: 83px;
    margin-right: 20px;
}
#app.conseiller .a-header .alpiq-logo, #app.admin .a-header .alpiq-logo {
    display: flex;
    align-items: center;
}
#app.conseiller .a-header .espace, #app.admin .a-header .espace {
    border-left: 2px solid #013043;
    font-weight: 500;
}
#app.conseiller .a-header .actions, #app.admin .a-header .actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#app.conseiller .a-header .preferences, #app.admin .a-header .preferences {
    cursor: pointer;
    width: 25px;
    transition: 0.3s;
    margin-right: 10px;
}
#app.conseiller .a-header .preferences:hover, #app.admin .a-header .preferences:hover {
    transform: scale(0.9);
}
#app.conseiller .a-header button, #app.admin .a-header button {
    margin-right: 0;
}
#app-content {
    margin: auto;
    padding: 40px;
    max-width: 1200px;
}
#app-content.conseiller, #app-content.admin {
    width: 100%;
}
#app-content.conseiller .index-link, #app-content.admin .index-link {
    color: #007bff;
    cursor: pointer;
}
#app-content.conseiller .index-link:hover, #app-content.admin .index-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
#app-content .a-header {
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.07);
    background-color: white;
    padding: 0 30px;
}
#app-content .a-header img {
    min-height: 100px;
    width: 120px;
    margin-left: 50px;
}
#app-content .a-header .alpiq-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.autocomplete-input{border:1px solid #eee;border-radius:8px;width:100%;padding:12px 12px 12px 48px;box-sizing:border-box;position:relative;font-size:16px;line-height:1.5;flex:1;background-color:#eee;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-input:focus,.autocomplete-input[aria-expanded=true]{border-color:rgba(0,0,0,.12);background-color:#fff;outline:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-input[aria-expanded=true]{border-bottom-color:transparent;border-radius:8px 8px 0 0}[data-position=above] .autocomplete-input[aria-expanded=true]{border-top-color:transparent;border-radius:0 0 8px 8px;z-index:2}.autocomplete[data-loading=true]:after{content:"";border:3px solid rgba(0,0,0,.12);border-right-color:rgba(0,0,0,.48);border-radius:100%;width:20px;height:20px;position:absolute;right:12px;top:50%;transform:translateY(-50%);-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}.autocomplete-result-list{margin:0;border:1px solid rgba(0,0,0,.12);padding:0;box-sizing:border-box;max-height:296px;overflow-y:auto;background:#fff;list-style:none;box-shadow:0 2px 2px rgba(0,0,0,.16)}[data-position=below] .autocomplete-result-list{margin-top:-1px;border-top-color:transparent;border-radius:0 0 8px 8px;padding-bottom:8px}[data-position=above] .autocomplete-result-list{margin-bottom:-1px;border-bottom-color:transparent;border-radius:8px 8px 0 0;padding-top:8px}.autocomplete-result{cursor:default;padding:12px 12px 12px 48px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+");background-repeat:no-repeat;background-position:12px}.autocomplete-result:hover,.autocomplete-result[aria-selected=true]{background-color:rgba(0,0,0,.06)}@-webkit-keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(359deg)}}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .nuxt__build_indicator[data-v-71e9e103] {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             position: fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             font-family: monospace;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             padding: 5px 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             border-radius: 5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             width: 88px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             z-index: 2147483647;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             font-size: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             line-height: 1.2rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
    transition-delay: 0.2s;
    transition-property: all;
    transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
    opacity: 0;
    transform: translateY(20px);
}
svg[data-v-71e9e103] {
    display: inline-block;
    vertical-align: baseline;
    width: 1.1em;
    height: 0.825em;
    position: relative;
    top: 1px;
}

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