@charset "UTF-8";
/*** Variables ***/
/* COLOR */
/* GENERAL VAR */
/* OVERLOAD font-awesome */
/* OVERLOAD bootstrap-slider */
/*** LIB ***/
/*!
 * Bootstrap Grid v5.2.1 (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)
 */
@import url("https://use.typekit.net/ear3zeh.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ea552a;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !important;
}

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * 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.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #ff4e51;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #ff4e51;
  margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-color: #ff676a;
  background-image: linear-gradient(to bottom, #ff676a, #ff676a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff676a", endColorstr="#ff676a",GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-color: #ff676a;
  background-image: linear-gradient(to bottom, #ff676a, #ff676a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff676a", endColorstr="#ff676a",GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}
.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  left: -0.4rem;
}
.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}
.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}
.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}
.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}
.slider .hide {
  display: none;
}

.slider-track {
  background-color: white;
  background-image: linear-gradient(to bottom, #FFF, #FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF",GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: white;
  background-image: linear-gradient(to bottom, #FFF, #FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #ffe9ea;
  background-image: linear-gradient(to bottom, #fff6f6, #ffdcdd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff6f6", endColorstr="#ffdcdd",GradientType=0);
}

.slider-track-low, .slider-track-high {
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #ff5b5e;
  background-image: linear-gradient(to bottom, #ff676a, #ff4e51);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff676a", endColorstr="#ff4e51",GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ff676a;
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: white;
  background-image: linear-gradient(to bottom, #FFF, #FFF);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#FFF",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}
.slider-tick.in-selection {
  background-color: #ffe9ea;
  background-image: linear-gradient(to bottom, #fff6f6, #ffdcdd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff6f6", endColorstr="#ffdcdd",GradientType=0);
  opacity: 1;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

/***
 * VARIABLE
 */
/* ALERT BAS DE PAGE */
/* LIGNE PRINCIPAL DU PANNEAU */
/* LIGNE SECONDAIRE DU PANNEAU */
/*GENERAL PANNEAU */
.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

/***
* 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;
}
#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 q {
  quotes: none;
}
#tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}
#tarteaucitronRoot blockquote {
  quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after {
  content: "";
  content: none;
}
#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}
#tarteaucitronRoot a:focus,
#tarteaucitronRoot button:focus {
  /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 0px;
}

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

/***
 * 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 {
    margin-top: 37px !important;
  }
  #tarteaucitronClosePanel {
    width: 100% !important;
    background-color: #000 !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
 */
#tarteaucitron * {
  zoom: 1;
}

#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #000;
}

#tarteaucitron .clear {
  clear: both;
}
#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
#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;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

.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: "brandon-grotesque", sans-serif;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}
#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}
#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}
#tarteaucitronRoot .tarteaucitronH2 {
  font-weight: bold;
  display: inline-block;
  margin: 12px 0 0 10px;
  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;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #4fb3bc;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100px;
  bottom: 100%;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

#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 #tarteaucitronServices .tarteaucitronDetails {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 20px 0px 0px;
  padding: 9px 25px;
  text-align: left;
  width: auto;
  font-size: 16px;
  font-weight: 200;
}

#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 {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #4fb3bc;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #4fb3bc;
}

#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: 10px;
  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: gray;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
  margin: 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 1.4rem;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 2rem;
  font-weight: bold;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

/***
 * Big alert
 */
.bigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #4fb3bc;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  padding: 30px 0;
  position: fixed;
  text-align: center;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitron #tarteaucitronPrivacyUrl {
  background: white;
  color: #2b2b2b;
  border-radius: 30px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin-left: 7px;
  margin: 10px;
  font-weight: bold;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  background-color: #fff !important;
  color: #4fb3bc;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
  background: #fff;
  color: #585858;
  font-size: 11px;
  margin-bottom: 3px;
  margin-left: 7px;
  text-transform: uppercase;
  padding: 10px 25px;
}

#tarteaucitronPercentage {
  background: #4fb3bc;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * 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: #dcdcdc;
  background-image: url(../images/background.svg);
  background-size: cover;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
  min-height: 300px;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: black;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

.tac_iframe {
  min-height: 300px;
}

/***
 * 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 .tarteaucitronAllow {
  opacity: 0.4;
}

div#tarteaucitronInfo {
  display: block !important;
  position: initial !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 2rem !important;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
  display: none;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

/*** General settings ***/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font: 400 11px "brandon-grotesque", sans-serif, Arial, sans-serif;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 80px;
}
@media (min-width: 768px) {
  body {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  body {
    margin-top: 190px;
  }
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

.overflowhidden {
  overflow: hidden;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrapper-large {
  max-width: 1560px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrapper-small {
  max-width: 520px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.wrapper-menu {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/*------------------------------------*\
    RECURING ELEMENT
\*------------------------------------*/
figure.anim {
  margin: 0;
  overflow: hidden;
}
figure.anim img {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
figure.anim:hover img {
  transform: scale(1.05);
}

/*------------------------------------*\
    BASICLIGHTBOX
\*------------------------------------*/
.basicLightbox {
  align-items: start;
  overflow: scroll;
  z-index: 10000;
}
@media (min-width: 768px) {
  .basicLightbox {
    align-items: center;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.mrl {
  margin: 0 10px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
h1 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  max-width: 65%;
  margin: 10px auto;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 40px !important;
  }
}
h2 {
  font-size: 25px;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 25px;
  margin: auto;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.citergie__bouton {
  background: #ff676a;
  padding: 10px 40px;
  border-radius: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.citergie__bouton a {
  background: none;
  padding: 0;
}
.citergie__bouton .wp-block-button {
  margin: 0;
}

.citergie__bouton.bouton__bleu {
  background: #4fb3bc;
}

.citergie__bouton.no-margin {
  transform: none;
  margin: 0;
}

.wp-block-group.fond__gris {
  background: url(../image/fond_gris.png) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
}
.wp-block-group.fond__gris .wp-block-group__inner-container {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.wp-block-group.fond__vert {
  background: url(../image/fond_vert.png) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
}
.wp-block-group.fond__vert h2, .wp-block-group.fond__vert h3, .wp-block-group.fond__vert h4, .wp-block-group.fond__vert p {
  color: white;
}
.wp-block-group.fond__vert .citergie__bouton {
  background: white;
}
.wp-block-group.fond__vert .citergie__bouton a {
  color: #4ebd82;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-group.fond__vert .wp-block-group__inner-container {
  width: 90%;
  margin: auto;
}

.wp-block-group.fond__rouge {
  background: url(../assets/image/fond_rouge.png) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
}
.wp-block-group.fond__rouge h2, .wp-block-group.fond__rouge h3, .wp-block-group.fond__rouge h4, .wp-block-group.fond__rouge p {
  color: white;
}
.wp-block-group.fond__rouge .citergie__bouton {
  background: white;
}
.wp-block-group.fond__rouge .citergie__bouton a {
  color: #4ebd82;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-group.fond__rouge .wp-block-group__inner-container {
  width: 90%;
  margin: auto;
}

.wp-block-button.citergie__bouton {
  margin: 30px 0;
  transform: none;
}

h3 {
  font-size: 22px;
}

p {
  font-size: 23px;
  line-height: 28px;
}

.small__h1 {
  text-transform: none !important;
}

li {
  font-size: 23px;
}

.formulaire__projet {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .formulaire__projet {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.formulaire__projet .newsletter__input {
  display: flex;
  flex-direction: row;
  margin: 0 0 13px 0;
}
.formulaire__projet .newsletter__input input, .formulaire__projet .newsletter__input select, .formulaire__projet .newsletter__input textarea {
  width: 100%;
  border: none;
  background: #F8F8F8;
  outline: none;
  padding: 10px;
  height: 50px;
}
.formulaire__projet .newsletter__input input[type=submit] {
  background: #EA832A;
  width: 50px;
  padding: 0 20px;
}
.formulaire__projet label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .formulaire__projet label {
    width: calc(50% - 20px);
  }
}
.formulaire__projet label span {
  width: 100%;
}
.formulaire__projet label span input, .formulaire__projet label span select, .formulaire__projet label span textarea {
  width: 100%;
  border: none;
  background: #F8F8F8;
  outline: none;
  padding: 10px;
  height: 50px;
}
.formulaire__projet .wpcf7-list-item {
  margin: 0;
}
.formulaire__projet .wpcf7-list-item label {
  flex-direction: row;
  font-size: 12px;
  width: 100% !important;
}
.formulaire__projet .wpcf7-list-item a {
  color: #4fb3bc;
}
.formulaire__projet .wpcf7-list-item input {
  margin-top: 5px;
  accent-color: #4fb3bc;
}
.formulaire__projet .wpcf7-submit {
  background: none;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.formulaire__projet .ajax-loader {
  display: none;
}
.formulaire__projet #msg__label {
  width: 100% !important;
}
.formulaire__projet .wpcf7-checkbox {
  display: flex;
  border-bottom: 1px solid black;
}
.formulaire__projet .wpcf7-checkbox span label {
  width: 90%;
}
.formulaire__projet .wpcf7-checkbox span label input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact {
  margin-top: 250px;
}
.contact > h2 {
  margin: 20px auto 50px auto;
  max-width: 1000px;
}

.footer__main .formulaire__projet label {
  width: 100%;
}

.cooperation-communication {
  margin-top: 250px;
}

.wp-block-media-text__media img {
  height: auto;
}

@media (max-width: 1024px) {
  .wp-block-table.is-style-stripes {
    margin: 10px 0;
  }
}

.no_scroll {
  overflow: hidden;
}

.popup {
  height: 100vh;
  width: 100vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}
.popup .popup__content {
  width: 90%;
  max-width: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .popup .popup__content {
    padding: 10px;
  }
}
.popup .popup__content span {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: #4fb3bc;
  cursor: pointer;
}
.popup .popup__content img {
  max-width: 90%;
}
.popup .popup__content p {
  text-align: center;
}

.popup.closed {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#FlexHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

#FlexHeader #site-navigation {
  align-self: flex-end;
}

#FlexHeader #menu-menu-principal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}

#FlexHeader #navigationContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  position: relative;
}
#FlexHeader #navigationContent .menu__secondaire {
  position: absolute;
  top: 0;
  right: 0;
  background: #939393;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#FlexHeader #navigationContent .menu__secondaire a {
  padding: 6px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#FlexHeader #navigationContent .menu__secondaire a:first-child {
  border-right: 1px solid white;
}

#FlexHeader .logo_container {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 40px;
}
#FlexHeader .logo_container img {
  max-height: 150px;
}
@media (min-width: 768px) {
  #FlexHeader .logo_container img {
    max-height: 100px;
  }
}
@media (min-width: 1024px) {
  #FlexHeader .logo_container img {
    max-height: 150px;
  }
}

#FlexHeader #menu-menu-principal li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid black;
  cursor: pointer;
}
#FlexHeader #menu-menu-principal li:hover a {
  font-weight: bold;
}

#FlexHeader #menu-menu-principal li:last-of-type {
  border: none;
}

@media (min-width: 1280px) {
  .burger {
    display: none;
  }
}
@media (max-width: 1279px) {
  #FlexHeader #navigationContent {
    display: none;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    width: 100vw;
    background: white;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }
  #FlexHeader #navigationContent.displayedMenu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
  #FlexHeader #menu-menu-principal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #FlexHeader .logo_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  #FlexHeader #site-navigation {
    align-self: center;
    width: 100%;
  }
  #FlexHeader #menu-menu-principal li {
    border: none;
    padding: 0px;
    border-bottom: 1px solid black;
    cursor: pointer;
    width: 100%;
  }
  #FlexHeader #menu-menu-principal li > a {
    margin-left: 30px;
    font-weight: bold;
  }
}
@media (max-width: 450px) {
  #FlexHeader .logo_container img:first-child {
    display: none;
  }
}
#burger-icon {
  position: absolute;
  top: 26px;
  left: 25px;
  width: 39px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}
@media (min-width: 768px) {
  #burger-icon {
    top: 40px;
  }
}

#burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#burger-icon span:nth-child(1) {
  top: 0px;
}

#burger-icon span:nth-child(2) {
  top: 11px;
}

#burger-icon span:nth-child(3) {
  top: 22px;
}

#burger-icon.open span {
  background: black;
}

#burger-icon.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}

#burger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#burger-icon.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

.noscroll {
  overflow: hidden;
}

#FlexHeader #menu-menu-principal li {
  position: relative;
}
#FlexHeader #menu-menu-principal li .sub-menu {
  position: relative;
  margin-left: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  color: transparent;
  left: 50%;
  transform: translateX(-50%);
  background: #EA832A;
  width: 100%;
}
@media (min-width: 1280px) {
  #FlexHeader #menu-menu-principal li .sub-menu {
    position: absolute;
    display: none;
  }
}
@media (min-width: 1280px) {
  #FlexHeader #menu-menu-principal li .sub-menu {
    width: 20vw;
  }
}
#FlexHeader #menu-menu-principal li .sub-menu li {
  list-style: none;
  border: none;
  position: relative;
  padding: 0;
}
#FlexHeader #menu-menu-principal li .sub-menu li:hover {
  font-weight: bold;
}
#FlexHeader #menu-menu-principal li .sub-menu li:hover .sub-menu {
  display: flex !important;
}
#FlexHeader #menu-menu-principal li .sub-menu li a {
  font-weight: normal;
  color: #fff;
  width: 100%;
  display: flex;
  padding: 10px;
}
#FlexHeader #menu-menu-principal li .sub-menu li a:hover {
  font-weight: bold;
}
@media (max-width: 1024px) {
  #FlexHeader #menu-menu-principal li .sub-menu li a {
    margin-left: 0;
  }
}
#FlexHeader #menu-menu-principal li .sub-menu li .sub-menu {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #939393;
}
@media (min-width: 1024px) {
  #FlexHeader #menu-menu-principal li .sub-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 110px;
    width: 250px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1280px) and (max-width: 1576px) {
  #FlexHeader #menu-menu-principal li .sub-menu li .sub-menu {
    height: 277px;
    overflow: scroll;
  }
}
#FlexHeader #menu-menu-principal li .sub-menu li .sub-menu li {
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  #FlexHeader #menu-menu-principal li:hover .sub-menu {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20vw;
    z-index: 500;
    font-size: 16px;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

