@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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", "Liberation 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", "Liberation 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;
}

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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  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:not(:focus-visible) {
  outline: 0;
}

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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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 {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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: 0.875em;
  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;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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) !important;
  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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: 0.875em;
  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;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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) !important;
  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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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) !important;
  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") right 0.75rem center/8px 10px no-repeat, #fff 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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;
  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;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.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(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 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: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.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.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.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.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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(0, 123, 255, 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-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  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: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  print-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: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.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: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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: #007bff;
  background-color: #007bff;
}
.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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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(0, 123, 255, 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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;
  overflow: hidden;
  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;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.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-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@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-nav-scroll {
    overflow: visible;
  }
  .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-nav-scroll {
    overflow: visible;
  }
  .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-nav-scroll {
    overflow: visible;
  }
  .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-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 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-nav-scroll {
  overflow: visible;
}
.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 {
    column-count: 3;
    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 + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  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(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.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: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
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: rgb(30.1449275362, 125.8550724638, 52);
}
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: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
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: rgb(211, 158.25, 0);
}
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: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
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: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@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: #007bff;
  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 {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    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: #007bff;
  border-color: #007bff;
}
.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: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.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: 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: 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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 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;
}

.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", "Liberation 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-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 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 rgb(247.35, 247.35, 247.35);
}

.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: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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%;
  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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !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: #007bff !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-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.85714286%;
}

.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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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: sticky !important;
}

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

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

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

.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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
  }
  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;
  }
}
@font-face {
  font-family: "socicon";
  src: url("../font/socicon.eot");
  src: url("../font/socicon.eot?#iefix") format("embedded-opentype"), url("../font/socicon.woff") format("woff"), url("../font/socicon.ttf") format("truetype"), url("../font/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=socicon-]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}

.socicon-mixcloud:before {
  content: "\e001";
}

.socicon-drupal:before {
  content: "\e002";
}

.socicon-swarm:before {
  content: "\e003";
}

.socicon-istock:before {
  content: "\e004";
}

.socicon-yammer:before {
  content: "\e005";
}

.socicon-ello:before {
  content: "\e006";
}

.socicon-stackoverflow:before {
  content: "\e007";
}

.socicon-persona:before {
  content: "\e008";
}

.socicon-triplej:before {
  content: "\e009";
}

.socicon-houzz:before {
  content: "\e00a";
}

.socicon-rss:before {
  content: "\e00b";
}

.socicon-paypal:before {
  content: "\e00c";
}

.socicon-odnoklassniki:before {
  content: "\e00d";
}

.socicon-airbnb:before {
  content: "\e00e";
}

.socicon-periscope:before {
  content: "\e00f";
}

.socicon-outlook:before {
  content: "\e010";
}

.socicon-coderwall:before {
  content: "\e011";
}

.socicon-tripadvisor:before {
  content: "\e012";
}

.socicon-appnet:before {
  content: "\e013";
}

.socicon-goodreads:before {
  content: "\e014";
}

.socicon-tripit:before {
  content: "\e015";
}

.socicon-lanyrd:before {
  content: "\e016";
}

.socicon-slideshare:before {
  content: "\e017";
}

.socicon-buffer:before {
  content: "\e018";
}

.socicon-disqus:before {
  content: "\e019";
}

.socicon-vkontakte:before {
  content: "\e01a";
}

.socicon-whatsapp:before {
  content: "\e01b";
}

.socicon-patreon:before {
  content: "\e01c";
}

.socicon-storehouse:before {
  content: "\e01d";
}

.socicon-pocket:before {
  content: "\e01e";
}

.socicon-mail:before {
  content: "\e01f";
}

.socicon-blogger:before {
  content: "\e020";
}

.socicon-technorati:before {
  content: "\e021";
}

.socicon-reddit:before {
  content: "\e022";
}

.socicon-dribbble:before {
  content: "\e023";
}

.socicon-stumbleupon:before {
  content: "\e024";
}

.socicon-digg:before {
  content: "\e025";
}

.socicon-envato:before {
  content: "\e026";
}

.socicon-behance:before {
  content: "\e027";
}

.socicon-delicious:before {
  content: "\e028";
}

.socicon-deviantart:before {
  content: "\e029";
}

.socicon-forrst:before {
  content: "\e02a";
}

.socicon-play:before {
  content: "\e02b";
}

.socicon-zerply:before {
  content: "\e02c";
}

.socicon-wikipedia:before {
  content: "\e02d";
}

.socicon-apple:before {
  content: "\e02e";
}

.socicon-flattr:before {
  content: "\e02f";
}

.socicon-github:before {
  content: "\e030";
}

.socicon-renren:before {
  content: "\e031";
}

.socicon-friendfeed:before {
  content: "\e032";
}

.socicon-newsvine:before {
  content: "\e033";
}

.socicon-identica:before {
  content: "\e034";
}

.socicon-bebo:before {
  content: "\e035";
}

.socicon-zynga:before {
  content: "\e036";
}

.socicon-steam:before {
  content: "\e037";
}

.socicon-xbox:before {
  content: "\e038";
}

.socicon-windows:before {
  content: "\e039";
}

.socicon-qq:before {
  content: "\e03a";
}

.socicon-douban:before {
  content: "\e03b";
}

.socicon-meetup:before {
  content: "\e03c";
}

.socicon-playstation:before {
  content: "\e03d";
}

.socicon-android:before {
  content: "\e03e";
}

.socicon-snapchat:before {
  content: "\e03f";
}

.socicon-twitter:before {
  content: "\e040";
}

.socicon-facebook:before {
  content: "\e041";
}

.socicon-googleplus:before {
  content: "\e042";
}

.socicon-pinterest:before {
  content: "\e043";
}

.socicon-foursquare:before {
  content: "\e044";
}

.socicon-yahoo:before {
  content: "\e045";
}

.socicon-skype:before {
  content: "\e046";
}

.socicon-yelp:before {
  content: "\e047";
}

.socicon-feedburner:before {
  content: "\e048";
}

.socicon-linkedin:before {
  content: "\e049";
}

.socicon-viadeo:before {
  content: "\e04a";
}

.socicon-xing:before {
  content: "\e04b";
}

.socicon-myspace:before {
  content: "\e04c";
}

.socicon-soundcloud:before {
  content: "\e04d";
}

.socicon-spotify:before {
  content: "\e04e";
}

.socicon-grooveshark:before {
  content: "\e04f";
}

.socicon-lastfm:before {
  content: "\e050";
}

.socicon-youtube:before {
  content: "\e051";
}

.socicon-vimeo:before {
  content: "\e052";
}

.socicon-dailymotion:before {
  content: "\e053";
}

.socicon-vine:before {
  content: "\e054";
}

.socicon-flickr:before {
  content: "\e055";
}

.socicon-500px:before {
  content: "\e056";
}

.socicon-wordpress:before {
  content: "\e058";
}

.socicon-tumblr:before {
  content: "\e059";
}

.socicon-twitch:before {
  content: "\e05a";
}

.socicon-8tracks:before {
  content: "\e05b";
}

.socicon-amazon:before {
  content: "\e05c";
}

.socicon-icq:before {
  content: "\e05d";
}

.socicon-smugmug:before {
  content: "\e05e";
}

.socicon-ravelry:before {
  content: "\e05f";
}

.socicon-weibo:before {
  content: "\e060";
}

.socicon-baidu:before {
  content: "\e061";
}

.socicon-angellist:before {
  content: "\e062";
}

.socicon-ebay:before {
  content: "\e063";
}

.socicon-imdb:before {
  content: "\e064";
}

.socicon-stayfriends:before {
  content: "\e065";
}

.socicon-residentadvisor:before {
  content: "\e066";
}

.socicon-google:before {
  content: "\e067";
}

.socicon-yandex:before {
  content: "\e068";
}

.socicon-sharethis:before {
  content: "\e069";
}

.socicon-bandcamp:before {
  content: "\e06a";
}

.socicon-itunes:before {
  content: "\e06b";
}

.socicon-deezer:before {
  content: "\e06c";
}

.socicon-telegram:before {
  content: "\e06e";
}

.socicon-openid:before {
  content: "\e06f";
}

.socicon-amplement:before {
  content: "\e070";
}

.socicon-viber:before {
  content: "\e071";
}

.socicon-zomato:before {
  content: "\e072";
}

.socicon-draugiem:before {
  content: "\e074";
}

.socicon-endomodo:before {
  content: "\e075";
}

.socicon-filmweb:before {
  content: "\e076";
}

.socicon-stackexchange:before {
  content: "\e077";
}

.socicon-wykop:before {
  content: "\e078";
}

.socicon-teamspeak:before {
  content: "\e079";
}

.socicon-teamviewer:before {
  content: "\e07a";
}

.socicon-ventrilo:before {
  content: "\e07b";
}

.socicon-younow:before {
  content: "\e07c";
}

.socicon-raidcall:before {
  content: "\e07d";
}

.socicon-mumble:before {
  content: "\e07e";
}

.socicon-medium:before {
  content: "\e06d";
}

.socicon-bebee:before {
  content: "\e07f";
}

.socicon-hitbox:before {
  content: "\e080";
}

.socicon-reverbnation:before {
  content: "\e081";
}

.socicon-formulr:before {
  content: "\e082";
}

.socicon-instagram:before {
  content: "\e057";
}

.socicon-battlenet:before {
  content: "\e083";
}

.socicon-chrome:before {
  content: "\e084";
}

.socicon-discord:before {
  content: "\e086";
}

.socicon-issuu:before {
  content: "\e087";
}

.socicon-macos:before {
  content: "\e088";
}

.socicon-firefox:before {
  content: "\e089";
}

.socicon-opera:before {
  content: "\e08d";
}

.socicon-keybase:before {
  content: "\e090";
}

.socicon-alliance:before {
  content: "\e091";
}

.socicon-livejournal:before {
  content: "\e092";
}

.socicon-googlephotos:before {
  content: "\e093";
}

.socicon-horde:before {
  content: "\e094";
}

.socicon-etsy:before {
  content: "\e095";
}

.socicon-zapier:before {
  content: "\e096";
}

.socicon-google-scholar:before {
  content: "\e097";
}

.socicon-researchgate:before {
  content: "\e098";
}

.socicon-wechat:before {
  content: "\e099";
}

.socicon-strava:before {
  content: "\e09a";
}

.socicon-line:before {
  content: "\e09b";
}

.socicon-lyft:before {
  content: "\e09c";
}

.socicon-uber:before {
  content: "\e09d";
}

.socicon-songkick:before {
  content: "\e09e";
}

.socicon-viewbug:before {
  content: "\e09f";
}

.socicon-googlegroups:before {
  content: "\e0a0";
}

.socicon-quora:before {
  content: "\e073";
}

.socicon-diablo:before {
  content: "\e085";
}

.socicon-blizzard:before {
  content: "\e0a1";
}

.socicon-hearthstone:before {
  content: "\e08b";
}

.socicon-heroes:before {
  content: "\e08a";
}

.socicon-overwatch:before {
  content: "\e08c";
}

.socicon-warcraft:before {
  content: "\e08e";
}

.socicon-starcraft:before {
  content: "\e08f";
}

.socicon-beam:before {
  content: "\e0a2";
}

.socicon-curse:before {
  content: "\e0a3";
}

.socicon-player:before {
  content: "\e0a4";
}

.socicon-streamjar:before {
  content: "\e0a5";
}

.socicon-nintendo:before {
  content: "\e0a6";
}

.socicon-hellocoton:before {
  content: "\e0a7";
}

/**
 * Linearicons free, 1.0.5
 * Created by Perxis
 * https://linearicons.com/free
 * CC BY-SA 4.0 License
 */
@font-face {
  font-family: "linearicons";
  src: url("linearicons.eot");
  src: url("linearicons.eot?#iefix") format("eot"), url("linearicons.woff2") format("woff2"), url("linearicons.woff") format("woff"), url("linearicons.ttf") format("truetype"), url("linearicons.svg#linearicons") format("svg");
}
.lnr {
  font-family: "linearicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/*!
 * @brief French Geoportal Extension for Leaflet
 *
 * This software is released under the licence CeCILL-B (Free BSD compatible)
 * @see http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
 * @see http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt
 * @see http://www.cecill.info/
 *
 * @copyright copyright (c) IGN 
 * @license CeCILL-B
 * @author IGN
 * @version 2.4.0-beta4
 * @date 14/12/2023
 *
 */
/*!
 * @overview  Proj4Leaflet - Smooth Proj4js integration with Leaflet
 * @copyright Copyright (c) 2012, Kartena AB
 * @license   BSD 2-Clause "Simplified" License
 *            See https://raw.githubusercontent.com/kartena/Proj4Leaflet/master/LICENSE
 * @version 1.0.2
 */
/*!
 * @overview  leaflet-draw - Vector drawing and editing plugin for Leaflet 
 * @copyright Copyright (c) 2012-2017 Jon West, Jacob Toye, and Leaflet
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/Leaflet/Leaflet.draw/master/MIT-LICENSE.md
 * @version   1.0.4
 */
/*!
 * Sortable -- JavaScript library for reorderable drag-and-drop lists on modern
 * browsers and touch devices. No jQuery required. Supports Meteor, AngularJS,
 * React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.
 *
 * Released under MIT LICENSE
 *
 * Copyright Lebedev Konstantin <ibnRubaXa@gmail.com>
 * https://github.com/SortableJS/Sortable
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 *
 * @version 1.14.0
 */
/*!
 * @overview  es6-promise - a tiny implementation of Promises/A+.
 * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
 * @version   v4.2.4
 */
/*!
 * @overview   Proj4js - Javascript reprojection library.
 *
 * @authors
 * - Mike Adair madairATdmsolutions.ca
 * - Richard Greenwood richATgreenwoodmap.com
 * - Didier Richard didier.richardATign.fr
 * - Stephen Irons stephen.ironsATclear.net.nz
 * - Olivier Terral oterralATgmail.com
 * - Calvin Metcalf cmetcalfATappgeo.com
 *
 * @copyright Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/proj4js/proj4js/master/LICENSE.md
 * @version   2.7.5
 */
/* BOOST RELIEF */
div[id^=GPboostRelief-] {
  font-size: 11px;
  width: 150px;
}

div[id^=GPboostRelief-] label {
  display: block;
}

div[id^=GPBoostReliefListContainer-] {
  position: relative;
  width: 100%;
  height: 28px;
  padding-left: 8px;
  line-height: 28px;
}

.GPlayerRelief,
.GPlayerReliefValue {
  position: absolute;
  top: 0;
}

.GPlayerRelief {
  width: calc(100% - 60px);
  height: 28px;
  padding-left: 8px;
}

.GPlayerReliefValue {
  width: 32px;
  left: calc(100% - 40px);
  line-height: 28px;
  font-size: 10px;
  font-style: italic;
  cursor: default;
}

/* Showing/hiding boost relief panel */
label[id^=GPshowBoostReliefPicto] {
  display: inline-block;
}

input[id^=GPshowBoostRelief-] + label {
  display: block;
}

input[id^=GPshowBoostRelief-]:checked + label {
  display: none;
}

input[id^=GPshowBoostRelief-] + label + div {
  display: none;
}

input[id^=GPshowBoostRelief-]:checked + label + div {
  display: block;
}

/* Showing layer advanced tools */
div[id^=GPboostRelief-] input[type=checkbox]:checked + label + .GPlayerAdvancedToolsRelief {
  max-height: 28px;
  opacity: 1;
}

.GPlayerAdvancedToolsRelief {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #CCC;
  background-color: #FFF;
}

.GPlayerReliefLayerId {
  position: relative;
  width: 100px;
  height: 28px;
  padding-left: 8px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Relief slider : general */
.GPlayerRelief input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.GPlayerRelief input[type=range]:focus {
  box-shadow: none;
  outline: none;
}

/* Relief slider : Chrome, Safari, Opera */
.GPlayerRelief input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 3px;
}

.GPlayerRelief input[type=range]::-webkit-slider-thumb:before {
  position: absolute;
  top: 0;
  right: 50%;
  left: -200px;
  height: 3px;
  pointer-events: none;
}

.GPlayerRelief input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 17px;
  -webkit-appearance: none;
  border: 2px solid #FFF;
  background-color: #505050;
  position: relative;
  top: -7px;
}

/* Relief slider : Firefox */
.GPlayerRelief input[type=range]::-moz-range-track {
  width: 80px;
  height: 3px;
}

.GPlayerRelief input[type=range]::-moz-range-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  border-radius: 0;
  box-shadow: 0;
  background-color: #505050;
  position: relative;
}

/* Relief slider : IE */
.GPlayerRelief input[type=range]::-ms-track {
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 3px;
  width: 80px;
}

.GPlayerRelief input[type=range]::-ms-fill-lower,
.GPlayerRelief input[type=range]::-ms-fill-upper {
  background: transparent;
  border-radius: 0;
}

.GPlayerRelief input[type=range]::-ms-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  background-color: #505050;
}

.GPlayerRelief input[type=range]::-ms-tooltip {
  display: none;
}

/* BUILDINGS */
div[id^=GPbuildings-] {
  font-size: 11px;
}

div[id^=GPbuildings-] label {
  display: block;
}

label[id^=GPshowBuildingsPicto] {
  display: inline-block;
  cursor: pointer;
}

/* MOUSE POSITION */
/* Showing/hiding drawing panel */
label[id^=GPshowDrawingPicto-] {
  display: inline-block;
}

input[id^=GPshowDrawing-] + label {
  display: block;
}

input[id^=GPshowDrawing-]:checked + label {
  display: none;
}

input[id^=GPshowDrawing-] + label + div {
  display: none;
}

input[id^=GPshowDrawing-]:checked + label + div {
  display: block;
}

/* General panels */
div[id^=GPdrawingPanel-] {
  width: 240px;
  overflow: hidden;
}

/* Basic infos */
div[id^=GPdrawingBasicPanel-] {
  padding: 10px 15px;
}

.GPdrawingLabel,
.GPdrawingCoords {
  display: inline-block;
  line-height: 20px;
}

.GPdrawingLabel {
  width: 80px;
  font-weight: bold;
}

.GPdrawingCoords {
  width: 110px;
}

/* markers selector */
.marker-input-radio {
  display: none;
}

input.marker-input-radio:checked + label {
  border: 1px solid red;
}

div[id^=GPelevationPathPanelInfo] {
  display: none; /* on n'affiche pas le bouton d'information par defaut */
}

/* Calc waiting */
.GPelevationPathCalcWaitingContainerVisible,
.GPelevationPathCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPelevationPathInformationsContainerVisible,
.GPelevationPathInformationsContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}

.GPelevationPathCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.GPelevationPathInformationsContainerVisible {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.GPelevationPathCalcWaitingContainerHidden,
.GPelevationPathInformationsContainerHidden {
  display: none;
}

.GPelevationPathCalcWaiting,
.GPelevationPathInformations {
  margin: auto;
}

.GPelevationPathInformations {
  font-size: 0.8em;
}

.GPelevationPathCalcWaitingContainerVisible,
.GPelevationPathCalcWaitingContainerHidden,
.GPelevationPathInformationsContainerVisible,
.GPelevationPathInformationsContainerHidden {
  border-radius: 5px;
}

/* CSS : Raw */
#profileElevationRaw {
  resize: none;
  padding: unset;
}

/* CSS : default */
#profileElevationByDefault {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.altiPathValue {
  font-weight: 700;
  fill: #5E5E5E;
}

.altiPathCoords {
  font-style: italic;
  fill: #5E5E5E;
}

.tooltipInit {
  opacity: 0;
}

.tooltipFadeIn {
  transition: opacity 300ms ease 0ms, transform 50ms ease 0s, top 50ms ease 0s, left 50ms ease 0s;
  opacity: 1;
}

.tooltipFadeOut {
  transition: opacity 500ms ease 0ms;
  opacity: 0;
}

/* CSS : D3 */
.axis-d3 > text {
  fill: rgb(94, 94, 94);
  font-family: Verdana;
  font-size: 10px;
  opacity: 1;
  text-anchor: end;
}

.axis-d3 {
  fill: none;
  stroke: #5E5E5E;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.area-d3 {
  fill: #C77A04;
  stroke: #5E5E5E;
  stroke-width: 0;
  fill-opacity: 0.4;
}

.line-d3 {
  fill: none;
  stroke: #C77A04;
  stroke-width: 1px;
}

.grid-d3 .tick {
  stroke: lightgrey;
  opacity: 0.7;
}

.grid-d3 path {
  stroke-width: 0;
}

.grid-d3 .tick {
  stroke: lightgrey;
  opacity: 0.7;
}

.grid-d3 path {
  stroke-width: 0;
}

.overlay-d3 {
  fill: none;
  pointer-events: all;
}

.focusLine-d3 {
  fill: none;
  stroke: #C77A04;
  stroke-width: 0.5px;
}

.focusCircle-d3 {
  fill: #C77A04;
}

