@charset "UTF-8";
.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-default);
}
.h1-like,
.h2-like,
body,
h1,
h2,
p {
    margin: 0;
}
blockquote,
code,
iframe,
img,
input,
pre,
select,
svg,
table,
td,
textarea,
video {
    max-width: 100%;
}
.align-top,
table {
    vertical-align: top;
}
a.button,
button,
button.button,
input:not([type="checkbox"]),
input[type="button"],
input[type="submit"],
select {
    -webkit-appearance: none;
}
:root {
    --color-text-default: #545454;
    --color-default: #3e9fd8;
    --color-default-hover: #2685bd;
    --color-default-muted: rgba(62, 159, 216, 0.4);
    --color-secondary: #787878;
    --color-secondary-hover: #5f5f5f;
    --color-secondary-muted: rgba(120, 120, 120, 0.4);
    --color-success: #1baf35;
    --color-success-hover: #148328;
    --color-success-muted: rgba(27, 175, 53, 0.4);
    --color-alert: #f6931d;
    --color-alert-hover: #d77909;
    --color-alert-muted: rgba(246, 147, 29, 0.4);
    --color-danger: #c71a1a;
    --color-danger-hover: #9a1414;
    --color-danger-muted: rgba(199, 26, 26, 0.4);
    --color-white: #ffffff;
    --color-black: #000000;
    --font-family:
        system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
        "Helvetica Neue", sans-serif;
    --container-default: 1366px;
    --container-lg: 1560px;
    --container-md: 1024px;
    --container-sm: 860px;
    --container-xs: 440px;
    --layout-gutter: 10px;
    --button-round-radius: 1000px;
    --menu-breakpoint: 1024px;
}
*,
::after,
::before {
    box-sizing: border-box;
    min-width: 0;
}
html {
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}
body {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
}
a,
a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: underline;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
iframe,
img {
    border-style: none;
}
.h3-like,
.h4-like,
.h5-like,
.h6-like,
address,
blockquote,
dd,
dl,
dt,
h3,
h4,
h5,
h6,
ol,
pre,
ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.m-0,
fieldset {
    margin: 0;
}
li .p-like,
li ol,
li p,
li ul,
nav ol,
nav ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
ol,
ul {
    padding-left: 1.5rem;
}
nav ol,
nav ul {
    list-style: none;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
img,
input,
select,
textarea {
    height: auto;
}
iframe {
    width: 100%;
}
svg:not([fill]) {
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 1.5rem 0;
    clear: both;
    color: inherit;
}
.border-left,
.border-x {
    border-left: 1px solid #000;
}
.border-right,
.border-x {
    border-right: 1px solid #000;
}
.border-bottom,
.border-y {
    border-bottom: 1px solid #000;
}
.border-top,
.border-y {
    border-top: 1px solid #000;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
}
.container {
    max-width: var(--container-default);
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
@media only screen and (max-width: 820px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.container-lg {
    max-width: var(--container-lg);
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
@media only screen and (max-width: 820px) {
    .container-lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.container-md {
    max-width: var(--container-md);
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
@media only screen and (max-width: 820px) {
    .container-md {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.container-sm {
    max-width: var(--container-sm);
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
@media only screen and (max-width: 820px) {
    .container-sm {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.container-xs {
    max-width: var(--container-xs);
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}
@media only screen and (max-width: 820px) {
    .container-xs {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.container-fluid {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    max-width: none;
}
@media only screen and (max-width: 820px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.l-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--layout-gutter) * -1);
    margin-right: calc(var(--layout-gutter) * -1);
}
.l-row .l-col-1,
.l-row .l-col-10,
.l-row .l-col-11,
.l-row .l-col-12,
.l-row .l-col-2,
.l-row .l-col-3,
.l-row .l-col-4,
.l-row .l-col-5,
.l-row .l-col-6,
.l-row .l-col-7,
.l-row .l-col-8,
.l-row .l-col-9 {
    margin: var(--layout-gutter);
}
.l-row .l-col-1 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-1 {
    margin-left: calc((100 / (12 / 1)) * 1% + var(--layout-gutter));
}
.l-row .l-col-2 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-2 {
    margin-left: calc((100 / (12 / 2)) * 1% + var(--layout-gutter));
}
.l-row .l-col-3 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-3 {
    margin-left: calc((100 / (12 / 3)) * 1% + var(--layout-gutter));
}
.l-row .l-col-4 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-4 {
    margin-left: calc((100 / (12 / 4)) * 1% + var(--layout-gutter));
}
.l-row .l-col-5 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-5 {
    margin-left: calc((100 / (12 / 5)) * 1% + var(--layout-gutter));
}
.l-row .l-col-6 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-6 {
    margin-left: calc((100 / (12 / 6)) * 1% + var(--layout-gutter));
}
.l-row .l-col-7 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-7 {
    margin-left: calc((100 / (12 / 7)) * 1% + var(--layout-gutter));
}
.l-row .l-col-8 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-8 {
    margin-left: calc((100 / (12 / 8)) * 1% + var(--layout-gutter));
}
.l-row .l-col-9 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-9 {
    margin-left: calc((100 / (12 / 9)) * 1% + var(--layout-gutter));
}
.l-row .l-col-10 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-10 {
    margin-left: calc((100 / (12 / 10)) * 1% + var(--layout-gutter));
}
.l-row .l-col-11 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-11 {
    margin-left: calc((100 / (12 / 11)) * 1% + var(--layout-gutter));
}
.l-row .l-col-12 {
    margin: var(--layout-gutter);
    -ms-flex-preferred-size: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
    flex-basis: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
}
.l-row .l-col-offset-12 {
    margin-left: calc((100 / (12 / 12)) * 1% + var(--layout-gutter));
}
@media screen and (min-width: 576px) {
    .l-row .l-col-sm-1,
    .l-row .l-col-sm-10,
    .l-row .l-col-sm-11,
    .l-row .l-col-sm-12,
    .l-row .l-col-sm-2,
    .l-row .l-col-sm-3,
    .l-row .l-col-sm-4,
    .l-row .l-col-sm-5,
    .l-row .l-col-sm-6,
    .l-row .l-col-sm-7,
    .l-row .l-col-sm-8,
    .l-row .l-col-sm-9 {
        margin: var(--layout-gutter);
    }
    .l-row .l-col-sm-1 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-1 {
        margin-left: calc((100 / (12 / 1)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-2 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-2 {
        margin-left: calc((100 / (12 / 2)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-3 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-3 {
        margin-left: calc((100 / (12 / 3)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-4 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-4 {
        margin-left: calc((100 / (12 / 4)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-5 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-5 {
        margin-left: calc((100 / (12 / 5)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-6 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-6 {
        margin-left: calc((100 / (12 / 6)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-7 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-7 {
        margin-left: calc((100 / (12 / 7)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-8 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-8 {
        margin-left: calc((100 / (12 / 8)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-9 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-9 {
        margin-left: calc((100 / (12 / 9)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-10 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-10 {
        margin-left: calc((100 / (12 / 10)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-11 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-11 {
        margin-left: calc((100 / (12 / 11)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-sm-12 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-sm-offset-12 {
        margin-left: calc((100 / (12 / 12)) * 1% + var(--layout-gutter));
    }
}
@media screen and (min-width: 992px) {
    .l-row .l-col-md-1,
    .l-row .l-col-md-10,
    .l-row .l-col-md-11,
    .l-row .l-col-md-12,
    .l-row .l-col-md-2,
    .l-row .l-col-md-3,
    .l-row .l-col-md-4,
    .l-row .l-col-md-5,
    .l-row .l-col-md-6,
    .l-row .l-col-md-7,
    .l-row .l-col-md-8,
    .l-row .l-col-md-9 {
        margin: var(--layout-gutter);
    }
    .l-row .l-col-md-1 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-1 {
        margin-left: calc((100 / (12 / 1)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-2 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-2 {
        margin-left: calc((100 / (12 / 2)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-3 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-3 {
        margin-left: calc((100 / (12 / 3)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-4 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-4 {
        margin-left: calc((100 / (12 / 4)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-5 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-5 {
        margin-left: calc((100 / (12 / 5)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-6 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-6 {
        margin-left: calc((100 / (12 / 6)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-7 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-7 {
        margin-left: calc((100 / (12 / 7)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-8 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-8 {
        margin-left: calc((100 / (12 / 8)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-9 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-9 {
        margin-left: calc((100 / (12 / 9)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-10 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-10 {
        margin-left: calc((100 / (12 / 10)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-11 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-11 {
        margin-left: calc((100 / (12 / 11)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-md-12 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-md-offset-12 {
        margin-left: calc((100 / (12 / 12)) * 1% + var(--layout-gutter));
    }
}
@media screen and (min-width: 1330px) {
    .l-row .l-col-lg-1,
    .l-row .l-col-lg-10,
    .l-row .l-col-lg-11,
    .l-row .l-col-lg-12,
    .l-row .l-col-lg-2,
    .l-row .l-col-lg-3,
    .l-row .l-col-lg-4,
    .l-row .l-col-lg-5,
    .l-row .l-col-lg-6,
    .l-row .l-col-lg-7,
    .l-row .l-col-lg-8,
    .l-row .l-col-lg-9 {
        margin: var(--layout-gutter);
    }
    .l-row .l-col-lg-1 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 1)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-1 {
        margin-left: calc((100 / (12 / 1)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-2 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 2)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-2 {
        margin-left: calc((100 / (12 / 2)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-3 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 3)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-3 {
        margin-left: calc((100 / (12 / 3)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-4 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 4)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-4 {
        margin-left: calc((100 / (12 / 4)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-5 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 5)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-5 {
        margin-left: calc((100 / (12 / 5)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-6 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 6)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-6 {
        margin-left: calc((100 / (12 / 6)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-7 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 7)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-7 {
        margin-left: calc((100 / (12 / 7)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-8 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 8)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-8 {
        margin-left: calc((100 / (12 / 8)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-9 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 9)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-9 {
        margin-left: calc((100 / (12 / 9)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-10 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 10)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-10 {
        margin-left: calc((100 / (12 / 10)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-11 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 11)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-11 {
        margin-left: calc((100 / (12 / 11)) * 1% + var(--layout-gutter));
    }
    .l-row .l-col-lg-12 {
        margin: var(--layout-gutter);
        -ms-flex-preferred-size: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
        flex-basis: calc((100 / (12 / 12)) * 1% - var(--layout-gutter) * 2);
    }
    .l-row .l-col-lg-offset-12 {
        margin-left: calc((100 / (12 / 12)) * 1% + var(--layout-gutter));
    }
}
.l-row > .l-col {
    margin: var(--layout-gutter);
    -ms-flex: 1;
    flex: 1;
}
.mr-0,
.mx-0 {
    margin-right: 0;
}
.mt-0,
.my-0 {
    margin-top: 0;
}
.mb-0,
.my-0 {
    margin-bottom: 0;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-inline {
    display: inline;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.align-middle {
    vertical-align: middle;
}
.align-bottom {
    vertical-align: bottom;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: 700;
}
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-500 {
    font-weight: 500;
}
.text-600 {
    font-weight: 600;
}
.text-700 {
    font-weight: 700;
}
.text-800 {
    font-weight: 800;
}
.text-900 {
    font-weight: 900;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-italic {
    font-style: italic;
}
.text-decoration-none {
    text-decoration: none;
}
.border-circle {
    border-radius: 50%;
}
.text-1 {
    font-size: calc(1.375rem + 1.5vw);
}
.text-2 {
    font-size: calc(1.325rem + 0.9vw);
}
.text-3 {
    font-size: calc(1.3rem + 0.6vw);
}
.text-4 {
    font-size: calc(1.275rem + 0.3vw);
}
.text-5 {
    font-size: 1.25rem;
}
.text-base {
    font-size: 1rem;
}
.text-inherit {
    font-size: inherit;
}
.big-title {
    font-size: 5rem;
}
.medium-title {
    font-size: 3rem;
}
.small-title {
    font-size: 2.5rem;
}
.text-primary {
    color: var(--color-default);
}
.text-secondary {
    color: var(--color-secondary);
}
.text-success {
    color: var(--color-success);
}
.text-alert {
    color: var(--color-alert);
}
.text-danger {
    color: var(--color-danger);
}
.text-white {
    color: #fff;
}
.bg-primary {
    background: var(--color-default);
}
.bg-secondary {
    background: var(--color-secondary);
}
.bg-success {
    background: var(--color-success);
}
.bg-alert {
    background: var(--color-alert);
}
.bg-danger {
    background: var(--color-danger);
}
.bg-light {
    background: #eee;
}
.border {
    border: 1px solid #000;
}
.border--size-1 {
    border-width: 1px;
}
.border--size-2 {
    border-width: 2px;
}
.border--size-3 {
    border-width: 3px;
}
.border--size-4 {
    border-width: 4px;
}
.border--size-5 {
    border-width: 5px;
}
.border--size-6 {
    border-width: 6px;
}
.border--size-7 {
    border-width: 7px;
}
.border--size-8 {
    border-width: 8px;
}
.border--size-9 {
    border-width: 9px;
}
.border--size-10 {
    border-width: 10px;
}
.border--dashed {
    border-style: dashed;
}
.border--dotted {
    border-style: dotted;
}
.border--double {
    border-style: double;
}
.border--groove {
    border-style: groove;
}
.border--radius-light {
    border-radius: 0.3em;
}
.border--radius-medium {
    border-radius: 0.75em;
}
.border--radius-big {
    border-radius: 1.2em;
}
.border--radius-extra {
    border-radius: 2.5em;
}
.border--color-primary {
    border-color: var(--color-default);
}
.border--color-secondary {
    border-color: var(--color-secondary);
}
.border--color-success {
    border-color: var(--color-success);
}
.border--color-alert {
    border-color: var(--color-alert);
}
.border--color-danger {
    border-color: var(--color-danger);
}
.notice {
    padding: 20px 16px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-default);
    background: var(--color-default-muted);
}
.pl-0,
.px-0 {
    padding-left: 0;
}
.pr-0,
.px-0 {
    padding-right: 0;
}
.pt-0,
.py-0 {
    padding-top: 0;
}
.pb-0,
.py-0 {
    padding-bottom: 0;
}
.notice--secondary {
    border-color: var(--color-secondary);
    background: var(--color-secondary-muted);
}
.notice--success {
    border-color: var(--color-success);
    background: var(--color-success-muted);
}
.notice--alert {
    border-color: var(--color-alert);
    background: var(--color-alert-muted);
}
.notice--danger {
    border-color: var(--color-danger);
    background: var(--color-danger-muted);
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.shadow-md {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.shadow-none {
    box-shadow: 0 0 #0000;
}
.blur-sm {
    filter: blur(4px);
}
.blur {
    filter: blur(8px);
}
.blur-md {
    filter: blur(12px);
}
.blur-lg {
    filter: blur(16px);
}
.blur-xl {
    filter: blur(24px);
}
.blur-2xl {
    filter: blur(40px);
}
.blur-3xl {
    filter: blur(64px);
}
.blur-none {
    filter: blur(0);
}
.position-static {
    position: static;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.translate-middle {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.translate-middle-x {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.translate-middle-y {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-0 {
    padding: 0;
}
.pl-1,
.px-1 {
    padding-left: 0.5rem;
}
.pr-1,
.px-1 {
    padding-right: 0.5rem;
}
.pt-1,
.py-1 {
    padding-top: 0.5rem;
}
.pb-1,
.py-1 {
    padding-bottom: 0.5rem;
}
.ml-0,
.mx-0 {
    margin-left: 0;
}
.ml-1,
.mx-1 {
    margin-left: 0.5rem;
}
.mr-1,
.mx-1 {
    margin-right: 0.5rem;
}
.mt-1,
.my-1 {
    margin-top: 0.5rem;
}
.mb-1,
.my-1 {
    margin-bottom: 0.5rem;
}
.p-1 {
    padding: 0.5rem;
}
.pl-2,
.px-2 {
    padding-left: 1rem;
}
.pr-2,
.px-2 {
    padding-right: 1rem;
}
.pt-2,
.py-2 {
    padding-top: 1rem;
}
.pb-2,
.py-2 {
    padding-bottom: 1rem;
}
.m-1 {
    margin: 0.5rem;
}
.ml-2,
.mx-2 {
    margin-left: 1rem;
}
.mr-2,
.mx-2 {
    margin-right: 1rem;
}
.mt-2,
.my-2 {
    margin-top: 1rem;
}
.mb-2,
.my-2 {
    margin-bottom: 1rem;
}
.p-2 {
    padding: 1rem;
}
.pl-3,
.px-3 {
    padding-left: 1.5rem;
}
.pr-3,
.px-3 {
    padding-right: 1.5rem;
}
.pt-3,
.py-3 {
    padding-top: 1.5rem;
}
.pb-3,
.py-3 {
    padding-bottom: 1.5rem;
}
.m-2 {
    margin: 1rem;
}
.ml-3,
.mx-3 {
    margin-left: 1.5rem;
}
.mr-3,
.mx-3 {
    margin-right: 1.5rem;
}
.mt-3,
.my-3 {
    margin-top: 1.5rem;
}
.mb-3,
.my-3 {
    margin-bottom: 1.5rem;
}
.p-3 {
    padding: 1.5rem;
}
.pl-4,
.px-4 {
    padding-left: 2rem;
}
.pr-4,
.px-4 {
    padding-right: 2rem;
}
.pt-4,
.py-4 {
    padding-top: 2rem;
}
.pb-4,
.py-4 {
    padding-bottom: 2rem;
}
.m-3 {
    margin: 1.5rem;
}
.ml-4,
.mx-4 {
    margin-left: 2rem;
}
.mr-4,
.mx-4 {
    margin-right: 2rem;
}
.mt-4,
.my-4 {
    margin-top: 2rem;
}
.mb-4,
.my-4 {
    margin-bottom: 2rem;
}
.p-4 {
    padding: 2rem;
}
.pl-5,
.px-5 {
    padding-left: 3rem;
}
.pr-5,
.px-5 {
    padding-right: 3rem;
}
.pt-5,
.py-5 {
    padding-top: 3rem;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem;
}
.m-4 {
    margin: 2rem;
}
.ml-5,
.mx-5 {
    margin-left: 3rem;
}
.mr-5,
.mx-5 {
    margin-right: 3rem;
}
.mt-5,
.my-5 {
    margin-top: 3rem;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem;
}
.p-5 {
    padding: 3rem;
}
.pl-auto,
.px-auto {
    padding-left: auto;
}
.pr-auto,
.px-auto {
    padding-right: auto;
}
.pt-auto,
.py-auto {
    padding-top: auto;
}
.pb-auto,
.py-auto {
    padding-bottom: auto;
}
.m-5 {
    margin: 3rem;
}
.ml-auto,
.mx-auto {
    margin-left: auto;
}
.mr-auto,
.mx-auto {
    margin-right: auto;
}
.mt-auto,
.my-auto {
    margin-top: auto;
}
.mb-auto,
.my-auto {
    margin-bottom: auto;
}
.p-auto {
    padding: auto;
}
.m-auto {
    margin: auto;
}
.w-25 {
    width: 25%;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}
.w-auto {
    width: auto;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.start-0 {
    left: 0;
}
.end-0 {
    right: 0;
}
.top-50 {
    top: 50%;
}
.bottom-50 {
    bottom: 50%;
}
.start-50 {
    left: 50%;
}
.end-50 {
    right: 50%;
}
.top-100 {
    top: 100%;
}
.bottom-100 {
    bottom: 100%;
}
.start-100 {
    left: 100%;
}
.end-100 {
    right: 100%;
}
form.edit div.date input {
    cursor: pointer;
}
.form-base fieldset {
    padding: 0;
    border: none;
}
.form-base legend {
    margin-bottom: 7px;
    font-weight: 700;
}
.form-base div.advancedtextarea,
.form-base div.date,
.form-base div.email,
.form-base div.mail,
.form-base div.number,
.form-base div.password,
.form-base div.select,
.form-base div.tel,
.form-base div.text,
.form-base div.textarea,
.form-base div.time {
    margin-bottom: 0.9rem;
}
.form-base div.help {
    font-size: 0.75rem;
}
.form-base label {
    display: block;
    margin-bottom: 3px;
}
.form-base [type="time"],
.form-base [type="text"],
.form-base [type="password"],
.form-base [type="number"],
.form-base [type="email"],
.form-base [type="tel"],
.form-base [type="mail"],
.form-base [type="date"],
.form-base select,
.form-base textarea {
    box-sizing: border-box;
    display: block;
    padding: 0.6em;
    width: 100%;
    font-size: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.2s;
}
.form-base [type="time"]:-ms-input-placeholder,
.form-base [type="text"]:-ms-input-placeholder,
.form-base [type="password"]:-ms-input-placeholder,
.form-base [type="number"]:-ms-input-placeholder,
.form-base [type="email"]:-ms-input-placeholder,
.form-base [type="tel"]:-ms-input-placeholder,
.form-base [type="mail"]:-ms-input-placeholder,
.form-base [type="date"]:-ms-input-placeholder,
.form-base select:-ms-input-placeholder,
.form-base textarea:-ms-input-placeholder {
    color: #aaa;
}
.form-base [type="time"]::placeholder,
.form-base [type="text"]::placeholder,
.form-base [type="password"]::placeholder,
.form-base [type="number"]::placeholder,
.form-base [type="email"]::placeholder,
.form-base [type="tel"]::placeholder,
.form-base [type="mail"]::placeholder,
.form-base [type="date"]::placeholder,
.form-base select::placeholder,
.form-base textarea::placeholder {
    color: #aaa;
}
.form-base [type="time"]:focus,
.form-base [type="text"]:focus,
.form-base [type="password"]:focus,
.form-base [type="number"]:focus,
.form-base [type="email"]:focus,
.form-base [type="tel"]:focus,
.form-base [type="mail"]:focus,
.form-base [type="date"]:focus,
.form-base select:focus,
.form-base textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-base textarea {
    min-height: 120px;
}
.form-base div.error input,
.form-base div.error textarea,
.form-base div.error select {
    border-color: var(--color-danger);
}
.form-base div.error label,
.form-base div.error select,
.form-base div.error span.error {
    display: block;
    color: var(--color-danger);
}
.form-base textarea,
.form-base textarea:-ms-input-placeholder {
    font-family: var(--font-family);
}
.form-base textarea,
.form-base textarea::placeholder {
    font-family: var(--font-family);
}
.form-base div.checkbox,
.form-base div.radio {
    margin: 20px 0;
}
.form-base div.checkbox p,
.form-base div.radio p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-base div.checkbox .form-check,
.form-base div.checkbox p > *,
.form-base div.radio .form-check,
.form-base div.radio p > * {
    box-sizing: border-box;
    display: block;
    padding-left: 1.5em;
    min-height: 1.5rem;
    width: 100%;
}
.form-base div.checkbox label,
.form-base div.radio label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin-bottom: 0;
}
.form-base div.checkbox input.form-check-input,
.form-base div.checkbox input[type="checkbox"],
.form-base div.checkbox input[type="radio"],
.form-base div.radio input.form-check-input,
.form-base div.radio input[type="checkbox"],
.form-base div.radio input[type="radio"] {
    margin: 0.3em 5px 0 -1.5em;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    float: left;
    width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: checkbox;
    appearance: checkbox;
    border-radius: 0.25em;
    outline: 0;
}
.form-base div.checkbox input.form-check-input:checked,
.form-base div.checkbox input[type="checkbox"]:checked,
.form-base div.checkbox input[type="radio"]:checked,
.form-base div.radio input.form-check-input:checked,
.form-base div.radio input[type="checkbox"]:checked,
.form-base div.radio input[type="radio"]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-base div.checkbox input[type="radio"],
.form-base div.radio input[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
    border-radius: 50%;
}
.form-base div.checkbox input[type="radio"]:checked,
.form-base div.radio input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-base form label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.form-base [type="submit"],
.form-base [type="button"],
.form-base button {
    padding: 10px;
    color: #fff;
    font-weight: 700;
    background-color: var(--color-default);
    border: 1px solid var(--color-default);
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.form-base [type="submit"]:hover,
.form-base [type="button"]:hover,
.form-base button:hover {
    background-color: var(--color-default-hover);
}
.form-base span.error {
    font-size: 1rem;
}
.form-base input:-ms-input-placeholder,
.form-base textarea:-ms-input-placeholder {
    font-family: inherit;
}
.form-base input::placeholder,
.form-base textarea::placeholder {
    font-family: inherit;
}
form.form-with-dynamic-placeholder div.email,
form.form-with-dynamic-placeholder div.tel,
form.form-with-dynamic-placeholder div.text,
form.form-with-dynamic-placeholder div.textarea {
    position: relative;
    box-sizing: border-box;
    padding-top: 28px;
    margin-bottom: 0.9rem;
}
form.form-with-dynamic-placeholder div.email label,
form.form-with-dynamic-placeholder div.tel label,
form.form-with-dynamic-placeholder div.text label,
form.form-with-dynamic-placeholder div.textarea label {
    position: absolute;
    font-size: 1.1rem;
    cursor: text;
    transition: all 0.2s ease;
}
form.form-with-dynamic-placeholder div.email.selected label,
form.form-with-dynamic-placeholder div.tel.selected label,
form.form-with-dynamic-placeholder div.text.selected label,
form.form-with-dynamic-placeholder div.textarea.selected label {
    top: 0;
    font-size: 1rem;
}
form.form-with-dynamic-placeholder div.textarea {
    width: 100%;
}
form.form-with-dynamic-placeholder div.textarea textarea {
    height: 100px;
}
form.form-with-dynamic-placeholder div.textarea textarea:focus {
    padding-top: 15px;
}
form.form-with-dynamic-placeholder div.checkbox input {
    background: 0 0;
}
form.form-with-dynamic-placeholder div.buttons {
    text-align: left;
    margin: 0;
}
.card-img,
a.button,
button.button,
form.form-with-dynamic-placeholder fieldset.buttons {
    text-align: center;
}
form.form-with-dynamic-placeholder input[type="email"],
form.form-with-dynamic-placeholder input[type="tel"],
form.form-with-dynamic-placeholder input[type="text"],
form.form-with-dynamic-placeholder select,
form.form-with-dynamic-placeholder textarea {
    background: 0 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
}
a.button,
button.button {
    display: inline-block;
    padding: 0.8em 1.8em;
    color: #fff;
    font-size: 0.9rem;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
    background: var(--color-default);
    border-radius: 0;
    border-width: 0;
}
a.button:hover,
button.button:hover {
    color: #fff;
    background: var(--color-default-hover);
    text-decoration: none;
}
a.button--tiny,
button.button--tiny {
    font-size: 0.6rem;
}
a.button--small,
button.button--small {
    font-size: 0.75rem;
}
a.button--large,
button.button--large {
    font-size: 1.2rem;
}
a.button--expand,
button.button--expand {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    width: 100%;
}
a.button--round,
button.button--round {
    border-radius: var(--button-round-radius);
}
a.button--radius,
button.button--radius {
    border-radius: 3px;
}
a.button--secondary,
button.button--secondary {
    background: var(--color-secondary);
}
a.button--secondary:hover,
button.button--secondary:hover {
    background: var(--color-secondary-hover);
}
a.button--success,
button.button--success {
    background: var(--color-success);
}
a.button--success:hover,
button.button--success:hover {
    background: var(--color-success-hover);
}
a.button--alert,
button.button--alert {
    background: var(--color-alert);
}
a.button--alert:hover,
button.button--alert:hover {
    background: var(--color-alert-hover);
}
a.button--danger,
button.button--danger {
    background: var(--color-danger);
}
a.button--danger:hover,
button.button--danger:hover {
    background: var(--color-danger-hover);
}
.card {
    border: 1px solid #eee;
}
.card-img {
    display: block;
}
.card-img img.fit {
    object-fit: cover;
    width: 100%;
}
.card-body {
    padding: 1rem;
}
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body p,
.card-body > div {
    margin-bottom: 0.5rem;
}
.card-body h2:last-child,
.card-body h3:last-child,
.card-body h4:last-child,
.card-body h5:last-child,
.card-body p:last-child,
.card-body > div:last-child {
    margin-bottom: 0;
}
.card-title {
    font-size: 1.25rem;
}
.card-title a {
    color: inherit;
    text-decoration: none;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    color: #797979;
    text-align: left;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #dee2e6;
}
.table th {
    border-bottom: 2px solid #dee2e6;
}
.table .liste-actions a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.2em 0.5em;
    color: #fff;
    background: #529e4d;
}
.embbed-video,
.embbed-video.r16-9 {
    padding-bottom: 56.25%;
}
.table .liste-actions a:hover {
    background: #407c3c;
}
.embbed-video {
    position: relative;
    width: 100%;
}
.embbed-video.r4-3 {
    padding-bottom: 75%;
}
.embbed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce-effect,
.bounce-effect-hover:hover {
    animation-name: bounce;
    animation-duration: 1s;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
.shake-effect,
.shake-effect-hover:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
@keyframes float {
    0%,
    100% {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
        transform: translatey(0);
    }
    50% {
        box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
}
.float-effect {
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
}
.shine-effect {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.shine-effect::after {
    content: "";
    position: absolute;
    top: -210%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}
.shine-effect:hover::after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
@keyframes appear-modal {
    0% {
        width: 60px;
        height: 60px;
        background: #f0f0f0;
        box-shadow:
            0 0 0 #ccc,
            0 0 0 #fff,
            10px 10px 10px #ccc inset,
            -10px -10px 10px #fff inset;
    }
    25% {
        width: 60px;
        height: 60px;
        background: #f8f8f8;
        box-shadow:
            10px 10px 10px #ccc,
            10px 10px 10px #fff,
            0 0 0 #ccc inset,
            0 0 0 #fff inset;
    }
    50% {
        width: 60px;
        height: 240px;
        background: #f8f8f8;
        box-shadow:
            10px 10px 10px #ccc,
            10px 10px 10px #fff,
            0 0 0 #ccc inset,
            0 0 0 #fff inset;
    }
    100% {
        width: 1000px;
        height: 600px;
        background: #fafafa;
        box-shadow:
            40px 40px 40px #ccc,
            0 0 0 #fff,
            0 0 0 #ccc inset,
            2px 2px 2px #fff inset;
    }
}
.appear-modal-effect {
    border-radius: 20px;
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    box-shadow:
        0 0 0 #ccc,
        0 0 0 #fff,
        10px 10px 10px #ccc inset,
        -10px -10px 10px #fff inset;
    animation: appear-modal 1.5s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.animation-spin {
    animation: spin 1s linear infinite;
    max-height: 100px;
    max-width: 100px;
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
[data-animation] {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
    animation-duration: 1s;
}
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}
.fadeOut,
.flipOutY,
.zoomOut,
.zoomReverseOut {
    animation-direction: reverse;
}
.slideInUp {
    animation-name: slideInUp;
}
.slideInDown {
    animation-name: slideInDown;
}
.slideInLeft {
    animation-name: slideInleft;
}
.slideInRight {
    animation-name: slideInRight;
}
.fadeIn,
.fadeOut {
    animation-name: fadeIn;
}
.zoomIn,
.zoomOut {
    animation-name: zoomIn;
}
.zoomReverseIn,
.zoomReverseOut {
    animation-name: zoomReverseIn;
}
.flipInY,
.flipOutY {
    animation-name: flipInY;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar a {
    text-decoration: none;
}
.navbar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar #menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navbar #menu .menu.principal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar #menu .menu.principal > li {
    position: relative;
}
.navbar #menu .menu.principal > li > a {
    padding: 0.5rem;
}
.navbar #menu .menu.principal > li a {
    color: rgba(0, 0, 0, 0.55);
    transition: color 0.3s;
}
.navbar #menu .menu.principal > li a:hover,
.navbar #menu .menu.principal > li.active a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar #menu .menu.principal > li.dropdown > a: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;
}
.navbar #menu .menu.principal > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem;
    margin: 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;
}
header.simple-menu #menu ul.level-1 li,
header.simple-menu-logo #menu ul.level-1 li,
header.simple-menu-logo-top #menu ul.level-1 li {
    margin: 0 15px;
}
.navbar #menu .menu.principal > li.show ul {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .navbar #menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        max-width: 420px;
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        background: #eee;
        transition: left 0.3s linear;
        z-index: 99;
    }
    .navbar #menu.show {
        left: 0;
    }
    .navbar #menu .menu.principal {
        display: block;
    }
    .navbar #menu .menu.principal > li ul {
        position: static;
        display: block;
    }
}
header.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}
button.display-menu {
    display: none;
}
@media only screen and (max-width: 1024px) {
    button.display-menu {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;
        padding: 25px;
        height: 30px;
        width: 30px;
        cursor: pointer;
        z-index: 99;
    }
    button.display-menu span {
        top: 50%;
        right: 10px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    button.display-menu span:before {
        top: -9px;
    }
    button.display-menu span:after {
        bottom: -9px;
    }
    button.display-menu span,
    button.display-menu span:after,
    button.display-menu span:before {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        width: 30px;
        background: #333;
        border-radius: 2px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
}
button.display-menu.close-menu span {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
button.display-menu.close-menu span:before {
    top: 0;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
button.display-menu.close-menu span:after {
    bottom: 0;
}
header.simple-menu #menu {
    padding: 30px 0;
    background-color: #eee;
}
header.simple-menu #menu ul.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.simple-menu-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    padding: 0 10%;
}
header.simple-menu-logo #menu {
    -ms-flex: 1;
    flex: 1;
}
header.simple-menu-logo #menu ul.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.simple-menu-logo-top {
    padding: 20px 0;
    background-color: #eee;
}
header.simple-menu-logo-top .logo {
    padding: 10px;
    text-align: center;
}
header.simple-menu-logo-top #menu ul.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.menu-bandeau-top .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #afafaf;
    padding: 0.85% 10%;
}
header.menu-bandeau-top .top .coordonnees {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
header.menu-bandeau-top .top .coordonnees > div {
    margin: 5px 30px;
}
@media only screen and (max-width: 600px) {
    header.menu-bandeau-top .top .coordonnees .phone {
        margin: 5px auto;
    }
}
header.menu-bandeau-top .top .social {
    margin: 5px 30px;
}
@media only screen and (max-width: 600px) {
    header.menu-bandeau-top .top .social {
        margin: 15px auto 10px;
    }
}
header.menu-bandeau-top .top p {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 5px 5px;
}
header.menu-bandeau-top .top img {
    max-height: 30px;
}
header.menu-bandeau-top .top .social img {
    margin: 0 5px;
}
header.menu-bandeau-top .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    padding: 0 10%;
}
@media only screen and (max-width: 1024px) {
    header.menu-bandeau-top .bottom {
        background-color: transparent;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
header.menu-bandeau-top .bottom #menu {
    -ms-flex: 1;
    flex: 1;
}
header.menu-bandeau-top .bottom #menu ul.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header.menu-bandeau-top .bottom #menu ul.level-1 li {
    margin: 0 15px;
}
header.menu-vertical {
    background-color: #eee;
    max-width: 20%;
    height: 100vh;
    display: inline-block;
}
@media only screen and (min-width: 901px) and (max-width: 1500px) {
    header.menu-vertical {
        max-width: 25%;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 900px) {
    header.menu-vertical {
        max-width: 30%;
    }
}
@media only screen and (max-width: 1024px) {
    header.menu-vertical {
        height: auto;
        display: block;
        max-width: 100%;
        text-align: center;
        background-color: transparent;
    }
}
header.menu-vertical #menu {
    padding: 30px 0;
}
header.menu-vertical #menu ul.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}
header.menu-vertical #menu ul.level-1 li {
    margin: 0;
    width: 100%;
}
header.menu-vertical #menu ul.level-1 li a {
    text-align: left;
    padding: 30px 20px;
}
header.menu-vertical #menu ul.level-1 li a:hover {
    background-color: #fff;
    text-decoration: none;
}
header.menu-vertical #menu ul.level-1 li a.contact {
    text-align: center;
    margin: 0 10px;
    padding: 20px;
}
header.menu-vertical #menu ul.level-1 li ul.level-2 {
    right: -50%;
}
header.menu-vertical #menu ul.level-1 li ul.level-2 a {
    padding: 10px;
}
@media only screen and (max-width: 1024px) {
    header.menu-bandeau-top #menu,
    header.menu-vertical #menu,
    header.simple-menu #menu,
    header.simple-menu-logo #menu,
    header.simple-menu-logo-top #menu {
        position: fixed;
        width: 500px;
        top: 0;
        left: -510px;
        overflow: hidden;
        height: 100%;
        margin: auto;
        transition: 0.4s;
        z-index: 10;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
        overflow-y: scroll;
        display: -ms-flexbox;
        display: flex;
    }
    header.menu-bandeau-top #menu ul,
    header.menu-vertical #menu ul,
    header.simple-menu #menu ul,
    header.simple-menu-logo #menu ul,
    header.simple-menu-logo-top #menu ul {
        margin: auto 0 auto 25px;
    }
    header.menu-bandeau-top #menu ul li,
    header.menu-vertical #menu ul li,
    header.simple-menu #menu ul li,
    header.simple-menu-logo #menu ul li,
    header.simple-menu-logo-top #menu ul li {
        display: block;
        margin: 20px;
    }
    header.menu-bandeau-top #menu ul li a,
    header.menu-vertical #menu ul li a,
    header.simple-menu #menu ul li a,
    header.simple-menu-logo #menu ul li a,
    header.simple-menu-logo-top #menu ul li a {
        text-align: left;
    }
    header.menu-bandeau-top #menu ul li ul,
    header.menu-vertical #menu ul li ul,
    header.simple-menu #menu ul li ul,
    header.simple-menu-logo #menu ul li ul,
    header.simple-menu-logo-top #menu ul li ul {
        display: block;
        position: relative;
        box-shadow: none;
        background-color: transparent;
    }
    header.menu-bandeau-top #menu.isActive,
    header.menu-vertical #menu.isActive,
    header.simple-menu #menu.isActive,
    header.simple-menu-logo #menu.isActive,
    header.simple-menu-logo-top #menu.isActive {
        left: 0;
    }
}
@media only screen and (max-width: 500px) {
    header.menu-bandeau-top #menu,
    header.menu-vertical #menu,
    header.simple-menu #menu,
    header.simple-menu-logo #menu,
    header.simple-menu-logo-top #menu {
        width: 100%;
    }
}
body header.left-menu {
    height: 100%;
}
body header.left-menu #menu {
    background-color: #eee;
    width: 250px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}
body header.left-menu #menu ul {
    margin: auto 0;
    padding: 0 20px;
}
body header.left-menu #menu ul li {
    display: block;
}
body header.left-menu #menu ul li a {
    text-align: left;
}
body header.left-menu #menu ul li ul {
    display: block;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    margin: 25px 0;
}