#FlexHeader #menu-menu-principal li .sub-menu li {
  width: 100%;
  border-bottom: solid 1px #fff;
}

#FlexHeader #menu-menu-principal li .sub-menu li a {
  width: 100%;
  border-bottom: solid 1px #fff;
  font-size: 13px;
}

#FlexHeader #menu-menu-principal li .sub-menu li:last-of-type {
  border-bottom: 0px;
}

#FlexHeader #menu-menu-principal li .sub-menu .menu-item-has-children:hover .sub-menu {
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0px, 0px);
}
@media (min-width: 1024px) {
  #FlexHeader #menu-menu-principal li .sub-menu .menu-item-has-children:hover .sub-menu {
    width: 20vw;
    left: 100%;
  }
}

#FlexHeader #menu-menu-principal li .sub-menu .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#FlexHeader #menu-menu-principal li .sub-menu .menu-item-has-children a:after {
  content: ">";
  display: flex;
  color: #fff;
}

#FlexHeader #menu-menu-principal li .sub-menu .menu-item-has-children .sub-menu li a:after {
  content: none !important;
}

.recherche_header {
  position: absolute;
  left: 50%;
  top: 129px;
  transform: translate(-34%, 0);
  width: 100%;
}
@media (min-width: 768px) {
  .recherche_header {
    left: auto;
    top: 50px;
    right: 0;
    transform: translate(0, 0);
    width: auto;
  }
}
@media (min-width: 1280px) {
  .recherche_header {
    right: 0;
    top: 80px;
    left: auto;
    transform: translate(0, 0);
    width: auto;
  }
}
.recherche_header input[type=text], .recherche_header input[type=submit] {
  border: 0;
  margin: 0;
  height: 35px;
}
.recherche_header input[type=text] {
  background: #E6E6E6;
  width: 190px;
  padding: 0 0 0 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.recherche_header input[type=submit] {
  text-indent: -9999px;
  background: url("/wp-content/themes/citergie/images/loupe.png") #D5D5D5 no-repeat center center;
  background-size: 20px;
  width: 40px;
  transform: translate(-4px, 0px);
}
.recherche_header input[type=submit] input[type=submit]:hover {
  cursor: pointer;
}

#FlexHeader {
  height: 80px;
}
@media (min-width: 768px) {
  #FlexHeader {
    height: 130px;
  }
}
@media (min-width: 1280px) {
  #FlexHeader {
    height: auto;
  }
}

#FlexHeader #site-navigation {
  margin: 40px 0 0 0;
}
@media (min-width: 1280px) {
  #FlexHeader #site-navigation {
    margin: 0;
  }
}

#FlexHeader .logo_container {
  flex-direction: row;
  margin: 42px 0 20px 0;
}
@media (min-width: 1280px) {
  #FlexHeader .logo_container {
    margin: 20px 0;
  }
}

.logo_container_mobile {
  display: flex;
  align-items: center;
  width: 40%;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (min-width: 768px) {
  .logo_container_mobile {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .logo_container_mobile {
    display: none;
  }
}

.logo_container_mobile span {
  width: 50%;
}

footer {
  background: white;
  padding: 50px 50px 10px 50px;
}
@media (max-width: 1024px) {
  footer {
    padding: 50px 50px 10px 50px;
  }
}
footer .acceptance__newsletter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .footer__main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  footer .footer__main {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
footer .footer__main .footer__main__1 p {
  margin: 0;
}
footer .footer__main .footer__main__1 form {
  position: relative;
}
footer .footer__main .footer__main__1 form .wpcf7-spinner {
  position: absolute;
  right: -7%;
  top: 28%;
  margin: 0;
}
@media (min-width: 1024px) {
  footer .footer__main .footer__main__1, footer .footer__main .footer__main__2, footer .footer__main .footer__main__3 {
    width: calc(33.3333333333% - 50px);
  }
}
footer .footer__main .footer__main__1, footer .footer__main .footer__main__2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  footer .footer__main .footer__main__1, footer .footer__main .footer__main__2 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .footer__main .footer__main__1 a, footer .footer__main .footer__main__2 a {
  color: #EA832A;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0;
}
footer .footer__main .footer__main__3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  footer .footer__main .footer__main__3 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .footer__main .footer__main__3 a {
  margin-right: 10px;
}
footer .footer__main h3 {
  color: #EA832A;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  footer .footer__main h3 {
    text-align: left;
  }
}
footer .footer__logos {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
@media (min-width: 1100px) {
  footer .footer__logos {
    flex-direction: row;
    justify-content: flex-end;
    height: 110px;
    max-width: 1200px;
  }
}
footer .footer__logos p {
  font-size: 14px;
  max-width: 500px;
  margin-right: 30px;
}
@media (max-width: 1100px) {
  footer .footer__logos p {
    text-align: center;
  }
}
footer .footer__logos .logo_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  footer .footer__logos .logo_container {
    flex-direction: row;
  }
}
footer .footer__logos .logo_container img {
  max-height: 150px;
}
footer .footer-menu a.logoAdem {
  margin: 0 30px;
}
footer .footer-menu a.logoAdem img {
  height: 80px;
}
footer .footer-menu ul.menu {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul.menu li a {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-right: 5px;
}
footer .footer-menu ul.menu li a:after {
  content: "|";
  margin-left: 5px;
}
@media (max-width: 1024px) {
  footer .footer-menu ul.menu li a:after {
    display: none;
  }
}
footer .footer-menu ul.menu li:last-child a {
  margin: 0;
}
footer .footer-menu ul.menu li:last-child a:after {
  content: "";
  margin: 0;
}
footer #menu-menu-pied-de-page {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  footer #menu-menu-pied-de-page {
    flex-direction: column;
  }
}

.reseaux__icons__container {
  display: flex;
  flex-wrap: wrap;
}
.reseaux__icons__container img {
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container_footer_refonte {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-top: 120px;
}
@media (min-width: 1280px) {
  .container_footer_refonte {
    flex-direction: row;
  }
}

.wpcf7-spinner {
  position: absolute;
}

/*** PAGE ***/
.block-chiffre {
  background-color: #faf4db;
  margin-top: 40px;
  z-index: 1000;
  position: relative;
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .block-chiffre {
    margin-top: -70px;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .block-chiffre {
    border-radius: 15px;
  }
}

.block-chiffre-content {
  padding: 10px 0;
}

.block-chiffre-icon {
  width: 50px;
  height: 50px;
}
.block-chiffre-icon img {
  max-height: 45px;
  width: auto;
}
@media (min-width: 576px) {
  .block-chiffre-icon img {
    margin-right: 8px;
  }
}

.block-chiffre-compteur {
  font-size: 3.8rem;
  color: #313131;
  font-weight: bold;
  margin: 0 9px;
}
.block-chiffre-compteur span {
  margin: 0;
}

.block-chiffre-legende {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #313131;
  text-transform: uppercase;
}

/*------------------------------------*/
/*      BLOCS EN PAGE D'ACCUEIL       */
/*------------------------------------*/
.home-block {
  margin-top: 40px;
}
.home-block .wrapper {
  margin: 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .home-block .wrapper {
    margin: 0 auto;
  }
}

.block-g {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .block-g {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .p-0-sm {
    padding: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .m-0-sm {
    margin: 0 !important;
    width: 100%;
  }
}

.block-color {
  padding: 55px;
  height: 100%;
}
.block-color .content-action {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block-color {
    border-radius: 15px;
  }
}

.block-color--bleu {
  background-color: #4fb3bc;
}

.block-color--orange {
  background-color: #ea552a;
}

.block-color--rose {
  background-color: #ff676a;
}

.block-color--vert {
  background-color: #4ebd82;
}

.block-color--noir {
  background-color: black;
}

.block-color-link {
  display: block;
}

.content-icon img {
  color: white;
  font-size: 10rem;
  margin-right: 25px;
  max-width: 65px;
  max-height: 100px;
}
@media (min-width: 576px) {
  .content-icon img {
    margin-right: 45px;
    max-width: none;
  }
}

.content-texte h3 {
  font-size: 3.4rem;
  font-weight: bold;
  margin: 0;
  line-height: 3.8rem;
  color: white;
}
.content-texte p {
  font-size: 1.6rem;
  color: white;
  margin: 0;
  margin-top: 8px;
  line-height: 1.8rem;
}

.content-action {
  text-align: center;
  padding: 35px 0;
}

/*------------------------------------*/
/*      ACTUALITE PAGE ACCUEIL        */
/*------------------------------------*/
section.home-actu {
  margin-top: 30px;
}

.content-home-actu {
  padding: 90px 0;
}

.home-actu-header h2 {
  font-weight: bold;
  font-size: 4.8rem;
  margin: 0;
  color: white;
  text-align: center;
}
.home-actu-header p {
  margin: 0;
  font-size: 2.4rem;
  color: white;
  text-align: center;
}
.home-actu-header p a {
  color: white;
  text-decoration: underline;
}
.home-actu-header p a:hover {
  color: black;
}

.home-actu-loop {
  margin-top: 50px;
  width: calc(100% - 34px);
}
@media (min-width: 1200px) {
  .home-actu-loop {
    width: 100%;
  }
}
.home-actu-loop .owl-item {
  padding: 0 15px;
}
.home-actu-loop > div {
  margin-bottom: 15px;
}
.home-actu-loop .img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.home-actu-loop .content {
  text-align: center;
  padding: 25px;
  padding-top: 10px;
  border-radius: 0 0 15px 15px;
  background-color: white;
}
.home-actu-loop .content p.date {
  font-size: 1.4rem;
  color: #4fb3bc;
  margin: 0;
}
.home-actu-loop .content h3 {
  margin: 0;
  font-weight: bold;
  font-size: 2.4rem;
}
.home-actu-loop .content p {
  margin: 10px 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.actu-nav {
  padding: 0;
}
.actu-nav i {
  cursor: pointer;
  color: white;
  font-size: 4.5rem;
}

.accueil {
  background: #F8F8F8;
}
@media (min-width: 1024px) {
  .accueil h1 {
    font-size: 45px;
  }
}

.page__banner {
  min-height: 500px;
  width: 100%;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  z-index: 5;
}

.page__banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

/* Section 2 */
.accompagnement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
  max-width: 100vw;
  overflow-x: hidden;
  text-align: center;
  background: white;
}

.accompagnement__background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
}
.accompagnement__background img {
  height: 100%;
  width: auto;
  max-width: none;
}

.blocs__accompagnement {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto;
}
.blocs__accompagnement .owl-next {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
}
.blocs__accompagnement .owl-prev {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
}
.blocs__accompagnement .owl-prev.disabled, .blocs__accompagnement .owl-next.disabled {
  display: none;
}
.blocs__accompagnement .fa-chevron-right:before {
  font-size: 30px;
}
.blocs__accompagnement .fa-chevron-left:before {
  font-size: 30px;
}

.accompagnement > p {
  max-width: 1000px;
  z-index: 2;
  width: 90%;
  position: relative;
  font-size: 26px;
}

@media (min-width: 1024px) {
  .blocs__accompagnement {
    max-width: 1000px;
  }
}
.blocs__accompagnement .bloc__element {
  width: 90%;
  max-width: 450px;
  margin: auto;
  padding-bottom: 40px;
}

.blocs__accompagnement .bloc__element h3 {
  font-size: 36px;
  line-height: 36px;
  height: 100px;
}

.image__ronde__container {
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  height: 260px;
  width: 260px;
  margin: auto;
}
@media (max-width: 450px) {
  .image__ronde__container {
    width: 230px;
    height: 230px;
  }
}

.image__ronde {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.blocs__accompagnement .bloc__element p {
  font-size: 23px;
  margin: 40px 0 0 0;
  height: 120px;
}

.blocs__accompagnement .bloc__element a {
  padding: 10px 30px;
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.blocs__accompagnement .bloc__element a {
  background: #ea552a;
}

.blocs__accompagnement .bloc__element:nth-child(2n+1) a {
  background: #4ebd82;
}

.bloc__element:nth-child(2n+1) .image__ronde__container {
  background: rgba(78, 189, 130, 0.6);
}

.blocs__accompagnement .owl-item:nth-child(2n+2) .bloc__element a {
  background: #ff676a;
}

.owl-item:nth-child(2n+2) .bloc__element .image__ronde__container {
  background: rgba(255, 103, 106, 0.6);
}

.blocs__accompagnement .owl-item:nth-child(2n+3) .bloc__element a {
  background: #ea552a;
}

.owl-item:nth-child(2n+3) .bloc__element .image__ronde__container {
  background: rgba(234, 85, 42, 0.6);
}

.blocs__accompagnement .owl-item:nth-child(2n+4) .bloc__element a {
  background: #4fb3bc;
}

.owl-item:nth-child(2n+4) .bloc__element .image__ronde__container {
  background: rgba(79, 179, 188, 0.6);
}

/* Partie actu */
/*------------------------------------*/
/*      ACTUALITE PAGE ACCUEIL        */
/*------------------------------------*/
.home-actu .content-home-actu {
  padding: 50px 0;
}
.home-actu h2 {
  text-align: center;
  color: white;
  font-size: 48px;
  margin-top: 0;
}
.home-actu .owl-item {
  background: white;
  border-radius: 20px;
}
.home-actu .owl-item img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home-actu .owl-item .content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-actu .owl-item .content .date {
  color: #4fb3bc;
  text-align: center;
  margin: 0;
}
.home-actu .owl-item .content h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 0;
}
.home-actu .actu__more {
  background: white;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  color: black;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  font-weight: bold;
}

/* SECTION COLLECTIVITE */
.collectivites {
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow-x: clip;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .collectivites {
    padding: 0 0 50px 0;
  }
}
.collectivites .collectivite__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.collectivites .collectivite__container #elmt__bg__1 {
  position: absolute;
  transform: translate(220%, 6%);
  width: 35%;
}
.collectivites .collectivite__container #elmt__bg__2 {
  position: absolute;
  top: -50px;
  z-index: 1;
  left: -190px;
}
.collectivites .collectivites__inner {
  background: white;
  width: 90%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 40px;
  margin: 0px auto 50px auto;
  z-index: 3;
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.collectivites .collectivites__inner h2 {
  font-size: 32px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .collectivites .collectivites__inner h2 {
    font-size: 37px;
    line-height: 38px;
  }
}
.collectivites .collectivites__inner .region__shortcut {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background: #ff676a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0 30px;
  border-radius: 30px;
  cursor: pointer;
  margin: 30px 0;
}
.collectivites .collectivites__inner .region__shortcut i {
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  transform: rotate(90deg);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
}
.collectivites .collectivites__inner .indicateurs__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collectivites .collectivites__inner .indicateurs__container {
    flex-direction: row;
  }
}
.collectivites .collectivites__inner .indicateurs__container .indicateur__element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 40px);
  margin: 20px;
}
.collectivites .collectivites__inner .indicateurs__container .indicateur__element p {
  margin: 0;
  color: #EA832A;
  font: 400 18px/22px "brandon-grotesque", sans-serif;
}
.collectivites .collectivites__inner .indicateurs__container .indicateur__element .chiffre__container {
  display: flex;
}
.collectivites .collectivites__inner .indicateurs__container .indicateur__element span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}
.collectivites .collectivites__inner .indicateurs__container .indicateur__element .indicateur__texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  margin-left: 10px;
}
.collectivites .home__filter {
  background: rgba(248, 248, 248, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #5d5d5d;
  border-radius: 20px;
  position: absolute;
  top: 90%;
  transition: all 0.3s linear;
  display: none;
  z-index: 1;
}
.collectivites .home__filter .filter__home__elmt {
  background: white;
  color: #ff676a;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 20px;
  list-style: none;
  border: 1px solid #5d5d5d;
  cursor: pointer;
}
.collectivites .home__filter .filter__home__elmt:hover {
  background: #ff676a;
  color: white;
  font-weight: bold;
}
.collectivites .home__filter.opacited {
  display: flex;
  z-index: 10;
}

.temoignages {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
}
.temoignages .slider__temoignage {
  max-width: 1000px;
  width: 80%;
  padding: 0 0 0 0;
  margin: auto;
  font-size: 25px;
}
@media (min-width: 768px) {
  .temoignages .slider__temoignage {
    padding: 0 0 40px 0;
  }
}
.temoignages .slider__temoignage p {
  text-align: center;
}
.temoignages .slider__temoignage span {
  display: block;
  text-align: end;
  color: #4fb3bc;
}
@media (max-width: 450px) {
  .temoignages .slider__temoignage span {
    text-align: center;
  }
}
.temoignages .slider__temoignage .slider__temoignage__elmt {
  padding: 20px 50px;
  background: white;
  border-left: 2px solid #4fb3bc;
  border-right: 2px solid #4fb3bc;
}
@media (max-width: 450px) {
  .temoignages .slider__temoignage .slider__temoignage__elmt {
    padding: 10px;
  }
}
.temoignages .owl-carousel .nav-btn {
  height: 79px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 35%;
  transform: translateY(-50%);
}
.temoignages .owl-carousel .owl-prev.disabled,
.temoignages .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.temoignages .owl-carousel .prev-slide {
  background: url("../images/prev_arrow_orange.png") no-repeat scroll 0 0 !important;
  right: 100%;
}
.temoignages .owl-carousel .next-slide {
  background: url("../images/next_arrow_orange.png") no-repeat scroll 0 0 !important;
  left: 100%;
}

.quelques__mots {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.quelques__mots h2 {
  text-align: center;
  font-size: 48px;
  margin-top: 0;
  line-height: 48px;
}
.quelques__mots .quelques__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .quelques__mots .quelques__container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.quelques__mots .quelques__container .quelque__element {
  width: 90%;
  max-width: 300px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .quelques__mots .quelques__container .quelque__element {
    width: calc(50% - 40px);
    max-width: none;
  }
}
.quelques__mots .quelques__container .quelque__element h3 {
  color: #4fb3bc;
  font-size: 25px;
  margin-bottom: 0;
}
.quelques__mots .quelques__container .quelque__element p {
  font-size: 23px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .quelques__mots .quelques__container .quelque__element::before {
    position: absolute;
    width: 2px;
    height: 180px;
    top: 10px;
    right: -20px;
    content: "";
    background: #4fb3bc;
  }
  .quelques__mots .quelques__container .quelque__element:last-child::before {
    display: none;
  }
}

/*------------------------------------*/
/*           REFONTE HOME             */
/*------------------------------------*/
.block__introduction {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .block__introduction {
    flex-direction: row;
  }
}
.block__introduction .block__introduction__item {
  width: 100%;
}
@media (min-width: 1024px) {
  .block__introduction .block__introduction__item {
    width: 50%;
  }
}
.block__introduction .texte_item {
  font: 400 20px/25px "brandon-grotesque", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .block__introduction .texte_item {
    text-align: left;
  }
}
.block__introduction .img_item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}

.presentation_label_home {
  background-image: url("../images/refonte_home/bg_label_accueil.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0 30px 0;
}
.presentation_label_home .presentation_label_home_container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px auto;
}
@media (min-width: 1024px) {
  .presentation_label_home .presentation_label_home_container {
    flex-direction: row;
  }
}
.presentation_label_home .presentation_label_home_container .label_home_item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.presentation_label_home .presentation_label_home_container .presentation_label_home_item {
  width: 100%;
}
@media (min-width: 1024px) {
  .presentation_label_home .presentation_label_home_container .presentation_label_home_item {
    width: 50%;
  }
}
.presentation_label_home .presentation_label_home_container .presentation_label_home_item iframe {
  margin: 0 auto;
  display: flex;
  max-width: 100%;
}
@media (max-width: 767px) {
  .presentation_label_home .presentation_label_home_container .presentation_label_home_item iframe {
    height: auto;
  }
}
.presentation_label_home .presentation_label_home_container .presentation_label_home_item .btn {
  background: #EA832A;
  border-radius: 30px;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .presentation_label_home .presentation_label_home_container .presentation_label_home_item .btn {
    text-align: left;
  }
}
.presentation_label_home .presentation_label_home_container h1 {
  font: 700 25px/30px "brandon-grotesque", sans-serif !important;
  text-align: left;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  max-width: none;
}
.presentation_label_home .presentation_label_home_container p {
  font: 400 23px/25px "brandon-grotesque", sans-serif;
  text-align: left;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .presentation_label_home .presentation_label_home_container_second {
    flex-direction: row;
  }
}

.homeH2, .programme_home_container_item h2 {
  font: 700 23px/24px "brandon-grotesque", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  width: 100%;
  color: #EA832A;
}
@media (min-width: 1024px) {
  .homeH2, .programme_home_container_item h2 {
    font: 700 26px/40px "brandon-grotesque", sans-serif;
  }
}

.programme_home_container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 50px auto;
}
@media (min-width: 1024px) {
  .programme_home_container {
    flex-direction: row;
  }
}
.programme_home_container .programme_home_container_item:first-of-type {
  width: 100%;
}
@media (min-width: 1024px) {
  .programme_home_container .programme_home_container_item:first-of-type {
    width: 40%;
  }
}
.programme_home_container .programme_home_container_item:last-of-type {
  width: 100%;
}
@media (min-width: 1024px) {
  .programme_home_container .programme_home_container_item:last-of-type {
    width: 60%;
  }
}