div.tooltip-d3 {
  position: inherit;
  text-align: left;
  width: 80px;
  height: 45px;
  padding: 5px;
  font: 8px sans-serif;
  background: white;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

/* Widgets : general */
.GPwidget {
  position: absolute;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

.GPwidget input[type=text],
.GPwidget input[type=button] {
  -webkit-appearance: none;
  color: #333333;
}

.GPwidget input[type=checkbox] {
  display: none;
}

.GPwidget select {
  padding-left: 3px;
  border-radius: 3px;
}

.GPwidget form {
  margin-bottom: 0;
}

.GPwidget * {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/* waiting */
.GPwaiting {
  background-image: url(data:image/gif;base64,R0lGODlhNAA0AIQSAAFkpSZ5sAGV3k2Ruiao3kOj1/GUBk225pe/B4S83XrK75HH3qrS5szMzNbW1sHe797e3ubm5v///////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAfACwAAAAANAA0AAAF5uAnjmRpnmiqrmzrvnAsz3T9FXhh72Ke8zWfDzgT/ogxIw55cjgiJ6XOhKjaII1sNio8Vb8ImnbMXVLBVhl2vI2hvzIHOwt9veGxyLwhu4dlcw59bzVjgjNoPHU2f0yOj5CRkpMocg2HjwaaBitzmZuaKWuGTKCgKHt8SKabqHulrJwno1qYQLGyJ56OrCuWtrChlMPExcbHH4s1ymK1NJZtM4Fxu3mvMXvMLdBj2ip60zG0WoBzENLVJL+66TDj7GQmbOc1EE9N4SURDvSRqcgj/gH8wC0LsGPtAK7pN7Chw4cQSYQAACH5BAUBAB8ALBYABAAaACcAAAVw4PdBTQOJaKquX+k2bJw6b+nIcu3isV7yLFrttioYczWWcVmICYkq5hKolB6pKOsUm9Vyu9JvKiyOls/otHqNQ7gR6ff7LJeX63Mx3n3f0+txeWyDhIVlBmsGiopoi45njo9fkZKTlIhil42RaYsxIQAh+QQFAQAfACwWAAkAGgAnAAAFdOAnjmQZOVCprmTjuikrf289y/Ub32SUuw6e6teICEuO31GVfC1Zxqd0Sq1arYVsAavNUrvdKVgrHm+l5jMazPVe3/C4/IN4I+73Kn5P3fOffn+AgXUqBocGK4QriIiKfoaNjip4LJKTT5eHU5qJnJJWjVUhACH5BAUBAB8ALAkAFgAnABoAAAV04CeOZGmepdM0Duq+5yo3cO2qcwPZPJnLveBvFezhZrsi76cM4lrNqHRKrVpPhmoBZuh2o4VwGOUtK8VoU9lcRKdJazbP/R7Fv236tnQ/If4IJ3pYa36Af4JuLl6Gh4gmYlKOgFclk4+VIpeBmSOTnZaUTSEAIfkEBQEAHwAsBAAWACcAGgAABXfg9xmkIZ5oqq5rWbJwnLqubLP0e+9nTvJAnwnIyxGJtaNyyWw6n1Ao4hmRIa7XpaPBbbCw4OO2y1WBw0Ryt4o6o3cRNdeRcmfTcojZvSr4CytyXntvKH9/gWR6X3cph4crEQ6LSo+IUYaWgJgnmpucIpagjpc3IQAh+QQFAQAfACwEAAkAGgAnAAAFb+AnjqJhkmiamqyhvmjLwrA806p946Tu8isbMNca1ozIpHLJTCKeiCYUupxOlVaqMxvdZqtWqbZJLpvPyEK5wGYz23AlPJ6c0412t9yucjQaDi98KX+FDTBtfYZ/gUmLhUqPf0p+i42Oi00QfxAiIQAh+QQFAQAfACwEAAQAGgAnAAAFc+AnjmRZGqhhrmyasrDounE7o/V64yvi6zuTb4gA0oTEn+lYSg5zSGcROpJOqVUntknc9rzgsHhMLhXOhTEaHV6vwW62N36G09tutbzM7/v/JhFlDYQNDmKFhYdeEYmFYA6OhIJbEJINYZdhlolkEA6UUCEAIfkEAQEAHwAsBAAEACcAGgAABXXgJ45kWSIoYq5sS6apK8swPN9mHeP8p6O9UmG4+qlMhmRryCwUa6uk1LBqMp9A5FQptBKDW2nX6+SFxSRyuXemjpvBz5lljYu2srX9vu/7/4CBgh8NhQ6DK4WKDYgkEIuGjSKQipKElIySj5CHlpSWIw6RoCEAOw==);
  background-position: center center;
  background-repeat: no-repeat;
}

/* General panels */
.GPpanel {
  background-color: #FFF;
}

.GPpanelHeader {
  position: relative;
  width: 100%;
}

.GPpanelTitle {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
}

.GPpanelClose, .GPpanelReduce, .GPpanelInfo {
  position: absolute;
  cursor: pointer;
}

/* Showing/hiding advanced panels */
.GPshowAdvancedToolPicto {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.GPshowAdvancedToolOpen {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

/* Flex inputs */
.GPflexInput {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

/* FIXME tempory hack with :not(.GPlocationOriginHidden) !
.GPflexInput > *:not(.GPlocationOriginHidden) */
.GPflexInput > * {
  display: block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #999;
  border-radius: 0;
}

.GPflexInput *:not(:last-child) {
  border-right: none;
}

.GPflexInput *:first-child {
  border-radius: 3px 0 0 3px;
}

.GPflexInput *:last-child {
  border-radius: 0 3px 3px 0;
}

.GPflexInput > *:not(input) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.GPflexInput > input {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  min-width: 0;
}

.GPflexInput > select {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 7px;
}

.GPflexInput > label {
  background-color: #F2F2F2;
  color: #666;
  padding-left: 7px;
  padding-right: 9px;
  cursor: pointer;
}

/* Particular inputs */
.GPinputSelect {
  display: block;
  height: 28px;
  line-height: 26px;
  margin: auto;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
}

input.GPinputSubmit {
  display: block;
  width: 80px;
  margin: auto;
  height: 28px;
  line-height: 26px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 3px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

input.GPinputSubmit:hover {
  opacity: 1;
}

/* Autocomplete/geocode results */
.GPautoCompleteList,
.GPadvancedAutoCompleteList {
  z-index: 2;
  display: none;
  position: absolute;
  max-height: 140px;
  background-color: #FFF;
  border: 1px solid #999;
  overflow-y: hidden;
}

.GPadvancedAutoCompleteList {
  width: calc(100% - 28px);
  border-top: none;
  font-size: 0.9em;
}

.GPautoCompleteProposal {
  width: 100%;
  height: 28px;
  line-height: 16px;
  padding: 6px 10px;
  color: #5E5E5E;
  font-size: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.GPautoCompleteProposal:hover {
  color: #000000;
  background-color: #CEDBEF;
}

/* Showing additional hidden options */
.GPshowMoreOptions {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: all 0.5s ease-out 0s;
}

input[type=checkbox]:checked + .GPshowMoreOptions {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* bottom: 90px; */
}

/* GET FEATURE INFO */
label[id^=GPgetFeatureInfoPicto] {
  display: inline-block;
}

div[id^=GPgetFeatureInfo-] + label {
  display: block;
}

span[id^=GPgetFeatureInfoActivate],
span[id^=GPgetFeatureInfoDeactivate] {
  position: absolute;
  display: block;
  transition: border-radius 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

span[id^=GPgetFeatureInfoActivate] {
  background-position: 0 0;
  opacity: 1;
}

span[id^=GPgetFeatureInfoDeactivate] {
  opacity: 0;
}

div[id^=GPgetFeatureInfo-] input[type=checkbox]:not(:checked) + label[id^=GPgetFeatureInfoPicto] span[id^=GPgetFeatureInfoDeactivate] {
  opacity: 1;
}

/* ISOCHRON */
div[id^=GPisochron-] {
  top: 140px;
}

/* Showing/hiding mouse position panel */
label[id^=GPshowIsochronPicto] {
  display: inline-block;
}

input[id^=GPshowIsochron-] + label {
  display: block;
}

input[id^=GPshowIsochron-]:checked + label {
  display: none;
}

input[id^=GPshowIsochron-] + label + div {
  display: none;
}

input[id^=GPshowIsochron-]:checked + label + div {
  display: block;
}

/* General panels */
div[id^=GPisochronPanel-] {
  width: 280px;
}

/* Calc waiting */
.GPisochronCalcWaitingContainerVisible,
.GPisochronCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPisochronCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPisochronCalcWaitingContainerHidden {
  display: none;
}

.GPisochronCalcWaiting {
  margin: auto;
}

/* Isochron form */
form[id^=GPisochronForm] {
  padding: 15px;
}

.GPisochronFormMini {
  max-height: 58px;
  overflow: hidden;
}

.GPisochronFormMini div[id^=GPisochronReset-],
.GPisochronFormMini label[id^=GPshowIsoExclusionsPicto-] {
  display: none;
}

.GPisochronOriginVisible {
  display: block;
}

.GPisochronOriginHidden {
  display: none;
}

.GPisochronOriginPointerImg {
  width: 28px;
  background-color: #F2F2F2;
  cursor: pointer;
}

input[id^=GPisochronOriginPointer] + .GPisochronOriginPointerImg {
  background-position: -1px -1px;
}

input[id^=GPisochronOriginPointer]:checked + .GPisochronOriginPointerImg {
  background-position: -29px -1px;
}

input[id^=GPisochronSubmit] {
  margin-top: 5px;
}

/* Alternative choice */
div[id^=GPisochronChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 160px;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.GPisochronChoiceAlt input {
  display: none;
}

.GPisochronChoiceAltImg {
  display: block;
  width: 28px;
  height: 28px;
  margin: auto;
  cursor: pointer;
}

input[id^=GPisochronChoiceAltChron] + .GPisochronChoiceAltImg {
  background-position: -56px 0;
}

input[id^=GPisochronChoiceAltChron]:checked + .GPisochronChoiceAltImg {
  background-position: -84px 0;
}

input[id^=GPisochronChoiceAltDist] + .GPisochronChoiceAltImg {
  background-position: -112px 0;
}

input[id^=GPisochronChoiceAltDist]:checked + .GPisochronChoiceAltImg {
  background-position: -140px 0;
}

.GPisochronChoiceAlt span {
  cursor: pointer;
  display: block;
  color: #999;
}

.GPisochronValueHidden {
  display: none;
}

div[id^=GPisochronValueChron],
div[id^=GPisochronValueDist] {
  width: 220px;
  margin: auto;
}

/* Mode choice */
div[id^=GPisochronModeChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.GPisochronModeLabel {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

div[id^=GPisochronTransportChoice] input {
  display: none;
}

.GPisochronTransportImg {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GPisochronTransportImg:first-of-type {
  margin-left: 18px;
  margin-right: 10px;
}

input[id^=GPisochronTransportCar] + .GPisochronTransportImg {
  background-position: -168px 0;
}

input[id^=GPisochronTransportCar]:checked + .GPisochronTransportImg {
  background-position: -196px 0;
}

input[id^=GPisochronTransportPedestrian] + .GPisochronTransportImg {
  background-position: -224px 0;
}

input[id^=GPisochronTransportPedestrian]:checked + .GPisochronTransportImg {
  background-position: -252px 0;
}

select[id^=GPisochronDirectionSelect] {
  width: 80px;
}

/* Showing/hiding exclusions */
input[id^=GPshowIsoExclusions] {
  display: none;
}

.GPshowIsoExclusionsPicto {
  top: 250px;
  right: 0;
  transition: all 0.5s ease-out 0s;
}

input[id^=GPshowIsoExclusions] + label + div[id^=GPisoExclusions] {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

input[id^=GPshowIsoExclusions]:checked + label + div[id^=GPisoExclusions] {
  display: block;
  max-height: 60px;
  opacity: 1;
  margin-bottom: 15px;
}

/* Exclusions */
div[id^=GPisoExclusions] {
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s, margin 0.3s ease-in-out 0.25s;
  overflow: hidden;
}

.GPisoExclusionsLabel {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 16px;
}

.GPisoExclusionsOptions {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.GPisoExclusionsOption {
  display: block;
  height: 28px;
  line-height: 26px;
  color: #A77;
  background-color: #FEE;
  padding-left: 28px;
  padding-right: 5px;
  border: 1px solid #A77;
  border-radius: 3px;
  cursor: pointer;
}

input:checked + .GPisoExclusionsOption {
  background-color: #EFE;
  background-position: 0 -28px;
  color: #797;
  border: 1px solid #797;
}

/* Reset picto */
div[id^=GPisochronReset] {
  position: absolute;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -281px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GPisochronReset]:hover {
  opacity: 1;
}

/* LAYER SWITCHER */
div[id^=GPlayerSwitcher-] {
  font-size: 11px;
}

div[id^=GPlayerSwitcher-] [draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

/* Manage opening of the components through hiden checkboxes */
div[id^=GPlayerSwitcher-] input[type=checkbox] + div,
div[id^=GPlayerSwitcher-] input[type=checkbox] + label + div {
  max-height: 0px;
}

div[id^=GPlayerSwitcher-] label {
  display: block;
}

/* Showing/hiding layers list */
label[id^=GPshowLayersListPicto] {
  position: relative;
  float: right;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-out 0s, box-shadow 0.5s ease-out 0s, border 0.5s ease-out 0s, border-radius 0.5s ease-out 0s;
  cursor: pointer;
}

span[id^=GPshowLayersListOpen],
span[id^=GPshowLayersListClose] {
  position: absolute;
  display: block;
  transition: border-radius 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

span[id^=GPshowLayersListOpen] {
  background-position: 0 0;
  opacity: 1;
}

span[id^=GPshowLayersListClose] {
  opacity: 0;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + div + label[id^=GPshowLayersListPicto] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + div + label[id^=GPshowLayersListPicto] span[id^=GPshowLayersListClose] {
  opacity: 1;
}

/* Layers list */
div[id^=GPlayersList] {
  position: relative;
  width: 180px;
  border-bottom-right-radius: 0;
  opacity: 0;
  overflow: auto;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0.25s;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + div[id^=GPlayersList] {
  max-height: 232px;
  opacity: 1;
  transition: max-height 0.5s ease-in 0s, opacity 0.25s ease-in 0s;
}

/* Layer : general */
.GPlayerSwitcher_layer {
  position: relative;
  top: 0;
  background-color: #FFF;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}

div[id^=GPlayersList] .GPlayerSwitcher_layer:last-child {
  border-bottom: none;
}

.GPlayerBasicTools,
.GPlayerAdvancedTools {
  position: relative;
  width: 100%;
  height: 28px;
}

.GPlayerVisibility,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerRemove {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GPlayerVisibility,
.GPlayerName,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerRemove,
.GPlayerOpacity,
.GPlayerOpacityValue {
  position: absolute;
  top: 0;
}

.GPghostLayer {
  opacity: 0;
}

/* Layer basic tools */
.GPlayerBasicTools {
  background-color: #FFF;
}

.GPlayerVisibility {
  left: 0;
  background-position: -28px 0;
}

input[type=checkbox]:checked + .GPlayerVisibility {
  background-position: 0 0;
}

.GPlayerName {
  left: 28px;
  width: calc(100% - 56px);
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 4px;
  cursor: move;
}

.outOfRange .GPlayerName {
  color: #AAA;
}

/* Showing layer advanced tools */
.GPshowLayerAdvancedTools {
  top: 0;
  right: 0;
  background-position: -112px 0;
}

.GPlayerAdvancedTools {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + label + .GPlayerAdvancedTools {
  max-height: 28px;
  opacity: 1;
}

/* Layer advanced tools */
.GPlayerInfo {
  left: 0;
  background-position: -55px 0;
}

.GPlayerInfoOpened {
  left: 0;
  background-position: -83px 0;
}

.GPlayerOpacity {
  left: 28px;
  width: calc(100% - 100px);
  height: 28px;
  padding-left: 8px;
}

.GPlayerOpacityValue {
  width: 32px;
  left: calc(100% - 60px);
  line-height: 28px;
  font-size: 10px;
  font-style: italic;
  cursor: default;
}

.GPlayerRemove {
  right: 0;
  background-position: -140px 0;
}

/* Opacity slider : general */
.GPlayerOpacity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.GPlayerOpacity input[type=range]:focus {
  box-shadow: none;
  outline: none;
}

/* Opacity slider : Chrome, Safari, Opera */
.GPlayerOpacity input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 3px;
}

.GPlayerOpacity input[type=range]::-webkit-slider-thumb:before {
  position: absolute;
  top: 0;
  right: 50%;
  left: -200px;
  height: 3px;
  pointer-events: none;
}

.GPlayerOpacity input[type=range]::-webkit-slider-thumb {
  width: 9px;
  height: 17px;
  -webkit-appearance: none;
  border: 2px solid #FFF;
  background-color: #505050;
  position: relative;
  top: -7px;
}

/* Opacity slider : Firefox */
.GPlayerOpacity input[type=range]::-moz-range-track {
  width: 80px;
  height: 3px;
}

.GPlayerOpacity input[type=range]::-moz-range-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  border-radius: 0;
  box-shadow: 0;
  background-color: #505050;
  position: relative;
}

/* Opacity slider : IE */
.GPlayerOpacity input[type=range]::-ms-track {
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 3px;
  width: 80px;
}

.GPlayerOpacity input[type=range]::-ms-fill-lower,
.GPlayerOpacity input[type=range]::-ms-fill-upper {
  background: transparent;
  border-radius: 0;
}

.GPlayerOpacity input[type=range]::-ms-thumb {
  width: 5px;
  height: 13px;
  border: 2px solid #FFF;
  background-color: #505050;
}

.GPlayerOpacity input[type=range]::-ms-tooltip {
  display: none;
}

/* Layer info panel */
div[id^=GPlayerInfoPanel] {
  position: absolute;
  top: 0;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.GPlayerInfoPanelOpened {
  display: block;
}

.GPlayerInfoPanelClosed {
  display: none;
}

div[id^=GPlayerInfoContent] {
  position: relative;
  width: 280px;
  max-height: 200px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
}

div[id^=GPlayerInfoTitle] {
  width: calc(100% - 52px);
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

div[id^=GPlayerInfoQuicklook] {
  position: absolute;
  top: -2px;
  left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

div[id^=GPlayerInfoClose] {
  position: absolute;
  top: -8px;
  right: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

div[id^=GPlayerInfoDescription] {
  font-size: 0.9em;
}

.GPlayerInfoSubtitle {
  padding-left: 35px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
}

.GPlayerInfoLink,
.GPlayerInfoPopup {
  line-height: 20px;
  padding-left: 23px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #999999;
  background-repeat: no-repeat;
  cursor: pointer;
}

.GPlayerInfoLink {
  background-position: 0 -20px;
}

.GPlayerInfoLink:hover,
.GPlayerInfoPopup:hover {
  color: #333;
}

.GPlayerInfoLink a,
.GPlayerInfoLink a:visited .GPlayerInfoLink a:focus .GPlayerInfoLink a:hover {
  text-decoration: none;
  color: inherit;
}

/* Location */
/* Location form */
.GPlocationStageFlexInput {
  max-height: 28px;
  opacity: 1;
}

.GPlocationStageFlexInputHidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.GPlocationOriginVisible {
  display: block;
}

.GPlocationOriginHidden {
  display: none;
}

label.GPlocationOriginPointerImg[id*=GPlocationOriginPointerImg] {
  width: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #999;
}

input[id*=GPlocationOriginPointer] + .GPlocationOriginPointerImg {
  background-position: -1px -1px;
}

input[id*=GPlocationOriginPointer]:checked + .GPlocationOriginPointerImg {
  background-position: -29px -1px;
}

.GPlocationStageRemove,
div[id^=GPlocationStageAdd] {
  width: 28px;
  border: none;
  cursor: pointer;
}

.GPlocationStageRemove {
  background-position: -84px 0;
}

div[id^=GPlocationStageAdd] {
  background-position: -56px 0;
}

/* Showing/hiding drawing panel */
label[id^=GPshowMeasureAreaPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureArea-] + label {
  display: block;
}

input[id^=GPshowMeasureArea-]:checked + label {
  display: block;
  background-color: rgba(0, 60, 136, 0.5);
}

input[id^=GPshowMeasureArea-] + label + div {
  display: block;
}

input[id^=GPshowMeasureArea-]:checked + label + div {
  display: block;
}

/* Showing/hiding drawing panel */
label[id^=GPshowMeasureAzimuthPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureAzimuth-] + label {
  display: block;
}

input[id^=GPshowMeasureAzimuth-]:checked + label {
  display: block;
  background-color: rgba(0, 60, 136, 0.5);
}

input[id^=GPshowMeasureAzimuth-] + label + div {
  display: block;
}

input[id^=GPshowMeasureAzimuth-]:checked + label + div {
  display: block;
}

/* Showing/hiding drawing panel */
label[id^=GPshowMeasureLengthPicto-] {
  display: inline-block;
}

input[id^=GPshowMeasureLength-] + label {
  display: block;
}

input[id^=GPshowMeasureLength-]:checked + label {
  display: block;
  background-color: rgba(0, 60, 136, 0.5);
}

input[id^=GPshowMeasureLength-] + label + div {
  display: block;
}

input[id^=GPshowMeasureLength-]:checked + label + div {
  display: block;
}

/* MEASURE TOOL */
.GPmeasureTooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  white-space: nowrap;
}

.GPmeasureTooltip-measure {
  font-weight: bold;
}

.GPmeasureTooltip-info {
  font-size: 0.75em;
  text-align: center;
}

.GPmeasureTooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

.GPmeasureTooltip-hidden {
  display: none;
}

.GPmeasureTooltip-measure::before,
.GPmeasureTooltip-info::before,
.GPmeasureTooltip-static::before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.GPmeasureTooltip-static::before {
  border-top-color: #ffcc33;
}

/* MOUSE POSITION */
/* Showing/hiding mouse position panel */
label[id^=GPshowMousePositionPicto] {
  display: inline-block;
}

input[id^=GPshowMousePosition-] + label {
  display: block;
}

input[id^=GPshowMousePosition-]:checked + label {
  display: none;
}

input[id^=GPshowMousePosition-] + label + div {
  display: none;
}

input[id^=GPshowMousePosition-]:checked + label + div {
  display: block;
}

/* General panels */
div[id^=GPmousePositionPanel-] {
  width: 300px;
  overflow: hidden;
}

/* Basic infos */
div[id^=GPmousePositionBasicPanel] {
  padding: 10px 15px;
  position: relative;
}

.GPmousePositionLabel,
.GPmousePositionCoords {
  display: inline-block;
  line-height: 20px;
}

.GPmousePositionLabel {
  width: 80px;
  font-weight: bold;
}

.GPmousePositionCoords {
  width: 110px;
}

/* Showing settings */
.GPshowMousePositionSettingsPicto {
  bottom: 5px;
  right: 0;
  transition: all 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type=checkbox]:checked + .GPshowMousePositionSettingsPicto {
  bottom: 100px;
}

div[id^=GPmousePositionSettings-] {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
}

div[id^=GPmousePosition-] input[type=checkbox]:checked + label + div[id^=GPmousePositionSettings-] {
  max-height: 95px;
  opacity: 1;
}

/* Settings */
div[id^=GPmousePositionSettings-] {
  height: 95px;
  padding-left: 0 15px;
  overflow: hidden;
}

.GPmousePositionSettingsLabel {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
}

.GPmousePositionSettingsSelect {
  width: 180px;
  margin-top: 5px;
}

/* General panels */
div[id^=GPmousePositionCoordinate-] input.error {
  border: 1px solid rgb(255, 0, 0);
}

div[id^=GPmousePositionCoordinate-] input[readonly] {
  border: 1px solid transparent;
  padding: 2px;
  text-align: right;
}

input[id^=GPmousePositionLat-], input[id^=GPmousePositionLon-] {
  width: 120px;
}

span[id^=GPmousePositionAlt-] {
  display: inline-block;
  padding: 2px;
  width: 120px;
  line-height: 20px;
  text-align: right;
}

/* sexagesimal coordinates */
.GPSexagesimal, .GPSexagesimalsec {
  margin: 0;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
}

input:read-only.GPSexagesimal, input:read-only.GPSexagesimalsec {
  text-align: right;
}

.GPSexagesimal {
  width: 30px;
}

.GPSexagesimalsec {
  width: 45px;
}

.GPmousePositionSexagesimalLabel {
  font-size: 1.2em;
  vertical-align: middle;
  padding: 0;
}

/* direction N/S ou E/O */
select.GPmousePositionDirection {
  border: 1px solid #999;
  margin-left: 2px;
}

select.GPmousePositionDirection:disabled {
  border: none;
  background: transparent;
  color: black;
  /*For FireFox*/
  -webkit-appearance: none;
  /*For Chrome*/
  -moz-appearance: none;
}

/*For IE10+*/
select.GPmousePositionDirection:disabled::-ms-expand {
  display: none;
}

select.GPmousePositionDirection:disabled::-ms-value {
  color: black;
}

.GPmousePositionUnits,
.GPmousePositionAltitudeUnits {
  margin-left: 5px;
}

/* EDIT COORDINATES TOOLS */
.GPmousePositionPanelEditTools {
  position: absolute;
  top: 20px;
  right: 5px;
}

.GPmousePositionEditTool {
  width: 18px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
}

span[id^=GPmousePositionCloseEdit] {
  background-position: -18px 0;
  margin-left: 5px;
}

img[id^=GPmousePositionMarker]:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* Map center localisation */
#GPmapCenter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

#GPmapCenter.GPmapCenterVisible {
  display: block;
}

/* REVERSE GEOCODING */
[id^=GPreverseGeocoding-] {
  top: 180px;
}

/* Showing/hiding reverse geocoding panel */
[id^=GPshowReverseGeocodingPicto-] {
  display: inline-block;
}

[id^=GPshowReverseGeocoding-] + label {
  display: block;
}

[id^=GPshowReverseGeocoding-]:checked + label {
  display: none;
}

[id^=GPshowReverseGeocoding-] + label + div {
  display: none;
}

[id^=GPshowReverseGeocoding-]:checked + label + div {
  display: block;
}

/* General panels */
div[id^=GPreverseGeocodingResultsClose] {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  /*background-position: -26px 0;*/
}

[id^=GPreverseGeocodingPanel-] {
  width: 280px;
}

.GPreverseGeocodingComponentHidden {
  display: none;
}

div[id^=GPreverseGeocodingReturnPicto-] {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  opacity: 1;
  background-position: 0 0;
  cursor: pointer;
}

.GPreverseGeocodingReturnPictoHidden {
  display: none;
}

/* Calc waiting */
.GPreverseGeocodingCalcWaitingContainerVisible,
.GPreverseGeocodingCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPreverseGeocodingCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPreverseGeocodingCalcWaitingContainerHidden {
  display: none;
}

.GPreverseGeocodingCalcWaiting {
  margin: auto;
}

/* Search panel */
[id^=GPreverseGeocodingForm-] {
  position: relative;
  max-height: 270px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.GPreverseGeocodingCodeLabel,
.GPreverseGeocodingFilterLabel {
  max-width: 105px;
}

.GPreverseGeocodingCodeLabel,
.GPreverseGeocodingCode {
  margin-top: 5px;
  margin-bottom: 0;
}

.GPreverseGeocodingFilterLabel,
.GPreverseGeocodingFilterInput {
  margin-bottom: 5px;
}

input[id^=GPreverseGeocodingSubmit-] {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100px;
}

/* Calc waiting */
/* TODO: waiting  */
.GPreverseGeocodingCalcWaitingContainerVisible,
.GPreverseGeocodingCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GPreverseGeocodingCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GPreverseGeocodingCalcWaitingContainerHidden {
  display: none;
}

.GPreverseGeocodingCalcWaiting {
  margin: auto;
}

/* Result panel */
div[id^=GPreverseGeocodingResultsList-] {
  position: relative;
  max-height: 210px;
  overflow-y: auto;
}

/* ROUTE */
div[id^=GProute-] {
  top: 100px;
}

/* Showing/hiding route panel */
label[id^=GPshowRoutePicto] {
  display: inline-block;
}

input[id^=GPshowRoute-] + label {
  display: block;
}

input[id^=GPshowRoute-]:checked + label {
  display: none;
}

input[id^=GPshowRoute-] + label + div {
  display: none;
}

input[id^=GPshowRoute-]:checked + label + div {
  display: block;
}

/* General panels */
div[id^=GProutePanel-] {
  width: 320px;
}

.GProuteComponentHidden {
  display: none;
}

/* Calc waiting */
.GProuteCalcWaitingContainerVisible,
.GProuteCalcWaitingContainerHidden {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
}

.GProuteCalcWaitingContainerVisible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.GProuteCalcWaitingContainerHidden {
  display: none;
}

.GProuteCalcWaiting {
  margin: auto;
}

/* Route form */
form[id^=GProuteForm] {
  padding: 15px;
}

.GProuteFormMini {
  max-height: 58px;
  overflow: hidden;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.GProuteStageFlexInput {
  max-height: 28px;
  opacity: 1;
}

.GProuteStageFlexInputHidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

form[id^=GProuteForm] > .GPlocationStageFlexInput {
  margin-top: 5px;
}

form[id^=GProuteForm] > .GPlocationStageFlexInputHidden {
  margin-top: 0;
}

form[id^=GProuteForm].GProuteFormMini .GPlocationStageFlexInput:first-child {
  margin-top: 5px;
}

.GProuteOriginVisible {
  display: block;
}

.GProuteOriginHidden {
  display: none;
}

label.GProuteOriginPointerImg[id*=GProuteOriginPointerImg] {
  width: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #999;
}

input[id*=GProuteOriginPointer] + .GProuteOriginPointerImg {
  background-position: -1px -1px;
}

input[id*=GProuteOriginPointer]:checked + .GProuteOriginPointerImg {
  background-position: -29px -1px;
}

.GProuteStageRemove,
div[id^=GProuteStageAdd] {
  width: 28px;
  border: none;
  cursor: pointer;
}

.GProuteFormMini .GProuteStageRemove,
.GProuteFormMini div[id^=GProuteStageAdd] {
  display: none;
}

.GProuteStageRemove {
  background-position: -84px 0;
}

div[id^=GProuteStageAdd] {
  background-position: -56px 0;
}

/* Mode choice */
div[id^=GProuteModeChoice] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px 0;
}

.GProuteModeLabel {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

div[id^=GProuteTransportChoice] input {
  display: none;
}

.GProuteTransportImg {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.GProuteTransportImg:first-of-type {
  margin-left: 18px;
  margin-right: 10px;
}

input[id^=GProuteTransportCar] + .GProuteTransportImg {
  background-position: -112px 0;
}

input[id^=GProuteTransportCar]:checked + .GProuteTransportImg {
  background-position: -140px 0;
}

input[id^=GProuteTransportPedestrian] + .GProuteTransportImg {
  background-position: -168px 0;
}

input[id^=GProuteTransportPedestrian]:checked + .GProuteTransportImg {
  background-position: -196px 0;
}

select[id^=GProuteComputationSelect] {
  width: 100px;
}

/* Showing/hiding exclusions */
input[id^=GPshowRouteExclusions] {
  display: none;
}

.GPshowRouteExclusionsPicto {
  /* top: 185px; */
  /* bottom: 25px; */
  right: 0;
  transition: all 0.3s ease-out 0s;
}

input[id^=GPshowRouteExclusions] + label + div[id^=GProuteExclusions] {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

input[id^=GPshowRouteExclusions]:checked + label + div[id^=GProuteExclusions] {
  display: block;
  max-height: 60px;
  opacity: 1;
  margin-bottom: 15px;
}

/* Exclusions */
div[id^=GProuteExclusions] {
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s, margin 0.3s ease-in-out 0.25s;
  overflow: hidden;
}

.GProuteExclusionsLabel {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 16px;
}

.GProuteExclusionsOptions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.GProuteExclusionsOption {
  display: block;
  height: 28px;
  line-height: 26px;
  color: #A77;
  background-color: #FEE;
  padding-left: 28px;
  padding-right: 5px;
  border: 1px solid #A77;
  border-radius: 3px;
  cursor: pointer;
}

input:checked + .GProuteExclusionsOption {
  background-color: #EFE;
  background-position: 0 -28px;
  color: #797;
  border: 1px solid #797;
}

/* Reset picto */
div[id^=GProuteReset] {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -224px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GProuteReset]:hover {
  opacity: 1;
}

/* Result panel */
div[id^=GProuteResultsPanel] {
  padding: 15px;
}

.GProuteResultStage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

div[id^=GProuteResultsStages] {
  margin-bottom: 15px;
}

.GProuteResultStageLabel,
.GProuteResultStageValue,
.GProuteResultsValueLabel,
div[id^=GProuteResultsValueDist],
div[id^=GProuteResultsValueTime] {
  display: inline-block;
  line-height: 18px;
}

.GProuteResultStageLabel,
.GProuteResultsValueLabel {
  color: #666;
}

.GProuteResultStageLabel {
  width: 60px;
}

.GProuteResultsValueLabel {
  width: 65px;
}

.GProuteResultStageValue {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div[id^=GProuteResultsValueDist],
div[id^=GProuteResultsValueTime] {
  width: 80px;
  font-weight: bold;
}

div[id^=GProuteResults-] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

select[id^=GProuteResultsComputationSelect] {
  width: 100px;
}

div[id^=GProuteResultsNew] {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  opacity: 0.8;
  background-position: -224px 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}

div[id^=GProuteResultsNew]:hover {
  opacity: 1;
}

/* Results details header */
.GPfakeBorder {
  display: inline-block;
  height: 14px;
  width: 60px;
  border-bottom: 1px solid #999;
}

.GPfakeBorderLeft {
  margin-left: 15px;
}

input[id^=GProuteResultsShowDetails] + label,
input[id^=GProuteResultsShowDetails] + label + label {
  width: 130px;
  line-height: 28px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

input[id^=GProuteResultsShowDetails] + label,
input[id^=GProuteResultsShowDetails]:checked + label + label {
  display: inline-block;
}

input[id^=GProuteResultsShowDetails]:checked + label,
input[id^=GProuteResultsShowDetails] + label + label {
  display: none;
}

input[id^=GProuteResultsShowDetails] + label + label + div + div[id^=GProuteResultsDetails] {
  max-height: 0;
  opacity: 0;
}

input[id^=GProuteResultsShowDetails]:checked + label + label + div + div[id^=GProuteResultsDetails] {
  max-height: 200px;
  opacity: 1;
}

div[id^=GProuteResultsDetails] {
  overflow-y: auto;
  transition: max-height 0.5s ease-in-out 0.25s, opacity 0.5s ease-in-out 0.25s;
}

.GProuteResultsDetailsNumber,
.GProuteResultsDetailsInstruction {
  display: inline-block;
  margin-top: 4px;
  line-height: 16px;
  color: #666;
}

.GProuteResultsDetailsNumber {
  font-weight: bold;
  width: 22px;
  text-align: right;
  vertical-align: top;
}

.GProuteResultsDetailsInstruction {
  width: calc(100% - 30px);
  padding-left: 5px;
}

/* SEARCH ENGINE */
input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] {
  max-width: 0px;
}

/* Showing/hiding search engine input */
input[id^=GPshowSearchEngine-] {
  display: none;
}

label[id^=GPshowSearchEnginePicto] {
  display: inline-block;
  transition: border-radius 0s ease-out 0s;
  transition-delay: 0.5s;
}

input[id^=GPshowSearchEngine-]:checked + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition-delay: 0s;
}

input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] {
  max-width: 0px;
  border: none;
  transition: max-width 0.5s ease-out 0s;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] {
  max-width: 280px;
}

input[id^=GPshowSearchEngine-] + label + form[id^=GPsearchInput-] + div[id^=GPshowAdvancedSearch] {
  display: none;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] + div[id^=GPshowAdvancedSearch] {
  display: inline-block;
}

div[id^=GPautoCompleteList] {
  display: none;
}

input[id^=GPshowSearchEngine-]:checked + label + form[id^=GPsearchInput-] + div[id^=GPautoCompleteList] {
  display: block;
}

/* Simple search input */
form[id^=GPsearchInput-] {
  display: inline-block;
  position: relative;
  left: -3px;
  width: 280px;
  overflow: hidden;
}

form[id^=GPsearchInput-] input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
  padding-right: 30px;
  padding-left: 5px;
  color: #333;
  font-size: 1em;
}

form[id^=GPsearchInput-] input:disabled {
  background-color: #DDD;
  color: #999;
}

div[id^=GPsearchInputReset] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  background-position: -30px 0;
  cursor: pointer;
}

/* General panels */
div[id^=GPgeocodeResultsClose],
div[id^=GPadvancedSearchClose] {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
}

div[id^=GPgeocodeResultsClose] {
  background-position: 0 0;
}

div[id^=GPadvancedSearchClose] {
  background-repeat: no-repeat;
}

/* Advanced search picto */
div[id^=GPshowAdvancedSearch] {
  transition: border-radius 0s ease-out 0s;
  transition-delay: 0.5s;
}

/* Advanced search panel */
div[id^=GPadvancedSearchPanel] {
  display: none;
  width: 280px;
  vertical-align: top;
  overflow: hidden;
}

form[id^=GPadvancedSearchForm] {
  max-height: 220px;
  overflow-y: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.GPadvancedSearchCodeLabel,
.GPadvancedSearchFilterLabel {
  max-width: 105px;
}

.GPadvancedSearchCodeLabel,
.GPadvancedSearchCode,
div[id^=GPadvancedSearchFilters] {
  margin-top: 15px;
}

.GPadvancedSearchFilterLabel,
.GPadvancedSearchFilterInput {
  margin-bottom: 5px;
}

input[id^=GPadvancedSearchSubmit] {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Autocomplete list / geocode results */
div[id^=GPautoCompleteList],
div[id^=GPgeocodeResultsList] {
  width: 280px;
}

div[id^=GPautoCompleteList] {
  top: 35px;
}

div[id^=GPgeocodeResultsList] {
  display: none;
  position: absolute;
  top: 40px;
  border-radius: 4px;
  overflow: hidden;
}

div[id^=GPgeocodeResults-] {
  background-color: #FFF;
  max-height: 140px;
  overflow-y: auto;
}

/**
* Map loading
* @sample
* function setMap(map) {
*   var center = this._createLoadingElement();
*   map.getViewport().appendChild(center);
*   center.className = ""; // invisible !
*   center.className = "GPmapLoadingVisible"; // visible !
* }
*
* function _createLoadingElement() {
*   var div = document.createElement("div");
*   div.id = "GPmapLoading";
*   div.className = "";
*   return div;
* }
*/
#GPmapLoading {
  display: none;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

#GPmapLoading.GPmapLoadingVisible {
  display: block;
}

#GPmapLoading {
  background-image: url(data:image/gif;base64,R0lGODlhNAA0AIQSAAFkpSZ5sAGV3k2Ruiao3kOj1/GUBk225pe/B4S83XrK75HH3qrS5szMzNbW1sHe797e3ubm5v///////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAfACwAAAAANAA0AAAF5uAnjmRpnmiqrmzrvnAsz3T9FXhh72Ke8zWfDzgT/ogxIw55cjgiJ6XOhKjaII1sNio8Vb8ImnbMXVLBVhl2vI2hvzIHOwt9veGxyLwhu4dlcw59bzVjgjNoPHU2f0yOj5CRkpMocg2HjwaaBitzmZuaKWuGTKCgKHt8SKabqHulrJwno1qYQLGyJ56OrCuWtrChlMPExcbHH4s1ymK1NJZtM4Fxu3mvMXvMLdBj2ip60zG0WoBzENLVJL+66TDj7GQmbOc1EE9N4SURDvSRqcgj/gH8wC0LsGPtAK7pN7Chw4cQSYQAACH5BAUBAB8ALBYABAAaACcAAAVw4PdBTQOJaKquX+k2bJw6b+nIcu3isV7yLFrttioYczWWcVmICYkq5hKolB6pKOsUm9Vyu9JvKiyOls/otHqNQ7gR6ff7LJeX63Mx3n3f0+txeWyDhIVlBmsGiopoi45njo9fkZKTlIhil42RaYsxIQAh+QQFAQAfACwWAAkAGgAnAAAFdOAnjmQZOVCprmTjuikrf289y/Ub32SUuw6e6teICEuO31GVfC1Zxqd0Sq1arYVsAavNUrvdKVgrHm+l5jMazPVe3/C4/IN4I+73Kn5P3fOffn+AgXUqBocGK4QriIiKfoaNjip4LJKTT5eHU5qJnJJWjVUhACH5BAUBAB8ALAkAFgAnABoAAAV04CeOZGmepdM0Duq+5yo3cO2qcwPZPJnLveBvFezhZrsi76cM4lrNqHRKrVpPhmoBZuh2o4VwGOUtK8VoU9lcRKdJazbP/R7Fv236tnQ/If4IJ3pYa36Af4JuLl6Gh4gmYlKOgFclk4+VIpeBmSOTnZaUTSEAIfkEBQEAHwAsBAAWACcAGgAABXfg9xmkIZ5oqq5rWbJwnLqubLP0e+9nTvJAnwnIyxGJtaNyyWw6n1Ao4hmRIa7XpaPBbbCw4OO2y1WBw0Ryt4o6o3cRNdeRcmfTcojZvSr4CytyXntvKH9/gWR6X3cph4crEQ6LSo+IUYaWgJgnmpucIpagjpc3IQAh+QQFAQAfACwEAAkAGgAnAAAFb+AnjqJhkmiamqyhvmjLwrA806p946Tu8isbMNca1ozIpHLJTCKeiCYUupxOlVaqMxvdZqtWqbZJLpvPyEK5wGYz23AlPJ6c0412t9yucjQaDi98KX+FDTBtfYZ/gUmLhUqPf0p+i42Oi00QfxAiIQAh+QQFAQAfACwEAAQAGgAnAAAFc+AnjmRZGqhhrmyasrDounE7o/V64yvi6zuTb4gA0oTEn+lYSg5zSGcROpJOqVUntknc9rzgsHhMLhXOhTEaHV6vwW62N36G09tutbzM7/v/JhFlDYQNDmKFhYdeEYmFYA6OhIJbEJINYZdhlolkEA6UUCEAIfkEAQEAHwAsBAAEACcAGgAABXXgJ45kWSIoYq5sS6apK8swPN9mHeP8p6O9UmG4+qlMhmRryCwUa6uk1LBqMp9A5FQptBKDW2nX6+SFxSRyuXemjpvBz5lljYu2srX9vu/7/4CBgh8NhQ6DK4WKDYgkEIuGjSKQipKElIySj5CHlpSWIw6RoCEAOw==);
}

.GPwidget {
  position: relative; /* overwritten */
}

#GPadvancedToolsPanel {
  position: initial; /* overwritten */
}

/* General panels */
.GPpanel {
  box-shadow: 0 1px 6px #000;
  border-radius: 5px;
}

.GPpanelHeader {
  height: 32px;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.GPpanelTitle {
  width: calc(100% - 60px);
  margin: auto;
  line-height: 32px;
  color: #C77A04;
  border-bottom: 1px solid #C77A04;
}

.GPpanelClose {
  top: 0;
  right: 0;
  width: 30px;
  height: 32px;
  background-position: -30px 1px;
}

.GPpanelReduce {
  top: 0;
  right: 30px;
  width: 30px;
  height: 32px;
  background-position: -60px 1px;
}

.GPpanelInfo {
  top: 0;
  left: 0px;
  width: 30px;
  height: 32px;
  background-position: -90px 1px;
}

/* Showing/hiding advanced panel */
.GPshowAdvancedToolPicto {
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 6px #000;
  background-color: #FFF;
  border-radius: 5px;
}

.GPshowAdvancedToolPicto:hover {
  background-color: #F4F4F4;
}

.GPshowAdvancedToolOpen {
  width: 100%;
  height: 100%;
}

/* Submit inputs */
input.GPinputSubmit {
  background-color: #C77A04;
}

/* Showing additional hidden options */
.GPshowMoreOptionsImage {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAA7klEQVRIx+3UsUtCURTH8e/x3eciSAhC/QnRGIQPHPoTHPJfyLEpyFqcXkGT/0HQ4uBQs4s4VAiO0b/QJKIIcn333QYVnErIt53PeO7hnnv4wQWllMqa7NL0fmu+wPeLeXd10sJun322yE9t0AY5j+Lk+K+7cjs+rAPSmFnTGzQpb4qDJuWZNT2QxqpnTxsCvN0FdfHyBIwllVoaihXnXkGOxPvLyr173utAgI+b8NTn/AtwsC5NJJVa5WE5yizD+ZySC00XIFgmF4UC40wzXBhcFCfVKE6qC4PTDP81EGB4zeF2hmePfOt3ppT61Q8G2258CD5NRAAAAABJRU5ErkJggg==);
}

div[id^=GPelevationPath-] {
  top: 0; /*overwritten*/
}

/* Showing/hiding elevationPath panel */
label[id^=GPshowElevationPathPicto] {
  display: inline-block;
}

input[id^=GPshowElevationPath-] + label {
  display: block;
}

input[id^=GPshowElevationPath-]:checked + label {
  /* display: none; */
}

input[id^=GPshowElevationPath-] + label + div {
  display: none;
}

input[id^=GPshowElevationPath-]:checked + label + div {
  display: block;
}

span[id^=GPshowElevationPathOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

/* Panel */
[id^=GPelevationPathPanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

div[id^=GPelevationPathPanelReduce] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

div[id^=GPelevationPathPanelInfo] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAeCAYAAADnydqVAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAA4VJREFUaN7tmEFv3EQUx3/PHkdIFT3RIk4gAZVAHIrEwUslJM7tsfABQlBLk+ZuL0K+ZPfOpgpRmg+AhLhQPgBFja1euCAObXqlatUL4oDqXe/jkHXj7jqNvesmWZj/xdbYY83Mz/837w1YWVlZWVlZWVk1LjnshTg0Ot7W6gzELt0cqwxq3n7QM6s5cXARYNGpefuL3FvlHaujlXNQ+K0L96VEksD7cid0NzWaHGcuBYkDt7fT9lYszkmZquG6DG4cGs3bi84vts8CF9HvBHGS1HU0yq5IxHACbuj2BFkWVd1pe3y81l+fdyh3Is46qVkVuKjw7ijW3gN+HnqD3oWIx1M7+EWgi3vw+LX5zWN4fn98spSk7roWthQFSUL3hiDLeQ/R4XvzDnen7X7mpGYXaCucB04Bp1A+RPnaSc1uEriXZ8qiqziwCthZXKwgSeB+i0gh9OpNfyG7QoTmzt2fiW75XnZ13OXzBldUvq9Q3aiofu53sx8ac3BduA1kf+p3s1VUCyFXlu6m7mYSuuv/Nbh3Is6KyvY4XH+tj7/Wn1geFdm+HXCmccBHWSaVQc6QJZBrxwU3Do3EoSkmoDL23IlD80rtbDc1q8CrNbqcNmKuz5xknYA6TrWbrd4NXDKRledjl95sCm4cmgj4FHiz4vsAT4GncWj+Ae4Dv7Y6g804NP0pJnqJEuskbe/gLsIl4JvGAB/nIUcmiExu1NKEI1udQT6vT6b4RDq6vg/sju7r/3DK22XNeXguBa2805iDjwtusRQq+YW/SFJXy0qoqirABfgFeKvmJxZG1z8LIVv2hl53qtMsTwOATxRc0S0ZkqrkbbKUpC7TQs4d3OoMosJ+emgW2+oMNA7NG8DrwGvAE+DR6IepvV4CD0ZlUZ1ODxo76DgpcH0vu0qEJoGr+yXU9JCLDi7ca8W+D4GHjcxXuIXWAyzw00xZ9HHuuROlELrhr+0BfJZdoxvFEipJ3d68lklDb9AD/q7R5S+z16f5Ovho5Pz2LFkR3fIXshUpOEtA/U62XCihVHH+mFfAFyIei+riePRI2l5ZgqWoLn4U8eSlnWQdSc0ZeF8hww/8zvNwJ068QncddX5vdfsbzLmSwL2sItvA6YOci+piq5v9WDGMn1zA/1fdDjhjxFwXuAicGzXfE+GW8Qa9Ks49FHATA7U/iZWVlZWVlZWVlZXV/OlfogGsuXT788cAAAAASUVORK5CYII=);
}

[id^=GPelevationPathPanel-] {
  width: 280px;
}

/* ELEVATION PATH DISPLAY */
[id^=GPelevationPathProfil] {
  height: 150px;
  width: inherit;
  line-height: normal; /* surcharge leaflet container */
}

/*.GPpanelHeader {
  padding: unset;
}*/
/*
@media (min-width:720px) and (min-height:720px) {

[id^=GPelevationPathPanel] {
top: 15px;
left: 15px;
}

}

@media (min-width:720px) and (min-height:520px) {

[id^=GPelevationPathPanel] {
width: 460px;
}

[id^=GPelevationPathProfil] {
height: 220px;
}

}

@media (max-width:560px), (max-height:340px) {

[id^=GPelevationPathPanel] {
display: none !important;
}

}
*/
/* ISOCHRON */
div[id^=GPisochron-] {
  /* left: 10px; */
  top: 0; /*overwritten*/
}

/* Showing/hiding isochron panel */
span[id^=GPshowIsochronOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

/* General panels */
div[id^=GPisochronPanel-] {
  left: 10px;
}

div[id^=GPisochronPanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

div[id^=GPisochronPanelReduce] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AUXCjIhczCQjQAABBBJREFUaN7tmE9oI2UYxn/vTCeQHjxou2ULroIHsazYg4ekiiDSk+AtSiyZNqbLtrYUFC8NKwTcbW+LuNm20ubQySGwvfWwe1gvImuDFxXqgqhgPWzp0t1jo0knr4dOutO0tmkTpcV5IJCZL+/Mlx/P93x/IFCgQIECBQoU6L+QnKTItu17QJ93ec9xnNcDlIfLOGFdn+/7awHGFjt6aGjo5Wq1mgIuAe3e7S1gXlUX8vn8ais7tzJpXVKpvhoNuaOSoXrQbxSkOGl+oYbxc9+1SvZMg47FYqFwOPw5cNkbBS7w0Gs+B5iAKyJzW1tbHy8tLZVbARnRuZ336UIk5F6uh60gK2nzhiBjgKrIxGmFbTQI+Q4wCqwDI5ZlnXMcp9txnG7Lss6p6iiwoapj4XD4diwWCzVvgWrvk/7JcLFsZtVnDAUpps2bHmQAEa2+dGYdbdv2jAd5pVKpvFMoFDYP+l08Hu+wLGsZiIrIzcXFxfFmOlaLBER8z9lxNhnU52Tvn+h8xHJH/iliTjVoL5N/ANYrlUpvPeREIpESkQnHcV7xwf4R6FLV3mYz+yDYBrpQhTLIh2cFMkDbYY3exGcAnx3kZBEZ2OGxo0KhsDk4OHhVVWcMw0gBHzXpAtVpd6I4aVKD7SLDe9zRJOSVdNtJzam+a62L41B0avvPhkGLSL+qupZlLdW3DQwMPOUt7a7vcaHqLSCrqv0tGnKq0+7Ed5Mmrsj43iGoCy10cgZ4E3juGDV/eZ8S8AvwDfAlUDmWo1X1ArCRy+Ue27b9PvCsr/kFICQid/w1juM8sm37IXChlUPPFUT2Z4u0KD5rjnzjBPW1FVYP8GstDI4Fum6oXAHqZ/Xf1tbWvj1gJIiqaisA1y3h6l+UKpZN1cz+pd/xXrGrr4Hnj1lfW2E98PGqj5Mjo+MPVX0xlUo9ncvlehrcnj+jqp3A/X8Fsui8VCmr1O7JcLFs0gTsGpSMz1RHjRSNTm3rSrrtPNAFdACbwEZ0alvrITcSHXeBnnK5/C4w12DH3wMMr7blkCOWO0IGLU6a+mQ1cnLYHph6d2uDteve3qK5DYuqLng7vk/j8XjHUQ9LJpOdXsS4hmHkmgFdTJvZvXGhs5FrOyAFNDLtToDO+ow5XCybN87koVI+n18VkTmg27Ks5cNgJ5PJTtd1l4HzwMzi4uJPTXbt+91JRXQ+EnLHxec0AY1MuWOoZnd9gXH/tII+ctb2tuC3gbeAByJyVVVvOY7zqJbJXlxc8SB/VSqV3m7ReccoUr0YmdoLed+mJm1mUWM1Ol2ZPfOHSu3t7ddVdcQ7QKoCG15zl++gaaZUKn3SCsj/62PSRCJxEfhARPp9y6DfVfWuYRi55uMiUKBAgQIFChQoUHP6G9rPw3e7WtEyAAAAAElFTkSuQmCC);
}

/* Calc waiting */
.GPisochronCalcWaitingContainerVisible,
.GPisochronCalcWaitingContainerHidden {
  border-radius: 5px;
}

/* Isochron form */
.GPisochronChoiceAlt input:checked + label + span {
  color: #C77A04;
}

.GPisochronOriginPointerImg,
.GPisochronChoiceAltImg,
.GPisochronTransportImg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATQAAAAcCAYAAADvCUNwAAAV90lEQVR42u1ce1RU173+fmceqMNTlIcoMYCVC6LUWl4Gn9Wbq4lGrpLXutZEwxCTmFsTY0BsaasQTWp6YxJmJj6aZNVWEhStWbUxMSGmgo9eNUgwcbDXRxQVZgRRcJg5v/sHZ2AYBpgZBpvS+dZiMXP2mfOds8/e3/72bz8AL7zwwgsvvPDCCy++XyBvFnRAo9GsJKJfAVBJh24BWKtWq1/vD77yNfKVYNjx0drUgtbX/xHPz8w+AJYAGA+gFsA7RFQ7UPi8GPiQe7PARt07ixmkz78C0D8C01nMJD7uP77esQPAAgDHAMQDUDNzAhEZBwjfgEFRUVGEIAhvM7OvKIrLly9f/k1/8h1egwiB6W0wfGUyXv7jdfjm+5gvgrdodILKwTHfAcTXk1sKBvAAAB0RJQN4GkAEgBkDgW+gQRAELYB5RDRDJpPt6nc+Ji1A80A0wyIKu76v+eKWQ9NqtQwAarX6rnRZy3PlDACpBeZ+4SsuLlYaDIYFzGwmIvs8Met0uszAwMDSzMxMkyf4qvKhbGyVLQDD7OAdmMtzZZn+SktpfD5Md6sgEFE9Mw8C4CMdCpb+Xx8IfAMQU20+x92FEtKvfMy8AUAWgFlEdNzb5XQTGo1modFo3EhE93aXR8y802g01mg0mpeys7P71DpV5MgWNpqwEeieD6CdjSZZTXkOXkottDjFZ21kHEGtVpMz6TqdDgBQWlqK1tZWNDQ0YPfu3WVwEGu1NjKOkFpgJmfSK9YoAACnNemwmJrQcv1bVBalOuTzoosAJBPRPsnRZ/Q/oZgMEvYR4MskZvSDmL0kfU0C0P+CVlRUFCIIwgoAc20q0Qki2ieXy9948sknPdqy/jUfIYJJvoKAudaaUZErP8GEfa2i+Y0phX1ryfPz84WwsLANRPSikz+JJqISjUbzWm1t7er8/HzRpZeWD6H8jnwDE5zko2gQSg7nyF9L9TGvpnyId6OihIaGYs6cOWhpacHHH38MZu5XPr/IVMQu+QjmW3X4dkcmwKJXrXpuuBIAvEdEegAZWVlZJ/uT7/BaJAgW4T2A9QLEjKQCnPSwmP3aRszQ18ZM7mQmLgKwFYCfXVIiMye2trau0Gg0S7Ozsz/0SCaukS0iE20F4GdbnRhIBCNRQfIVFTm8NKXQ4jZfeHj4RgAv2HSB6mJiYk7Hx8eHDx06dCQA1NfXXzx9+nRtTU1NgrVLREQvhoeHs91L6N2ZmeQbiWz5ZHXBEzJPhyY/E64KGzcSAG7VVl68Wv5WbX1lcQKzKPHhxSMmOQPml/q7sgwbNgxz5sxBc3Mz9u3bh6ampn7lU41IROySj9B66zqqt87GnRvn+3S9TZs2DVapVF8BiOnhtB1BQUGLMzMzLX0upz/DYGGw0CMfAzsunhUXZ34At/k0Gk0qEf0cwP02QpAIYKFGo5mdnZ19wJPv5UgOUiHQz5np/o67pkQRtLAiV5idUmA+4CEx+wWAPE/eu+CkmO0E4MfMu5l5qo0ITCOiPQD8iahYo9Es9IiYMe2UxHO3SB2xAmZMY2APAH8mKq7IkS10s4AstBUzf3//8iVLlgyaPn36tJCQkLFyuVwll8tVoaGhsTNnzpy2ZMkSH39//wqbS6zS6XQLXOlm2vINGhpTPmnttUExi96b5heZPFZQqlSCUqXyi0yJjXn4/WmT1l7z8RkaVWFTKVYdXiNzmo+IEBUVBT8/P4cOLCYmBsOGDetcEAQBM2fOhEKhQF1dHeLi4pCUlIThw4f3zifIMHTcf8InaLQDB5aCYRMegypiot1v5BjzyB8g8/HDrcv/i9BkNSL/vQC+Iye5VW6Ki4uVKpVqVy9iBgCPGY3G+/taTqvyoZQNoV75CHjsnjGyPvER0WFbMbN7b6s83rsk4TAzdXPPllUeErMcAPkOkuYx82pmXsXMS5j5PmYe5hFBKyoqCpGcGQFYnZ2dnZGdnf2FNT0rK6ssKyvrIQA5bflOW7dt2zbc3Yf8az5CiKmNj7E6tcCcMXm9uZ0vrdBcllZgfoi4jY+Jtn6Rg+GuFnwi2mD9HhAQUPHII4+kKBSKbkcXlUql78MPP5zs7+9/xOaFvFpcXKx0puCLhHY+n+CYisSVX6fIfPy75ZP5BPj+cGV18qChUe18xHi1Kh9KZ55xwoQJ+MlPfoKIiIhOx9PT0zF//nxMmTIFGRkZSEpKak8bMWIEAgICAABRUVFITExEYmIigoODe3e76S/gB4/+EQHR0zsdv3f+24hXH0LUgiIkLD+CUbPXtaf5R0/HoOA2LQgetxAjpqzCiCmrMCQswa2yYzQat3dX6R1UpqV9rZCNJmF795W+M0SISz2gAesBfOTgWWYVFRUleVrUCFgP8EcOUmYdXoOkPorZCwAKukmeDeAVABsBbAdwCMA1Zv6CmX/KzDK3BU2Kmfkx8261Wr3RelytVpPtCKdarX4FwF4A/mazeYXbdtEkX2F1ZqmF5na+1AIz2Y5wphSa2/kUgtwlPoPBsABAlLWbmZGRMc5Rv52ZsWfPHuzdu9faSlJGRkYcgHprTM1oNM7vteC3yhYQKMrazRz/zJFxIOrKJ1pQpU1HlW6a1cJQwrNH44iEemtMraFV1iPfkCFDMGPGjE5CZYVCoUBsbCzOnDmDbdu2oaamBuPGddzKpUuXoNPpuvydOXOmWz6FXzhiMt9F5Kx1XUVZ6YvQHy/FtePbcfSXgaj/aifC01aAhLby2HD2ACrWKLr8XTu+3Z240tsAHnPB8cztS8N7JFd4m1zhA811teG1t0VqtTrPNn5tV0+3eFjPLMkFYh5AjvlE9/mYeQWA11zXV6QD+B2AMmYe6m6X80Hp/2+dKCSbpBt+oA8Z+SAAiNQ7HzM2Sc7FJT5BENpFITo6uqo7Z3b27FlcvXoVLS0ttk7NLyYm5rTNy+lV0Ejs4Asen1nVnTOrO7UDNy9UwHy7ztap+Q0dt/C0o2s5QmRkJCIiInDq1KmuJdRigclkgkKhgFKphEKhwJ07d/oU9A8aez8Comfi8peburoSiwnmlhuQ+agg8/GHoPSF+XY9WLR4tOZJo7dPu/gzZWtr6yF3+CpyBWY3+JQkHOrDY3YXzNRL/xO0Wm2AB7O1Zz5CwvHVcJdvbB/vbTKAku6cmryHQmIrVmVarbZ93pn9PDStVss2FSPR1Xlq9kP8AqOsPFfePu/Mfh6a7fkMJLoyT42Zf2T9nJCQENbNOTh5sm0wJzExsVNafHx8qF6vt+ZLrwEfpg6+sLTnHPOJFlz+/JW2rt/U1Z3SwtKeC62vLJb4uEe+CxcuQK/XIyQkBBMmTOgsMKKIsrIyzJo1C9HR0WBm7N+/v08l68a3f0HdqT/Cd1QKRqS/0PmZLCbUlDyFsY9/gOCETLBowTfvz++LcN3HzL8kIk9NvB1rU86biGh/U1PT4pUrVzYDQMUa3AeRfgkP8lXkCtwhGLxfbObFaa+j2ZmOhSPBEkXxcYVCYbBYLNsB3NBqtQgKCpJ7YMDDcHw1Asz2fCQ+DgsMgiDbbpYJNypygQtnRbmLAx7PAlACWNaH+5sG4L8kx+aSQxuIGGH9EBgYOLI7d3bjxg34+/sjJqZzzNc6AiohwhW+wSGxI7tzZ81132JQcDSGTXi0czcyLH6kjXj3yHf79m2YzWaHaXK5HGlpaairq8PBgwdRX1+P9PR0KBSKDkcokyE2NhZpaWmIj4+HIPRcPEyNlyG2Oq6PglKF0Q+8jluXT0BfvBi3a79C1ENFkPl0DFQI8kEImfQkRj/wW4SlLAfJHIcINRpNKoCPPShm9vBl5oUqleq3gDTKx8LH6Ec+gBYKg4VeeyJSnNbgqFsoiuLXy5Yt06vV6nQAOgCGvopZVT6UIHLId0eBr9NegT6lwNLB5+LoLRExALUjMZJwAMAG6W+TFEcrA3DH7rwspx2ajfM6CWACM0+1HQywd15qtZqKioqmCYLwGYATarV6oisP2e681shPgjFBJEy1HQywd16pBWYqz5NPg4jPQDiRut480c33x3v37kVtreP10BMnTuxSqblzH83VSVNcpZuGm+f/6jAxYvoakCC3t2994etwemFh8PX1xZEjR1BTUwMAmDFjBsLCOkzj1KlTER0djevXryM+Ph6jRo1y28X53zMZPoGRuLA/B/WVxQAzYh5+H373pLXHtqMytAhOeBi3vjuO0ORsBIyZjW/ef8hRJSgEMPguNHYLAKhBskKA+52PrHw9QFqdMsmBQzMMHz682aYOqnu7ljNoW51imWTfpSTAcL2qw02mFIhu8xGRyMzLACgAPG6XvIeI3nLQawoA8AaAxdKhZGaOIKLvnHZoRPQnKe600onYlPWcfX3Izz9JcbFe+SC2ncPsMt9l6wej0fhddyeFhoZizJgxXb24wWD7myuu8DXXVnfLZ53e0MV11X79nU2huuJuxt6+fRsAEB4e3v58ANrnmgmCAKVSiWPHjqG0tBR6vR6RkZGQy91bTGJqbHts/3unAETwvScNAHDnxsW2ZxHkkA8KxMUDa3Facx/qT/0BQWPnQFAMcXS5hG7K54GgoCAfAIHM/B+AU5M+HwgKCpJLjXK6w1YH3M1QKx/wU4o+cosYKIqCU3wEeuDCWVGeUiASSEx39/3JZDL7mNFwg8Hwm/4SW9NgyDrnCYZHjhE8xkdEFgA/BVDs5PkNaNuZ5SMb7ZrtlEOzCSRvFgRhBTPP12q1L0ujmV1iaDqdLoeZHwTQoFAoNrv7kKLCvFlaHTC/Ikf+sjSa2SWGdjhXnoO2AYQGM5s3u5iRf2PmHwBAZWXllXnz5rkUpKyqqqoFECt9PdYrH9PfmNr4ass3X4nP+twlvtryze18DDrmbt4aDAZUV1cjLi4OsbGxEAQB1dXVMBqN7TE2qxsbOXIkwsLCcOXKlW67sL0K6NXTuHr0HYQmqxEy6UmQTIFrx7ag+drXkvE048x7bTG1wDGz4Tf6PjSe/xJi621Hl/sSwDy7YzubmpqeYObzAExEpDObzelyufxmD7dVxsxjjUZjoVarlaFtt48ydKyLlILh/CVA8+xUbqfYwk/cJOE8y2AiiLpmpZg+2CTc7EHMykTisZExQmFFLmTM2CGAyhhtczm5++A7HMTL/uygLD//1ltv5T3zzDMenwEtmGR/BroMGD3/WT7ypuejyVOixsyPSzqU4cT5zMzZAGqkONxYlwTt6aefvqbRaJYSUTGAQp1OlwLgdWuvS+pmrpTETCSiJ/qyBGpyPq5V5PBSJipmQuHhXHkKuGMrHambuVISM5GJn5hS4PISqFIAjwJATU1NQnp6epNSqXRqhwuTydR47ty58TY2eE+vfUwSSwF6FADqK4sT7n3ozSaZT4BTfJaWG431p0vGd4ijuMeZ3xmNRnzyySe4fr1z1hw6dAjV1dUIDAxEQ0NDl3RrrG3OnDlgZhw75px+Nl+twtk/PIqm7zovwfv7nuW4dkyHwcNi0Vx/Fre++1vXiqMYjNif7gOziIsfr+2OIg9ta/zCbBxLnq+v72Zmth5bJ5fLe1vMn0dEtqON6wRBmCmK4qdShdEDgCjjPEGkJHAHn8hiHg0RNoMRJsU/1g0xCSbu8d1b8oiFQ9ZJQQSsg0AzIfKn0hl6Z/L3nXfe+ZEoita5OPvRtiOJUnpfz6NtjprHUPEyfgRwUlue8H5maucbZBKeB0SP8RGRmZkfAfCB1Gh928v5l5j5PbQNKoxxeVAgOzv7QyJaBKCRmecz8+c23czPrE6JmRdlZWXt7usDphRaPiTiRQAaCZhPhM9tupntfGBelLbe4jJfYGBgKYBz0tfgXbt2VbETcxeYmUtKSqpt5sDopVUSPceSlJZSBp9ru4YYXPlmUpVdXKwbQpEr30yqBotDrYVfXm9xStCam5tx7tw53LzZ1TzU1dVBr9c7FDOrU9u+fTtOnTrVJcbWHVpvXUP96Q9xx/h/XdJuXT6Juq/+6FDMAIAtrTj2q6G4cug3iMl8D373THYU062UyWTpAN63Gs5ly5bpmfkxZwLFVgQFBZXbHwsICCgDUMvMBwVBWA4Aab9GpWgR00EdfGmvQE/cee4Z98J34Vt04Tv/jbkMhFowHxRFXu5Uw2axPGvzfn4B4Alb17Rp0ybPxvsEoZ3PAv4FgZ6wEYznD//Ms/FMImqVHFoEETmzrOoN6X+USw6tvZRkZZVs27btC7PZvIKZ5wL4oZR0QoqZvZGdnV3nqQdMWW8p+SIHX0iTZueCJT7CCWbsUyrNb0zKh1t8mZmZJo1Gs4qISgCgsbExeefOnUcyMjLilEqlX3fOrKSkpPrmzZvJNgL3YnZ2dqszQdbyHKwCoQQAWgznkk9u+rcjCc8ejZP5BPh158wq30yqbjH+PbnjpePFSTq0op+gVCoxevRoGAwG1NXV4dKlS06vFHArJuTjj6Fx83H7aiVuXT6JG/pPMGLqS1CFT5B6gZ2xbNkyvRQQXmxTEXbYzfrfag2LdAetVmtfHiwAwu3PS3sFekDsxMeEHcRYaqNoW1MKxR75KnLtyt8HsABiuIsVfolkIGaq1eqjAI4C2KHRaD4lohkqlWqLg+B6X7CkLc4pzExbJx4FLEcB7KjIoU+ZaAYNFrYA4uMeFjXRyZg0iKiSmStsHbtLggYAUldyLYC1NjG0if1Vwdp20zCvBbC2PYbm/mimvevcpdFoXrPutNHY2Jj87rvvGqKioj6Pj48PCw4OHgW0LU6vqqqqPXfu3HhmthEX2qBWq/c4y5daaNl1OEf+Gkk7bbQYziUf+3WIYVjCos9DU54JGxI+bhQA3L5SebG2/M3a+tMl48Fiss0lNqSst+xBP0IURUyePBkNDQ04evQoEhISwMy4evVqv/AxWzD6wf9BS70eF/6Si/DJ/w2wiJsXyp2+RlNT03MqlWoeABOA3wUFBb3qxM/ypAprjaE5f8+3xeeEwcI8BkwE/O68XuyVj4E8kvjIRT4AKC4ullnjnE899dRBu4q9U+p+TvXUeyle1DEYkLzOfNDOue0E8wzyIF8f8A4cLJ9ya6uOgbDBoxvbB1mx8cqVKznubh9ETm8f1P6GNqYozDl3Y/sgZp4DYBuAUClA/iIRaQcK3z8jtFrtPrQteSpTq9XT7NICANzwZF2syKV9AM0lUFlygaUT3/HVCDDLhBsAkFIg/kP3rGNmFYAzRDSqz4I2kKDT6RYw86sAons5VQ9glVqtLu0L3+E1sgXEeBWgXvhYz4xVaYWW0rtcUASpC3aViMwDje+fCVu2bImxWCxnAMgEQZhp79A8bS4Ov4wYQRDOAJCRIMzs4tDQtvTr+yBoUtnZTETPdTKR/+qFJisra3dQUFAcgExm/j2AM5JbaAJQzcy/Z+ZFAOL6KmYAkLbesttfaYlj4kwwdeED0++JeZGizhJ3t8XMGssgou/ulrjcbb5/JpjN5uEADIIgRDkSMwkmIvLIPoQywnACDCSIUY7EzMoH8Iffkyza7i0lXnjhhRdeeOGFF1544YUXXtwl/D97JTQuDxIoMgAAAABJRU5ErkJggg==);
}

.GPisoExclusionsOption {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAYAAADuMJi0AAAE60lEQVRYw+2YWWxUZRTHz/fd7y4zzAzTbaAdpgtQWsBiYVxYGpcEMCwRQkx48KHGhKg0WhESNYglwSUgWCKGTaMRBF4MwShpECUshlJqay2U0LCUwrRAp+0Ms997v8UnEl8Gp9Ppg2Z+bzfnn+/knHvud865AFmy/GfZVVZW/vvb9eduNn7Wc+ixGQ3/pm+UcO735VP3/rpsyc39TudHyXQ4maF61cqfZi97ocbjmVi6YGHNxoOeor3JtDskae606uqzFfPmvRqLxFg4EetIpiXJDJqqOHBwEEjIDyXjiVw4t/S1XD34TKs/MX+z4EEAgK0SwhPtjh+qq6tXBjGOtTY11a31D371qEygRxn3F3vWPVE1deN0G82T+m5BbCAIF+8lBttifLoFQeV0Wf7R7XbndsXird19/TUfAhgZeZ8H7eoXHYVWwzdBFTedsmhScfg0wfQPTRF7FfLdmBRRo4Q9RzTS8aeKRaeERAsC8TmRto30HJKqMCrhIcMUMuMcmADQJAQ5GJ4fqUMpFdE2mXgqOe+ewXhJFCHoJNJxu4omz7bhScVMyj/BeFPGUrlZIROOYRT4C0C0S0h8qUhHAAC2yGTFpUka7Skfx9/DZFZGnH2gEHxYwnc6EIguBYnDqtTzT3uDTFb3VdrEcZfWk5GUrgZxaI4QCyyaBAME04sUzTvL+dBD+xnOu8qiwrIgV1leEuf9JxhvTzu6Bgm5ThXkmNcciriaS8R2lXySTHvUqXb/lqsNp3Ju0qstx2Z7sfTZGuKsLAFkV4RK0J5k2s4wXYqYsO6WyYq0HUYN06c9XgX5SxcBuIt4gvJ40sJi7MaVONtVhGHmqIrmyLPzm29tqqf7ilwHUtHvVAjO9tksWbJkyQzehd7xo5ppUqW2tlbzLp380rhxitdB8q/4fD6acnsaKfX19c7Ji+QNJU/at7mmWaaZpklHNSY+irq6urzSxbBBy1PqEoJZfFdYoK2tjY2Jw4aGBpurJvKOmme8xWTTmgjq1DApAwAxoo6fIkieEnoF2+NvUDVqCekRiNIY4ip1eb1ekvEI39/65nOyO7hWtyWc0biOogkDooYOBhhujLEDAIZG4xADAH/4sH796y42ZWBNxBGrCEZMlNBNER1k8fBtdixwwzzY2toaTCtCr9drLXzKthgSiv7ztycfjvQo4O5fpWqR5eGojg2DCX1IBHUf3n2nSey5cOpCXzrfIXp6WZXXMtdYh8pi74JTL3WTijO913tDq2qXVxplA5vijgdTIvE4RO6zYOwO3t5/GhpbTrYMjnh78nq9VlwRfRmVRdewArM6rgJBTLbxErYEAL4J5vetwFJ4jghQxMNSSAyoO42Ttl0Xz58PpzXqS5JE7G5tqrAbM6lMiyljkimoQg1m8VhK7xrFwTpdixcbAaGz2/I+ekba0dzc/iDt3SIUCtH+Lv+lArWwjWPOOeMVJjI1imgRsyXKDas+mxoc83vKUfOC/dO2lst3M7LM3L816LdLBedlTIKU05lUNfJM2ZzEBZORXzuHrtk+vnSu63JGF9LhvmH9/uVAu8s9MUQFnWUSIweHFJ90z7qlq+n6L2OyAQMA918NdLrcrqgwoQrHyAHWqX49PDzMxsohAIAUuZ0YsHJHSO+G5t7eXj+k8ZsEjfCmsQGABgAmAMQBIJEdN7L8//gb3FshBGMt81oAAAAASUVORK5CYII=);
}

/* Reset picto */
div[id^=GPisochronReset] {
  background-color: #C77A04;
  background-image: url(data:image/png;base64,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);
}

/* LAYER SWITCHER LEAFLET */
div[id^=GPlayerSwitcher-] {
  top: 10px;
  right: 10px;
}

/* Showing/hiding layers list */
label[id^=GPshowLayersListPicto] {
  width: 36px;
  height: 36px;
}

span[id^=GPshowLayersListOpen],
span[id^=GPshowLayersListClose] {
  background-image: url(data:image/png;base64,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);
}

span[id^=GPshowLayersListClose] {
  background-position: -36px 0;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + div + label[id^=GPshowLayersListPicto] {
  box-shadow: 0 2px 2px #000;
  border-top: 1px solid #CCC;
}

div[id^=GPlayerSwitcher-] input[type=checkbox]:checked + div + label[id^=GPshowLayersListPicto] span[id^=GPshowLayersListOpen] {
  opacity: 0.4;
}

/* Layers list */
.GPlayerVisibility,
.GPshowLayerAdvancedTools,
.GPlayerInfo,
.GPlayerInfoOpened,
.GPlayerRemove {
  background-image: url(data:image/png;base64,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);
}

/* Opacity slider : Chrome, Safari, Opera */
.GPlayerOpacity input[type=range]::-webkit-slider-runnable-track {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAECAYAAAAZDrhMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAwSURBVDiNY/z379//v3//Mvz9+5fh379/DITYxKobKWYxMYwCisBoAFIIRgOQQgAADrTuhXfc36kAAAAASUVORK5CYII=);
}

/* Opacity slider : Firefox */
.GPlayerOpacity input[type=range]::-moz-range-track {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAECAYAAAAZDrhMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAwSURBVDiNY/z379//v3//Mvz9+5fh379/DITYxKobKWYxMYwCisBoAFIIRgOQQgAADrTuhXfc36kAAAAASUVORK5CYII=);
}

/* Opacity slider : IE */
.GPlayerOpacity input[type=range]::-ms-track {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAECAYAAAAZDrhMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAwSURBVDiNY/z379//v3//Mvz9+5fh379/DITYxKobKWYxMYwCisBoAFIIRgOQQgAADrTuhXfc36kAAAAASUVORK5CYII=);
}

/* Layer info panel */
div[id^=GPlayerInfoPanel] {
  right: 190px;
}

div[id^=GPlayerInfoTitle] {
  color: #C77A04;
  border-bottom: 1px solid #C77A04;
}

div[id^=GPlayerInfoQuicklook] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAI9SURBVEiJ7ZZBSxRhGMd/7zi7SGxLg4mWnSIWOoSFKLvbyUN5DtMPUEqfQNLJg0GuJlE3L+UXcA8JHRKDCERmaQOLTnoKXEkhq11nDzm783TIXdZ1d9TdCEL/p3mf9/3/eJ73eeedgWMnVTqYnp42gI7DGLPZrDU0NJQtj+t76Eq1h0KhN4FAwBNm2zarq6vdwDtPIEAwGMQwDE+gpmnV5zydNWhfhuVysxvY76dwNj8A4G/tgtBgbUA3+5Ufc7cQZxu9pROAX19eI6lFjNO9zUcG2skniLNN8OZz/OejAOysL5FeGOTcz7l7QLzc47mHzkYSvaWzCAPwt11Hnb2Gz92+Wsnz15viCfS3dpHbTLKzvlSMOetLyLdlclpwuZJn3x5mMhlc1/0zuHQXSS2SXhiEpt0Ktz4ieoBM4+X52b7Nhv44+apA27aTKysrN0pjZwK3m9vScwO+rc/tAI5mfPp+qvNla3p+qinkuyJjzh01hutV6aFkjeijlqlLwmyYkbI7oXaoqT+yTF0sU39aiNXV5UgsNwo8A7VWd3YnOs6qeMItU5fCsyjpj47n45ap3wcmS9dFYrl9fq+DnVKouIa2tmt+DPLioAyr3tgKZYVjTn9hnBj2dQjSexDwUK9e4oEvLJq8BQwgg5KZuoCuSDcQBDJKqZ7IeH4AeFgzMBrLTShhRCnVEx53EsnhxovKVa8qrT3wu1xQeCJX7HBey08K0keFU/Lv/hwEiSRM32y1uSMDgQu7ZZ3of9dvep7Bwy5Q9Q8AAAAASUVORK5CYII=);
}

div[id^=GPlayerInfoClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAgCAYAAAAFQMh/AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFgSURBVEiJ7ZS7UoNAGIXPYYe8i52FMxKfJ5kEQ+yhSiP2MXhL3gfGxs4ZXyXO8luEyEXIglruaffsfv91ASsrK6tfin1MaehOhfnFeKR9rpC3eQRgFqq1OM7H1e3n5s/gNHSnoDwBcADZeSM9a8IFYBqpe4ILACLkjQnumMBgfl76OMn2aiOVgAVgFqmkgAIAKfmZ6Vkj2It1AJFK9PSzSL3ICs4xU4B+eSxbb6SXxnxMBqDsH8igjFh2ObAHeF2DunreNQeDwW1waV4eAB0EPsJfQ7XWZFC/2D50p2QeroY0wR/RyrAEgIGlrqxMm2NQ1r0yboVSthRJShcn2V49y6rfm0ZTF9Rz9fzyTi8bq9Ybbv65IpXUVgby6MV6wcNgf38gtV2GPIxj3dGSg3qUxXkDir4dPofgCC0iFy/Wi0rmInDeze/2UBq6fhqpRE5UqGhJkoau3+WxsrKy+hd9AZasoFzDGcuhAAAAAElFTkSuQmCC);
}

.GPlayerInfoLink,
.GPlayerInfoPopup {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAI9SURBVEiJ7ZZBSxRhGMd/7zi7SGxLg4mWnSIWOoSFKLvbyUN5DtMPUEqfQNLJg0GuJlE3L+UXcA8JHRKDCERmaQOLTnoKXEkhq11nDzm783TIXdZ1d9TdCEL/p3mf9/3/eJ73eeedgWMnVTqYnp42gI7DGLPZrDU0NJQtj+t76Eq1h0KhN4FAwBNm2zarq6vdwDtPIEAwGMQwDE+gpmnV5zydNWhfhuVysxvY76dwNj8A4G/tgtBgbUA3+5Ufc7cQZxu9pROAX19eI6lFjNO9zUcG2skniLNN8OZz/OejAOysL5FeGOTcz7l7QLzc47mHzkYSvaWzCAPwt11Hnb2Gz92+Wsnz15viCfS3dpHbTLKzvlSMOetLyLdlclpwuZJn3x5mMhlc1/0zuHQXSS2SXhiEpt0Ktz4ieoBM4+X52b7Nhv44+apA27aTKysrN0pjZwK3m9vScwO+rc/tAI5mfPp+qvNla3p+qinkuyJjzh01hutV6aFkjeijlqlLwmyYkbI7oXaoqT+yTF0sU39aiNXV5UgsNwo8A7VWd3YnOs6qeMItU5fCsyjpj47n45ap3wcmS9dFYrl9fq+DnVKouIa2tmt+DPLioAyr3tgKZYVjTn9hnBj2dQjSexDwUK9e4oEvLJq8BQwgg5KZuoCuSDcQBDJKqZ7IeH4AeFgzMBrLTShhRCnVEx53EsnhxovKVa8qrT3wu1xQeCJX7HBey08K0keFU/Lv/hwEiSRM32y1uSMDgQu7ZZ3of9dvep7Bwy5Q9Q8AAAAASUVORK5CYII=);
}

/* Location */
.GPlocationStageFlexInput {
  margin-bottom: 5px; /*overwritten*/
}

/* Location form */
.GPlocationOriginPointerImg,
.GPlocationStageRemove,
div[id^=GPlocationStageAdd],
.GPlocationTransportImg {
  background-image: url(data:image/png;base64,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);
}

/* MOUSE POSITION */
div[id^=GPmousePosition-] {
  /* bottom: 10px; */
  /* left: 10px; */
}

/* Showing/hiding mouse position panel */
span[id^=GPshowMousePositionOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHjSURBVFiF7ZixctpAEIb/PVk09otkxkUKF8LPc45NwO5RGhqL3jZxHO55InVpMpnxg7iBOf0pLGEQaIREFJj4vhl1dzv7z7+7twA4HI53idaaWmvuO4+6qH0n4HD8XaTpxbx/jTGNY1QRD/0LSnrW7diejJBuOkNAkqF3R6Wez2/nD1UxD7aH46F/AeE3gXxKZt4TR+u5EpA49O4hMhDy7scXf1AV96hpQm06CwCQ9CMgmUjRycybE7YvAIHM2dCbCKSX3xCmH6rCHqzDQWQHIJdKVHpJ6H3nCGrh7JtYQDgNOva6Km5tl8re3jYcz/sTIotSVaBJgRkgnxcHhdPAt1dlfb7MLg6/ZF9rCMBgbG+WnbYQ3VQssEFwcYMq2ahejDEnxpgTFERveX9rctGKfCCKJUlTRyxwwD1cxApkrWdYvyV36eHc2WOgvamdDyiB9EtOmKBjLxuXdA2Os681NooVToWcvJ0SXfZOb6Ldt3QHysQGvr3CCCxO722dPljBcehNVqYx+BhE64vHylsMfu1GtqT0X2lc0u3/HlY/gcyt16VikIsFsukd2f7Sk0VC/a6K2ni1bJtuNDfx0Pch6Wlwuyo2RwBybG+S0FOg+nU+nj/uI1fHf4H7T8vhcDj+AX8AnMTkomeXEcwAAAAASUVORK5CYII=);
}

div[id^=GPmousePositionPanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHjSURBVFiF7ZixctpAEIb/PVk09otkxkUKF8LPc45NwO5RGhqL3jZxHO55InVpMpnxg7iBOf0pLGEQaIREFJj4vhl1dzv7z7+7twA4HI53idaaWmvuO4+6qH0n4HD8XaTpxbx/jTGNY1QRD/0LSnrW7diejJBuOkNAkqF3R6Wez2/nD1UxD7aH46F/AeE3gXxKZt4TR+u5EpA49O4hMhDy7scXf1AV96hpQm06CwCQ9CMgmUjRycybE7YvAIHM2dCbCKSX3xCmH6rCHqzDQWQHIJdKVHpJ6H3nCGrh7JtYQDgNOva6Km5tl8re3jYcz/sTIotSVaBJgRkgnxcHhdPAt1dlfb7MLg6/ZF9rCMBgbG+WnbYQ3VQssEFwcYMq2ahejDEnxpgTFERveX9rctGKfCCKJUlTRyxwwD1cxApkrWdYvyV36eHc2WOgvamdDyiB9EtOmKBjLxuXdA2Os681NooVToWcvJ0SXfZOb6Ldt3QHysQGvr3CCCxO722dPljBcehNVqYx+BhE64vHylsMfu1GtqT0X2lc0u3/HlY/gcyt16VikIsFsukd2f7Sk0VC/a6K2ni1bJtuNDfx0Pch6Wlwuyo2RwBybG+S0FOg+nU+nj/uI1fHf4H7T8vhcDj+AX8AnMTkomeXEcwAAAAASUVORK5CYII=);
}

.GPmousePositionEditTool {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAASCAYAAAAzI3woAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QYXCC4cQlf82gAAAvFJREFUSMfllk9PE1EUxc99DDQBxZV8BKGUlkJKQjEK6rIWDQETFy5o17JwQ1s0QEKhbNTA1kLixogkhIBbURL+JDYyFKTtZ9DEgIQEmb7rojNkWmYoG42Jb/fm3rz5zbnn3jdAmbURU3gjpjD+0hL4xxZZPVwbQZ34pQwQEGDAqyeqTFg+kdrUzQl8O+/Q6cE7r2vohy/kCDZhdFTavXsm0qYe4lJuILHywBZofaiij5iSAC7bHHRAzOH2ify8HUyrWH0kiJGVnly/I9hoAUWvIr5tl1DdzECKb7wzoIQFzFsdZkESOo0YM7oYWARQy0Rzm9GKXiugatpvEVSwXINI188cv0+XfDjNRHw7LqG6AYAIqMFP5xkPrY2gTleGwBj0j2s91+PaqhHvmNA+dYxr94kRBUBMlFyN4mopUDiR8mRkS9rYO4Xqmo20ZjA8LAxlnEJ1GfEse7JhR6D5TMk2YsoYgCEAC/5xradM5y0C6AZhzB/Xntn5wym2PMaDnGzO5YGTRrHdZIbprwq6zCU1lywIAJLwslwnMOM5ABDjrl1KKPHZa1bqmtiuLwcDAGQ3Y/zjGhlzyGpvl1+q1GykTa0XWx5zMCvduX5Ht5XZ//wcyoPpDClbj5tiDw0pKhjNktBpNrOlh54qXZBYAWHLH9da7c42WtsqaDcSzAot6b54UvazZSGHGcsXhcmyJ5vJe3eMfYNI188eL+3p3XcWSFZq0wAOCLi3GVUidnfZekyJ6g2wr7E2fVGY/qqgKzSZajYb3QqqqJab0YpeJporCIVFMF4Q4aOOfktXJghAMnFvRzy/UEqTjPh2GoV62k0Z6f0aSqTcANg8GM2zaE96d8OFnGJTt0/k54m4z1DqFKZQphVDGTD3WcEAwCGufJFMp8qEHAGPCUYfCSm3oRQzcITavXMv19UorlYKZQBAAIwWPXOLGctVVdqUbwTfz79cb7+ppoOmcCJVClNU2mTElz7i2t3Hkx8eXrht//v/od8GMV64Yi7NnAAAAABJRU5ErkJggg==);
}

/* Map center localisation */
#GPmapCenter {
  background-image: url(data:image/png;base64,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);
}

/* REVERSE GEOCODING */
[id^=GPreverseGeocoding-] {
  /*left: 10px;*/
  top: 0; /*overwritten*/
}

/* Showing/hiding reverse geocoding panel */
[id^=GPshowReverseGeocodingOpen-] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAPcSURBVFiF7ZZPaBxVHMc/vxl3UggSwYMGAkVEqwfRQ4VNQRTUSw/2ksWiJZTs27QxaSGe3FRhpXS9qWiyavZPsBRLWal/QBHxIK2QPSiClYAeS8BbygTFkt15Pw87m2w2s91kiQgyn9sM733n9+H93nsDMTExMTExMf8Vsh8hxpj7gCngBeBhoA6sAO+USqVP+81dziYyKvbwqBdMSQ4bNUZBaln3PXWc345cqM/3yryjcDqdnhCRWZoSa8CXqpotl8tr7eOMMb8Aj0UWpPpyuVz+pFchnSxnExlEPwQc0FLSC051SivI8pz7viDTgKrI2V7STpf3kk6nL4tIGXgA+AnYACZF5NfJyckHO6QuAioi3wJ5VX0b+BtARF7dq2yzAvvEVn1iahvuvLYtkILU5tyFULb5KbWP9oq9K+qlMWYCOA587zjOawCNRuO267pHVTVvrV0Cnm5+F1zXLdbr9a+XlpZWWhmZTMZT1RngkT50SeaDmVrWtYjMhD5TtTk3oV5wihwaruzU5gTRYjIRnOmVG9nSxpgbNFf2OeAAgIgoUFfVWWDMWvtkpVL5sVuwMeZz4Bhws1QqHdytaDut/bklDQ5asrAB8sqWhRaTieB0t33eTreWfgi44TiObn5cVVTVcxznOoDruoe6hWYymddpyrbavS8ENPlWcBbVzX0ZIKZfWegufAsYbjQat8OVbWaLaBAE9wOo6q2oicaYN1T1fPj4zfr6+vmocbulJe2oziudLamlvchCF2ER+QI46LruUZpXzGZLi8gUsGatvd45zxjzDPBm+PiZ7/vHqtXqxm6LuROBIDv2n+79Wo0UttbOAX+oal5VZ0XkcRF5XlW/Au5R1TOVSuXPiKljNBfhd9/3j++HbMfVsx2RdG3D/UhzXTt1B5EDy+XymuM4T6nqD8CYqr5rrT0HWOAlERk2xlzO5XKdp/wBmtvh2r8mK1oU1YWtUWL2It2rJSSTyRxW1UPAmud51wqFwl/GmIvACeCS7/snq9VqsGebHnSTTSaC0+TQztO728/JDqF+ikmlUu7Q0FAFGAeujIyMnMjlco3x8fF7BwYGnhWR2uLi4s1+slssz7kL205j9INkPpiW8O5v/XjQfhejhdF8sLP129h177dTrVYD3/cngEvAi6urqyUAz/OuquoVa20tlUq5/WS3lfYzhKslWkx6wUxLFsLTOx9Mt11ZqjgrEUHbU/stJ5Q+CXwMfBe+bv1yDg8ODt7dbzbAaL5eQmUGtJC8EN2qm/c0WkBl+ki+vhCV1TFn/zDGnAOyInK1WCyO72d2TExMTEzM/5B/AE2JsceuwAzdAAAAAElFTkSuQmCC);
}

/* General panels */
[id^=GPreverseGeocodingPanel-] {
  left: 10px;
}

[id^=GPreverseGeocodingPanelClose-] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAPcSURBVFiF7ZZPaBxVHMc/vxl3UggSwYMGAkVEqwfRQ4VNQRTUSw/2ksWiJZTs27QxaSGe3FRhpXS9qWiyavZPsBRLWal/QBHxIK2QPSiClYAeS8BbygTFkt15Pw87m2w2s91kiQgyn9sM733n9+H93nsDMTExMTExMf8Vsh8hxpj7gCngBeBhoA6sAO+USqVP+81dziYyKvbwqBdMSQ4bNUZBaln3PXWc345cqM/3yryjcDqdnhCRWZoSa8CXqpotl8tr7eOMMb8Aj0UWpPpyuVz+pFchnSxnExlEPwQc0FLSC051SivI8pz7viDTgKrI2V7STpf3kk6nL4tIGXgA+AnYACZF5NfJyckHO6QuAioi3wJ5VX0b+BtARF7dq2yzAvvEVn1iahvuvLYtkILU5tyFULb5KbWP9oq9K+qlMWYCOA587zjOawCNRuO267pHVTVvrV0Cnm5+F1zXLdbr9a+XlpZWWhmZTMZT1RngkT50SeaDmVrWtYjMhD5TtTk3oV5wihwaruzU5gTRYjIRnOmVG9nSxpgbNFf2OeAAgIgoUFfVWWDMWvtkpVL5sVuwMeZz4Bhws1QqHdytaDut/bklDQ5asrAB8sqWhRaTieB0t33eTreWfgi44TiObn5cVVTVcxznOoDruoe6hWYymddpyrbavS8ENPlWcBbVzX0ZIKZfWegufAsYbjQat8OVbWaLaBAE9wOo6q2oicaYN1T1fPj4zfr6+vmocbulJe2oziudLamlvchCF2ER+QI46LruUZpXzGZLi8gUsGatvd45zxjzDPBm+PiZ7/vHqtXqxm6LuROBIDv2n+79Wo0UttbOAX+oal5VZ0XkcRF5XlW/Au5R1TOVSuXPiKljNBfhd9/3j++HbMfVsx2RdG3D/UhzXTt1B5EDy+XymuM4T6nqD8CYqr5rrT0HWOAlERk2xlzO5XKdp/wBmtvh2r8mK1oU1YWtUWL2It2rJSSTyRxW1UPAmud51wqFwl/GmIvACeCS7/snq9VqsGebHnSTTSaC0+TQztO728/JDqF+ikmlUu7Q0FAFGAeujIyMnMjlco3x8fF7BwYGnhWR2uLi4s1+slssz7kL205j9INkPpiW8O5v/XjQfhejhdF8sLP129h177dTrVYD3/cngEvAi6urqyUAz/OuquoVa20tlUq5/WS3lfYzhKslWkx6wUxLFsLTOx9Mt11ZqjgrEUHbU/stJ5Q+CXwMfBe+bv1yDg8ODt7dbzbAaL5eQmUGtJC8EN2qm/c0WkBl+ki+vhCV1TFn/zDGnAOyInK1WCyO72d2TExMTEzM/5B/AE2JsceuwAzdAAAAAElFTkSuQmCC);
}

/* Calc waiting */
.GPreverseGeocodingCalcWaitingContainerVisible,
.GPreverseGeocodingCalcWaitingContainerHidden {
  border-radius: 5px;
}

/* Results panel */
[id^=GPreverseGeocodingReturnPicto-] {
  width: 30px !important;
  height: 30px !important;
  background-color: #C77A04;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AYBCQs6x0UYEQAAATZJREFUSMftliFLBFEURs/dVUQURJvYLCaLGESz1T9gUJsoWARBEBRM/obFIFgMygabTQSbVoNgMCqYLMLusawwYVdnZ8bdsHvS8Oab97377p33LvTp09OoJ+qHOt9p0x+28s5XSml6DOwlhuLfjdVD4KDoHRz4w3QfOGryakUdBerAG/AMPEXEexE53bU96uqtuqaWs5rumI87dSJLjmdybtgScNl25GqoFfOz3sojfjEvAadAs49vgIfG8yAwDkwDC8BQQncfEYtZcl1Wz5tEst1CP6aeJXQ1dSproZXVizTGiTRdJ7QbmQ6QiKgBq8BVmoVGhMAm8FVIoaqDarXxvy6n0P8U52URh0pJnUypnW0YP3bjGr1XXzLfTjmoAMPdiHhEfe14xBHxCVS71S7N9ZvG3uQbY/KgCDQBMlkAAAAASUVORK5CYII=);
}

.GPreverseGeocodedLocationHighlight {
  background-color: rgba(255, 200, 0, 0.25);
  color: #222;
}

/* ROUTE */
div[id^=GProute-] {
  /* left: 10px; */
  top: 0; /*overwritten*/
}

.GProuteStageFlexInput {
  margin-bottom: 5px; /*overwritten*/
}

/* Showing/hiding route panel */
span[id^=GPshowRouteOpen] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJySURBVFiF7Za/btNQFMa/z46rRkwIiXdAYmBAwilrxQBvENS7kJZWcbsnSChLk70tKk07OSISDwALf7Y2VhcWhMQjFAmxVklvDkPqNHFtktwmUCH/Nl/rfDlfzp9rICUlJSXlP0MpdaKUOvnXeZiQMYy7PdUs/iKJhpeWlm6QfAvgyeC57/scfFZKSVy8iNSz2axXr9c7psm1Ss6ysHs/N6fXWEE39ncABiV7Syzr+8JmZ2eUphV3qJS6RfIDImYngeTK6enp+3w+f9MkvlVylkF5TXAlaNt7UrmcqwBsle1tkB5Fto5eON4o3VjDAN4AyJkkGmExk8n4RpHs3kM/PxaCtr0jQL+7BGBQtl8RLIYRlO6dUbJJhp8CODJKdJiPZ2dnyiTQrWoPIgMtyrWgbNelAqtfWXDt4rXsu3N6fZRurGHf93+KyCMA70ySBXozPD8//7jZbP4yiScgbk1vREwXjtv2XlC2dwYq2zPr6NWkOY/oTk64qKILbBaESwmkd/48nPQEZgHza6lPZEsfisjLRqPx+aq6IQREanrjuGRDk97wPywHk5gFkmfYlIckP01ZEwCgCV5qJ5m8Q6dt+JDk4jQFwwU1NLMh5LOkKyuJK7f0LOc41ixln120heEZC0HbhlT083Fae9oVnhpJZl1Hrz6o6fXo9h630tfW8KWrB7Lrbvaq2L+yILsX71kI2vb2KN1raxiwvgDnLdr7qPDYu5V6R4C4VV0cqLQIrG+jVK88w7MiV+0ctEqOA3bvupvDZkPCKyso2xbE+rpQ6+zGaQ1ybQ0DQG4MAwQEVV0E9FiapoZ/GMalpKSkpKT8gd85//Z5bfxYOAAAAABJRU5ErkJggg==);
}

/* General panels */
div[id^=GProutePanel-] {
  left: 10px;
}

div[id^=GProutePanelClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJySURBVFiF7Za/btNQFMa/z46rRkwIiXdAYmBAwilrxQBvENS7kJZWcbsnSChLk70tKk07OSISDwALf7Y2VhcWhMQjFAmxVklvDkPqNHFtktwmUCH/Nl/rfDlfzp9rICUlJSXlP0MpdaKUOvnXeZiQMYy7PdUs/iKJhpeWlm6QfAvgyeC57/scfFZKSVy8iNSz2axXr9c7psm1Ss6ysHs/N6fXWEE39ncABiV7Syzr+8JmZ2eUphV3qJS6RfIDImYngeTK6enp+3w+f9MkvlVylkF5TXAlaNt7UrmcqwBsle1tkB5Fto5eON4o3VjDAN4AyJkkGmExk8n4RpHs3kM/PxaCtr0jQL+7BGBQtl8RLIYRlO6dUbJJhp8CODJKdJiPZ2dnyiTQrWoPIgMtyrWgbNelAqtfWXDt4rXsu3N6fZRurGHf93+KyCMA70ySBXozPD8//7jZbP4yiScgbk1vREwXjtv2XlC2dwYq2zPr6NWkOY/oTk64qKILbBaESwmkd/48nPQEZgHza6lPZEsfisjLRqPx+aq6IQREanrjuGRDk97wPywHk5gFkmfYlIckP01ZEwCgCV5qJ5m8Q6dt+JDk4jQFwwU1NLMh5LOkKyuJK7f0LOc41ixln120heEZC0HbhlT083Fae9oVnhpJZl1Hrz6o6fXo9h630tfW8KWrB7Lrbvaq2L+yILsX71kI2vb2KN1raxiwvgDnLdr7qPDYu5V6R4C4VV0cqLQIrG+jVK88w7MiV+0ctEqOA3bvupvDZkPCKyso2xbE+rpQ6+zGaQ1ybQ0DQG4MAwQEVV0E9FiapoZ/GMalpKSkpKT8gd85//Z5bfxYOAAAAABJRU5ErkJggg==);
}

/* Calc waiting */
.GProuteCalcWaitingContainerVisible,
.GProuteCalcWaitingContainerHidden {
  border-radius: 5px;
}

/* Route form */
.GProuteOriginPointerImg,
.GProuteStageRemove,
div[id^=GProuteStageAdd],
.GProuteTransportImg {
  background-image: url(data:image/png;base64,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);
}

.GProuteExclusionsOption {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAYAAADuMJi0AAAE60lEQVRYw+2YWWxUZRTHz/fd7y4zzAzTbaAdpgtQWsBiYVxYGpcEMCwRQkx48KHGhKg0WhESNYglwSUgWCKGTaMRBF4MwShpECUshlJqay2U0LCUwrRAp+0Ms997v8UnEl8Gp9Ppg2Z+bzfnn+/knHvud865AFmy/GfZVVZW/vvb9eduNn7Wc+ixGQ3/pm+UcO735VP3/rpsyc39TudHyXQ4maF61cqfZi97ocbjmVi6YGHNxoOeor3JtDskae606uqzFfPmvRqLxFg4EetIpiXJDJqqOHBwEEjIDyXjiVw4t/S1XD34TKs/MX+z4EEAgK0SwhPtjh+qq6tXBjGOtTY11a31D371qEygRxn3F3vWPVE1deN0G82T+m5BbCAIF+8lBttifLoFQeV0Wf7R7XbndsXird19/TUfAhgZeZ8H7eoXHYVWwzdBFTedsmhScfg0wfQPTRF7FfLdmBRRo4Q9RzTS8aeKRaeERAsC8TmRto30HJKqMCrhIcMUMuMcmADQJAQ5GJ4fqUMpFdE2mXgqOe+ewXhJFCHoJNJxu4omz7bhScVMyj/BeFPGUrlZIROOYRT4C0C0S0h8qUhHAAC2yGTFpUka7Skfx9/DZFZGnH2gEHxYwnc6EIguBYnDqtTzT3uDTFb3VdrEcZfWk5GUrgZxaI4QCyyaBAME04sUzTvL+dBD+xnOu8qiwrIgV1leEuf9JxhvTzu6Bgm5ThXkmNcciriaS8R2lXySTHvUqXb/lqsNp3Ju0qstx2Z7sfTZGuKsLAFkV4RK0J5k2s4wXYqYsO6WyYq0HUYN06c9XgX5SxcBuIt4gvJ40sJi7MaVONtVhGHmqIrmyLPzm29tqqf7ilwHUtHvVAjO9tksWbJkyQzehd7xo5ppUqW2tlbzLp380rhxitdB8q/4fD6acnsaKfX19c7Ji+QNJU/at7mmWaaZpklHNSY+irq6urzSxbBBy1PqEoJZfFdYoK2tjY2Jw4aGBpurJvKOmme8xWTTmgjq1DApAwAxoo6fIkieEnoF2+NvUDVqCekRiNIY4ip1eb1ekvEI39/65nOyO7hWtyWc0biOogkDooYOBhhujLEDAIZG4xADAH/4sH796y42ZWBNxBGrCEZMlNBNER1k8fBtdixwwzzY2toaTCtCr9drLXzKthgSiv7ztycfjvQo4O5fpWqR5eGojg2DCX1IBHUf3n2nSey5cOpCXzrfIXp6WZXXMtdYh8pi74JTL3WTijO913tDq2qXVxplA5vijgdTIvE4RO6zYOwO3t5/GhpbTrYMjnh78nq9VlwRfRmVRdewArM6rgJBTLbxErYEAL4J5vetwFJ4jghQxMNSSAyoO42Ttl0Xz58PpzXqS5JE7G5tqrAbM6lMiyljkimoQg1m8VhK7xrFwTpdixcbAaGz2/I+ekba0dzc/iDt3SIUCtH+Lv+lArWwjWPOOeMVJjI1imgRsyXKDas+mxoc83vKUfOC/dO2lst3M7LM3L816LdLBedlTIKU05lUNfJM2ZzEBZORXzuHrtk+vnSu63JGF9LhvmH9/uVAu8s9MUQFnWUSIweHFJ90z7qlq+n6L2OyAQMA918NdLrcrqgwoQrHyAHWqX49PDzMxsohAIAUuZ0YsHJHSO+G5t7eXj+k8ZsEjfCmsQGABgAmAMQBIJEdN7L8//gb3FshBGMt81oAAAAASUVORK5CYII=);
}

/* Results panel */
div[id^=GProuteResultsValueDist],
div[id^=GProuteResultsValueTime] {
  color: #C77A04;
}

div[id^=GProuteResultsNew] {
  background-color: #C77A04;
  background-image: url(data:image/png;base64,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);
}

input[id^=GProuteResultsShowDetails] + label:hover,
input[id^=GProuteResultsShowDetails] + label + label:hover {
  color: #C77A04;
}

.GProuteResultsDetailsHighlight {
  background-color: rgba(255, 200, 0, 0.25);
  color: #222;
}

/* SEARCH ENGINE */
div[id^=GPsearchEngine-] {
  /* top: 10px; */
  /* left: 46px; */
}

/* Showing/hiding search engine input */
span[id^=GPshowSearchEngineOpen] {
  background-image: url(data:image/png;base64,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);
}

/* Simple search input */
form[id^=GPsearchInput-] {
  height: 30px;
}

div[id^=GPsearchInputReset] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKPSURBVFiF7Za9ctpAFIXPkQY39oukS+GZyHkeGKOA3YALqNSEFJbsGWzZscX7wKRJlxk/B3JDRntToD9kCUkJnjT7dYgVh2/v7t4FNBqNRqPR/C/YZNBy0ukJ1enZUWTTgSobIwBXE3MuhvHy+evv+0P8uevr6x7J0zAMbcdxynNFeHNzM1dKvVxdXdXm1govJ50eKN8BGIAsrKPovCgtAJdT847gAIAIefmv0rFsnItFGIbnRWkRoed5dwC2uSKXddJGbTLVx2wcu6uNeS+5iRKAq6npx7IAQIr60MKtPJbM5aJ7fHx8LyJZrghd1/WxlY1fYW1urbA1i4YQyc0a7dXUfBYHRlJZgHb2tQTWUXTRyGoPo9FoSDLNJWl7nvfsOI6RVJbMckkGYRjW5jbaw8n+BDlMnhmQhQI2AL9kvyaB1Yn6Vfu8Lcn+FJE0l+RCKbUhs1ySwXq97lft8zyNhIG30lJ8+cCyaW6J9E5sC1mghTCwlf4xMecROdx9sfwwOxQiwtvb27lSqihdepjto/7QKhARfDNL0m7i/gal1NvY3CHWlFZLOtd6yka8S5ULraeMVlVuVOFSWUpAET8bxe5qYz6J037VVOaWyJIMAORy0T05OXlyHKdRbu2gKlmrE/U/fYsuCi3rYNJVsuv1uj8ajS7yLQstpOtvWlPT32k9kEdrFg24PajTi8dOL4Y8nM2iqiXYiPhSkeaKyON4PB6QlPgzXdf1870YwMN4PN6b26ASxk8g3pfbS8UwkQUAAmLNokGu0iIwfjX02keaSzJ4fX0dJrLxM4knIM0leYhcYDnp2Mup6cueFREvfX856dhVY9rieZ7tuq6/7zROKu153sFyNRqNRqPRvA9/AHtLag4LyzlCAAAAAElFTkSuQmCC);
}

/* General panels */
div[id^=GPgeocodeResultsClose] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAeCAYAAABwmH1PAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKPSURBVFiF7Za9ctpAFIXPkQY39oukS+GZyHkeGKOA3YALqNSEFJbsGWzZscX7wKRJlxk/B3JDRntToD9kCUkJnjT7dYgVh2/v7t4FNBqNRqPR/C/YZNBy0ukJ1enZUWTTgSobIwBXE3MuhvHy+evv+0P8uevr6x7J0zAMbcdxynNFeHNzM1dKvVxdXdXm1govJ50eKN8BGIAsrKPovCgtAJdT847gAIAIefmv0rFsnItFGIbnRWkRoed5dwC2uSKXddJGbTLVx2wcu6uNeS+5iRKAq6npx7IAQIr60MKtPJbM5aJ7fHx8LyJZrghd1/WxlY1fYW1urbA1i4YQyc0a7dXUfBYHRlJZgHb2tQTWUXTRyGoPo9FoSDLNJWl7nvfsOI6RVJbMckkGYRjW5jbaw8n+BDlMnhmQhQI2AL9kvyaB1Yn6Vfu8Lcn+FJE0l+RCKbUhs1ySwXq97lft8zyNhIG30lJ8+cCyaW6J9E5sC1mghTCwlf4xMecROdx9sfwwOxQiwtvb27lSqihdepjto/7QKhARfDNL0m7i/gal1NvY3CHWlFZLOtd6yka8S5ULraeMVlVuVOFSWUpAET8bxe5qYz6J037VVOaWyJIMAORy0T05OXlyHKdRbu2gKlmrE/U/fYsuCi3rYNJVsuv1uj8ajS7yLQstpOtvWlPT32k9kEdrFg24PajTi8dOL4Y8nM2iqiXYiPhSkeaKyON4PB6QlPgzXdf1870YwMN4PN6b26ASxk8g3pfbS8UwkQUAAmLNokGu0iIwfjX02keaSzJ4fX0dJrLxM4knIM0leYhcYDnp2Mup6cueFREvfX856dhVY9rieZ7tuq6/7zROKu153sFyNRqNRqPRvA9/AHtLag4LyzlCAAAAAElFTkSuQmCC);
}

div[id^=GPadvancedSearchClose] {
  background-image: url(data:image/png;base64,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);
  background-position: -60px 0;
}

/* Advanced search picto */
span[id^=GPshowAdvancedSearchOpen] {
  background-image: url(data:image/png;base64,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);
  background-position: -30px 0;
}

/* Autocomplete list / geocode results */
div[id^=GPautoCompleteList],
div[id^=GPgeocodeResultsList] {
  margin-left: 27px;
  box-shadow: 0 1px 5px #000;
}

div[id^=GPgeocodeResultsList] {
  top: 38px;
  border-radius: 5px;
}

/* ================================================================== */
/* Toolbars
/* ================================================================== */
.leaflet-draw-section {
  position: relative;
}

.leaflet-draw-toolbar {
  margin-top: 12px;
}

.leaflet-draw-toolbar-top {
  margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}

.leaflet-draw-toolbar a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAeCAYAAACWuCNnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAG7AAABuwBHnU4NQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbvSURBVHic7dtdbBxXFQfw/9nZ3SRKwAP7UFFUQOoHqGnUoEAoNghX9tyxVcpD1X0J+WgiUQmpfUB5ACSgG1qJIKASqBIUIauqAbWseIlqb+bOWHVR6y0FKZBEqdIUQROIREGRx3FFvR/38ODZst3a3nE8Ywfv+T2t7hzdM3fle/bOnWtACCGEEEIIIYQQQgghhBBCCCGEEEIIIcRa0EbfgBDdFItFKwzDAa3175LuWylVAvBIR/MxrXUp6Vxx9dp4VyObVEdKKW591lonXgiVUg6AHzPzk9ls9meVSmUh6RzXkz179uQKhcIgM+8CACI6U6vVnp+enm6knXt4ePiuTCbzWQAwxlSDIHg57ZwroDAMnwKwz3XdBzzPG08hxzsTNprQG2lTjtd13WFmfghAP4A+AJcATFiW9YNKpfL3uP0kUliiX4SG1pqUUpx0wXJd9/PMXAGwPWq6yMyPz8/P/7xarf4nyVwt7QV4JWkU52i8YwBu6bh0wRhzJAiCF5POCQCDg4N2Pp//NYDRjkuTxph9QRCESeYrFov5ubm5R5n5AIAPtV1aYOb7BgYGTpZKJeO67lFmPsbM9/i+/8Ja8y6zylhOYquPXhsvAJRKpczMzMwTAIaJ6LFGo+HNzs5eKRQKNxPRAWb+CoAjWuvn4vS35skWFasxAAdbbUlOYqVUPwAPwI4lLr8J4KeWZT1eqVTmksoZ5d2QghUVKx/AlmVCFph5yPf9l5LMCwBKqUksFqszRHQcAJj5GwB2MfOE7/tfTDKf4zjHiejrAE4CuNhqZ+bf2rY9FYbhGBH92/O8o47j3Oj7/uUk86+3XhsvACilHmPmgW3btn3pxIkTVzuvj4yMfNoY85wxZiQIglPd+lvTZIuq5xiAQwCe6evr218ul5tr6bNd9GiiAbyvS+hFrfVHk8oLbEzBih4Dz+G9K6t3IaLXFhYWdib5eBh911UA8wBu1lq/CQBDQ0M3WJb1OoAdRPQZz/NeSSqnUuofAKpa6/vb26MfwacA7AdwFcCdWuu/JpU3yl1C91VHoquNXhvvyMjIx4wxr1iWtbNSqfxruTjHcR4AcMj3/bu79XnNe1hpFyvHcXYT0QS6FysASHR1tVEKhcIguhQrAGDm23K53BcATCWV27KsAWYGgPOtYgUAU1NT/1RKnQewxxjzOQCJFSwANwI4297QtmLfD+AtZr43m83OJ5iz3bGU+l1OT43XGFNk5mdXKlYAYNv2eBiG31dK3aS1vrRSbOZabqRYLFppFisAIKJxAB+MGf56krk30O64gZlMJnZsHMxsoo8fHxoauqHVHn3+BAAQUaxV57Xq2F54i5nvIaJXm81mYoX5etID491JRH/sFlQul5tEdMoYc3u32FUXrLYvObViBQDM/MQqwi8knX8jEJHpHrXIGJNo8WDm1spph2VZgeu6+5RSX7YsK8D/Xnb8Psmcnebm5h7G4uS9ysxutOH8VQC70sy7UTb7eImImTnWlgkzUyaT6fr3v6qC1fGL8EytVjuQRrECANu2fwHg1TixzPyXNO5hvTHz6VWE/znJ3L7vzxBRa9PzDmb+FYBfArgjajvd39+f9vGGKwACZh5te6mwmc8KburxMvO5TCbzqW5xxWLRArDbsqyu8z32HtZSxSrNM0Hlcrnpum6JmZ+NEb4pHglrtdrz+Xz+AoBbu4Ser9fra37d3YEBfBvAkq+XmfmbpVIp9grwWnie9zSAp9PMcT3Z7OPNZrO/aTQaf1BKfbd9X7RTGIaHmPlcnPNYsVZYSikOw7AB4CAzj/f19e1fjwOMnueVEeMxJJfLbYqCNT093TDGHAGw0qHYBQBH0vj+Pc+bYOb3HFRk5nHf9yeTzgfgMhF9uEvMTQD+71/vR3pqvJOTk28AeBJAeXR09P1LxbiuuxfA9wB8LU6fsVdYrUOhtm0fTusxcAlMRN+KziUt5SqAM3v37r00OZnGfFp/QRC86DjOUCaTGWPm2zoun8fiIbuZtPLX6/UH8/n8rQDuippertfrD6aRKyqOR5VS81ji8Z+IbmfmgwB+mEb+9dZr4wWA/v7+R6rV6k+azeYpx3EezeVyJ7dv335lfn7+lkajcZCZDzPzYd/3/xSnv9gFq3UuaR2LFQDA87xAKVUB8BEAZ6N9nrNEdEZr/TcArLVOPG8aJ9jj8n3/pcHBwZ1btmx5519zmPl0vV5/Ie2V7fT09Nujo6Nus9kcA4CtW7ce1lq/nUYu27a/Mzs7CyI6gMVX/u/CzJeZ+Ue2bcc9pb1aXc8lJZms18YLANE2wkOu694N4OFGo3E8DMMPAHiDiCaY+ZOb4YCsEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhEjYfwGO+b5dFNs4OgAAAABJRU5ErkJggg==);
  background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZpZXdCb3g9IjAgMCA2MDAgNjAiCiAgIGhlaWdodD0iNjAiCiAgIHdpZHRoPSI2MDAiCiAgIGlkPSJzdmc0MjI1IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJzcHJpdGVzaGVldC5zdmciCiAgIGlua3NjYXBlOmV4cG9ydC1maWxlbmFtZT0iL2hvbWUvZnB1Z2EvZGV2ZWxvcG1lbnQvdXBzdHJlYW0vaWNhcnRvLkxlYWZsZXQuZHJhdy9zcmMvaW1hZ2VzL3Nwcml0ZXNoZWV0LTJ4LnBuZyIKICAgaW5rc2NhcGU6ZXhwb3J0LXhkcGk9IjkwIgogICBpbmtzY2FwZTpleHBvcnQteWRwaT0iOTAiPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQyNTgiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM0MjU2IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDU2IgogICAgIGlkPSJuYW1lZHZpZXc0MjU0IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxLjMxMDE4NTIiCiAgICAgaW5rc2NhcGU6Y3g9IjIzNy41NjkyOCIKICAgICBpbmtzY2FwZTpjeT0iNy4yNDE5NjIxIgogICAgIGlua3NjYXBlOndpbmRvdy14PSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyNCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzQyMjUiIC8+CiAgPGcKICAgICBpZD0iZW5hYmxlZCIKICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgIDxnCiAgICAgICBpZD0icG9seWxpbmUiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAxOCwzNiAwLDYgNiwwIDAsLTYgLTYsMCB6IG0gNCw0IC0yLDAgMCwtMiAyLDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDIyOSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzNiwxOCAwLDYgNiwwIDAsLTYgLTYsMCB6IG0gNCw0IC0yLDAgMCwtMiAyLDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDIzMSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAyMy4xNDIsMzkuMTQ1IC0yLjI4NSwtMi4yOSAxNiwtMTUuOTk4IDIuMjg1LDIuMjg1IHoiCiAgICAgICAgIGlkPSJwYXRoNDIzMyIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDwvZz4KICAgIDxwYXRoCiAgICAgICBpZD0icG9seWdvbiIKICAgICAgIGQ9Ik0gMTAwLDI0LjU2NSA5Ny45MDQsMzkuMzk1IDgzLjA3LDQyIDc2LDI4Ljc3MyA4Ni40NjMsMTggWiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPHBhdGgKICAgICAgIGlkPSJyZWN0YW5nbGUiCiAgICAgICBkPSJtIDE0MCwyMCAyMCwwIDAsMjAgLTIwLDAgeiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPHBhdGgKICAgICAgIGlkPSJjaXJjbGUiCiAgICAgICBkPSJtIDIyMSwzMCBjIDAsNi4wNzggLTQuOTI2LDExIC0xMSwxMSAtNi4wNzQsMCAtMTEsLTQuOTIyIC0xMSwtMTEgMCwtNi4wNzQgNC45MjYsLTExIDExLC0xMSA2LjA3NCwwIDExLDQuOTI2IDExLDExIHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0ibWFya2VyIgogICAgICAgZD0ibSAyNzAsMTkgYyAtNC45NzEsMCAtOSw0LjAyOSAtOSw5IDAsNC45NzEgNS4wMDEsMTIgOSwxNCA0LjAwMSwtMiA5LC05LjAyOSA5LC0xNCAwLC00Ljk3MSAtNC4wMjksLTkgLTksLTkgeiBtIDAsMTIuNSBjIC0yLjQ4NCwwIC00LjUsLTIuMDE0IC00LjUsLTQuNSAwLC0yLjQ4NCAyLjAxNiwtNC41IDQuNSwtNC41IDIuNDg1LDAgNC41LDIuMDE2IDQuNSw0LjUgMCwyLjQ4NiAtMi4wMTUsNC41IC00LjUsNC41IHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDxnCiAgICAgICBpZD0iZWRpdCIKICAgICAgIHN0eWxlPSJmaWxsOiM0NjQ2NDY7ZmlsbC1vcGFjaXR5OjEiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDMzNywzMC4xNTYgMCwwLjQwNyAwLDUuNjA0IGMgMCwxLjY1OCAtMS4zNDQsMyAtMywzIGwgLTEwLDAgYyAtMS42NTUsMCAtMywtMS4zNDIgLTMsLTMgbCAwLC0xMCBjIDAsLTEuNjU3IDEuMzQ1LC0zIDMsLTMgbCA2LjM0NSwwIDMuMTksLTMuMTcgLTkuNTM1LDAgYyAtMy4zMTMsMCAtNiwyLjY4NyAtNiw2IGwgMCwxMCBjIDAsMy4zMTMgMi42ODcsNiA2LDYgbCAxMCwwIGMgMy4zMTQsMCA2LC0yLjY4NyA2LC02IGwgMCwtOC44MDkgLTMsMi45NjgiCiAgICAgICAgIGlkPSJwYXRoNDI0MCIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzMzguNzIsMjQuNjM3IC04Ljg5Miw4Ljg5MiAtMi44MjgsMCAwLC0yLjgyOSA4Ljg5LC04Ljg5IHoiCiAgICAgICAgIGlkPSJwYXRoNDI0MiIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzMzguNjk3LDE3LjgyNiA0LDAgMCw0IC00LDAgeiIKICAgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA2OTgzMzYsLTAuNzA3MjMwMTgsMC43MDcyMzAxOCwtMC43MDY5ODMzNiw1NjcuNTU5MTcsMjc0Ljc4MjczKSIKICAgICAgICAgaWQ9InBhdGg0MjQ0IgogICAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJyZW1vdmUiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzODEsNDIgMTgsMCAwLC0xOCAtMTgsMCAwLDE4IHogbSAxNCwtMTYgMiwwIDAsMTQgLTIsMCAwLC0xNCB6IG0gLTQsMCAyLDAgMCwxNCAtMiwwIDAsLTE0IHogbSAtNCwwIDIsMCAwLDE0IC0yLDAgMCwtMTQgeiBtIC00LDAgMiwwIDAsMTQgLTIsMCAwLC0xNCB6IgogICAgICAgICBpZD0icGF0aDQyNDciCiAgICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICAgIHN0eWxlPSJmaWxsOiM0NjQ2NDY7ZmlsbC1vcGFjaXR5OjEiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gMzk1LDIwIDAsLTQgLTEwLDAgMCw0IC02LDAgMCwyIDIyLDAgMCwtMiAtNiwwIHogbSAtMiwwIC02LDAgMCwtMiA2LDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDI0OSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDwvZz4KICA8L2c+CiAgPGcKICAgICBpZD0iZGlzYWJsZWQiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLDApIgogICAgIHN0eWxlPSJmaWxsOiNiYmJiYmIiPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI2VkaXQiCiAgICAgICBpZD0iZWRpdC1kaXNhYmxlZCIKICAgICAgIHg9IjAiCiAgICAgICB5PSIwIgogICAgICAgd2lkdGg9IjEwMCUiCiAgICAgICBoZWlnaHQ9IjEwMCUiIC8+CiAgICA8dXNlCiAgICAgICB4bGluazpocmVmPSIjcmVtb3ZlIgogICAgICAgaWQ9InJlbW92ZS1kaXNhYmxlZCIKICAgICAgIHg9IjAiCiAgICAgICB5PSIwIgogICAgICAgd2lkdGg9IjEwMCUiCiAgICAgICBoZWlnaHQ9IjEwMCUiIC8+CiAgPC9nPgogIDxwYXRoCiAgICAgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzQ2NDY0NjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgIGlkPSJjaXJjbGUtMyIKICAgICBkPSJtIDU4MS42NTcyNSwzMCBjIDAsNi4wNzggLTQuOTI2LDExIC0xMSwxMSAtNi4wNzQsMCAtMTEsLTQuOTIyIC0xMSwtMTEgMCwtNi4wNzQgNC45MjYsLTExIDExLC0xMSA2LjA3NCwwIDExLDQuOTI2IDExLDExIHoiCiAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}

.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url(data:image/png;base64,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);
  background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZpZXdCb3g9IjAgMCA2MDAgNjAiCiAgIGhlaWdodD0iNjAiCiAgIHdpZHRoPSI2MDAiCiAgIGlkPSJzdmc0MjI1IgogICB2ZXJzaW9uPSIxLjEiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTEgcjEzNzI1IgogICBzb2RpcG9kaTpkb2NuYW1lPSJzcHJpdGVzaGVldC5zdmciCiAgIGlua3NjYXBlOmV4cG9ydC1maWxlbmFtZT0iL2hvbWUvZnB1Z2EvZGV2ZWxvcG1lbnQvdXBzdHJlYW0vaWNhcnRvLkxlYWZsZXQuZHJhdy9zcmMvaW1hZ2VzL3Nwcml0ZXNoZWV0LTJ4LnBuZyIKICAgaW5rc2NhcGU6ZXhwb3J0LXhkcGk9IjkwIgogICBpbmtzY2FwZTpleHBvcnQteWRwaT0iOTAiPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTQyNTgiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM0MjU2IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDU2IgogICAgIGlkPSJuYW1lZHZpZXc0MjU0IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxLjMxMDE4NTIiCiAgICAgaW5rc2NhcGU6Y3g9IjIzNy41NjkyOCIKICAgICBpbmtzY2FwZTpjeT0iNy4yNDE5NjIxIgogICAgIGlua3NjYXBlOndpbmRvdy14PSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyNCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzQyMjUiIC8+CiAgPGcKICAgICBpZD0iZW5hYmxlZCIKICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgIDxnCiAgICAgICBpZD0icG9seWxpbmUiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAxOCwzNiAwLDYgNiwwIDAsLTYgLTYsMCB6IG0gNCw0IC0yLDAgMCwtMiAyLDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDIyOSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzNiwxOCAwLDYgNiwwIDAsLTYgLTYsMCB6IG0gNCw0IC0yLDAgMCwtMiAyLDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDIzMSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAyMy4xNDIsMzkuMTQ1IC0yLjI4NSwtMi4yOSAxNiwtMTUuOTk4IDIuMjg1LDIuMjg1IHoiCiAgICAgICAgIGlkPSJwYXRoNDIzMyIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDwvZz4KICAgIDxwYXRoCiAgICAgICBpZD0icG9seWdvbiIKICAgICAgIGQ9Ik0gMTAwLDI0LjU2NSA5Ny45MDQsMzkuMzk1IDgzLjA3LDQyIDc2LDI4Ljc3MyA4Ni40NjMsMTggWiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPHBhdGgKICAgICAgIGlkPSJyZWN0YW5nbGUiCiAgICAgICBkPSJtIDE0MCwyMCAyMCwwIDAsMjAgLTIwLDAgeiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPHBhdGgKICAgICAgIGlkPSJjaXJjbGUiCiAgICAgICBkPSJtIDIyMSwzMCBjIDAsNi4wNzggLTQuOTI2LDExIC0xMSwxMSAtNi4wNzQsMCAtMTEsLTQuOTIyIC0xMSwtMTEgMCwtNi4wNzQgNC45MjYsLTExIDExLC0xMSA2LjA3NCwwIDExLDQuOTI2IDExLDExIHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDxwYXRoCiAgICAgICBpZD0ibWFya2VyIgogICAgICAgZD0ibSAyNzAsMTkgYyAtNC45NzEsMCAtOSw0LjAyOSAtOSw5IDAsNC45NzEgNS4wMDEsMTIgOSwxNCA0LjAwMSwtMiA5LC05LjAyOSA5LC0xNCAwLC00Ljk3MSAtNC4wMjksLTkgLTksLTkgeiBtIDAsMTIuNSBjIC0yLjQ4NCwwIC00LjUsLTIuMDE0IC00LjUsLTQuNSAwLC0yLjQ4NCAyLjAxNiwtNC41IDQuNSwtNC41IDIuNDg1LDAgNC41LDIuMDE2IDQuNSw0LjUgMCwyLjQ4NiAtMi4wMTUsNC41IC00LjUsNC41IHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDxnCiAgICAgICBpZD0iZWRpdCIKICAgICAgIHN0eWxlPSJmaWxsOiM0NjQ2NDY7ZmlsbC1vcGFjaXR5OjEiPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDMzNywzMC4xNTYgMCwwLjQwNyAwLDUuNjA0IGMgMCwxLjY1OCAtMS4zNDQsMyAtMywzIGwgLTEwLDAgYyAtMS42NTUsMCAtMywtMS4zNDIgLTMsLTMgbCAwLC0xMCBjIDAsLTEuNjU3IDEuMzQ1LC0zIDMsLTMgbCA2LjM0NSwwIDMuMTksLTMuMTcgLTkuNTM1LDAgYyAtMy4zMTMsMCAtNiwyLjY4NyAtNiw2IGwgMCwxMCBjIDAsMy4zMTMgMi42ODcsNiA2LDYgbCAxMCwwIGMgMy4zMTQsMCA2LC0yLjY4NyA2LC02IGwgMCwtOC44MDkgLTMsMi45NjgiCiAgICAgICAgIGlkPSJwYXRoNDI0MCIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzMzguNzIsMjQuNjM3IC04Ljg5Miw4Ljg5MiAtMi44MjgsMCAwLC0yLjgyOSA4Ljg5LC04Ljg5IHoiCiAgICAgICAgIGlkPSJwYXRoNDI0MiIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzMzguNjk3LDE3LjgyNiA0LDAgMCw0IC00LDAgeiIKICAgICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA2OTgzMzYsLTAuNzA3MjMwMTgsMC43MDcyMzAxOCwtMC43MDY5ODMzNiw1NjcuNTU5MTcsMjc0Ljc4MjczKSIKICAgICAgICAgaWQ9InBhdGg0MjQ0IgogICAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJyZW1vdmUiCiAgICAgICBzdHlsZT0iZmlsbDojNDY0NjQ2O2ZpbGwtb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAzODEsNDIgMTgsMCAwLC0xOCAtMTgsMCAwLDE4IHogbSAxNCwtMTYgMiwwIDAsMTQgLTIsMCAwLC0xNCB6IG0gLTQsMCAyLDAgMCwxNCAtMiwwIDAsLTE0IHogbSAtNCwwIDIsMCAwLDE0IC0yLDAgMCwtMTQgeiBtIC00LDAgMiwwIDAsMTQgLTIsMCAwLC0xNCB6IgogICAgICAgICBpZD0icGF0aDQyNDciCiAgICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICAgIHN0eWxlPSJmaWxsOiM0NjQ2NDY7ZmlsbC1vcGFjaXR5OjEiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Im0gMzk1LDIwIDAsLTQgLTEwLDAgMCw0IC02LDAgMCwyIDIyLDAgMCwtMiAtNiwwIHogbSAtMiwwIC02LDAgMCwtMiA2LDAgMCwyIHoiCiAgICAgICAgIGlkPSJwYXRoNDI0OSIKICAgICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICAgICAgc3R5bGU9ImZpbGw6IzQ2NDY0NjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDwvZz4KICA8L2c+CiAgPGcKICAgICBpZD0iZGlzYWJsZWQiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLDApIgogICAgIHN0eWxlPSJmaWxsOiNiYmJiYmIiPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI2VkaXQiCiAgICAgICBpZD0iZWRpdC1kaXNhYmxlZCIKICAgICAgIHg9IjAiCiAgICAgICB5PSIwIgogICAgICAgd2lkdGg9IjEwMCUiCiAgICAgICBoZWlnaHQ9IjEwMCUiIC8+CiAgICA8dXNlCiAgICAgICB4bGluazpocmVmPSIjcmVtb3ZlIgogICAgICAgaWQ9InJlbW92ZS1kaXNhYmxlZCIKICAgICAgIHg9IjAiCiAgICAgICB5PSIwIgogICAgICAgd2lkdGg9IjEwMCUiCiAgICAgICBoZWlnaHQ9IjEwMCUiIC8+CiAgPC9nPgogIDxwYXRoCiAgICAgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzQ2NDY0NjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgIGlkPSJjaXJjbGUtMyIKICAgICBkPSJtIDU4MS42NTcyNSwzMCBjIDAsNi4wNzggLTQuOTI2LDExIC0xMSwxMSAtNi4wNzQsMCAtMTEsLTQuOTIyIC0xMSwtMTEgMCwtNi4wNzQgNC45MjYsLTExIDExLC0xMSA2LjA3NCwwIDExLDQuOTI2IDExLDExIHoiCiAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KPC9zdmc+Cg==);
}

.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
  top: 0;
  white-space: nowrap;
}

.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}

.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}

.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}

.leaflet-draw-actions li {
  display: inline-block;
}

.leaflet-draw-actions li:first-child a {
  border-left: none;
}

.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}