.prog_ttl {
  font: 700 25px/28px "brandon-grotesque", sans-serif;
  text-align: center;
  margin: 100px 0 100px 0;
}
@media (min-width: 768px) {
  .prog_ttl {
    font: 700 37px/38px "brandon-grotesque", sans-serif;
  }
}

#bullet_container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 80px auto;
}
@media (min-width: 768px) {
  #bullet_container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#bullet_container .bullet_container_item {
  width: 100%;
}
@media (min-width: 768px) {
  #bullet_container .bullet_container_item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #bullet_container .bullet_container_item {
    width: 25%;
  }
}
#bullet_container .bullet_container_item h3 {
  font: 700 36px/38px "brandon-grotesque", sans-serif;
  color: #EA832A;
  text-align: center;
}
@media (min-width: 1024px) {
  #bullet_container .bullet_container_item h3 {
    font: 700 24px/30px "brandon-grotesque", sans-serif;
  }
}
@media (min-width: 1280px) {
  #bullet_container .bullet_container_item h3 {
    font: 700 30px/30px "brandon-grotesque", sans-serif;
  }
}
#bullet_container .bullet_container_item img {
  margin: 0 auto;
  display: flex;
}

.bloc_video_home {
  background-image: url(../images/refonte_home/bg_label_home.png) no-repeat;
  background-color: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 30px 0;
}
.bloc_video_home .bloc_video_home_container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .bloc_video_home .bloc_video_home_container {
    flex-direction: row;
  }
}
.bloc_video_home .bloc_video_home_container .label_home_item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bloc_video_home .bloc_video_home_container .bloc_video_home_item_texte {
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .bloc_video_home .bloc_video_home_container .bloc_video_home_item_texte {
    padding: 0 90px 0 0;
  }
}
.bloc_video_home .bloc_video_home_container .bloc_video_home_item {
  width: 100%;
}
@media (min-width: 1024px) {
  .bloc_video_home .bloc_video_home_container .bloc_video_home_item {
    width: 50%;
  }
}
.bloc_video_home .bloc_video_home_container .bloc_video_home_item iframe {
  margin: 0 auto;
  display: flex;
  max-width: 100%;
}
@media (max-width: 767px) {
  .bloc_video_home .bloc_video_home_container .bloc_video_home_item iframe {
    height: auto;
  }
}
.bloc_video_home .bloc_video_home_container .bloc_video_home_item .btn {
  background: #EA832A;
  border-radius: 30px;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.bloc_video_home .bloc_video_home_container h2 {
  font: 700 26px/40px "brandon-grotesque", sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  max-width: none;
  color: #EA832A;
}
.bloc_video_home .bloc_video_home_container p {
  font: 400 23px/25px "brandon-grotesque", sans-serif;
  text-align: left;
  margin: 0 0 15px 0;
}

.bottom_bloc_video {
  background: #f8f8f8;
  padding: 0 0 30px 0;
}

.refonte_temoignage .slider__temoignage__home .slider__temoignage__elmt {
  border-left: 2px solid #EA832A !important;
  border-right: 2px solid #EA832A !important;
}
.refonte_temoignage .slider__temoignage__home .temoignage_texte p span {
  font: 700 25px/28px "brandon-grotesque", sans-serif !important;
  text-align: center !important;
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.refonte_temoignage .slider__temoignage__home .temoignage_nom {
  font: 700 23px/27px "brandon-grotesque", sans-serif !important;
  color: #EA832A !important;
}
.refonte_temoignage .slider__temoignage__home .temoignage_fonction {
  font: 400 23px/27px "brandon-grotesque", sans-serif !important;
  color: #EA832A !important;
}
.refonte_temoignage .slider__temoignage__home .owl-carousel .prev-slide {
  background: url("../images/prev_arrow_orange.png") no-repeat scroll 0 0 !important;
  right: 100% !important;
}
.refonte_temoignage .slider__temoignage__home .owl-carousel .next-slide {
  background: url("../images/next-arrow_orange.png") no-repeat scroll 0 0 !important;
  left: 100% !important;
}

/*--------------------------------*/
/*        HAUT DE PAGE            */
/*--------------------------------*/
.header-page p.date {
  font-size: 3.5rem;
  color: #4fb3bc;
  margin: 50px 0;
  text-align: center;
  font-weight: 900;
}

.header-page-singleimage {
  text-align: center;
}

section.retour-haut-page {
  text-align: center;
  padding: 40px 0;
}

/*--------------------------------*/
/*        PARTAGE SOCIAL          */
/*--------------------------------*/
.sharebutton {
  text-align: center;
}
.sharebutton .bouton {
  display: inline-block;
  margin: 5px 5px;
}
@media (min-width: 576px) {
  .sharebutton .bouton {
    margin: 15px 5px;
  }
}

/*--------------------------------*/
/*           PAGE 404             */
/*--------------------------------*/
#post-404 {
  min-height: 600px;
}
#post-404 h1 {
  text-transform: uppercase;
}
#post-404 h1, #post-404 h2 {
  text-align: center;
}
#post-404 .bouton {
  text-align: center;
  margin: 20px 15px;
}

/*--------------------------------*/
/*        BOUTON ACTION           */
/*--------------------------------*/
.bouton a, .bouton button {
  background-color: #ff676a;
  border-radius: 25px;
  padding: 12px 35px;
  display: inline-block;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 576px) {
  .bouton a, .bouton button {
    font-size: 1.5rem;
  }
}
.bouton a i, .bouton button i {
  margin-right: 5px;
}
.bouton a:hover, .bouton button:hover {
  text-decoration: none;
  background-color: #ff4e51;
  transition: background-color 1s;
  cursor: pointer;
}
.bouton a:hover i, .bouton button:hover i {
  -webkit-animation-name: boutonIcon, boutonIconHide;
          animation-name: boutonIcon, boutonIconHide;
  -webkit-animation-duration: 1.5s, 1.5s;
          animation-duration: 1.5s, 1.5s;
}