.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.leaflet-draw-actions-bottom {
  margin-top: 0;
}

.leaflet-draw-actions-top {
  margin-top: 1px;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}

.leaflet-draw-actions a:hover {
  background-color: #A0A098;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}

.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}

.leaflet-draw-tooltip {
  background: rgb(54, 54, 54);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}

.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}

.leaflet-error-draw-tooltip {
  background-color: #F2DEDE;
  border: 1px solid #E6B6BD;
  color: #B94A48;
}

.leaflet-error-draw-tooltip:before {
  border-right-color: #E6B6BD;
}

.leaflet-draw-tooltip-single {
  margin-top: -12px;
}

.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}

.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: 0.6;
  position: absolute;
  width: 5px;
  height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}

.leaflet-edit-move {
  cursor: move;
}

.leaflet-edit-resize {
  cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/***** Reset *****/
body {
  color: #000000;
  line-height: 1;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/** Polices **/
/**
 * Responsive width
 @media (max-width: $screen-xl-min) {
 }
 <img src="<?php bloginfo('template_url'); ?>/dist/medias/img.jpg" alt="">
 style="background-image: url('<?php bloginfo('template_url'); ?>/images/img.jpg')"
 */
/**
 * Graisse
 */
/**
 * Couleurs
 */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com)
  -------------------------------- -------------------
  	LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
  	SASS port by Samuel Beek (http://samuelbeek.com)
  ---------------------------------------------------*/
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Regular.eot");
  src: url("./../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Regular.woff2") format("woff2"), url("./../fonts/Rubik-Regular.woff") format("woff"), url("./../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-BoldItalic.eot");
  src: url("./../fonts/Rubik-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("./../fonts/Rubik-BoldItalic.woff") format("woff"), url("./../fonts/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Light.eot");
  src: url("./../fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Light.woff2") format("woff2"), url("./../fonts/Rubik-Light.woff") format("woff"), url("./../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Bold.eot");
  src: url("./../fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Bold.woff2") format("woff2"), url("./../fonts/Rubik-Bold.woff") format("woff"), url("./../fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Black.eot");
  src: url("./../fonts/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Black.woff2") format("woff2"), url("./../fonts/Rubik-Black.woff") format("woff"), url("./../fonts/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-BlackItalic.eot");
  src: url("./../fonts/Rubik-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("./../fonts/Rubik-BlackItalic.woff") format("woff"), url("./../fonts/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-MediumItalic.eot");
  src: url("./../fonts/Rubik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("./../fonts/Rubik-MediumItalic.woff") format("woff"), url("./../fonts/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Italic.eot");
  src: url("./../fonts/Rubik-Italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Italic.woff2") format("woff2"), url("./../fonts/Rubik-Italic.woff") format("woff"), url("./../fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-LightItalic.eot");
  src: url("./../fonts/Rubik-LightItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-LightItalic.woff2") format("woff2"), url("./../fonts/Rubik-LightItalic.woff") format("woff"), url("./../fonts/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("./../fonts/Rubik-Medium.eot");
  src: url("./../fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Rubik-Medium.woff2") format("woff2"), url("./../fonts/Rubik-Medium.woff") format("woff"), url("./../fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Linearicons-Free";
  src: url("./../fonts/Linearicons-Free.eot?w118d");
  src: url("./../fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("./../fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("./../fonts/Linearicons-Free.woff?w118d") format("woff"), url("./../fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("./../fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

body,
html {
  position: relative;
  font-size: 10px;
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  html.over {
    overflow: hidden;
  }
}

body {
  background-image: url("../medias/body-circle-bg.png"), url("../medias/body-circle-bg-2.png");
  background-repeat: no-repeat;
  background-position: top 450px right -200px, bottom 100px left -550px;
}
body.over {
  overflow: hidden;
}
@media (max-width: 576px) {
  body {
    background-size: 350px;
  }
}

a {
  color: #41bcc7;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:focus, a:hover {
  text-decoration: none;
  color: #2f949d;
}

* {
  outline: none !important;
}

.main-wrapper {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .main-wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .main-wrapper {
    padding: 0 15px;
  }
}

.general-header {
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  background-position: bottom -150px right 0px, center;
  background-repeat: repeat-x, no-repeat;
  background-size: contain, cover;
  z-index: 10;
}
@media (max-width: 1200px) {
  .general-header {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .general-header {
    height: 300px;
  }
}
.general-header h1 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 60px;
  font-size: 7rem;
  color: #ffffff;
  border-bottom: 2px solid #ef0b4c;
}
@media (max-width: 1200px) {
  .general-header h1 {
    font-size: 5rem;
    margin: 50px;
  }
}
@media (max-width: 768px) {
  .general-header h1 {
    font-size: 4rem;
    margin: 35px;
  }
}
@media (max-width: 576px) {
  .general-header h1 {
    font-size: 3.5rem;
    margin: 25px;
    border: none;
    text-decoration: underline #ef0b4c;
  }
}
.general-header .rightnav-general-sidebar {
  z-index: 10;
  position: absolute;
  top: 5px;
  right: -25px;
}
.general-header .rightnav-general-sidebar ul li {
  margin-bottom: 13px;
}
.general-header .rightnav-general-sidebar ul li a .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  background-color: #41bcc7;
}
.general-header .rightnav-general-sidebar ul li a .icon img {
  width: 25px;
}
.general-header .rightnav-general-sidebar ul li:last-of-type {
  margin-bottom: 0px;
}

.main-title {
  font-size: 5rem;
  line-height: 5.6rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .main-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.main-title-dots {
  font-size: 7rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}
.main-title-dots:after {
  content: "••••••";
  display: block;
  font-size: 1.8rem;
  color: #222222;
  letter-spacing: 10px;
}
@media (max-width: 1600px) {
  .main-title-dots {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .main-title-dots {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .main-title-dots {
    font-size: 3rem;
  }
}

.general-fil-ariane {
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 576px) {
  .general-fil-ariane {
    margin-bottom: 25px;
  }
}
.general-fil-ariane .custom-breadcrumb {
  font-size: 1.4rem;
}
.general-fil-ariane .custom-breadcrumb a,
.general-fil-ariane .custom-breadcrumb span {
  color: #888888;
}
.general-fil-ariane .custom-breadcrumb a {
  padding: 0 6px;
  display: inline-block;
  margin-bottom: 5px;
}
.general-fil-ariane .custom-breadcrumb a:hover {
  color: #000000;
}
.general-fil-ariane .custom-breadcrumb .breadcrumb_last {
  padding-left: 6px;
}

.general-button {
  display: inline-flex;
  align-items: center;
  background-color: #41bcc7;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 20px 35px;
}
@media (max-width: 576px) {
  .general-button {
    padding: 15px 20px;
  }
}
.general-button .lnr {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  color: #222222;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.general-button:hover {
  color: #ffffff;
  background-color: #ef0b4c;
}
.general-button:focus {
  color: #ffffff;
}

.custom-addthis .at-share-btn {
  background-color: rgba(255, 255, 255, 0) !important;
}

.pagination {
  margin-bottom: 60px;
}
.pagination .wp-pagenavi {
  margin: auto;
}
.pagination {
  font-size: 2rem;
  width: 100%;
}
@media print {
  .pagination {
    display: none;
  }
}
.pagination .first, .pagination .last, .pagination .extend, .pagination .pages {
  display: none;
}
.pagination .current {
  color: #41bcc7;
  border: none !important;
  margin: 5px;
}
.pagination a {
  display: inline-block;
  border: none !important;
  color: #222222;
  margin: 5px;
}
.pagination a:hover {
  color: #41bcc7;
}

#chatbot {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 10px;
}
@media (max-width: 576px) {
  #chatbot {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 576px) {
  #chatbot .chatbot-container {
    height: 550px;
    width: 430px;
  }
}
#chatbot .chatbot-container {
  background: #ffffff;
  bottom: 50px;
  overflow: hidden;
}
@media (max-width: 576px) {
  #chatbot .chatbot-container {
    width: 100%;
    height: calc(100% - 73px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#chatbot iframe {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
}

@media (max-width: 576px) {
  .body-chatbot-active {
    overflow: hidden;
  }
}

.chatbot-modal-highlight {
  position: fixed;
  background-color: #ffffff;
  bottom: 140px;
  right: 20px;
  z-index: 500;
  display: none;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 576px) {
  .chatbot-modal-highlight {
    bottom: 125px;
    right: 0px;
  }
}
.chatbot-modal-highlight .chatbot-modal-container {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 576px) {
  .chatbot-modal-highlight .chatbot-modal-container {
    padding: 10px;
  }
  .chatbot-modal-highlight .chatbot-modal-container img {
    max-width: 165px;
  }
}
.chatbot-modal-highlight .lnr-cross {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  font-weight: 700;
}
.chatbot-modal-highlight .content {
  max-width: 175px;
  margin-left: 40px;
}
@media (max-width: 576px) {
  .chatbot-modal-highlight .content {
    margin-left: 10px;
  }
}
.chatbot-modal-highlight .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .chatbot-modal-highlight .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.chatbot-modal-highlight .text {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .chatbot-modal-highlight .text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.chatbot-modal-highlight::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13.5px 0 13.5px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}

#closeChatBtn {
  border-top: 2px solid #dadada;
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
}
#closeChatBtn img {
  width: 40px;
  height: auto;
  margin-right: 20px;
}
#closeChatBtn p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #41bcc7;
  font-weight: 500;
}
#closeChatBtn .lnr-cross {
  cursor: pointer;
  font-size: 2.6rem;
  color: #555555;
}

.chatbot-button {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 500;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 576px) {
  .chatbot-button {
    width: 85px;
    height: auto;
    bottom: 15px;
    right: 25px;
  }
}
.chatbot-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.chatbot-button img {
  margin-right: 20px;
}
.chatbot-button p {
  font-size: 1.8rem;
  color: #ffffff;
}
.chatbot-button .lnr {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 500;
}

#back-to-top {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  right: 50px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
#back-to-top .lnr {
  font-size: 3rem;
  color: #ef0b4c;
  font-weight: 700;
}
#back-to-top:hover .lnr {
  animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  -moz-animation: bounce 1.5s infinite;
  -o-animation: bounce 1.5s infinite;
}

.notfound-page-container {
  margin-bottom: 200px;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.sl-overlay {
  background: #000 !important;
}

.sl-counter {
  color: #fff !important;
}

.sl-close {
  color: #fff !important;
}

.sl-navigation button {
  color: #fff !important;
}

.zeno_font_resizer {
  display: inline;
  margin-top: 20px;
  margin-right: 15px;
}
.zeno_font_resizer .zeno_font_resizer_minus {
  font-size: 1.4rem !important;
}
.zeno_font_resizer .zeno_font_resizer_reset {
  display: none;
}
.zeno_font_resizer .zeno_font_resizer_add {
  font-size: 2rem !important;
}
.zeno_font_resizer a {
  color: #bbbbbb;
}
.zeno_font_resizer a span {
  display: none;
}
.zeno_font_resizer a:hover {
  color: #000000;
}

#zone-map, #tri-map, #decheteries-map, #fibre-map {
  z-index: 0;
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.container-search-map {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-color: #37afba;
  padding: 15px 15px 15px 40px;
}
@media screen and (max-width: 992px) {
  .container-search-map {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container-search-map {
    flex-direction: column;
    gap: 20px;
  }
}
.container-search-map .container-search-map__label {
  max-width: 35%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container-search-map .container-search-map__label {
    max-width: 100%;
  }
}
.container-search-map .container-search-map__label .label {
  color: #ffffff;
  font-size: 2rem;
}
.container-search-map .container-search-map__input {
  width: 100%;
  height: 50px;
  position: relative;
}
.container-search-map .container-search-map__input .icon-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.container-search-map .container-search-map__input .address-input {
  padding-left: 20px;
  width: 100%;
  height: 100%;
  appearance: none;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 15px 40px;
  transition: all 0.2s ease-out;
}
.container-search-map .container-search-map__input .loader {
  display: inline-block;
  position: absolute;
  top: 30%;
  opacity: 0;
  visibility: hidden;
  right: 40px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: rotation 1s linear infinite;
}
.container-search-map .container-search-map__input .loader.show {
  opacity: 1;
  visibility: visible;
}
.container-search-map .container-search-map__input .clear-search {
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.container-search-map .container-search-map__input .suggestions-list {
  position: absolute;
  top: 50px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
  opacity: 0;
}
.container-search-map .container-search-map__input .suggestions-list li {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.75rem;
  cursor: pointer;
}
.container-search-map .container-search-map__input.disabled .address-input {
  opacity: 0.6;
}
.container-search-map .container-search-map__input.disabled .address-input,
.container-search-map .container-search-map__input.disabled .clear-search {
  cursor: not-allowed;
  pointer-events: none;
}

#tri-map .leaflet-popup-content {
  min-width: 150px !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tri-map-filters {
  padding: 0 0 30px;
  font-size: 16px;
  font-weight: 500;
}

#header {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-left-part .main-logo {
  display: block;
  width: 240px;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .header-left-part .main-logo img {
  width: 100%;
}
@media (max-width: 768px) {
  #header .header-left-part .main-logo {
    width: 180px;
  }
}
#header .header-right-part {
  display: flex;
  align-items: center;
  position: relative;
}
#header .header-right-part .socials {
  margin-right: 25px;
}
@media (max-width: 1350px) {
  #header .header-right-part .socials {
    display: none;
  }
}
#header .header-right-part .socials a {
  display: inline-block;
  font-size: 2.2rem;
  color: #bbbbbb;
  margin-right: 25px;
}
#header .header-right-part .socials a:hover {
  color: #222222;
}
@media (max-width: 1350px) {
  #header .header-right-part .font-resizer {
    display: none;
  }
}
#header .header-right-part .searchbar {
  z-index: 10;
}
@media (max-width: 1350px) {
  #header .header-right-part .searchbar {
    display: none;
  }
}
#header .header-right-part .searchbar #ajaxsearchlite1 {
  border-bottom: 2px solid #41bcc7;
  padding-bottom: 5px;
  width: 380px;
  background-color: transparent;
  margin: 0 40px;
}
#header .header-right-part .searchbar #ajaxsearchlite1 .probox {
  display: flex;
  background-color: transparent;
  flex-direction: row-reverse;
}
#header .header-right-part .searchbar #ajaxsearchlite1 input[type=text] {
  width: 300px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  border: none;
}
#header .header-right-part .searchbar #ajaxsearchlite1 input[type=text]::placeholder {
  color: #222222;
}
#header .header-right-part .searchbar #ajaxsearchlite1 input.orig::placeholder {
  color: #222222 !important;
  font-size: 16px !important;
}
#header .header-right-part .searchbar #ajaxsearchlite1 form input {
  color: #222222 !important;
  font-size: 16px !important;
}
#header .header-right-part .searchbar #searchform {
  width: 380px;
  margin: 0 40px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #41bcc7;
}
#header .header-right-part .searchbar #searchform input[type=text] {
  width: 300px;
  font-family: "Rubik", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  border: none;
}
#header .header-right-part .searchbar #searchform input[type=text]::placeholder {
  color: #222222;
}
#header .header-right-part .searchbar #searchform button {
  border: none;
  background-color: #ffffff;
  margin-right: 10px;
}
#header .header-right-part .searchbar #searchform button .lnr {
  color: #222222;
  font-size: 2.6rem;
}
#header .header-right-part .menu-toggle-circle-container {
  position: relative;
  z-index: 15;
  width: 110px;
  height: 110px;
  margin: 0 80px;
}
@media (max-width: 768px) {
  #header .header-right-part .menu-toggle-circle-container {
    margin: 0 15px;
  }
}
#header .header-right-part .menu-toggle-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #ffffff;
  width: 110px;
  height: 110px;
  z-index: 10;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  #header .header-right-part .menu-toggle-circle {
    top: 0px;
  }
}
#header .header-right-part .menu-toggle-circle .lnr {
  display: block;
  color: #ef0b4c;
  font-size: 3.5rem;
  margin-bottom: 5px;
}
#header .header-right-part .menu-toggle-circle .menu-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
}
#header .header-right-part .m-open .menu-title {
  color: #ffffff;
}
#header .header-right-part .striped-circle {
  display: block;
  position: absolute;
  top: -150px;
  right: -65px;
  width: 400px;
  height: 400px;
  background-color: #41bcc7;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  background: repeating-linear-gradient(135deg, #c6e9ec, #c6e9ec 1px, transparent 2px, transparent 7px);
}
@media (max-width: 768px) {
  #header .header-right-part .striped-circle {
    display: none;
  }
}
#header .header-right-part .header-newsletter-block {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  #header .header-right-part .header-newsletter-block {
    display: none;
  }
}
@media screen and (max-width: 1800px) {
  #header .header-right-part .header-newsletter-block #newsletter-button {
    font-size: 12px !important;
    padding: 10px 5px !important;
  }
}

.menuround {
  position: relative;
}
.menuround .menu-toggle-circle {
  cursor: pointer;
  transition: all 0.3s;
}
.menuround .menu-toggle-circle:after {
  z-index: -1;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  transform: scale(0.9);
  transition: all 0.8s;
}
.menuround .menu-toggle-circle.m-open {
  top: -25px !important;
  right: -100px !important;
}
@media screen and (max-width: 768px) {
  .menuround .menu-toggle-circle.m-open {
    right: -40px !important;
  }
}
@media screen and (max-width: 350px) {
  .menuround .menu-toggle-circle.m-open {
    right: -15px !important;
  }
}
.menuround .menu-toggle-circle.m-open:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #41bcc7;
  transform: scale(83);
}
@media (max-width: 576px) {
  .menuround .menu-toggle-circle.m-open:after {
    transform: scale(40);
  }
}

.menu_main {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 500;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .menu_main {
    margin-top: 25px;
  }
}
.menu_main.viz {
  display: block;
  /* Styles supplémentaires pour la personnalisation */
}
.menu_main.viz .ps__rail-x, .menu_main.viz .ps__rail-y {
  background-color: rgba(240, 240, 240, 0);
}
.menu_main.viz .ps__thumb-x, .menu_main.viz .ps__thumb-y {
  background-color: #ffffff;
}
.menu_main.viz .ps__rail-y {
  right: 4% !important;
}
.menu_main.viz .ps__rail-x:hover, .menu_main.viz .ps__rail-y:hover {
  background-color: rgba(0, 0, 0, 0); /* Même couleur que l'état normal */
}
.menu_main.viz {
  /* Désactiver les changements de style au survol */
}
.menu_main.viz .ps__thumb-x:hover, .menu_main.viz .ps__thumb-y:hover {
  background-color: #ffffff; /* Même couleur que l'état normal */
}
.menu_main.viz .menu_box {
  position: relative;
  max-height: 95dvh;
  overflow: hidden auto;
  width: 100%;
  top: -125px;
  padding: 0 6%;
  margin: 0 auto;
}
.menu_main.viz .menu_box .menu-logo {
  position: absolute;
  top: -130px;
  width: 240px;
}
.menu_main.viz .menu_box ul li a {
  color: #ffffff;
}
.menu_main.viz .menu_box ul li a:hover {
  color: #ef0b4c;
}
.menu_main.viz .menu_box ul .parent-item {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .menu_main.viz .menu_box ul .parent-item {
    margin-bottom: 15px;
  }
}
.menu_main.viz .menu_box ul .parent-item .parent-title {
  font-size: 2.2rem;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .menu_main.viz .menu_box ul .parent-item .parent-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .menu_main.viz .menu_box ul .parent-item .parent-title {
    font-size: 1.8rem;
  }
}
.menu_main.viz .menu_box ul .parent-item .parent-title:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  margin: 5px 0;
  background-color: #ef0b4c;
}
.menu_main.viz .menu_box ul .sub-menu .item .title {
  line-height: 1.4rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .menu_main.viz .menu_box ul .sub-menu .item .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .menu_main.viz .menu_box .menu-logo {
    width: 150px;
    top: -125px;
  }
}