.bouton--rose a, .bouton--rose button {
  background-color: #ff676a;
  color: #010101;
}
.bouton--rose a:hover, .bouton--rose button:hover {
  background-color: #ff4e51;
}

.bouton--blanc a, .bouton--blanc button {
  background-color: white;
  color: #010101;
}
.bouton--blanc a:hover, .bouton--blanc button:hover {
  background-color: #f2f2f2;
}

.bouton--bleu a, .bouton--bleu button {
  background-color: #4fb3bc;
  color: #010101;
}
.bouton--bleu a:hover, .bouton--bleu button:hover {
  background-color: #43a6af;
}

.bouton--orange a, .bouton--orange button {
  background-color: #ea552a;
  color: #010101;
}
.bouton--orange a:hover, .bouton--orange button:hover {
  background-color: #e44516;
}

.bouton--vert a, .bouton--vert button {
  background-color: #4ebd82;
  color: #010101;
}
.bouton--vert a:hover, .bouton--vert button:hover {
  background-color: #42b075;
}

.bouton--noir a, .bouton--noir button {
  background-color: black;
  color: #010101;
}
.bouton--noir a:hover, .bouton--noir button:hover {
  background-color: black;
}

.bouton--gris a, .bouton--gris button {
  background-color: #d4d4d4;
  color: #010101;
}
.bouton--gris a:hover, .bouton--gris button:hover {
  background-color: #c7c7c7;
}

/* SOCIAL COLOR */
.bouton--twitter a, .bouton--twitter button {
  background-color: #00acee;
}
.bouton--twitter a:hover, .bouton--twitter button:hover {
  background-color: #009ad5;
}

.bouton--facebook a, .bouton--facebook button {
  background-color: #39569c;
}
.bouton--facebook a:hover, .bouton--facebook button:hover {
  background-color: #324c89;
}

.bouton--linkedin a, .bouton--linkedin button {
  background-color: #0e76a8;
}
.bouton--linkedin a:hover, .bouton--linkedin button:hover {
  background-color: #0c6590;
}

.bouton--uppercase a, .bouton--uppercase button {
  text-transform: uppercase;
}

.bouton-texte--blanc a, .bouton-texte--blanc button {
  color: white;
}

.bouton-texte--noir a, .bouton-texte--noir button {
  color: black;
}

.bouton--big a, .bouton--big button {
  padding: 16px 40px;
  border-radius: 45px;
  border: 0px;
}
@media (min-width: 576px) {
  .bouton--big a, .bouton--big button {
    padding: 20px 55px;
  }
}

.bouton--medium a, .bouton--medium button {
  padding: 12px 30px;
  border-radius: 45px;
}
@media (min-width: 576px) {
  .bouton--medium a, .bouton--medium button {
    padding: 12px 60px;
  }
}

/*--------------------------------*/
/*            FOOTER              */
/*--------------------------------*/
section.footer-page {
  margin-top: 40px;
}
section.footer-page .content-footer {
  padding: 80px 15px;
}

/*--------------------------------*/
/*      BACKGROUND TEXTURE        */
/*--------------------------------*/
.background-texture {
  background-image: url(../images/background.svg);
  background-size: cover;
  padding: 30px 0;
}

.background-texture-grey {
  background-image: url(../images/background-grey.svg);
  background-size: cover;
}

.background-texture--rose {
  background-color: #ff676a;
}

.background-texture--vert {
  background-color: #4ebd82;
}

.background-texture--orange {
  background-color: #ea552a;
}
.background-texture--orange h2, .background-texture--orange p {
  color: white;
}
.background-texture--orange a {
  color: black !important;
}

.background-texture--bleu {
  background-color: #4fb3bc;
}

.background-texture--grey {
  background-color: #fbfbfb;
}

.background-texture--beige {
  background-color: #faf4db;
}

.background--greylight {
  background-color: #e6e6e6;
}

.hide {
  display: none;
}

/*--------------------------------*/
/*      CONTENU FLEXIBLE          */
/*--------------------------------*/
article {
  padding-top: 50px;
  font-size: 1.8rem;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
article h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
article h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
article h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
article h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
article h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
article h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
article a {
  color: #ff676a;
  text-decoration: none;
  font-weight: bold;
}
article a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  article section {
    padding: 20px 0;
  }
}
article .image {
  padding-bottom: 50px;
}
article .image img {
  width: 100%;
}
@media (min-width: 768px) {
  article .image {
    padding-bottom: 0;
  }
}

.gallery-item {
  margin-bottom: 30px;
}
.gallery-item figure {
  margin: 0;
}
.gallery-item img {
  width: 100%;
}

.accordeon-box {
  background-color: #F7F7F4;
  padding: 15px 35px;
  border-radius: 30px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .accordeon-box {
    margin: 0;
  }
}

.accordeon-box-titre h3 {
  font-weight: normal;
  margin: 0;
  font-size: 2.2rem;
  color: #2b2b2b;
}
.accordeon-box-titre h3:hover {
  cursor: pointer;
}
.accordeon-box-titre .more i {
  font-size: 3rem;
  color: #4ebd82;
}

.accordeon-box-content {
  overflow: hidden;
}
.accordeon-box-content .contenu {
  padding: 0;
  padding-right: 45px;
}
@media (min-width: 768px) {
  .accordeon-box-content .contenu {
    padding: 0 30px;
    padding-right: 65px;
  }
}

/*--------------------------------*/
/*         ACCES RAPIDE           */
/*--------------------------------*/
.quick-acces {
  z-index: 10000;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-top: 500px;
}

.quick-acces-button {
  margin: auto 0 auto auto;
  color: white;
  right: -30px;
  border-radius: 33px;
  margin-top: 10px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 0 3px;
  transition: all 0.5s;
  pointer-events: visible;
}
.quick-acces-button:hover {
  width: 200px;
  transition: all 0.5s;
}
.quick-acces-button:hover .quick-acces-texte {
  opacity: 1;
  transition: opacity 0.45s linear;
}
.quick-acces-button:hover:after {
  transform: translateX(0);
  opacity: 0.05;
}

.quick-acces-button-header {
  border-radius: 33px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  transition: all 0.5s;
  pointer-events: visible;
}
.quick-acces-button-header:hover {
  width: 220px;
  transition: all 0.5s;
}
.quick-acces-button-header:hover .quick-acces-texte {
  opacity: 1;
  transition: opacity 0.45s linear;
}
.quick-acces-button-header:hover:after {
  transform: translateX(0);
  opacity: 0.05;
}

.quick-acces-icon {
  height: 100%;
  padding: 9px 6px;
  text-align: center;
  min-width: 44px;
}

.quick-acces-texte {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  margin-left: 15px;
  opacity: 0;
  min-width: 250px;
  transition: opacity 0.45s linear;
}

.quick-acces-texte--noir {
  color: black;
}

.quick-acces-button--vert {
  background-color: #4ebd82;
}

.quick-acces-button--orange {
  background-color: #ea552a;
}

.quick-acces-button--rose {
  background-color: #ff676a;
}

.quick-acces-button--bleu {
  background-color: #4fb3bc;
}

.quick-acces-button--blanc {
  background-color: #faf4db;
}
.quick-acces-button--blanc .quick-acces-texte {
  color: #2b2b2b;
}

.quick-acces-button--noir {
  background-color: black;
}

.quick-acces-button--bleufonce {
  background-color: #266db1;
}

/*--------------------------------*/
/*          ANIMATIONS            */
/*--------------------------------*/
.animated-background {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f3f3f3;
  background: linear-gradient(to right, #f7f7f7 8%, #f3f3f3 18%, #f7f7f7 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes boutonIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes boutonIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  75% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes boutonIconHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boutonIconHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boutonIconContact {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  55% {
    transform: translate(100%, 100%);
    opacity: 0;
  }
  65% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes boutonIconContact {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  55% {
    transform: translate(100%, 100%);
    opacity: 0;
  }
  65% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
section.header-page .information {
  margin-top: -75px;
}
@media (max-width: 575.98px) {
  section.header-page .information {
    margin-top: 0px;
  }
}
section.header-page .information-container {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  section.header-page .information-container {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}
section.header-page .information-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  display: block;
  text-align: left;
}
section.header-page .information-note {
  background-color: #faf4db;
}
section.header-page .information-note .information-title {
  color: #ff676a;
}
section.header-page .information-niveau {
  background-color: #ff676a;
}
section.header-page .information-niveau .information-title {
  color: white;
  text-align: center;
}
section.header-page .information-niveau img {
  width: 100%;
  height: 65px;
  margin-top: 5px;
}
section.header-page .information-niveau h2 {
  font-size: 4.6rem;
  text-align: center;
  font-weight: 900;
  margin: 0;
  color: white;
}
section.header-page .information-niveau .information-niveau-level {
  text-align: center;
}
section.header-page .information-niveau .information-niveau-level span {
  color: white;
  font-size: 4rem;
  opacity: 0.3;
}
section.header-page .information-niveau .information-niveau-level span.active {
  opacity: 1;
}
section.header-page .information-label {
  background-color: #faf4db;
  text-align: center;
}
section.header-page .information-label img {
  max-width: 150px;
}
section.header-page .information-note,
section.header-page .information-niveau,
section.header-page .information-label {
  padding: 30px 10px;
}

.watting {
  text-align: center;
}
.watting h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0;
}
.watting h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}
.watting p {
  font-size: 1.8rem;
  font-style: italic;
}
.watting p.texte--rose {
  font-weight: bold;
  color: #ff676a;
  font-style: italic;
}