@media (max-width: 992px) {
  #general-bubbles {
    display: none;
  }
}
#general-bubbles {
  top: 2px;
}
#general-bubbles ul li {
  margin: 10px 0px;
  width: 54px;
  height: 54px;
}
#general-bubbles ul li .bubble img {
  width: 25px;
}

footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 140px;
  background-color: #222222;
}
footer .adresse-block img {
  max-width: 230px;
  margin-bottom: 30px;
  height: 100%;
}
footer .adresse-block p {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #ffffff;
}
footer .adresse-block p a {
  color: #41bcc7;
}
@media (max-width: 576px) {
  footer .adresse-block {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .contact-block {
  padding: 0 85px;
}
@media (max-width: 1500px) {
  footer .contact-block {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  footer .contact-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  footer .contact-block {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .horaires-block {
    text-align: center;
  }
}
footer .horaires-block .text {
  margin-bottom: 25px;
}
footer .horaires-block .text p {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #ffffff;
}
footer .horaires-block .text p a {
  color: #41bcc7;
}
footer .horaires-block .footer-btn {
  display: inline-flex;
  align-items: center;
  background-color: #333333;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 15px 25px;
}
footer .horaires-block .footer-btn .lnr {
  margin-right: 5px;
  font-size: 2.6rem;
  color: #41bcc7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .horaires-block .footer-btn:hover {
  background-color: #41bcc7;
}
footer .horaires-block .footer-btn:hover .lnr {
  color: #ffffff;
}
footer .footer-titre {
  font-size: 2rem;
  line-height: 5.6rem;
  color: #41bcc7;
}
footer .footer-phone {
  font-size: 1.6rem;
  color: #ffffff;
}
footer .footer-phone .lnr {
  color: #41bcc7;
  display: inline-block;
  margin-right: 5px;
}
footer .simple-text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  footer .socials-block {
    text-align: center;
  }
}
footer .socials-block .socials-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ef0b4c;
  color: #ffffff;
  font-size: 2.2rem;
  margin-right: 20px;
}
footer .socials-block .socials-link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1500px) {
  footer .socials-block .socials-link {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  footer .socials-block .socials-link {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
footer .subfooter {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #999999;
  margin-top: 15px;
}
@media (max-width: 992px) {
  footer .subfooter {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  footer .subfooter {
    flex-direction: column;
  }
  footer .subfooter p {
    margin-bottom: 15px;
  }
  footer .subfooter a {
    margin-bottom: 10px;
  }
}
footer .subfooter a {
  color: #999999;
}
footer .subfooter a:before {
  content: "-";
  color: #999999;
  display: inline-block;
  padding: 0 10px;
}
footer .subfooter a:hover {
  color: #41bcc7;
}
footer .subfooter a:hover:before {
  color: #999999;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 0.2s;
  transition: -ms-transform ease 0.2s;
  transition: -o-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
/*-----------------------------------------------*\
    HOME HEADER
\*-----------------------------------------------*/
#home-header-slider {
  margin-top: 15px;
  margin-bottom: 55px;
}
#home-header-slider #swiper-home-slider {
  width: 100%;
  height: 680px;
}
@media (max-width: 768px) {
  #home-header-slider #swiper-home-slider {
    height: 550px;
  }
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider {
    height: 425px;
  }
}
#home-header-slider #swiper-home-slider .slide-img {
  height: 640px;
  background-color: #41bcc7;
}
@media (max-width: 768px) {
  #home-header-slider #swiper-home-slider .slide-img {
    height: 510px;
  }
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img {
    height: 425px;
  }
}
#home-header-slider #swiper-home-slider .slide-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 50%, cover;
  background-position: bottom, center;
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 520px;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc {
    left: 25px;
    width: auto;
  }
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .top-desc {
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
  margin-left: -25px;
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .top-desc .categ {
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ef0b4c;
  padding: 5px 10px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .top-desc .categ {
    max-width: 150px;
    line-height: 1.5rem;
    font-size: 1.2rem;
    padding: 5px;
  }
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .top-desc .date {
  display: inline-block;
  font-size: 1.6rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .top-desc .date {
    font-size: 1.4rem;
  }
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-desc {
  margin-bottom: 50px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  margin-left: -25px;
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-desc p {
  font-size: 4.6rem;
  line-height: 5.6rem;
  color: #ffffff;
  font-weight: 500;
  display: inline;
  border-bottom: 2px solid #ef0b4c;
}
@media (max-width: 768px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-desc p {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-desc p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-link {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  left: -30px;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-link {
    bottom: -25px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
#home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-link .lnr {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ef0b4c;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slide-img .slide-desc .bot-link .lnr {
    font-size: 2rem;
  }
}
#home-header-slider #swiper-home-slider .slide-video-container {
  overflow: hidden;
}
#home-header-slider #swiper-home-slider .slide-video-container .slide-video {
  width: 100%;
}
@media (max-width: 1500px) {
  #home-header-slider #swiper-home-slider .slide-video-container .slide-video {
    width: auto;
    height: 100%;
  }
}
#home-header-slider #swiper-home-slider .swiper-slide-active .slide-desc .top-desc {
  visibility: visible;
  opacity: 1;
  margin-left: 0px;
}
#home-header-slider #swiper-home-slider .swiper-slide-active .slide-desc .bot-desc {
  visibility: visible;
  opacity: 1;
  margin-left: 0px;
}
#home-header-slider #swiper-home-slider .swiper-slide-active .slide-desc .bot-link {
  left: 0px;
  visibility: visible;
  opacity: 1;
}
#home-header-slider #swiper-home-slider .slider-navigation-block {
  min-width: 140px;
  position: absolute;
  z-index: 10;
  right: 10%;
  top: 76%;
  display: flex;
  align-items: baseline;
}
@media (max-width: 900px) {
  #home-header-slider #swiper-home-slider .slider-navigation-block {
    top: 60%;
  }
}
@media (max-width: 768px) {
  #home-header-slider #swiper-home-slider .slider-navigation-block {
    min-width: auto;
    top: 53%;
    right: 5%;
  }
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slider-navigation-block {
    top: 85%;
  }
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-fraction {
  color: #ffffff;
  font-size: 2.6rem;
  margin: 0 15px;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-fraction {
    font-size: 2rem;
    margin: 0 7px;
  }
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-fraction .swiper-pagination-current {
  font-size: 5.6rem;
}
@media (max-width: 576px) {
  #home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-fraction .swiper-pagination-current {
    font-size: 4rem;
  }
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-next {
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  color: #ffffff;
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-prev {
  cursor: pointer;
  font-size: 1.6rem;
  display: inline-block;
  color: #ffffff;
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-progressbar {
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: grey;
}
#home-header-slider #swiper-home-slider .slider-navigation-block .swiper-home-slider-progressbar .filling-progressbar {
  display: block;
  height: 3px;
  background-color: #ffffff;
}

.rightnav-home-sidebar {
  margin-top: 30px;
  margin-left: -70px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1200px) {
  .rightnav-home-sidebar {
    display: none;
  }
}
.rightnav-home-sidebar ul li {
  margin-bottom: 20px;
}
.rightnav-home-sidebar ul li a {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
}
.rightnav-home-sidebar ul li a .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #41bcc7;
}

.bubbles {
  position: absolute;
  right: -25px;
  top: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .bubbles {
    display: none;
  }
}
.bubbles ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bubbles ul li {
  position: relative;
  display: block;
  margin: 16px 0px;
  width: 80px;
  height: 80px;
  transition: all 0.4s;
}
.bubbles ul li.micro {
  transform: scale(0.7);
}
.bubbles ul li.active .bubble {
  background-color: #2f949d;
  transform: scale(1.5);
}
.bubbles ul li.active {
  cursor: pointer;
}
.bubbles ul li.clicked .bubble {
  background-color: #ef0b4c;
  transform: scale(1.2);
}
.bubbles ul li.clicked {
  cursor: pointer;
}
.bubbles ul li .bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #41bcc7;
  transition: all 0.3s;
}
.bubbles ul li .bubble-title {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  position: absolute;
  left: 115px;
  width: 200px;
  top: 33px;
}