section.content-page, .bloc_graphique_refonte {
  /* SELECT */
}
section.content-page .list-item, .bloc_graphique_refonte .list-item {
  margin-bottom: 30px;
}
section.content-page .list_refonte, .bloc_graphique_refonte .list_refonte {
  background-color: #F8F8F8;
  border-radius: 15px;
  padding: 20px 25px;
}
@media (min-width: 768px) {
  section.content-page .list_refonte, .bloc_graphique_refonte .list_refonte {
    padding: 20px 12px;
  }
}
@media (min-width: 1024px) {
  section.content-page .list_refonte, .bloc_graphique_refonte .list_refonte {
    padding: 20px 25px;
  }
}
section.content-page .list-item-titre span, .bloc_graphique_refonte .list-item-titre span {
  color: #56B1B4;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
}
section.content-page .btn_refonte a, .bloc_graphique_refonte .btn_refonte a {
  background: #56B1B4;
}
section.content-page .gellule_region, .bloc_graphique_refonte .gellule_region {
  background-color: #56B1B4;
  color: #fff;
  border-radius: 50px;
  padding: 7px 20px;
}
section.content-page .list-item-valeur p, .bloc_graphique_refonte .list-item-valeur p {
  font-weight: bold;
  margin: 2px 0;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  section.content-page .list-item-valeur p, .bloc_graphique_refonte .list-item-valeur p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  section.content-page .list-item-valeur p, .bloc_graphique_refonte .list-item-valeur p {
    font-size: 2rem;
  }
}
section.content-page .list-item-lien a, .bloc_graphique_refonte .list-item-lien a {
  color: #56B1B4;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
}
section.content-page .list-item-lien a i, .bloc_graphique_refonte .list-item-lien a i {
  color: #56B1B4;
  font-size: 1.6rem;
  margin-left: 8px;
}
section.content-page .list-item-lien a:hover, .bloc_graphique_refonte .list-item-lien a:hover {
  color: #2b2b2b;
}
section.content-page .list-item-video, .bloc_graphique_refonte .list-item-video {
  width: 100%;
  padding: 10px 0;
}
section.content-page .list-item-video iframe, .bloc_graphique_refonte .list-item-video iframe {
  width: 100%;
  height: 80vh;
  max-height: 500px;
}
section.content-page .barcharts, .bloc_graphique_refonte .barcharts {
  border-radius: 15px;
  border: 1px solid #cbcccf;
  margin-top: 50px;
}
@media (min-width: 768px) {
  section.content-page .barcharts, .bloc_graphique_refonte .barcharts {
    margin-top: 0px;
  }
}
section.content-page .barcharts-select, .bloc_graphique_refonte .barcharts-select {
  background-color: #EA832A;
  border-radius: 15px 15px 0 0;
  padding: 5px;
}
section.content-page .barcharts-select-annee, .bloc_graphique_refonte .barcharts-select-annee {
  width: 75%;
}
@media (min-width: 576px) {
  section.content-page .barcharts-select-annee, .bloc_graphique_refonte .barcharts-select-annee {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  section.content-page .barcharts-select-annee, .bloc_graphique_refonte .barcharts-select-annee {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  section.content-page .barcharts-select-annee, .bloc_graphique_refonte .barcharts-select-annee {
    width: 100%;
    max-width: 490px;
  }
}
section.content-page .barcharts-select-annee ul, .bloc_graphique_refonte .barcharts-select-annee ul {
  padding: 0;
  list-style: none;
}
section.content-page .barcharts-select-annee ul li, .bloc_graphique_refonte .barcharts-select-annee ul li {
  margin: 0 2px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background-color: #EA832A;
  padding: 15px 10px;
  border-radius: 28px;
  text-align: center;
}
section.content-page .barcharts-select-annee ul li.activeJs, section.content-page .barcharts-select-annee ul li:hover, .bloc_graphique_refonte .barcharts-select-annee ul li.activeJs, .bloc_graphique_refonte .barcharts-select-annee ul li:hover {
  cursor: pointer;
  color: #EA832A;
  background-color: white;
}
section.content-page .barcharts-select-objectif div, .bloc_graphique_refonte .barcharts-select-objectif div {
  padding: 15px 20px;
  border-radius: 28px;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 5px;
}
section.content-page .barcharts-select-objectif div.activeJs, section.content-page .barcharts-select-objectif div:hover, .bloc_graphique_refonte .barcharts-select-objectif div.activeJs, .bloc_graphique_refonte .barcharts-select-objectif div:hover {
  cursor: pointer;
  color: #EA832A;
  background-color: white;
}
section.content-page .barcharts-select-objectif div.activeJs i, section.content-page .barcharts-select-objectif div:hover i, .bloc_graphique_refonte .barcharts-select-objectif div.activeJs i, .bloc_graphique_refonte .barcharts-select-objectif div:hover i {
  background-image: url(../images/refonte_home/arrow-orange.svg);
}
section.content-page .barcharts-select-objectif div i, .bloc_graphique_refonte .barcharts-select-objectif div i {
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}
section.content-page .barcharts-graphbar, .bloc_graphique_refonte .barcharts-graphbar {
  position: relative;
  height: 300px;
  background-color: white;
  margin-top: 35px;
}
section.content-page .barcharts-graphbar-score, .bloc_graphique_refonte .barcharts-graphbar-score {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0px 5px 0px 32px;
  top: 0;
}
@media (min-width: 576px) {
  section.content-page .barcharts-graphbar-score, .bloc_graphique_refonte .barcharts-graphbar-score {
    padding: 0px 55px;
  }
}
section.content-page .barcharts-graphbar-score ul, .bloc_graphique_refonte .barcharts-graphbar-score ul {
  height: 100%;
  padding: 0;
  margin: 0;
}
section.content-page .barcharts-graphbar-score ul li, .bloc_graphique_refonte .barcharts-graphbar-score ul li {
  margin: 0;
  list-style: none;
  width: 12%;
  height: 5px;
  background-color: #4fb3bc;
  border-radius: 15px 15px 0 0;
  transition: height 0.75s ease-in-out;
  position: relative;
  border-style: solid;
  border-color: #b9e3e6;
  border-width: 0;
  box-sizing: content-box;
}
section.content-page .barcharts-graphbar-score ul li.score, .bloc_graphique_refonte .barcharts-graphbar-score ul li.score {
  background-color: #EA832A;
  border-color: #ffcb9e;
}
section.content-page .barcharts-graphbar-score ul li.score p, .bloc_graphique_refonte .barcharts-graphbar-score ul li.score p {
  background-image: url(../images/refonte_home/percent-orange.svg);
}
section.content-page .barcharts-graphbar-score ul li p, .bloc_graphique_refonte .barcharts-graphbar-score ul li p {
  width: 65px;
  height: 70px;
  position: absolute;
  top: -85px;
  background-image: url(../images/percent.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  opacity: 0;
  line-height: 1.6rem;
  padding-top: 15px;
  margin: 0;
  z-index: 1000;
}
section.content-page .barcharts-graphbar-score ul li p span, .bloc_graphique_refonte .barcharts-graphbar-score ul li p span {
  font-size: 1.4rem;
}
section.content-page .barcharts-graphbar-score ul li:hover p, .bloc_graphique_refonte .barcharts-graphbar-score ul li:hover p {
  transition: opacity 0.4s;
  opacity: 1;
}
section.content-page .barcharts-graphbar-score.objectifDown ul li, .bloc_graphique_refonte .barcharts-graphbar-score.objectifDown ul li {
  background-color: #eee;
}
section.content-page .barcharts-graphbar-score.objectifDown ul li.score, .bloc_graphique_refonte .barcharts-graphbar-score.objectifDown ul li.score {
  background-color: #ff676a;
}
section.content-page .barcharts-graphbar-legende p, .bloc_graphique_refonte .barcharts-graphbar-legende p {
  color: #abacb1;
  display: inline-block;
  position: absolute;
  font-size: 16px;
  left: 15px;
  margin: 2px;
  transform-origin: left;
}
section.content-page .barcharts-graphbar-legende p:nth-child(1), .bloc_graphique_refonte .barcharts-graphbar-legende p:nth-child(1) {
  top: 15%;
}
section.content-page .barcharts-graphbar-legende p:nth-child(2), .bloc_graphique_refonte .barcharts-graphbar-legende p:nth-child(2) {
  top: 45%;
}
section.content-page .barcharts-graphbar-legende p:nth-child(3), .bloc_graphique_refonte .barcharts-graphbar-legende p:nth-child(3) {
  top: 69%;
}
section.content-page .barcharts-graphbar-background, .bloc_graphique_refonte .barcharts-graphbar-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
section.content-page .barcharts-graphbar-background .mbackground, .bloc_graphique_refonte .barcharts-graphbar-background .mbackground {
  margin: auto 35px;
  position: relative;
  height: 100%;
}
section.content-page .barcharts-graphbar-background .dots, .bloc_graphique_refonte .barcharts-graphbar-background .dots {
  background-image: url(../images/refonte_home/Ligne.svg);
  background-size: cover;
  width: 100%;
  height: 4px;
  position: absolute;
}
section.content-page .barcharts-graphbar-background .dots:nth-child(5n+1), .bloc_graphique_refonte .barcharts-graphbar-background .dots:nth-child(5n+1) {
  top: 0;
}
section.content-page .barcharts-graphbar-background .dots:nth-child(5n+2), .bloc_graphique_refonte .barcharts-graphbar-background .dots:nth-child(5n+2) {
  top: 25%;
}
section.content-page .barcharts-graphbar-background .dots:nth-child(5n+3), .bloc_graphique_refonte .barcharts-graphbar-background .dots:nth-child(5n+3) {
  top: 50%;
}
section.content-page .barcharts-graphbar-background .dots:nth-child(5n+4), .bloc_graphique_refonte .barcharts-graphbar-background .dots:nth-child(5n+4) {
  top: 75%;
}
section.content-page .barcharts-graphbar-background .dots:nth-child(5n+5), .bloc_graphique_refonte .barcharts-graphbar-background .dots:nth-child(5n+5) {
  top: 98%;
}
section.content-page .barcharts-legende, .bloc_graphique_refonte .barcharts-legende {
  padding: 15px 5px 15px 32px;
  background-size: 200%;
  background-color: #F8F8F8;
  border-radius: 0 0 15px 15px;
}
@media (min-width: 576px) {
  section.content-page .barcharts-legende, .bloc_graphique_refonte .barcharts-legende {
    padding: 15px 55px;
  }
}
section.content-page .barcharts-legende ul, .bloc_graphique_refonte .barcharts-legende ul {
  padding: 0;
}
section.content-page .barcharts-legende ul li, .bloc_graphique_refonte .barcharts-legende ul li {
  width: 12%;
  list-style: none;
  transform: rotate(180deg);
  text-align: center;
  transform-origin: center;
  color: #000;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  line-height: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}
section.content-page .barcharts-legende ul li p, .bloc_graphique_refonte .barcharts-legende ul li p {
  margin: 0;
  display: block;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.4rem;
}
@media (min-width: 576px) {
  section.content-page .barcharts-legende ul li p, .bloc_graphique_refonte .barcharts-legende ul li p {
    line-height: 2rem;
    font-size: 1.8rem;
  }
}
section.content-page .barcharts-legende ul li.score, .bloc_graphique_refonte .barcharts-legende ul li.score {
  color: #EA832A;
}

.collectivite-row {
  padding: 35px 0;
}

.collectivite-coverimage {
  height: 60vh;
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 10vh;
}
@media (min-width: 576px) {
  .collectivite-coverimage {
    height: 40vh;
  }
}
.collectivite-coverimage img {
  width: 40%;
}
@media (min-width: 768px) {
  .collectivite-coverimage img {
    width: auto;
  }
}

.collectivite-desc {
  margin: auto;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}

.collectivite-elu {
  width: 100%;
  margin-top: 40px;
  justify-content: center;
}
.collectivite-elu .collectivite-elu-name {
  font-size: 22px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.collectivite-elu .collectivite-elu-name span {
  color: #ff676a;
  margin-left: 20px;
}
.collectivite-elu .elu-image {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #ff676a;
  border-radius: 100%;
  margin: 0;
}
@media (max-width: 575.98px) {
  .collectivite-elu .elu-image {
    margin: 20px auto 0 auto;
  }
}
.collectivite-elu .elu-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.collectivite-elu .elu-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background-image: url("../images/fond-elu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collectivite-elu-text {
  margin-left: auto;
  font-size: 18px;
  line-height: 120%;
  background-color: #fad7cc;
  border-radius: 10px;
  margin-top: 20px;
  padding: 5px 30px;
}

body {
  /* FILTRE POPULATION */
}
body #collectivites-filter {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
  background-color: white;
}
body #collectivites-filter.active {
  z-index: 99999;
  display: block;
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
}
body .collectivites-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 100px;
}
body .collectivites-title span {
  color: #ff676a;
  display: block;
  font-size: 8rem;
  line-height: 9rem;
}
body .collectivites-subtitle {
  font-size: 2.2rem;
  color: #ff676a;
  text-align: center;
  line-height: 3rem;
}
body .collectivites-btn-filter {
  text-align: center;
  margin: 50px 0;
}
body .filter-population {
  margin-bottom: 28px;
}
body .slider.slider-horizontal {
  width: 100%;
  padding: 0 10px;
}
body .slider-selection {
  background-image: none;
  background-color: #ff676a;
  box-shadow: none;
}
body .slider-track {
  background-image: none;
  background-color: #fff;
  border: 2px solid #ff676a;
}
body .slider-tick {
  background-image: none;
  background-color: #FFF;
  border: 2px solid #ff676a;
  opacity: 1;
  box-shadow: none;
}
body .slider-tick.round.in-selection {
  background-color: #ff676a;
}
body .slider .tooltip.top {
  position: absolute;
  margin-top: 23px;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 1.3rem;
}
body .header-filtre {
  margin-top: 150px;
}
body .filtre-carte {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  body .filtre-carte {
    padding-right: 50px;
    margin-bottom: 0px;
  }
}
body .filtre-carte #france {
  width: 100%;
  height: auto;
}
body .filtre-carte path:hover {
  cursor: pointer;
  opacity: 0.8;
}
body .filtre-carte path.check {
  pointer-events: none;
  display: none;
}
body .filtre-carte path.check.active {
  display: block;
}
body .filtre-carte > div > div {
  width: 33%;
}
@media (min-width: 576px) {
  body .filtre-carte > div > div {
    width: 14%;
  }
}
body .filtre-carte > div > div svg {
  padding: 10px;
  width: 100%;
  margin: auto;
  height: 100px;
}
body .filtre-carte > div > div p {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff676a;
  text-align: center;
  display: block;
  width: 100%;
}
body .filtre-search-wrapper {
  padding: 40px 0;
  margin-top: 40px;
}
body .filtre-search-box {
  background-color: #ff676a;
  border-radius: 45px;
  padding: 12px 25px;
}
body .filtre-search-box img {
  width: 38px;
  height: 38px;
}
body .filtre-search-box input {
  background-color: transparent;
  border: 0;
  font-size: 1.7rem;
  color: white;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  width: 90%;
}
body .filtre-search-box input::-moz-placeholder {
  color: white;
  font-family: "brandon-grotesque", sans-serif;
}
body .filtre-search-box input:-ms-input-placeholder {
  color: white;
  font-family: "brandon-grotesque", sans-serif;
}
body .filtre-search-box input::placeholder {
  color: white;
  font-family: "brandon-grotesque", sans-serif;
}
body .filtre-search-or p {
  text-align: center;
  color: #5d5d5d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 18px 0;
  margin: 0;
}
body .filtre-search-filter {
  position: relative;
  margin-top: 30px;
}
body .filtre-search-filter-titre {
  position: absolute;
  width: 100%;
  top: -15px;
}
body .filtre-search-filter-titre div {
  max-width: 160px;
  margin: auto;
  background-color: white;
}
body .filtre-search-filter-titre img {
  width: 30px;
  height: 32px;
  margin-right: 15px;
}
body .filtre-search-filter-titre p {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #ff676a;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
body .filtre-search-filter-box {
  border: 3px dotted #ff676a;
  border-radius: 15px;
  padding: 20px;
}
body .filtre-search-filter-box h4 {
  color: #ff676a;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 10px 0;
}
body .filtre-search-filter-box ul {
  margin: 0;
  padding: 0;
}
body .filtre-search-filter-box ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 6px 0;
}
body .filtre-search-filter-box ul li:hover {
  cursor: pointer;
}
body .filtre-search-filter-box ul li:hover span {
  background-color: #ff676a;
}
body .filtre-search-filter-box ul li.checked span {
  background-color: #ff676a;
}
body .filtre-search-filter-box ul li span {
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #ff676a;
  margin-right: 12px;
  cursor: pointer;
}
body .filtre-search-filter-box ul li.tooltip {
  position: relative;
}
body .filtre-search-filter-box ul li.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body .filtre-search-filter-box ul li .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  padding-left: 5px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  height: 48px;
  line-height: 17px;
}
body .filtre-search-filter-box ul li .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 14%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #ff676a transparent transparent transparent;
}
body .filtre-search-info img {
  width: 40px;
  height: 45px;
  margin-right: 15px;
}
body .filtre-search-info p {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #ff676a;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
body .collectivites-results {
  margin-top: 60px;
}
body .collectivites-results-header {
  flex-direction: column;
}
@media (min-width: 576px) {
  body .collectivites-results-header {
    flex-direction: row;
  }
}
body .collectivites-results-header p {
  color: #ff676a;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 20px;
}
body .collectivites-results-header .bouton {
  margin: 0 10px;
}
body .collectivites-results-loop .empty {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 15px;
}
body .collectivites-results-loop .empty h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff676a;
  text-transform: uppercase;
  margin: 0;
}
body .collectivites-results-loop .empty p {
  font-size: 1.8rem;
  margin: 0;
}
body .collectivites-results-loop-single {
  margin-top: 30px;
}
body .collectivites-results-loop-single .img {
  width: 100%;
}
body .collectivites-results-loop-single .header-bloc {
  padding: 5px;
}
body .collectivites-results-loop-single .content {
  text-align: center;
  padding-top: 10px;
  border-radius: 0 0 15px 15px;
}
body .collectivites-results-loop-single .content p.date {
  font-size: 1.4rem;
  color: #4fb3bc;
  margin: 0;
  margin-bottom: 10p;
}
body .collectivites-results-loop-single .content h4 {
  margin: 0;
  text-transform: uppercase;
  color: #ff676a;
  font-weight: bold;
  font-size: 1.2rem;
}
body .collectivites-results-loop-single .content h3 {
  margin: 0;
  margin: 5px 0;
  font-weight: bold;
  font-size: 1.6rem;
}
body .collectivites-results-loop-single .content .footer-bloc {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  body .collectivites-results-loop-single .content .footer-bloc {
    flex-direction: row;
  }
}
body .collectivites-results-loop-single .content .note {
  border-radius: 0 0 15px 15px;
  background-color: #ff676a;
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  body .collectivites-results-loop-single .content .note {
    border-radius: 0 0 0 15px;
  }
}
body .collectivites-results-loop-single .content .note img {
  max-width: 35px;
}
body .collectivites-results-loop-single .content .label {
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 20px;
}
@media (min-width: 768px) {
  body .collectivites-results-loop-single .content .label {
    border-radius: 0 0 15px 0;
    padding: 5px;
  }
}
body .collectivites-results-loop-single .content .label > div {
  height: 100%;
}
body .collectivites-results-loop-single.loader div {
  height: 250px;
  border-radius: 0 0 15px 15px;
}

.pres_collectivite .pres_collec_container {
  margin: 30px 0 0 0;
}
.pres_collectivite .pres_collec_container .pres_collec_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .pres_collectivite .pres_collec_container .pres_collec_flex {
    flex-direction: row;
  }
}
.pres_collectivite .pres_collec_container figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
  width: 200px;
}
@media (min-width: 768px) {
  .pres_collectivite .pres_collec_container figure {
    margin: 0;
  }
}
.pres_collectivite .pres_collec_container .pres_collec_texte {
  width: 100%;
}
@media (min-width: 768px) {
  .pres_collectivite .pres_collec_container .pres_collec_texte {
    width: calc(100% - 250px);
  }
}
.pres_collectivite .pres_collec_container .pres_collec_texte p {
  margin: 0 0 23px 0;
}
.perf_collectivite {
  background: #F8F8F8;
  padding: 50px 0 0 0;
  overflow: hidden;
}
.perf_collectivite .perf_collectivite_container {
  position: relative;
}
.perf_collectivite .perf_collectivite_container h2 {
  margin: 0 0 35px 0;
}
.perf_collectivite .perf_collectivite_container #elmt__bg__1 {
  position: absolute;
  transform: translate(244%, 6%);
  width: 35%;
}
.perf_collectivite .perf_collectivite_container #elmt__bg__2 {
  position: absolute;
  top: -50px;
  z-index: 1;
  left: -190px;
  z-index: 1;
}

.perf_collectivite_flex {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .perf_collectivite_flex {
    flex-direction: row;
  }
}
.perf_collectivite_flex .perf_txt_container {
  background: #fff;
  border-radius: 15px;
  padding: 35px 18% 30px 35px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  .perf_collectivite_flex .perf_txt_container {
    width: 65%;
  }
}
.perf_collectivite_flex .perf_txt_container p {
  margin: 0 0 23px 0;
}
@media (min-width: 768px) {
  .perf_collectivite_flex figure {
    position: absolute;
    right: 0;
    top: 40px;
    margin: 0;
    z-index: 5;
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .perf_collectivite_flex figure {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .perf_collectivite_flex figure {
    width: auto;
  }
}

.ttl_img {
  text-align: center;
  margin-top: 10px;
}

.collectivite_temoin h2 {
  margin: 0 0 35px 0;
}
.collectivite_temoin .temoignage_texte {
  color: rgba(0, 0, 0, 0.5) !important;
}

.action_label_collec {
  padding: 60px 0 0 0;
}
.action_label_collec h2 {
  margin: 0px 0 35px 0;
}

.refonte_temoignage #elmt__bg__1 {
  position: absolute;
  width: 19%;
  left: 15%;
  top: 21%;
  transform: rotate(-275deg);
}

.container_action .homeH2 {
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}

.container_action .action_label_txt {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #EA832A;
}

.action_label_txt_img {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .action_label_txt_img {
    flex-direction: row;
    justify-content: space-between;
  }
}
.action_label_txt_img .texte_action, .action_label_txt_img figure {
  width: 100%;
}
@media (min-width: 1024px) {
  .action_label_txt_img .texte_action, .action_label_txt_img figure {
    width: calc(50% - 20px);
  }
}
.action_label_txt_img figure {
  margin: 40px 0 0 0;
}
@media (min-width: 768px) {
  .action_label_txt_img figure {
    text-align: center;
  }
}

.share-collectivite .bouton a {
  background-color: #ff676a;
  border-radius: 25px;
  padding: 0;
  display: flex;
  font-size: 1.2rem;
  color: white;
  overflow: hidden;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.share-collectivite .bouton a i {
  margin: 0;
  font-size: 20px;
}
.share-collectivite .bouton--facebook a, .share-collectivite .bouton--facebook button, .share-collectivite .bouton--twitter a, .share-collectivite .bouton--twitter button,
.share-collectivite .bouton--linkedin a, .share-collectivite .bouton--linkedin button {
  background-color: #EA832A;
}

.bloc_video_refonte iframe {
  width: 100%;
  height: 80vh;
  max-height: 500px;
}

.bloc_graphique_refonte {
  position: relative;
}
.bloc_graphique_refonte #elmt__bg__1 {
  top: -40px;
  width: 25%;
  left: 4%;
  position: absolute;
}

.partage_social .share-collectivite {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.partage_social .homeH2 {
  width: auto;
  margin: 0 15px 0 0;
}

.contact_collectivite_form {
  margin: 30px 0;
}
.contact_collectivite_form .contactH2 {
  color: #EA832A;
  border-bottom: 1px solid #EA832A;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
}
.contact_collectivite_form label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 23px;
}
.contact_collectivite_form label input, .contact_collectivite_form label textarea {
  border: 0;
  padding: 10px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.contact_collectivite_form .flex_label {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .contact_collectivite_form .flex_label {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact_collectivite_form .flex_label label {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact_collectivite_form .flex_label label {
    width: calc(50% - 20px);
  }
}
.contact_collectivite_form input[type=submit] {
  background-color: transparent;
  border: 0;
}
.contact_collectivite_form .checkbox-909 label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.contact_collectivite_form .checkbox-909 label input[type=checkbox] {
  width: auto;
}
.contact_collectivite_form .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 12px;
  flex-direction: row;
}
.contact_collectivite_form .wpcf7-list-item-label a {
  font-weight: bold;
}
.contact_collectivite_form .sub_btn {
  display: flex;
  justify-content: center;
}
.contact_collectivite_form input[type=submit] {
  background-color: #EA832A;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .bloc_graphique_refonte #elmt__bg__1, .bloc_graphique_refonte #elmt__bg__2, .perf_collectivite #elmt__bg__1, .perf_collectivite #elmt__bg__2, .refonte_temoignage #elmt__bg__1, .refonte_temoignage #elmt__bg__2 {
    display: none;
  }
}
.btn__contact {
  background: #EA832A;
  border-radius: 30px;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  text-align: center;
  margin: 20px auto;
}

.referentiel-header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ea552a;
}
.referentiel-header span {
  font-weight: bold;
  color: #000;
  font-size: 2.4rem;
}

.carouselReferentiel {
  width: calc(100% - 60px);
}
@media (min-width: 1200px) {
  .carouselReferentiel {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .referentiel-header {
    flex-direction: column;
  }
}

.menu-referentiel {
  padding: 40px 0;
}
.menu-referentiel .menu-referentiel-item {
  margin: 0 15px;
  margin-left: 30px;
}
@media (min-width: 576px) {
  .menu-referentiel .menu-referentiel-item {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  .menu-referentiel .menu-referentiel-item {
    margin-left: 15px;
  }
}
.menu-referentiel .menu-referentiel-item a {
  border: 1px solid #ea552a;
  border-radius: 28px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  height: 68px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #ea552a;
  line-height: 56px;
}
.menu-referentiel .menu-referentiel-item span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.menu-referentiel .menu-referentiel-item.active a, .menu-referentiel .menu-referentiel-item:hover a {
  background-color: #ea552a;
  color: white;
}

.referentiel-nav {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .referentiel-nav {
    padding: 0;
  }
}
.referentiel-nav i {
  cursor: pointer;
  color: #ea552a;
  font-size: 6rem;
}

.referentiel-box-titre {
  border-bottom: 1px solid #ea552a;
}
.referentiel-box-titre h3 {
  font-weight: normal;
  font-size: 2.2rem;
  color: #2b2b2b;
}
.referentiel-box-titre h3:hover {
  cursor: pointer;
}
.referentiel-box-titre .more i {
  font-size: 3rem;
  color: #ea552a;
}

.referentiel-box-content-single {
  margin-top: 20px;
  padding: 30px;
}
.referentiel-box-content-single > div {
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .referentiel-box-content-single > div {
    flex-direction: row;
  }
}

.referentiel-box-content {
  overflow: hidden;
}
.referentiel-box-content .numero {
  margin-top: 12px;
  font-size: 2.4rem;
  color: #ea552a;
  line-height: 1;
}
.referentiel-box-content .contenu {
  padding: 0;
  padding-right: 45px;
}
@media (min-width: 768px) {
  .referentiel-box-content .contenu {
    padding: 0 30px;
    padding-right: 65px;
  }
}
.referentiel-box-content .contenu h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 12px 0;
}
.referentiel-box-content .contenu p {
  color: #2b2b2b;
  font-size: 1.6rem;
  margin: 10px 0;
}
.referentiel-box-content .contenu ul li {
  font-size: 1.6rem;
}
.referentiel-box-content .contenu a {
  color: #ea552a;
  text-decoration: none;
  font-weight: bold;
}
.referentiel-box-content .contenu a:hover {
  text-decoration: underline;
}
.referentiel-box-content .point {
  font-size: 2.4rem;
  font-weight: bold;
  transform: rotate(-90deg);
  position: absolute;
  right: -38px;
  top: 50%;
  transform-origin: center;
}
@media (min-width: 768px) {
  .referentiel-box-content .point {
    right: -18px;
  }
}

#logo__ref {
  margin-top: 80px;
  margin-left: 50%;
  transform: translateX(-50%);
}

#breadcrumbs {
  margin-left: 5%;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #breadcrumbs {
    transform: none;
    margin-left: auto;
    text-align: center;
    width: 100%;
  }
}
#breadcrumbs a {
  color: #4fb3bc;
}
#breadcrumbs .breadcrumb_last {
  color: #5d5d5d;
  font-weight: bold;
}

.ref__text__container {
  display: flex;
  margin: 30px 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .ref__text__container {
    flex-direction: column;
  }
}
.ref__text__container .colonne__1, .ref__text__container .colonne__2 {
  width: 50%;
}
@media (max-width: 1024px) {
  .ref__text__container .colonne__1, .ref__text__container .colonne__2 {
    width: 100%;
  }
}
.ref__text__container img {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.menu-ressources {
  padding: 40px 0;
  margin: 0 !important;
  width: calc(100% - 84px);
}
@media (min-width: 1200px) {
  .menu-ressources {
    width: 100%;
  }
}

.ressources-nav {
  padding: 0 10px;
}
.ressources-nav i {
  cursor: pointer;
  color: #4ebd82;
  font-size: 6rem;
}

.menu-ressources-item {
  margin: 5px;
}
@media (min-width: 768px) {
  .menu-ressources-item {
    margin: 15px;
  }
}
.menu-ressources-item span {
  vertical-align: middle;
  line-height: 1.2;
  border: 1px solid #4ebd82;
  border-radius: 28px;
  font-weight: bold;
  height: 68px;
  width: 100%;
  padding: 5px;
  text-align: center;
  line-height: 56px;
  display: block;
  font-size: 1.5rem;
  background-color: white;
  color: black;
}
@media (min-width: 768px) {
  .menu-ressources-item span {
    font-size: 1.8rem;
  }
}
.menu-ressources-item.active span, .menu-ressources-item:hover span {
  background-color: #4ebd82;
  color: white;
  cursor: pointer;
}

.ressource-carte {
  margin: 15px;
  background-color: #faf4db;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .ressource-carte {
    padding: 40px;
  }
}
.ressource-carte i.fa {
  font-size: 7rem;
  color: #4ebd82;
}

.ressource-colonne {
  margin: 15px;
  height: 100%;
}
.ressource-carte-titre {
  font-size: 2rem;
  font-weight: bold;
}

.ressource-colonne-titre {
  margin: 20px 0;
  text-align: center;
}

.ressource-carte-description,
.ressource-colonne-titre {
  font-size: 2rem;
  line-height: 2.1rem;
}