.general-nav-bubbles {
  height: 400px !important;
  z-index: 1 !important;
}

.nav_bubbles-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

#nav_bubbles {
  position: absolute;
  display: block;
  width: 300px;
  height: 640px;
  background-color: #ffffff;
  right: -300px;
  top: 0;
  z-index: 80;
  transition: all 0.3s;
  padding-left: 200px;
}
#nav_bubbles ul {
  width: 300px;
  padding: 25px 50px 25px 15px;
  display: none;
}
#nav_bubbles ul li {
  margin-bottom: 15px;
}
#nav_bubbles ul li a {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 500;
}
#nav_bubbles ul li:after {
  content: "";
  display: block;
  background-color: #ef0b4c;
  margin-top: 15px;
  width: 50px;
  height: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#nav_bubbles ul li:hover:after {
  width: 85%;
}
#nav_bubbles ul.visible {
  display: block;
}
#nav_bubbles.opened {
  background-color: #41bcc7;
  right: 0;
  padding-left: 0px;
}

/*-----------------------------------------------*\
    HOME ACTUS
\*-----------------------------------------------*/
.home-main-title {
  font-size: 4.6rem;
  font-weight: 500;
  color: rgb(61.8761061947, 146.9557522124, 156.6238938053);
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .home-main-title {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .home-main-title {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .home-main-title {
    font-size: 2.5rem;
  }
}

.home-all-actus-link {
  display: inline-block;
  font-size: 1.6rem;
  color: rgb(110.5, 110.5, 110.5);
  margin-bottom: 30px;
}
.home-all-actus-link:hover {
  color: #222222;
}

.home-actus-navigation {
  display: flex;
  align-items: center;
}
.home-actus-navigation .lnr {
  cursor: pointer;
  font-weight: 700;
  font-size: 3rem;
  color: #41bcc7;
}
.home-actus-navigation .line {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #888888;
  margin: 0 15px;
}
@media (max-width: 576px) {
  .home-actus-navigation .line {
    width: 40px;
  }
}

#swiper-home-actus-slider {
  margin-bottom: 75px;
}
@media (max-width: 576px) {
  #swiper-home-actus-slider {
    margin-bottom: 15px;
  }
}
#swiper-home-actus-slider .swiper-slide {
  width: 600px;
}
@media (max-width: 576px) {
  #swiper-home-actus-slider .swiper-slide {
    width: 340px;
  }
}

.actu-link-container {
  overflow: hidden;
  display: block;
}
.actu-link-container:hover .actu-bg-img {
  width: 105%;
}

.actu-block {
  position: relative;
}
.actu-block .actu-bg-img {
  overflow: hidden;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 576px) {
  .actu-block .actu-bg-img {
    height: 235px;
  }
}
.actu-block .actu-desc {
  width: 420px;
  margin-top: -80px;
  padding: 30px 30px 30px 50px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .actu-block .actu-desc {
    padding: 15px 30px 20px 20px;
    width: 85%;
  }
}
.actu-block .actu-desc .categ {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ef0b4c;
  font-weight: 500;
  margin-bottom: 15px;
}
.actu-block .actu-desc h3 {
  margin-bottom: 10px;
}
.actu-block .actu-desc h3 a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.actu-block .actu-desc h3 span {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 576px) {
  .actu-block .actu-desc h3 span {
    font-size: 2.2rem;
    line-height: normal;
  }
}
.actu-block .actu-desc .date {
  display: block;
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .actu-block .actu-desc .date {
    margin-bottom: 15px;
  }
}
.actu-block .actu-desc .link {
  display: block;
  font-size: 1.6rem;
  color: #41bcc7;
}
.actu-block .actu-desc .link:hover {
  color: #ef0b4c;
}

/*-----------------------------------------------*\
    HOME CARTE INTERACTIVE
\*-----------------------------------------------*/
.home-map-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  border-top: 1px solid #dddddd;
}
@media (max-width: 768px) {
  .home-map-filters {
    justify-content: center;
    height: auto;
    padding: 15px 0 5px;
  }
}
.home-map-filters #home-map-filter-form {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .home-map-filters #home-map-filter-form {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .home-map-filters #home-map-filter-form {
    flex-direction: column;
    margin-left: 20px;
  }
}
.home-map-filters #home-map-filter-form label {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #222222;
  font-weight: 500;
  margin-right: 15px;
}
.home-map-filters #home-map-filter-form .is-commune:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ef0b4c;
  margin-right: 10px;
}
.home-map-filters #home-map-filter-form .is-sports-loisirs:before {
  content: url("../medias/trophy-icon.png");
  margin-right: 10px;
}
.home-map-filters #home-map-filter-form .is-tri:before {
  content: url("../medias/tri-icon.png");
  margin-right: 10px;
}
.home-map-filters #home-map-filter-form .is-autres-services:before {
  content: url("../medias/flag-icon.png");
  margin-right: 10px;
}
.home-map-filters #home-map-filter-form input {
  margin-right: 85px;
}
@media (max-width: 1500px) {
  .home-map-filters #home-map-filter-form input {
    margin-right: 45px;
  }
}

#home-map {
  z-index: 1;
  height: 640px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #home-map {
    height: 350px;
    margin-bottom: 50px;
  }
}

#home-producer-map {
  z-index: 1;
  height: 900px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #home-producer-map {
    height: 500px;
    margin-bottom: 50px;
  }
}

.home-map-circle-mobile {
  display: none;
  margin-bottom: 40px;
}
.home-map-circle-mobile .geoloc-link {
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 1300px) {
  .home-map-circle-mobile {
    display: block;
  }
}

.home-map-circle {
  position: absolute;
  background-color: #ffffff;
  height: 550px;
  width: 550px;
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  -webkit-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  padding: 100px;
  z-index: 10;
  top: -110px;
  left: 50px;
}
.home-map-circle .geoloc-link {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1300px) {
  .home-map-circle {
    display: none;
  }
}