/* GRID ET ITEMS */
.grid-sizer {
  width: 100%;
}
@media (min-width: 576px) {
  .grid-sizer {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid-sizer {
    width: 25%;
  }
}

.ressources-grid-item {
  float: left;
  width: 100%;
}
@media (min-width: 576px) {
  .ressources-grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ressources-grid-item {
    width: 25%;
  }
}

.ressources-grid-item--width2 {
  width: 100%;
}
@media (min-width: 576px) {
  .ressources-grid-item--width2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ressources-grid-item--width2 {
    width: 50%;
  }
}

/*--------------------------------*/
/*         DESCRIPTION            */
/*--------------------------------*/
.description-presentation {
  font-size: 2.2rem;
  color: #4fb3bc;
  text-align: center;
}

.description-presentation-video {
  text-align: center;
}

/*--------------------------------*/
/*     MENU HAUT DE PAGE         */
/*--------------------------------*/
@media (min-width: 576px) {
  .menu-presentation {
    padding-left: 60px;
  }
}

.menu-presentation-item {
  position: relative;
  display: block;
  height: 120px;
  margin: 0;
  opacity: 0.4;
}
.menu-presentation-item.active {
  opacity: 1;
  font-weight: bold;
}

.menu-presentation-suivant {
  width: 55px;
}
.menu-presentation-suivant img {
  width: 40px;
  height: auto;
}

.menu-presentation-texte {
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
}

.menu-presentation-nombre {
  font-size: 9rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.menu-presentation-nombre--1 {
  color: #bee3e6;
}

.menu-presentation-nombre--2 {
  color: #bde7d1;
}

.menu-presentation-nombre--3 {
  color: #ffcdce;
}

.menu-presentation-nombre--4 {
  color: #fad7cc;
}

.menu-presentation-nombre--5 {
  color: #d0ebed;
}

.presentation-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  padding: 0 20px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .presentation-sticky {
    padding: 20px 20px;
  }
}

/*--------------------------------*/
/*       ZONE PRESENTATION        */
/*--------------------------------*/
.zone-presentation {
  position: relative;
  margin: auto;
  max-width: 620px;
  width: 95%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.zone-presentation-titre {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #2b2b2b;
  position: relative;
  z-index: 2;
}
.zone-presentation-titre span {
  display: block;
}
@media (min-width: 576px) {
  .zone-presentation-titre {
    margin-left: 40px;
  }
  .zone-presentation-titre span {
    margin: 0 80px;
  }
}

.zone-presentation-description {
  font-size: 1.8rem;
  font-weight: bold;
}

.zone-presentation-nombre {
  font-size: 15rem;
  font-weight: bold;
  position: absolute;
  z-index: 100;
}
@media (max-width: 575.98px) {
  .zone-presentation-nombre {
    top: -150px;
    width: 100%;
    text-align: right;
    z-index: 180;
  }
}

.zone-presentation-icon {
  position: relative;
  z-index: 100;
  text-align: center;
}
@media (min-width: 576px) {
  .zone-presentation-icon {
    text-align: unset;
  }
}

.zone-presentation-button {
  margin-top: 50px;
  min-width: 400px;
  float: right;
  text-align: center;
  display: none;
}

.zone-presentation-icon-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-size: 200%;
  position: absolute;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

@media (min-width: 992px) {
  .zone-presentation-icon-circle--action {
    -webkit-animation-name: iconcircle;
            animation-name: iconcircle;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.zone-presentation-icon-img {
  position: relative;
}
@media (min-width: 576px) {
  .zone-presentation-icon-img {
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .zone-presentation-icon-img {
    margin: auto;
  }
}

.zone-presentation-list {
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
  font-size: 1.5rem;
}
.zone-presentation-list p {
  margin: 0;
}

.zone-presentation-content {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.zone-presentation-content h3 {
  margin: 0;
  font-size: 1.5rem;
}
.zone-presentation-content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.zone-presentation-label {
  border-radius: 20px;
  border: 1px solid #bde7d1;
  padding: 20px 25px;
  margin-bottom: 30px;
  text-align: center;
}
.zone-presentation-label h3 {
  text-transform: uppercase;
  color: #4fb3bc;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.zone-presentation-label p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.zone-presentation-label .suivant {
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
  margin: 10px auto;
  transform-origin: center;
  display: block;
}
.zone-presentation-label img {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 576px) {
  .zone-presentation-label {
    margin-bottom: 0;
  }
}

.zone-action > div {
  display: inline-block;
  margin: 5px;
}
.zone-action > div a {
  font-size: 1em;
}

/*--------------------------------*/
/*      ZONE PRESENTATION 1       */
/*--------------------------------*/
.zone-presentation--1 {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .zone-presentation--1 {
    margin-top: 100px;
  }
}
.zone-presentation--1 span {
  color: #4fb3bc;
}
.zone-presentation--1 .zone-presentation {
  padding-top: 60px;
}
.zone-presentation--1 .zone-presentation-button {
  float: left;
}
.zone-presentation--1 .zone-presentation-icon-circle {
  top: 75px;
  left: 20%;
  transform-origin: 25% 30%;
}
@media (min-width: 576px) {
  .zone-presentation--1 .zone-presentation-icon-circle {
    left: 14px;
  }
}
.zone-presentation--1 .zone-presentation-icon-img {
  width: 130px;
}
.zone-presentation--1 .zone-presentation-nombre {
  color: #4fb3bc;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .zone-presentation--1 .zone-presentation-nombre {
    right: 0;
    top: 0;
  }
}
.zone-presentation--1 .zone-presentation-content {
  background-color: #e3f3f4;
}
.zone-presentation--1 .zone-presentation-titre span {
  text-align: right;
}

/*--------------------------------*/
/*      ZONE PRESENTATION 2       */
/*--------------------------------*/
.zone-presentation--2 {
  margin-top: 100px;
}
@media (min-width: 576px) {
  .zone-presentation--2 {
    margin-top: 120px;
  }
}
.zone-presentation--2 span {
  color: #4ebd82;
}
.zone-presentation--2 .zone-presentation {
  padding-top: 30px;
}
@media (min-width: 576px) {
  .zone-presentation--2 .zone-presentation {
    padding-top: 60px;
  }
}
.zone-presentation--2 .zone-presentation-icon-circle {
  transform-origin: 80% 20%;
  top: 0;
  right: 38%;
}
@media (min-width: 576px) {
  .zone-presentation--2 .zone-presentation-icon-circle {
    top: 0;
    right: 0;
  }
}
.zone-presentation--2 .zone-presentation-icon-img {
  width: 135px;
}
@media (min-width: 576px) {
  .zone-presentation--2 .zone-presentation-icon-img {
    top: 15px;
    right: 0;
  }
}
.zone-presentation--2 .zone-presentation-nombre {
  color: #4ebd82;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .zone-presentation--2 .zone-presentation-nombre {
    top: -30px;
    left: 20%;
  }
}
.zone-presentation--2 .zone-presentation-list {
  background-color: #eaf7f0;
}
.zone-presentation--2 .zone-presentation-list.zone-mega-pop:hover {
  background-color: #4ebd82;
}
.zone-presentation--2 .zone-presentation-list.zone-mega-pop:hover p {
  color: white;
}
.zone-presentation--2 .zone-presentation-content {
  background-color: #eaf7f0;
}
.zone-presentation--2 .zone-presentation-blocs {
  margin-bottom: 15px;
}

/*--------------------------------*/
/*      ZONE PRESENTATION 3       */
/*--------------------------------*/
.zone-presentation--3 {
  margin-top: 100px;
}
@media (min-width: 576px) {
  .zone-presentation--3 {
    margin-top: 120px;
  }
}
.zone-presentation--3 span {
  color: #ff676a;
}
.zone-presentation--3 .zone-presentation {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .zone-presentation--3 .zone-presentation {
    padding-top: 180px;
  }
}
.zone-presentation--3 .zone-presentation-icon-img {
  width: 177px;
  top: 0;
}
@media (min-width: 576px) {
  .zone-presentation--3 .zone-presentation-icon-img {
    left: 40%;
  }
}
.zone-presentation--3 .zone-presentation-icon-circle {
  top: 66px;
  left: 45%;
  transform-origin: center center;
}
.zone-presentation--3 .zone-presentation-nombre {
  color: #ff676a;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .zone-presentation--3 .zone-presentation-nombre {
    top: 15%;
    right: 30%;
  }
}
.zone-presentation--3 .zone-presentation-content {
  background-color: #ffcdce;
}
.zone-presentation--3 .zone-presentation-button {
  position: relative;
  top: 139px;
  width: 94%;
}

/*--------------------------------*/
/*      ZONE PRESENTATION 4       */
/*--------------------------------*/
.zone-presentation--4 {
  margin-bottom: 12px;
  margin-top: 100px;
}
@media (min-width: 576px) {
  .zone-presentation--4 {
    margin-top: 120px;
  }
}
.zone-presentation--4 span {
  color: #ea552a;
}
.zone-presentation--4 .zone-presentation {
  padding-top: 40px;
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .zone-presentation--4 .zone-presentation {
    padding-top: 120px;
  }
}
.zone-presentation--4 .zone-presentation-icon-img {
  width: 177px;
  top: 0;
}
@media (min-width: 576px) {
  .zone-presentation--4 .zone-presentation-icon-img {
    right: 15%;
  }
}
.zone-presentation--4 .zone-presentation-icon-circle {
  top: 66px;
  right: 25%;
  transform-origin: center center;
}
.zone-presentation--4 .zone-presentation-nombre {
  color: #ea552a;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .zone-presentation--4 .zone-presentation-nombre {
    top: 50px;
    left: 10%;
  }
}
.zone-presentation--4 .zone-presentation-content {
  background-color: #fad7cc;
}
.zone-presentation--4 .zone-presentation-button {
  position: absolute;
  top: 100px;
  width: 80%;
  left: 0;
}

/*--------------------------------*/
/*      ZONE PRESENTATION 5       */
/*--------------------------------*/
.zone-presentation--5 {
  margin-top: 150px;
}
@media (min-width: 576px) {
  .zone-presentation--5 {
    margin-top: 110px;
  }
}
.zone-presentation--5 span {
  color: #4fb3bc;
}
.zone-presentation--5 .zone-presentation {
  padding-top: 40px;
}
@media (min-width: 576px) {
  .zone-presentation--5 .zone-presentation {
    padding-top: 130px;
  }
}
.zone-presentation--5 .zone-presentation-icon-img {
  width: 130px;
  top: -10px;
}
@media (min-width: 576px) {
  .zone-presentation--5 .zone-presentation-icon-img {
    right: 25%;
    top: 20px;
  }
}
.zone-presentation--5 .zone-presentation-icon-circle {
  top: 45px;
  right: 28%;
  transform-origin: 80% 50%;
}
@media (min-width: 576px) {
  .zone-presentation--5 .zone-presentation-icon-circle {
    top: -20px;
  }
}
.zone-presentation--5 .zone-presentation-nombre {
  color: #4fb3bc;
  opacity: 0.2;
}
@media (min-width: 576px) {
  .zone-presentation--5 .zone-presentation-nombre {
    right: 5%;
    top: -63px;
  }
}
.zone-presentation--5 .zone-presentation-content {
  background-color: #d0ebed;
}
.zone-presentation--5 .zone-presentation-button {
  position: relative;
  top: 0;
  width: 100%;
}
.zone-presentation--5 .zone-action {
  margin: 10px 0;
}
.zone-presentation--5 .zone-presentation-blocs {
  margin-bottom: 30px;
}

/*--------------------------------*/
/*            POP'UP              */
/*--------------------------------*/
.zone-presentation-pop {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  padding: 1.8rem 2.16rem 0.9rem;
  width: 100%;
  font-size: 1.8rem;
}
.zone-presentation-pop h3 {
  text-align: center;
  font-size: 3rem;
}

.zone-presentation-pop--vert {
  background: #4ebd82;
}
.zone-presentation-pop--vert * {
  color: white;
}

.zone-presentation-pop--bleu {
  background: #4fb3bc;
}
.zone-presentation-pop--bleu * {
  color: white;
}

.zone-presentation-pop--orange {
  background: #ea552a;
}
.zone-presentation-pop--orange * {
  color: white;
}

.zone-presentation-pop--rose {
  background: #ff676a;
}
.zone-presentation-pop--rose * {
  color: white;
}

.zone-presentation-pop--noir {
  background: black;
}
.zone-presentation-pop--noir * {
  color: white;
}

.zone-presentation-pop--blanc {
  background: white;
}
.zone-presentation-pop--blanc * {
  color: black;
}

.zone-mega-pop:hover {
  cursor: pointer;
}

/*--------------------------------*/
/*          ANIMATIONS            */
/*--------------------------------*/
@-webkit-keyframes iconcircle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes iconcircle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes iconcircleopen {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(5);
  }
}
@keyframes iconcircleopen {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(5);
  }
}
/*--------------------------------*/
/*           CATEGORY             */
/*--------------------------------*/
.menu-category {
  padding: 40px 0;
  margin: 0 !important;
}
.menu-category .owl-stage-outer {
  margin: auto;
}

.menu-category-item {
  margin: 5px;
}
@media (min-width: 768px) {
  .menu-category-item {
    margin: 15px;
  }
}
.menu-category-item span {
  vertical-align: middle;
  line-height: 1.2;
  border: 1px solid #4fb3bc;
  border-radius: 28px;
  font-weight: bold;
  height: 68px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: white;
  line-height: 56px;
  background-color: #4fb3bc;
  display: block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .menu-category-item span {
    font-size: 1.8rem;
  }
}
.menu-category-item.active span, .menu-category-item:hover span {
  background-color: white;
  color: black;
  cursor: pointer;
}