.home-map-circle .text,
.home-map-circle-mobile .text {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #555555;
}
.home-map-circle .geoloc-link,
.home-map-circle-mobile .geoloc-link {
  align-items: center;
  margin-top: 40px;
  margin-right: -25px;
}
.home-map-circle .geoloc-link .geoloc-text,
.home-map-circle-mobile .geoloc-link .geoloc-text {
  margin-right: 12px;
}
.home-map-circle .geoloc-link .geoloc-text .uptext,
.home-map-circle-mobile .geoloc-link .geoloc-text .uptext {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-map-circle .geoloc-link .geoloc-text .bottext,
.home-map-circle-mobile .geoloc-link .geoloc-text .bottext {
  font-size: 1.6rem;
  color: #555555;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-map-circle .geoloc-link:hover .bottext,
.home-map-circle .geoloc-link:hover .uptext,
.home-map-circle-mobile .geoloc-link:hover .bottext,
.home-map-circle-mobile .geoloc-link:hover .uptext {
  color: #ef0b4c;
}

.home-map-circle-shadow {
  display: block;
  position: absolute;
  top: -70px;
  left: 55px;
  height: 550px;
  width: 550px;
  background-color: #41bcc7;
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  z-index: 5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  background: repeating-linear-gradient(135deg, #35959f, #35959f 1px, transparent 4px, transparent 8px);
}
@media (max-width: 1300px) {
  .home-map-circle-shadow {
    display: none;
  }
}

.leaflet-popup-content {
  margin: 20px 30px !important;
}
.leaflet-popup-content p {
  margin: 0 0 10px 0 !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
}

.carte-popup {
  max-width: 240px;
  font-family: "Rubik", sans-serif !important;
}
@media (max-width: 768px) {
  .carte-popup {
    max-width: 200px;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.carte-popup .title {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .carte-popup .title {
    font-size: 1.8rem;
  }
}
.carte-popup .adresse {
  position: relative;
  padding-left: 30px;
}
.carte-popup .adresse:before {
  font-family: "Linearicons-Free";
  content: "\e833";
  display: inline-block;
  font-size: 2rem;
  color: #41bcc7;
  position: absolute;
  top: 8px;
  left: 0;
}
.carte-popup .adresse p,
.carte-popup .infos p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #555555;
}
@media (max-width: 576px) {
  .carte-popup .adresse p,
  .carte-popup .infos p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.carte-popup .link {
  font-size: 1.6rem;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  background-color: #41bcc7;
}
@media (max-width: 576px) {
  .carte-popup .link {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
.carte-popup .link:before {
  font-family: "Linearicons-Free";
  content: "\e86b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #222222;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .carte-popup .link:before {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
  }
}
.carte-popup .link:hover {
  background-color: #ef0b4c;
}
.carte-popup img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.info-producer-popup ul {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #555555;
}
@media (max-width: 576px) {
  .info-producer-popup ul {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.info-producer-popup ul li {
  line-height: 2.5rem;
}
@media (max-width: 576px) {
  .info-producer-popup ul li {
    line-height: 2.2rem;
  }
}

.carte-producer-popup {
  max-width: 350px;
  font-family: "Rubik", sans-serif !important;
}
@media (max-width: 768px) {
  .carte-producer-popup {
    max-width: 300px;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.carte-producer-popup .title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .carte-producer-popup .title {
    font-size: 1.8rem;
  }
}
.carte-producer-popup .adresse {
  position: relative;
  padding-left: 30px;
}
.carte-producer-popup .adresse:before {
  font-family: "Linearicons-Free";
  content: "\e833";
  display: inline-block;
  font-size: 2rem;
  color: #41bcc7;
  position: absolute;
  top: 8px;
  left: 0;
}
.carte-producer-popup .adresse p,
.carte-producer-popup .infos p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #555555;
}
@media (max-width: 576px) {
  .carte-producer-popup .adresse p,
  .carte-producer-popup .infos p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.carte-producer-popup .link {
  font-size: 1.6rem;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  background-color: #41bcc7;
}
@media (max-width: 576px) {
  .carte-producer-popup .link {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
.carte-producer-popup .link:before {
  font-family: "Linearicons-Free";
  content: "\e86b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #222222;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .carte-producer-popup .link:before {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
  }
}
.carte-producer-popup .link:hover {
  background-color: #ef0b4c;
}
.carte-producer-popup img {
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 999999999999px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

/*-----------------------------------------------*\
    HOME KIOSQUE PRESSE
\*-----------------------------------------------*/
.kiosque-presse-container {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .kiosque-presse-container {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .kiosque-presse-block {
    margin-bottom: 20px;
  }
}
.kiosque-presse-block .cover-container {
  position: relative;
  max-width: 300px;
  margin: auto;
  margin-bottom: 50px;
}
.kiosque-presse-block .cover-container img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 65px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.kiosque-presse-block .cover-container .cover-shadow {
  display: block;
  position: absolute;
  top: 25px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(135deg, #c6e9ec, #c6e9ec 1px, transparent 2px, transparent 6px);
}
@media (max-width: 576px) {
  .kiosque-presse-block .cover-container .cover-shadow {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 1300px) {
  .kiosque-presse-block .cover-container {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .kiosque-presse-block .cover-container {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .kiosque-presse-block .cover-container {
    max-width: 175px;
  }
}
.kiosque-presse-block h3 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #222222;
  padding: 0 5px;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media (max-width: 1200px) {
  .kiosque-presse-block h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 576px) {
  .kiosque-presse-block h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 0px;
  }
}
.kiosque-presse-block .desc-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .kiosque-presse-block .desc-container .icon-container {
    display: none;
  }
}
.kiosque-presse-block .desc-container .icon-link {
  display: inline-block;
  margin-right: 20px;
}
.kiosque-presse-block .desc-container .icon-link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .kiosque-presse-block .desc-container .icon-link {
    max-width: 45px;
  }
  .kiosque-presse-block .desc-container .icon-link img {
    width: 100%;
  }
}
.kiosque-presse-block .desc-container .link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 15px;
}
.kiosque-presse-block .desc-container .link:hover {
  color: #ef0b4c;
}
.kiosque-presse-block .desc-container .infos {
  font-size: 1.6rem;
  color: #888888;
}

/*-----------------------------------------------*\
    HOME TEXT IMG BLOCK
\*-----------------------------------------------*/
.info-commune-container {
  padding-bottom: 65px;
}

.info-commune-img-container img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .info-commune-img-container {
    max-width: 600px;
    margin: auto;
  }
}

.info-commune-text-container {
  background-color: #ffffff;
  margin-top: 50px;
  margin-left: -100px;
  padding: 50px 150px 50px 70px;
}
@media (max-width: 1700px) {
  .info-commune-text-container {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .info-commune-text-container {
    margin-top: 35px;
    padding: 35px;
  }
}
@media (max-width: 992px) {
  .info-commune-text-container {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .info-commune-text-container {
    padding: 0 0 35px;
  }
}
@media (max-width: 1850px) {
  .info-commune-text-container #info-commune-title {
    font-size: 5rem;
  }
}
@media (max-width: 1200px) {
  .info-commune-text-container #info-commune-title {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .info-commune-text-container #info-commune-title {
    font-size: 3rem;
  }
}
.info-commune-text-container p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #555555;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .info-commune-text-container p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

#acces-rapides-slider {
  margin-bottom: 40px;
}

.mobile-acces-rapides {
  display: none;
}
@media (max-width: 768px) {
  .mobile-acces-rapides {
    display: block;
  }
}
.mobile-acces-rapides .acces-rapides-title {
  text-align: center;
  font-size: 2.4rem;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}
.mobile-acces-rapides .acces-rapides-title:after {
  content: "••••••";
  display: block;
  font-size: 1rem;
  padding-top: 8px;
  color: #222222;
  letter-spacing: 3px;
}
.mobile-acces-rapides .acces-rapides-icon-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
}
.mobile-acces-rapides .acces-rapides-slide-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mobile-acces-rapides .acces-rapides-slider-prev,
.mobile-acces-rapides .acces-rapides-slider-next {
  font-size: 3rem;
  color: #888888;
  font-weight: 700;
  position: absolute;
  top: 30px;
  z-index: 500;
}
.mobile-acces-rapides .acces-rapides-slider-prev {
  left: -5px;
}
.mobile-acces-rapides .acces-rapides-slider-next {
  right: -5px;
}

.acces-rapides-icon-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #41bcc7;
  margin-bottom: 10px;
}

.mobile-acces-rapides-menu {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 105vh;
  display: none;
  z-index: 500;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.mobile-acces-rapides-menu .lnr-cross {
  z-index: 900;
  font-size: 4rem;
  color: #41bcc7;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-acces-rapides-menu.mobile-acces-rapides-menu-show {
  opacity: 1;
  display: block;
}
.mobile-acces-rapides-menu .acces-rapides-icon-title {
  position: absolute;
  top: 25px;
  left: 100px;
  font-size: 2rem;
  font-weight: 700;
  color: #222222;
}
.mobile-acces-rapides-menu .list-nav li a {
  font-size: 2rem;
  color: #222222;
  font-weight: 500;
  padding-bottom: 15px;
}
.mobile-acces-rapides-menu .list-nav li:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ef0b4c;
  margin: 15px 0;
}
.mobile-acces-rapides-menu .acces-container {
  padding: 75px 20px;
  display: none;
}
.mobile-acces-rapides-menu .acces-container.visible {
  display: block;
}

.section-home-blocks {
  padding-bottom: 70px;
}

.section-accroche p {
  font-size: 2.2rem;
  line-height: 4.4rem;
  color: #555555;
}
.section-accroche {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .section-accroche {
    padding: 0 15px;
  }
  .section-accroche p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.section-home-block-col {
  margin-bottom: 45px;
}

.section-home-block-container {
  height: 100%;
  position: relative;
  margin-bottom: 40px;
}
.section-home-block-container:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 40px;
  width: 95%;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(135deg, #c6e9ec, #c6e9ec 1px, transparent 2px, transparent 6px);
}
@media (max-width: 576px) {
  .section-home-block-container:after {
    top: 10px;
    left: 30px;
    width: 90%;
  }
}
.section-home-block-container .section-home-block {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 50px 40px;
  margin: 0 15px;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
}
.section-home-block-container .section-home-block h2 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 35px;
}
.section-home-block-container .section-home-block p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #555555;
  margin-bottom: 30px;
}
.section-home-block-container .section-home-block .picto {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .section-home-block-container .section-home-block {
    padding: 20px;
  }
  .section-home-block-container .section-home-block h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .section-home-block-container .section-home-block p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}

.kiosque-filter-container {
  text-align: center;
  margin-bottom: 65px;
}

.kiosque-filter {
  width: 360px;
  margin: auto;
}
@media (max-width: 576px) {
  .kiosque-filter {
    width: 100%;
  }
}
.kiosque-filter .custom-filter-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.4rem;
  color: #555555;
  font-weight: 700;
}
.kiosque-filter select {
  width: 100%;
  background-color: #edf6f7;
  font-size: 1.6rem;
  color: #555555;
  padding: 20px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.kiosque-block-mb {
  margin-bottom: 50px;
}

/*-----------------------------------------------*\
    SINGLE ACTU
\*-----------------------------------------------*/
.article-top-infos {
  margin-bottom: 40px;
}
.article-top-infos .date {
  display: inline-block;
  font-size: 1.6rem;
  color: #222222;
  margin-right: 15px;
  font-weight: 500;
}
.article-top-infos .categ {
  display: inline-block;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ef0b4c;
  font-weight: 500;
}

.article-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 75px;
}

.editorial-container {
  margin-bottom: 90px;
}

.article-editorial-container {
  margin-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}

.editorial-h2 {
  font-size: 5rem !important;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .editorial-h2 {
    font-size: 3rem !important;
    margin-bottom: 20px;
  }
}

.editorial-h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #41bcc7;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .editorial-h3 {
    font-size: 2.5rem;
  }
}

.editorial-h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #41bcc7;
  margin-bottom: 20px;
}

.editorial-navbar {
  position: sticky;
  top: 0;
  padding-top: 15px;
  padding-bottom: 25px;
}
.editorial-navbar ul {
  border-left: 2px solid #41bcc7;
  padding-left: 30px;
}
.editorial-navbar .title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 40px;
}
.editorial-navbar .subtitle a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 55px;
  color: #888888;
}
.editorial-navbar .subtitle a:hover {
  padding-left: 15px;
  color: #41bcc7;
}
.editorial-navbar .subtitle:last-of-type a {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .editorial-navbar {
    display: none;
  }
}

.editorial-accroche p {
  font-size: 2.2rem;
  line-height: 4.4rem;
  color: #555555;
}
.editorial-accroche {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .editorial-accroche p {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .editorial-accroche {
    margin-bottom: 20px;
  }
}

.editorial-paragraphe {
  margin-bottom: 40px;
}
.editorial-paragraphe p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #555555;
  margin-bottom: 35px;
}
.editorial-paragraphe ul, .editorial-paragraphe ol {
  font-size: 1.6rem;
  color: #555555;
  margin-bottom: 45px;
}
.editorial-paragraphe ul li, .editorial-paragraphe ol li {
  margin-bottom: 15px;
  line-height: 3.4rem;
}
.editorial-paragraphe ol {
  list-style: decimal;
  padding-left: 15px;
}
.editorial-paragraphe ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .editorial-paragraphe {
    margin-bottom: 25px;
  }
  .editorial-paragraphe p {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .editorial-paragraphe ul, .editorial-paragraphe ol {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .editorial-paragraphe ul li {
    margin-bottom: 0px;
  }
  .editorial-paragraphe ul li:before {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

.editorial-image {
  text-align: center;
  margin-bottom: 45px;
}

.editorial-text-img-bloc {
  display: flex;
}
.editorial-text-img-bloc .editorial-paragraphe {
  width: 100%;
}
@media (max-width: 1600px) {
  .editorial-text-img-bloc .editorial-paragraphe {
    width: 150%;
  }
}
@media (max-width: 1500px) {
  .editorial-text-img-bloc .editorial-paragraphe {
    width: 200%;
  }
}
@media (max-width: 1300px) {
  .editorial-text-img-bloc .editorial-paragraphe {
    width: 100%;
    margin-bottom: 20px;
  }
}
.editorial-text-img-bloc .para-left {
  padding-right: 45px;
}
@media (max-width: 1300px) {
  .editorial-text-img-bloc .para-left {
    padding-right: 0px;
  }
}
.editorial-text-img-bloc .para-right {
  padding-left: 45px;
}
@media (max-width: 1300px) {
  .editorial-text-img-bloc .para-right {
    padding-left: 0px;
  }
}
.editorial-text-img-bloc .visuel {
  width: auto;
  margin-bottom: 40px;
}
.editorial-text-img-bloc .visuel img {
  max-width: 100%;
}
@media (max-width: 1300px) {
  .editorial-text-img-bloc .visuel {
    margin: 0 auto 10px;
    margin-bottom: 20px;
  }
}
.editorial-text-img-bloc .video {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.editorial-text-img-bloc .video iframe {
  width: 100%;
}

@media (max-width: 1300px) {
  .editorial-text-img-right {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1300px) {
  .editorial-text-img-left {
    flex-direction: column;
  }
}

.editorial-accordeon-block {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
}
.editorial-accordeon-block .titre-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 30px;
}
.editorial-accordeon-block .titre {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 576px) {
  .editorial-accordeon-block .titre {
    max-width: 200px;
  }
}
.editorial-accordeon-block button {
  appearance: none;
  border: none;
  background-color: transparent;
}
.editorial-accordeon-block button:after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: transparent;
}
.editorial-accordeon-block .lnr-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  background-color: #ef0b4c;
}
.editorial-accordeon-block .lnr-cross:hover {
  background-color: #c3093e;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.editorial-accordeon-block .para {
  display: none;
  padding: 30px;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .editorial-accordeon-block .para {
    padding: 15px 25px;
  }
}
.editorial-accordeon-block:last-of-type {
  margin-bottom: 50px;
}
.editorial-accordeon-block:hover .lnr-cross {
  background-color: #c3093e;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.editorial-table-container {
  overflow-x: auto;
  margin-bottom: 40px;
}

.editorial-table {
  width: 100%;
}
.editorial-table thead tr th {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #ef0b4c;
  padding: 15px;
}
.editorial-table tbody tr td {
  font-size: 1.4rem;
  color: #555555;
  padding: 15px;
  border-right: 2px solid #dddddd;
  min-width: 140px;
}
.editorial-table tbody tr td:first-of-type {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #41bcc7;
  background: #ebf8f9;
  text-align: right;
}
.editorial-table .with-blue-header tr:first-of-type td {
  font-size: 1.2rem;
  color: #41bcc7;
  font-weight: 500;
}

.editorial-contact-block {
  background-color: #ffffff;
  padding: 20px 45px;
  border: 8px solid #edf6f7;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .editorial-contact-block {
    padding: 20px;
    flex-direction: column;
  }
  .editorial-contact-block .phone {
    margin-top: 20px;
  }
  .editorial-contact-block .avatar {
    margin: auto !important;
  }
  .editorial-contact-block .editorial-contact-subblock {
    flex-direction: column;
    text-align: center;
  }
}
.editorial-contact-block .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: repeating-linear-gradient(135deg, #cdedf0, #cdedf0 1px, transparent 3px, transparent 8px);
  margin-right: 60px;
}
.editorial-contact-block .logo {
  max-width: 170px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .editorial-contact-block .logo {
    margin: 0 auto;
  }
}
.editorial-contact-block .logo img {
  width: 100%;
  height: auto;
}
.editorial-contact-block .text {
  max-width: 650px;
  display: inline-block;
}
@media (max-width: 576px) {
  .editorial-contact-block .text {
    margin: 10px auto 0;
  }
}
.editorial-contact-block .text p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  color: #555555;
}
.editorial-contact-block .mail-link {
  display: inline-block;
}
.editorial-contact-block .mail-link:hover .mail {
  background-color: #cdedf0;
}
.editorial-contact-block .phone, .editorial-contact-block .mail {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  padding: 20px 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: repeating-linear-gradient(135deg, #cdedf0, #cdedf0 1px, transparent 3px, transparent 8px);
}
.editorial-contact-block .phone .lnr, .editorial-contact-block .mail .lnr {
  font-size: 2rem;
  color: #41bcc7;
  margin-right: 15px;
}

.editorial-contact-block-2col {
  height: 100%;
  flex-direction: column;
  padding: 20px;
}
.editorial-contact-block-2col .editorial-contact-subblock {
  width: 100%;
}
.editorial-contact-block-2col .avatar {
  margin-right: 30px;
}
.editorial-contact-block-2col .phone {
  display: inline-flex;
  margin-top: 10px;
}
.editorial-contact-block-2col .mail {
  display: inline-flex;
  margin-left: 15px;
}

.editorial-file-block-link {
  display: block;
}
.editorial-file-block-link:hover .editorial-file-block {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.editorial-file-block-small {
  margin-left: 65px;
}
.editorial-file-block-small .icon-container {
  width: auto !important;
}
.editorial-file-block-small .icon-container img {
  width: 40px;
}
.editorial-file-block-small .content .title {
  font-size: 1.6rem !important;
  line-height: 2rem;
}
.editorial-file-block-small .content .file-type, .editorial-file-block-small .content .file-size {
  font-size: 1.4rem !important;
}

.editorial-file-block {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.editorial-file-block .icon-container {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editorial-file-block .content .title {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}
.editorial-file-block .content .file-type, .editorial-file-block .content .file-size {
  font-size: 1.6rem;
  color: #888888;
}
.editorial-file-block .content .file-type {
  text-transform: uppercase;
}

.editorial-video {
  margin-bottom: 40px;
}

.editorial-gallery-slider {
  margin-bottom: 60px;
}
.editorial-gallery-slider .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editorial-gallery-slider .button-prev, .editorial-gallery-slider .button-next {
  z-index: 20;
  cursor: pointer;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 700;
}

.editorial-gallery-img {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editorial-citation {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .editorial-citation {
    padding: 0 60px;
  }
}
@media (max-width: 576px) {
  .editorial-citation {
    padding: 0;
  }
}
.editorial-citation p {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #41bcc7;
  font-style: italic;
}
@media (max-width: 576px) {
  .editorial-citation p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.editorial-citation p:before {
  content: "“";
  position: absolute;
  top: 0px;
  left: -45px;
  color: #41bcc7;
  font-size: 10rem;
}
@media (max-width: 576px) {
  .editorial-citation p:before {
    left: -5px;
  }
}
.editorial-citation p:after {
  content: "”";
  position: absolute;
  bottom: -55px;
  right: -40px;
  color: #41bcc7;
  font-size: 10rem;
}
@media (max-width: 576px) {
  .editorial-citation p:after {
    right: 0px;
  }
}

.editorial-chiffres-cle-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.editorial-chiffre-cle {
  text-align: center;
  margin-bottom: 45px;
}
.editorial-chiffre-cle .nombre {
  display: inline-block;
  font-size: 5rem;
  color: #41bcc7;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .editorial-chiffre-cle .nombre {
    font-size: 4rem;
  }
}
.editorial-chiffre-cle .picto {
  margin-bottom: 15px;
}
.editorial-chiffre-cle .texte {
  font-size: 1.8rem;
  color: #555555;
  line-height: 2.4rem;
}
@media (max-width: 576px) {
  .editorial-chiffre-cle .texte {
    font-size: 1.6rem;
  }
}

.editorial-mosaique-block .editorial-paragraphe p {
  line-height: 2.4rem;
}
@media (max-width: 576px) {
  .editorial-mosaique-block .mosaique-img {
    max-width: 100px;
  }
}

.editorial-share {
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .editorial-share {
    margin-bottom: 45px;
  }
}
.editorial-share .text {
  font-size: 1.6rem;
  color: #888888;
  font-weight: 500;
  margin-bottom: 20px;
}

.editorial-left-nav-block, .editorial-right-nav-block {
  height: 260px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.editorial-left-nav-block:hover, .editorial-right-nav-block:hover {
  background-color: #36a5b0;
}
.editorial-left-nav-block:hover a, .editorial-right-nav-block:hover a {
  color: #fff;
}
.editorial-left-nav-block a, .editorial-right-nav-block a {
  color: #fff;
}
@media (max-width: 576px) {
  .editorial-left-nav-block, .editorial-right-nav-block {
    height: auto;
    padding: 40px 0;
  }
}

.editorial-left-nav-block {
  background-color: #40bac5;
}

.editorial-right-nav-block {
  background-color: #37afba;
}

.editorial-nav-block-chevron {
  font-size: 7rem;
}
@media (max-width: 768px) {
  .editorial-nav-block-chevron {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .editorial-nav-block-chevron {
    font-size: 3.5rem;
  }
}

.editorial-nav-block-nav {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .editorial-nav-block-nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .editorial-nav-block-nav {
    font-size: 1.2rem;
  }
}

.editorial-nav-block-title {
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .editorial-nav-block-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .editorial-nav-block-title {
    font-size: 2.2rem;
  }
}

.tri-map-filters {
  padding: 0 0 30px;
  font-size: 16px;
  font-weight: 500;
}

.general-form .required-field {
  font-size: 1.3rem;
  margin-top: 30px;
  font-weight: 500;
}
.general-form .required-field strong {
  color: #E70012;
}
.general-form .gform_body .gfield_label {
  font-size: 1.6rem;
  color: #555555;
  font-weight: 700;
}
.general-form .gform_body .gfield_description {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #555555;
  font-weight: 500;
}
.general-form .gform_body .instruction, .general-form .gform_body .gsection_description, .general-form .gform_body .gfield_time_hour label, .general-form .gform_body .gfield_time_minute label {
  margin-top: 5px;
  font-size: 1.2rem !important;
  line-height: 2rem;
  color: #555555;
}
.general-form .gform_body .gsection_title {
  font-size: 2rem;
  line-height: 3rem;
  color: #555555;
}
.general-form .gform_body .gfield_radio li label {
  font-size: 1.4rem !important;
  color: #555555 !important;
}
.general-form .gform_body .gfield_checkbox li input {
  margin-top: 0px !important;
  margin-right: 10px;
}
.general-form .gform_body .gfield_checkbox li label {
  font-size: 1.4rem !important;
  color: #555555 !important;
}
.general-form .gform_body .field_sublabel_below .ginput_complex label {
  margin-top: 6px !important;
  font-size: 1.2rem !important;
  color: #555555 !important;
}
.general-form .gform_body .ginput_container input,
.general-form .gform_body .ginput_container select,
.general-form .gform_body .ginput_container textarea {
  font-size: 1.6rem !important;
  padding: 15px !important;
  color: #222222;
  border: 1px solid #edf6f7;
  background-color: #edf6f7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.general-form .gform_body .ginput_container input:focus,
.general-form .gform_body .ginput_container select:focus,
.general-form .gform_body .ginput_container textarea:focus {
  border: 1px solid #41bcc7;
}
.general-form .gform_footer {
  text-align: right !important;
}
.general-form .gform_footer input[type=submit] {
  border: none;
  display: inline-flex;
  align-items: center;
  background-color: #41bcc7;
  font-size: 1.6rem !important;
  color: #ffffff;
  padding: 20px 35px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.general-form .gform_footer input[type=submit]:hover {
  color: #ffffff;
  background-color: #ef0b4c;
}
.general-form .gform_confirmation_message {
  background-color: rgba(65, 188, 199, 0.5);
  text-align: center;
  padding: 25px 15px;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 50px;
}
.general-form .validation_error {
  font-size: 1.3rem !important;
  border: none !important;
  margin-bottom: 5px !important;
  color: #E70012 !important;
}
.general-form .gfield_error {
  border: none !important;
  background-color: #ffffff !important;
}
.general-form .gfield_error .gfield_label {
  color: #E70012 !important;
}
.general-form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #E70012 !important;
}
.general-form .gfield_error .validation_message {
  color: #E70012 !important;
  font-size: 1rem !important;
}
.general-form .gfield_required {
  color: #E70012 !important;
}

.full-width-file-field input[type=file] {
  width: 100% !important;
}

.gf_browser_ie .gform_footer input[type=submit] {
  padding: 20px 35px !important;
}

.plan-acces-row {
  padding-bottom: 100px;
}

.plan-acces-text {
  padding: 65px 65px 15px 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .plan-acces-text {
    text-align: center;
    padding: 20px 25px;
  }
}

.plan-acces-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 50px;
}
.plan-acces-link:hover {
  color: #ef0b4c;
}
.plan-acces-link .lnr-location {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2rem;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ef0b4c;
}

#plan-acces-map {
  z-index: 1;
  height: 100%;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  #plan-acces-map {
    height: 600px;
  }
}
@media (max-width: 576px) {
  #plan-acces-map {
    height: 300px;
  }
}

.espace-presse-filter {
  padding: 15px 20px;
  background-color: #fff;
  border: 8px solid #edf6f7;
  margin-bottom: 60px;
}
.espace-presse-filter .filter-title {
  font-size: 2rem;
  color: #41bcc7;
}
.espace-presse-filter .form-filter-container {
  padding: 20px 0;
}
.espace-presse-filter .form-filter-container form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .espace-presse-filter .form-filter-container form {
    flex-direction: column;
  }
}
.espace-presse-filter .form-filter-container input[type=text],
.espace-presse-filter .form-filter-container select {
  width: 100%;
  font-size: 1.6rem !important;
  padding: 15px !important;
  color: #222222;
  border: 1px solid #edf6f7;
  background-color: #edf6f7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .espace-presse-filter .form-filter-container input[type=text],
  .espace-presse-filter .form-filter-container select {
    margin-bottom: 15px;
  }
}
.espace-presse-filter .form-filter-container input[type=text]:focus,
.espace-presse-filter .form-filter-container select:focus {
  border: 1px solid #41bcc7;
}
.espace-presse-filter .form-filter-container input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
}

.espace-presse-document-blocks-container {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 50px;
}
.espace-presse-document-blocks-container a:hover .espace-presse-document-block .title, .espace-presse-document-blocks-container a:hover .espace-presse-document-block .category, .espace-presse-document-blocks-container a:hover .espace-presse-document-block .date {
  color: #ef0b4c;
}

.espace-presse-document-block {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #dddddd;
}
.espace-presse-document-block .left-part {
  width: 500px;
}
.espace-presse-document-block .left-part .title {
  font-size: 2rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 576px) {
  .espace-presse-document-block .left-part .title {
    font-size: 1.6rem;
  }
}
.espace-presse-document-block .left-part .file-type, .espace-presse-document-block .left-part .file-size {
  font-size: 1.6rem;
  color: #888888;
}
.espace-presse-document-block .left-part .file-type {
  text-transform: uppercase;
}
.espace-presse-document-block .category {
  font-size: 1.6rem;
  color: #41bcc7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .espace-presse-document-block .category {
    display: none;
  }
}
.espace-presse-document-block .date {
  font-size: 1.6rem;
  color: #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .espace-presse-document-block .date {
    display: none;
  }
}
@media (max-width: 576px) {
  .espace-presse-document-block .icon {
    max-width: 50px;
    margin-left: 15px;
  }
}

.espace-presse-contact-block {
  margin-bottom: 100px;
}

.offre-emploi-blocks-container {
  margin-bottom: 70px;
}

.offre-emploi-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .offre-emploi-block {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .offre-emploi-block {
    padding: 25px;
  }
}
.offre-emploi-block .title {
  width: 700px;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .offre-emploi-block .title {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .offre-emploi-block .title {
    line-height: 3rem;
  }
}

.offre-type {
  font-size: 1.6rem;
  color: #888888;
}
@media (max-width: 1200px) {
  .offre-type {
    margin-bottom: 15px;
  }
}

.offre-sidebar {
  position: sticky;
  top: 0;
  padding: 20px 50px 0;
}
@media (max-width: 1650px) {
  .offre-sidebar {
    padding: 20px 10px 0;
  }
}
@media (max-width: 1200px) {
  .offre-sidebar {
    max-width: 500px;
    margin: 0px auto 30px;
  }
}
.offre-sidebar .general-button {
  margin-bottom: 30px;
}
.offre-sidebar .share-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #888888;
  margin-bottom: 15px;
}
.offre-sidebar .separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-bottom: 30px;
}
.offre-sidebar .link {
  display: inline-block;
  font-size: 1.6rem;
}

.interactive-map-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .interactive-map-filters {
    justify-content: flex-start;
    height: auto;
    padding: 15px 0 5px;
  }
}
.interactive-map-filters #home-map-filter-form {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .interactive-map-filters #home-map-filter-form {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .interactive-map-filters #home-map-filter-form {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
  }
}
.interactive-map-filters #home-map-filter-form label {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #222222;
  font-weight: 500;
  margin-right: 15px;
}
.interactive-map-filters #home-map-filter-form .icon-dynamic-class {
  font-size: 24px;
  margin-right: 10px;
}
.interactive-map-filters #home-map-filter-form .is-commune:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ef0b4c;
  margin-right: 10px;
}
.interactive-map-filters #home-map-filter-form .is-sports-loisirs:before {
  content: url("../medias/trophy-icon.png");
  margin-right: 10px;
}
.interactive-map-filters #home-map-filter-form .is-tri:before {
  content: url("../medias/tri-icon.png");
  margin-right: 10px;
}
.interactive-map-filters #home-map-filter-form .is-autres-services:before {
  content: url("../medias/flag-icon.png");
  margin-right: 10px;
}
.interactive-map-filters #home-map-filter-form input {
  margin-right: 85px;
}

.mycluster {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #41bcc7;
  background-color: #fff;
  color: #41bcc7;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 36px;
  margin-top: -20px;
  margin-left: -20px;
}

.myMapIcon {
  background-color: #fff;
  height: 55px !important;
  width: 55px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 9999999px;
  -webkit-box-shadow: 0px 21px 25px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 21px 25px -3px rgba(0, 0, 0, 0.15);
}

.container-it-picto {
  z-index: 1000;
  height: 100%;
  width: 100%;
  border-radius: 99999999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-tpl-carte-interactive-producteurs .interactive-map-filters {
  height: auto;
}
.page-template-tpl-carte-interactive-producteurs .interactive-map-filters #home-map-filter-form {
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-tpl-carte-interactive-producteurs .interactive-map-filters #home-map-filter-form .d-flex {
  margin: 20px 15px !important;
}
@media (max-width: 768px) {
  .page-template-tpl-carte-interactive-producteurs .interactive-map-filters #home-map-filter-form .d-flex {
    margin: 10px !important;
  }
}
.page-template-tpl-carte-interactive-producteurs .interactive-map-filters #home-map-filter-form .d-flex input {
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-template-tpl-carte-interactive-producteurs .interactive-map-filters #home-map-filter-form {
    flex-direction: row;
    margin-left: 0px;
  }
}

.leaflet-geosearch-bar {
  margin: 10px 10px 0 auto;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gfield--type-section {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  font-size: 2.5rem;
}
.gform_wrapper.gravity-theme .gfield--type-radio {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gfield--type-radio .ginput_container_radio .gfield_radio {
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
  margin-top: 10px;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice {
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent {
  margin-top: 7.5px;
}
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent .gfield_consent_label {
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield--type-consent .gfield_consent_description {
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  border: none !important;
  overflow-y: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .gform_wrapper.gravity-theme .gfield--type-consent .gfield_consent_description {
    max-height: 100px !important;
  }
}

.modal-newsletter {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
}
.modal-newsletter .modal-newsletter-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 30px;
  padding-top: 50px;
}
.modal-newsletter .modal-newsletter-body .content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  justify-content: center;
  padding: 30px;
  background-color: #ffffff;
}
.modal-newsletter .modal-newsletter-body .content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.modal-newsletter .modal-newsletter-body .content .close:hover {
  transform: scale(1.5);
}
.modal-newsletter .modal-newsletter-body .content span {
  text-align: center;
  color: #41bcc7;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
.modal-newsletter .modal-newsletter-body .content .sib-email-area {
  text-align: center;
  font-size: 1.6rem;
}
.modal-newsletter .modal-newsletter-body .content .sib-email-area input {
  display: block;
  margin: auto;
  margin-top: 10px;
}
.modal-newsletter .modal-newsletter-body .content .sib-default-btn {
  display: block;
  font-size: 1.6rem;
  margin: auto;
  margin-top: 20px;
  padding: 20px 35px;
  border: 0px;
  background: #41bcc7;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.modal-newsletter .modal-newsletter-body .content .sib-default-btn:hover {
  background: #ef0b4c;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#newsletter-button {
  background: #41bcc7;
  padding: 20px 35px;
  color: #ffffff;
  font-size: 1.6rem;
  display: block;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* min ready */
div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 10082023 **/
div#tarteaucitronServices {
  border-radius: 8px;
}

button#tarteaucitronClosePanel {
  border-radius: 5px 5px 0 0;
  right: 15px !important;
}

button.tarteaucitron-toggle-group {
  background: transparent !important;
  padding: 10px 0 0;
  cursor: pointer;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  font-size: 20px;
}

/* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}

/* remove icon from the banner */
#tarteaucitronRoot button.tarteaucitronCTAButton,
#tarteaucitronRoot button#tarteaucitronCloseAlert,
#tarteaucitronRoot button#tarteaucitronPrivacyUrl {
  border: 0;
  border-radius: 4px;
}

#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}

/* dont use bold to avoid bigger button */
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  font-weight: initial;
  text-shadow: 0px 0px 1px;
}

/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
  padding: 20px;
}

/* hide info about cookies number */
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}

#tarteaucitronRoot .tarteaucitronName {
  padding-top: 5px;
}

/***************/
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

/*#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}*/
div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 15px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot .asCatToggleBtn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: calc(100% - 40px);
  font-weight: 500;
  margin: 0;
  padding: 5px 20px 20px;
  background: rgba(51, 51, 51, 0.2);
  color: #333;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 15px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
  overflow-y: auto;
  max-height: 50vh;
}

@media only screen and (max-width: 768px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
  }
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  /*font: 15px verdana;*/
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

#tarteaucitronRoot {
  position: relative !important;
  width: 100% !important;
}
#tarteaucitronRoot #tarteaucitronAlertSmall {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitronBack {
  opacity: 0.5;
  z-index: 1000 !important;
}
#tarteaucitronRoot #tarteaucitronPercentage {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronAllow {
  border-radius: 0;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronDeny {
  border-radius: 0;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder {
  border: 0px solid transparent !important;
  overflow-y: hidden;
}
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronTitle {
  background: rgba(255, 255, 255, 0.9) !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: rgba(0, 0, 0, 0.9) !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset {
  background: rgba(0, 0, 0, 0.9) !important;
  border-color: rgba(0, 0, 0, 0.9) !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName b {
  font-weight: 400 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #41bcc7 !important;
  padding: 30px !important;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 45% !important;
  border-radius: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig::before {
  display: none;
}
@media (max-width: 1200px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 45% !important;
  }
}
@media (max-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 80% !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig .container-logo {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#tarteaucitronRoot #tarteaucitronAlertBig .container-logo .img {
  width: 100%;
  max-width: 170px;
  height: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigBtnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 600px) {
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigBtnWrapper {
    flex-direction: column-reverse;
  }
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAlertBigBtnWrapper > * {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  line-height: 1.8rem;
  margin-bottom: 30px;
  color: #ffffff !important;
  max-height: 300px;
  overflow: hidden auto;
  font-size: 14px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  font-weight: 400 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 991px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    padding-bottom: 10px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseCross {
  top: 25px;
  font-size: 2rem;
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background: transparent;
  border: 1px solid #ffffff;
  transition: all 0.25s ease-out;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1rem !important;
  color: #ffffff;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  min-width: 140px;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 .tarteaucitronCross::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 .tarteaucitronCross::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert .tarteaucitronCross::before {
  color: #ffffff !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background: rgba(65, 188, 199, 0.7);
  color: #ffffff;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover .tarteaucitronCross::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover .tarteaucitronCross::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover .tarteaucitronCheck::before,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover .tarteaucitronCross::before {
  color: #ffffff !important;
}
@media screen and (max-width: 576px) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2,
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2,
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    padding: 15px 27px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: #ffffff;
  color: #000000;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: underline;
  width: 100%;
}

/*# sourceMappingURL=global.css.map */