/* GRID ET ITEMS */
.grid-sizer {
  width: 100%;
}
@media (min-width: 576px) {
  .grid-sizer {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .grid-sizer {
    width: 33.33%;
  }
}

.category-grid {
  width: 100%;
  margin: auto;
}

.category-grid-item {
  float: left;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .category-grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .category-grid-item {
    width: 33.33%;
  }
}
.category-grid-item .img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.category-grid-item .content {
  text-align: center;
  padding: 25px;
  padding-top: 10px;
  border-radius: 0 0 15px 15px;
  background-color: #faf4db;
}
.category-grid-item .content p.date {
  font-size: 1.4rem;
  color: #4fb3bc;
  margin: 0;
  margin-bottom: 10p;
}
.category-grid-item .content h3 {
  margin: 0;
  font-weight: bold;
  font-size: 2.4rem;
}
.category-grid-item .content p {
  margin: 10px 0;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

/*--------------------------------*/
/*            SINGLE              */
/*--------------------------------*/
.page__region h1, .page__region h2 {
  position: relative;
  z-index: 5;
  color: #2b2b2b;
}
.page__region h1 {
  margin-top: 50px;
}
.page__region .page__banner {
  position: relative;
  overflow-x: visible;
}
.page__region .page__banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.page__region .page__banner img {
  position: relative;
  z-index: 5;
  max-height: 550px;
}
.page__region .page__banner #bg__element {
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px) {
  .page__region .page__banner #bg__element {
    display: block;
  }
}
.page__region .menu__ancre {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin: 50px 0;
}
.page__region .menu__ancre ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 850px) {
  .page__region .menu__ancre ul {
    flex-direction: row;
  }
  .page__region .menu__ancre ul li {
    border-right: 1px solid black;
  }
  .page__region .menu__ancre ul li:last-child {
    border: none;
  }
}
.page__region .menu__ancre ul li {
  list-style: none;
  padding: 0 20px;
  margin: 10px 0;
}
.page__region .menu__ancre ul li a {
  font-size: 22px;
  font-weight: bold;
}
.page__region .menu__ancre ul li:hover a {
  color: #4fb3bc;
}
.page__region .titre__colonne .colonnes__container .colonne__element span {
  color: #4ebd82;
}
.page__region .titre__colonne .colonnes__container .colonne__element:nth-child(2) span {
  color: #ff676a;
}
.page__region .titre__colonne .colonnes__container .colonne__element:nth-child(3) span {
  color: #ea552a;
}

.page__thematique h1, .page__thematique h2 {
  position: relative;
  z-index: 5;
  color: #2b2b2b;
  max-width: 90%;
}
.page__thematique h1 {
  margin-top: 50px;
}
.page__thematique .page__banner {
  position: relative;
  overflow-x: visible;
}
.page__thematique .page__banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.page__thematique .page__banner img {
  position: relative;
  z-index: 5;
}
.page__thematique .page__banner #bg__element {
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px) {
  .page__thematique .page__banner #bg__element {
    display: block;
  }
}
.page__thematique .menu__ancre {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin: 50px 0;
}
.page__thematique .menu__ancre ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media (min-width: 850px) {
  .page__thematique .menu__ancre ul {
    flex-direction: row;
  }
  .page__thematique .menu__ancre ul li {
    border-right: 1px solid black;
  }
  .page__thematique .menu__ancre ul li:last-child {
    border: none;
  }
}
.page__thematique .menu__ancre ul li {
  list-style: none;
  padding: 0 20px;
  margin: 10px 0;
}
.page__thematique .menu__ancre ul li a {
  font-size: 22px;
  font-weight: bold;
}
.page__thematique .menu__ancre ul li:hover a {
  color: #4fb3bc;
}

/*** BLOCS ***/
.collectivites__engagees {
  padding: 70px 0;
  background: url(../assets/image/fond_rouge.png) no-repeat center center fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.collectivites__engagees h2 {
  color: white;
}
.collectivites__engagees ul {
  list-style: none;
  margin: 50px auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .collectivites__engagees ul {
    flex-direction: column;
  }
}
.collectivites__engagees ul li {
  margin: 10px 20px;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .collectivites__engagees ul li {
    text-align: center;
  }
}

.titre__colonne {
  position: relative;
  z-index: 5;
}
.titre__colonne .colonnes__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 1024px) {
  .titre__colonne .colonnes__container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.titre__colonne .colonnes__container .colonne__element {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (min-width: 1024px) {
  .titre__colonne .colonnes__container .colonne__element .colonne__element {
    max-width: 350px;
  }
}
.titre__colonne .colonnes__container .colonne__element p {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.titre__colonne .colonnes__container .colonne__element span {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #4fb3bc;
}
.titre__colonne .colonnes__container .colonne__element #chiffre {
  font-size: 100px;
}

.texte__image {
  margin: 30px 0;
}
.texte__image .texte__image__container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.texte__image .texte__image__container .texte__zone {
  width: 70%;
  background: #F8F8F8;
  padding: 30px 30px 30px 100px;
  position: relative;
  z-index: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container .texte__zone {
    border-radius: 20px;
    width: 90%;
    padding: 20px;
  }
}
.texte__image .texte__image__container .texte__zone h3 {
  font-size: 36px;
}
.texte__image .texte__image__container .texte__zone p {
  font-size: 23px;
}
.texte__image .texte__image__container .texte__zone p em {
  color: rgba(93, 93, 93, 0.7);
  font-weight: bold;
  margin-top: 50px;
  display: block;
  text-align: right;
}
.texte__image .texte__image__container .texte__zone span {
  display: block;
  color: #ff676a;
  text-align: right;
  font-size: 23px;
}
.texte__image .texte__image__container .texte__zone #auteur {
  font-weight: bold;
}
.texte__image .texte__image__container img {
  margin-top: 20px;
  margin-right: -50px;
  position: relative;
  z-index: 3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 40%;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container img {
    border-radius: 20px;
    width: 90%;
    margin: auto;
  }
}
.texte__image .texte__image__container.image__droite {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container.image__droite {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.texte__image .texte__image__container.image__droite .texte__zone {
  padding: 30px 100px 30px 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container.image__droite .texte__zone {
    border-radius: 20px;
    width: 90%;
    padding: 20px;
  }
}
.texte__image .texte__image__container.image__droite img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: auto;
  margin-left: -50px;
}
@media (max-width: 1024px) {
  .texte__image .texte__image__container.image__droite img {
    border-radius: 20px;
    width: 90%;
    margin: auto;
  }
}

.remontee__region {
  width: 80%;
  max-width: 1100px;
  margin: 30px auto 80px auto;
}
@media (max-width: 1024px) {
  .remontee__region {
    width: 70%;
  }
}
.remontee__region .slider__collectivites .col__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.remontee__region .slider__collectivites .col__element img {
  height: 250px;
}
.remontee__region .slider__collectivites .col__element h4 {
  text-align: center;
  color: #ff676a;
  text-transform: uppercase;
  margin-bottom: 0;
}
.remontee__region .slider__collectivites .col__element h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  color: black;
}
.remontee__region .prev-slide {
  background: url(../assets/image/fleche_b_gauche.png) no-repeat scroll 0 0;
  right: 101%;
}
.remontee__region .next-slide {
  background: url(../assets/image/fleche_b_droite.png) no-repeat scroll 0 0;
  left: 102%;
}
.remontee__region .nav-btn {
  height: 60px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 45%;
  transform: translateY(-50%);
}

.interlocuteurs {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 80px;
  width: 90%;
  max-width: 1200px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1120px) {
  .interlocuteurs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.interlocuteurs .interlocuteur__element {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 90%;
  margin: 20px 0;
}
@media (min-width: 1120px) {
  .interlocuteurs .interlocuteur__element {
    width: 500px;
  }
  .interlocuteurs .interlocuteur__element:nth-child(2n+1)::before {
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    background: #4fb3bc;
  }
}
.interlocuteurs .interlocuteur__element .interlocuteur__image {
  position: relative;
  border-radius: 100px;
  margin-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interlocuteurs .interlocuteur__element .interlocuteur__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
}
.interlocuteurs .interlocuteur__element .interlocuteur__texte {
  display: flex;
  flex-direction: column;
}
.interlocuteurs .interlocuteur__element .interlocuteur__texte p, .interlocuteurs .interlocuteur__element .interlocuteur__texte a {
  margin: 0;
  font-size: 23px;
}

.slider__texte__image {
  position: relative;
  z-index: 2;
  width: calc(100% - 100px);
  margin: 50px auto;
  max-width: 1200px;
  background: white;
}
@media (max-width: 1024px) {
  .slider__texte__image {
    width: calc(100% - 80px);
  }
}
.slider__texte__image .texte__image .texte__image__container .texte__zone {
  width: 100%;
}
.slider__texte__image .owl-carousel .nav-btn {
  height: 250px;
  position: absolute;
  width: 40px;
  cursor: pointer;
  top: 45%;
  transform: translateY(-50%);
}
.slider__texte__image .owl-carousel .owl-prev.disabled,
.slider__texte__image .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.slider__texte__image .owl-carousel .prev-slide {
  background: url(../assets/image/prevslide.png) no-repeat scroll 0 0;
  right: 100%;
}
.slider__texte__image .owl-carousel .next-slide {
  background: url(../assets/image/nextslide.png) no-repeat scroll 0 0;
  left: 100%;
}

.etapes__container {
  width: 90%;
  max-width: 1500px;
  margin: 50px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .etapes__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
  }
}
.etapes__container .etape__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  position: relative;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .etapes__container .etape__element {
    width: 33%;
    margin: 50px;
  }
}
.etapes__container .etape__element .etape__chiffre {
  position: absolute;
  left: -50px;
  top: -30px;
}
@media (min-width: 1024px) {
  .etapes__container .etape__element .etape__chiffre {
    left: -100px;
  }
}
.etapes__container .etape__element .etape__chiffre .chiffre__inner {
  position: relative;
}
.etapes__container .etape__element .etape__chiffre .chiffre__inner span {
  position: absolute;
  top: -50px;
  right: 0px;
  font-size: 100px;
  font-weight: bold;
}
.etapes__container .etape__element h3 {
  margin-bottom: 0;
}
.etapes__container .etape__element .colored__bg {
  padding: 20px 10px;
  border-radius: 10px;
}
.etapes__container .etape__element:nth-child(2n+1) .etape__chiffre .chiffre__inner span {
  color: rgba(79, 179, 188, 0.4);
}
.etapes__container .etape__element:nth-child(2n+1) .colored__bg {
  background-color: rgba(79, 179, 188, 0.4);
}
.etapes__container .etape__element:nth-child(2n+2) .etape__chiffre .chiffre__inner span {
  color: rgba(255, 103, 106, 0.4);
}
.etapes__container .etape__element:nth-child(2n+2) .colored__bg {
  background-color: rgba(255, 103, 106, 0.4);
}
.etapes__container .etape__element:nth-child(2n+3) .etape__chiffre .chiffre__inner span {
  color: rgba(78, 189, 130, 0.4);
}
.etapes__container .etape__element:nth-child(2n+3) .colored__bg {
  background-color: rgba(78, 189, 130, 0.4);
}

.imagedecallee__2textes {
  background-color: #F8F8F8;
  margin-top: 200px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .imagedecallee__2textes {
    margin-top: 50px;
  }
}
.imagedecallee__2textes .bg__elmt__1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -110px;
  height: 330px;
  width: auto;
}
.imagedecallee__2textes .bg__elmt__2 {
  position: absolute;
  top: 70%;
  left: 60px;
  height: 270px;
  width: auto;
  z-index: 1;
}
.imagedecallee__2textes .imagedecallee__2textes__inner {
  padding: 30px 0 60px 0;
  max-width: 1200px;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 90%;
  display: flex;
}
@media (max-width: 1024px) {
  .imagedecallee__2textes .imagedecallee__2textes__inner {
    flex-direction: column;
  }
}
.imagedecallee__2textes .imagedecallee__2textes__inner .colonne1, .imagedecallee__2textes .imagedecallee__2textes__inner .colonne2 {
  margin: 20px;
  color: black;
}
.imagedecallee__2textes .imagedecallee__2textes__inner .colonne1 {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: calc(40% - 80px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .imagedecallee__2textes .imagedecallee__2textes__inner .colonne1 {
    width: 90%;
    max-width: 500px;
  }
}
.imagedecallee__2textes .imagedecallee__2textes__inner .colonne2 {
  width: calc(60% - 80px);
}
@media (max-width: 1024px) {
  .imagedecallee__2textes .imagedecallee__2textes__inner .colonne2 {
    width: 90%;
    max-width: 500px;
  }
}
.imagedecallee__2textes img {
  position: absolute;
  max-height: 300px;
  top: -150px;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1024px) {
  .imagedecallee__2textes img {
    border-radius: 20px;
    position: relative;
    top: 0;
  }
}

.texte__bouton__video {
  background: url(../assets/image/fond_vert.png) no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
  color: white;
}
.texte__bouton__video .texte__bouton__video__inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .texte__bouton__video .texte__bouton__video__inner {
    flex-direction: column;
  }
}
.texte__bouton__video .texte__bouton__video__inner .colonne1, .texte__bouton__video .texte__bouton__video__inner .colonne2 {
  width: calc(50% - 80px);
  margin: 20px;
}
@media (max-width: 1024px) {
  .texte__bouton__video .texte__bouton__video__inner .colonne1, .texte__bouton__video .texte__bouton__video__inner .colonne2 {
    width: 90%;
    margin: 20px auto;
  }
}
.texte__bouton__video .texte__bouton__video__inner iframe {
  width: 100%;
  height: 250px;
}
.texte__bouton__video .texte__bouton__video__inner h2 {
  color: white;
  text-align: left;
  margin: 0;
}
.texte__bouton__video .texte__bouton__video__inner .citergie__bouton {
  transform: none;
  margin: 0;
  background: white;
  color: #4ebd82;
}/*# sourceMappingURL=template.css.map */