@charset "UTF-8";
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color); }

/*!
   * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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-inline-grid {
  display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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-inline-grid {
    display: inline-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; } }

/*!
   * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; }

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; }

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; }

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; }

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; }

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; }

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; }

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; }

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden; }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform; }
    @media (prefers-reduced-motion: reduce) {
      .icon-link > .bi {
        transition: none; } }

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

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

.float-start {
  float: left !important; }

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

.float-none {
  float: none !important; }

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

.shadow-none {
  box-shadow: none !important; }

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

.link-opacity-10 {
  --bs-link-opacity: 0.1; }

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

.link-opacity-25 {
  --bs-link-opacity: 0.25; }

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

.link-opacity-50 {
  --bs-link-opacity: 0.5; }

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

.link-opacity-100 {
  --bs-link-opacity: 1; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .column-gap-sm-3 {
    column-gap: 1rem !important; }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .column-gap-sm-5 {
    column-gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 0.25rem !important; }
  .column-gap-md-2 {
    column-gap: 0.5rem !important; }
  .column-gap-md-3 {
    column-gap: 1rem !important; }
  .column-gap-md-4 {
    column-gap: 1.5rem !important; }
  .column-gap-md-5 {
    column-gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .column-gap-lg-3 {
    column-gap: 1rem !important; }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .column-gap-lg-5 {
    column-gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xl-3 {
    column-gap: 1rem !important; }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xl-5 {
    column-gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xxl-3 {
    row-gap: 1rem !important; }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xxl-5 {
    row-gap: 3rem !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xxl-3 {
    column-gap: 1rem !important; }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xxl-5 {
    column-gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-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; } }

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

.container {
  width: auto; }
  @media (max-width: 767px) {
    .container .col-12 {
      margin-bottom: 20px; } }

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?9qwzpv");
  src: url("../fonts/icon.eot?9qwzpv#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?9qwzpv") format("truetype"), url("../fonts/icon.woff?9qwzpv") format("woff"), url("../fonts/icon.svg?9qwzpv#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/*@font-face {
    font-family: 'specif';
    src:  url('../fonts/specif.eot?z8j4jr');
    src:  url('../fonts/specif.eot?z8j4jr#iefix') format('embedded-opentype'),
    url('../fonts/specif.ttf?z8j4jr') format('truetype'),
    url('../fonts/specif.woff?z8j4jr') format('woff'),
    url('../fonts/specif.svg?z8j4jr#specif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
/*
$basePixelLg : 10px;
$basePixelSm : 10px;
$basePixelXs : 10px;*/
@-webkit-keyframes dezoom {
  0% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); }
  100% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes zoom {
  0% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); } }

[class^="icon-"], [class*=" icon-"] {
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; }

.icon-electron-draw:before {
  content: "\e91d"; }

.icon-electron:before {
  content: "\e91b"; }

.icon-perso:before {
  content: "\e919"; }

.icon-perso-add:before {
  content: "\e91a"; }

.icon-prev:before {
  content: "\e917"; }

.icon-next:before {
  content: "\e918"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-facebook:before {
  content: "\e914"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-instagram:before {
  content: "\e915"; }

.icon-twitter:before {
  content: "\e916"; }

.icon-bluesky:before {
  content: "\e91c"; }

.icon-accessibilite:before {
  content: "\e900"; }

.icon-calendrier:before {
  content: "\e901"; }

.icon-citation:before {
  content: "\e902"; }

.icon-fermer:before {
  content: "\e903"; }

.icon-fleche-lien:before {
  content: "\e904"; }

.icon-fleche-slider:before {
  content: "\e905"; }

.icon-information:before {
  content: "\e906"; }

.icon-lien-externe:before {
  content: "\e907"; }

.icon-liste:before {
  content: "\e909"; }

.icon-mail:before {
  content: "\e90a"; }

.icon-menu-drill-down:before {
  content: "\e90b"; }

.icon-menu:before {
  content: "\e90c"; }

.icon-metier:before {
  content: "\e90d"; }

.icon-poi:before {
  content: "\e90e"; }

.icon-recherche:before {
  content: "\e90f"; }

.icon-telechargement:before {
  content: "\e910"; }

.icon-telephone:before {
  content: "\e911"; }

.icon-top:before {
  content: "\e912"; }

/*
*.nofocus {
    outline: none !important;
}

*,*:focus {
    outline: none !important;
}

*[tabindex]:focus {
    outline: auto !important;
}
*/
*[data-href] {
  cursor: pointer; }

/*html {
    font-size: $basePixel;

    @media (max-width: 1199px) {
        font-size: $basePixelLg;
    }

    @media (max-width: 991px) {
        font-size: $basePixelSm;
    }

    @media (max-width: 767px) {
        font-size: $basePixelXs;
    }
}*/
body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  background: #ffffff; }

#wpadminbar {
  position: fixed !important; }

.menu .burger-layer .scroll {
  height: auto; }

#content {
  margin-top: 52px; }
  @media (min-width: 576px) {
    #content {
      margin-top: 52px; } }
  @media (min-width: 768px) {
    #content {
      margin-top: 92px; } }
  @media (min-width: 992px) {
    #content {
      margin-top: 160px; } }
  @media (min-width: 1200px) {
    #content {
      margin-top: 160px; } }

a[name],
*[id] {
  scroll-margin-top: 120px; }

@media (min-width: 992px) {
  a[name],
  *[id] {
    scroll-margin-top: 200px; } }

.hide {
  display: none !important; }

.show {
  display: inherit !important; }

.rel {
  position: relative; }

main picture img {
  width: auto; }

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

.search {
  margin: auto; }
  .search form {
    position: relative; }
    .search form > label {
      display: block;
      position: relative; }
      .search form > label input[type=search] {
        font-family: "Roboto", serif;
        font-size: 1rem;
        line-height: 38px;
        font-weight: 400;
        padding: 0;
        padding-left: 20px;
        padding-right: 60px;
        color: #141414;
        background: #ffffff;
        border: 1px solid #C5CBCF;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .search form > label:after {
        pointer-events: none;
        position: absolute;
        top: 3px;
        right: 3px;
        content: "\e90f";
        font-family: 'icon' !important;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 33px;
        text-align: center;
        width: 33px;
        height: 33px;
        color: #141414;
        background: #ffffff;
        z-index: 1;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
    .search form button[type=submit] {
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 33px;
      height: 33px;
      overflow: hidden;
      padding: 0;
      border: 0;
      background: #ffffff;
      cursor: pointer;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }

.scroll-back-to-top {
  z-index: 30;
  position: fixed;
  right: 35px;
  bottom: 35px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .scroll-back-to-top.up {
    opacity: 0.5;
    pointer-events: auto; }
  .scroll-back-to-top:before {
    content: "\e912";
    font-family: 'icon';
    font-size: 45px;
    color: #141414;
    font-weight: 400; }
  .scroll-back-to-top:hover {
    opacity: 1; }

@media (min-width: 360px) {
  .col-md-6 .youtube-player {
    height: 220px; } }

@media (min-width: 768px) {
  .col-md-6 .youtube-player {
    height: 190px; } }

@media (min-width: 1200px) {
  .col-md-6 .youtube-player {
    height: 226px; } }

.content ul.hpo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0 15px; }
  .content ul.hpo-breadcrumb li {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5B5D5F; }
    .content ul.hpo-breadcrumb li a {
      text-decoration: none;
      color: #141414; }
      .content ul.hpo-breadcrumb li a:hover {
        color: #E41944; }
    .content ul.hpo-breadcrumb li:before {
      display: none !important; }
    .content ul.hpo-breadcrumb li.seperator {
      color: #E41944; }
    .content ul.hpo-breadcrumb li:first-of-type {
      font-weight: 600; }
    .content ul.hpo-breadcrumb li:last-of-type {
      margin: 0; }

.tag {
  font-family: "Roboto", serif;
  color: #141414;
  background: #fafafa;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 7px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
  margin-bottom: 15px; }

span.tag {
  display: inline-table; }

.date {
  font-family: "Roboto", serif;
  color: #7C7C7C;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  display: table; }

.content .filters {
  font-family: "Roboto", serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 26px;
  color: #141414;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .content .filters ul.filter {
    display: inline-table;
    margin: 0 0 10px; }
    .content .filters ul.filter li {
      margin: 0;
      padding: 0;
      display: table; }
      .content .filters ul.filter li:before {
        display: none; }
      .content .filters ul.filter li a {
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 1rem;
        color: #5A36BF;
        margin-bottom: 10px;
        text-decoration: none;
        background: #ffffff;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
        @media (max-width: 767px) {
          .content .filters ul.filter li a {
            font-size: 0.9375rem;
            padding: 20px 40px 20px 20px; } }
      .content .filters ul.filter li ul {
        display: none;
        position: absolute;
        z-index: 11;
        width: 280px;
        max-width: 280px;
        left: 0;
        max-height: 240px;
        overflow-y: auto;
        scrollbar-width: thin;
        background: #ffffff;
        border: 1px solid #5A36BF;
        padding: 0;
        margin: -1px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-top-left-radius: 0; }
        .content .filters ul.filter li ul li {
          display: block; }
          .content .filters ul.filter li ul li a {
            display: block;
            font-size: 1rem;
            color: #5A36BF;
            line-height: 1.2;
            padding: 10px 15px;
            margin: 0; }
            .content .filters ul.filter li ul li a:hover, .content .filters ul.filter li ul li a:focus-within, .content .filters ul.filter li ul li a.active {
              background: #5A36BF;
              color: #ffffff; }
      .content .filters ul.filter li:focus-within ul {
        display: block; }
      @media (min-width: 992px) {
        .content .filters ul.filter li:hover ul {
          display: block; } }
    .content .filters ul.filter > li {
      position: relative;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .content .filters ul.filter > li {
          position: relative; } }
      @media (max-width: 575px) {
        .content .filters ul.filter > li {
          padding-bottom: 10px; } }
      .content .filters ul.filter > li:hover > a:before, .content .filters ul.filter > li:focus-within > a:before {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .content .filters ul.filter > li > a {
        font-family: "Roboto", serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        color: #5A36BF;
        background: #ffffff;
        border: 1px solid #5A36BF;
        padding: 10px 50px 10px 15px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
        .content .filters ul.filter > li > a:before {
          font-family: 'icon' !important;
          content: "\e90b";
          position: absolute;
          font-size: 10px;
          right: 20px;
          line-height: 20px; }
        .content .filters ul.filter > li > a.active {
          background: #5A36BF;
          color: #ffffff; }
          .content .filters ul.filter > li > a.active:before {
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 575px) {
    .content .filters ul.filter {
      display: block;
      width: 100%;
      margin-bottom: 0; }
      .content .filters ul.filter li {
        display: block;
        width: 100%;
        margin: 0; }
        .content .filters ul.filter li ul {
          width: 100%;
          margin: 0;
          max-width: inherit; }
        .content .filters ul.filter li a {
          display: block; } }
  .content .filters div.filter {
    display: inline-table;
    margin: 0 0 10px; }
    .content .filters div.filter a {
      font-family: "Roboto", serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3;
      text-decoration: none;
      border: 1px solid #5A36BF;
      display: inline-block;
      position: relative;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms;
      overflow: hidden; }
      .content .filters div.filter a span, .content .filters div.filter a em {
        display: inline-table;
        padding: 9px 15px;
        font-style: normal; }
      .content .filters div.filter a span {
        background: #5A36BF;
        color: #ffffff;
        font-weight: 500; }
      .content .filters div.filter a em {
        background: #ffffff;
        color: #5A36BF; }

.content .msg {
  margin-top: 15px; }

.content .return {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 1rem;
  color: #5A36BF;
  text-decoration: none;
  position: relative;
  padding: 3px 0;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-flex;
  align-items: center; }
  .content .return:before {
    content: "\e904";
    font-family: 'icon';
    font-size: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    text-align: center;
    margin-right: 10px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #5A36BF;
    color: #ffffff; }
  .content .return:hover, .content .return:focus-within {
    color: #3F2194; }
    .content .return:hover:before, .content .return:focus-within:before {
      background: #3F2194;
      color: #ffffff; }

.content .accordion-more {
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column-reverse; }
  .content .accordion-more.disabled a {
    display: none; }
  .content .accordion-more > div {
    max-height: 40px;
    overflow: hidden;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
  .content .accordion-more > a {
    color: #141414 !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border-top: 1px solid #5B5D5F; }
    .content .accordion-more > a:before {
      position: relative;
      padding-right: 10px;
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a:after {
      content: attr(data-on);
      line-height: 1.5; }
    .content .accordion-more > a.selected:before {
      padding-right: 0;
      padding-left: 10px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      display: inline-block; }
    .content .accordion-more > a.selected:after {
      content: attr(data-off); }
    .content .accordion-more > a:hover, .content .accordion-more > a:focus-within {
      background: #C5CBCF;
      text-decoration: underline !important; }

body .lSAction > a {
  background: #5A36BF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  body .lSAction > a:after {
    color: #ffffff;
    font-size: 0.9375rem; }
  body .lSAction > a:hover {
    background: #141414; }

body #wcb.carbonbadge {
  text-align: left;
  padding-bottom: 10px; }
  body #wcb.carbonbadge #wcb_g {
    font-family: "Roboto", serif;
    color: #141414;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
    background: #ffffff;
    border-color: #5A36BF;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_a {
    font-family: "Poppins", serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #ffffff;
    background: #5A36BF;
    border-color: #5A36BF;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_2 {
    display: inline;
    font-family: "Roboto", serif;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7C7C7C;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7C7C7C; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7C7C7C; }

.acf-ui-datepicker {
  font-family: "Roboto", serif;
  font-size: 0.0625rem; }

body .acf-tooltip {
  font-family: "Roboto", serif;
  background: #ffffff;
  color: #141414;
  border: 1px solid #2f353e; }

.acf-form .acf-fields .acf-field.info {
  font-size: 0.875rem;
  color: #5A36BF;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0; }

.acf-form .acf-field p.description,
.acf-form .acf-field p.af-field-instructions {
  font-size: 0.875rem;
  color: #5A36BF; }

.acf-form .acf-required {
  color: #E41944; }

.acf-form .acf-field .acf-notice {
  margin-bottom: 0; }
  .acf-form .acf-field .acf-notice p {
    color: #E41944 !important; }

.acf-form .acf-fields > .acf-field,
.acf-form .acf-field[data-width] + .acf-field[data-width] {
  border: 0; }
  @media (max-width: 575px) {
    .acf-form .acf-fields > .acf-field,
    .acf-form .acf-field[data-width] + .acf-field[data-width] {
      width: 100% !important;
      min-height: auto !important; } }

.acf-form .acf-fields {
  margin-left: -15px;
  margin-right: -15px; }
  .acf-form .acf-fields .acf-field {
    padding: 15px 15px;
    margin: 0; }
    .acf-form .acf-fields .acf-field .acf-label {
      margin-bottom: 0; }
    .acf-form .acf-fields .acf-field label {
      font-family: "Roboto", serif;
      font-size: 1rem;
      line-height: 1.1;
      font-weight: 500;
      color: #141414;
      margin-bottom: 10px; }
    .acf-form .acf-fields .acf-field .acf-radio-list {
      /*&:after {
                    clear: none;
                }*/ }
      .acf-form .acf-fields .acf-field .acf-radio-list li label {
        font-size: 0.875rem;
        line-height: 1.2;
        font-weight: 400;
        display: flex;
        margin: 10px 0; }
    .acf-form .acf-fields .acf-field.required .acf-input .acf-true-false label:after {
      content: "*";
      color: #E41944;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      padding-left: 10px; }
    .acf-form .acf-fields .acf-field.acf-field-group > .acf-label label {
      font-family: "Poppins", serif;
      font-size: 1.75rem;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #5A36BF; }
      @media (max-width: 991px) {
        .acf-form .acf-fields .acf-field.acf-field-group > .acf-label label {
          font-size: 1.125rem;
          margin-top: 0; } }
    .acf-form .acf-fields .acf-field.acf-field-group .acf-fields {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 15px; }
    .acf-form .acf-fields .acf-field .acf-input .acf-true-false label {
      display: flex;
      align-items: start; }
      .acf-form .acf-fields .acf-field .acf-input .acf-true-false label input {
        margin-right: 15px; }
    .acf-form .acf-fields .acf-field.notice {
      font-size: 0.875rem;
      line-height: 1.2; }

.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="file"],
.acf-form .acf-input textarea,
.acf-form .select2-container.-acf .select2-selection {
  background: #ffffff;
  color: #141414;
  border: 1px solid #C5CBCF;
  padding: 12px 12px;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  width: 100%; }

.acf-form .select2-container.-acf {
  z-index: 10; }

.acf-form .select2-container.-acf .select2-selection .select2-selection__rendered {
  padding-left: 0;
  color: #141414;
  line-height: 1.2;
  font-weight: 500; }

.acf-form .select2-container.-acf .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 30px;
  width: auto;
  height: auto; }
  .acf-form .select2-container.-acf .select2-selection .select2-selection__arrow b {
    border-width: 6px 6px 0 6px; }

.acf-form div[data-type="message"] label {
  display: none; }

.acf-form div[data-type='true_false'] label {
  display: none; }

.acf-form .acf-form-submit {
  text-align: center; }

.acf-form .acf-button, .acf-form .btn {
  display: inline-flex;
  align-items: center; }

.acf-form .acf-radio-list li {
  padding: 0; }
  .acf-form .acf-radio-list li:before {
    display: none; }

body .select2-search--dropdown {
  display: none; }

body > .select2-container--default {
  margin-top: 0; }
  @media (max-width: 767px) {
    body > .select2-container--default {
      margin-top: 0; } }
  body > .select2-container--default .select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #5B5D5F;
    z-index: 1; }
  body > .select2-container--default .select2-results__option,
  body > .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ffffff;
    color: #141414;
    padding: 10px 30px;
    font-family: "Roboto", serif;
    font-size: 14px; }
  body > .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
    color: #141414; }

body.logged-in > .select2-container--default {
  margin-top: 32px; }
  @media (max-width: 767px) {
    body.logged-in > .select2-container--default {
      margin-top: 30px; } }

#login form {
  margin: auto;
  width: 100%; }
  #login form .forget {
    text-decoration: underline;
    font-size: 14px; }

#login #message {
  line-height: 1; }
  #login #message .error {
    color: red;
    font-size: 16px; }

/**
 * Tarteaucitron
 */
div#tareaucitronRoot {
  font-family: Arial, Verdana, sans-serif !important; }

#tarteaucitron * {
  line-height: 1 !important; }

div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important;
  z-index: 999999 !important; }

div#tarteaucitronRoot div#tarteaucitronAlertBig {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 80px -10px rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box !important;
  color: #141414 !important;
  max-width: 770px;
  max-height: 95vh;
  padding: 0 !important;
  overflow-y: auto; }

div#tarteaucitronAlertBig::before {
  content: url("/wp-content/themes/sfp/assets/imgs/logo-sfp.svg") !important;
  display: block;
  padding-top: 30px !important; }

div#tarteaucitronAlertBig::after {
  content: '';
  display: block;
  padding-bottom: 15px !important; }

#tarteaucitronDisclaimerAlert {
  color: #141414 !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 20px !important;
  max-width: 600px !important;
  margin: 30px auto 25px !important;
  text-align: justify !important; }
  #tarteaucitronDisclaimerAlert h2 {
    color: #141414 !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
    margin-bottom: 30px !important;
    padding: 0 1em !important;
    text-align: center !important; }

#tarteaucitronAlertBig button#tarteaucitronPersonalize2,
#tarteaucitronAlertBig button.tarteaucitronDeny {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
  text-decoration: none;
  background: #E41944;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 2px solid transparent; }
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2 .tarteaucitronCross:before,
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2 .tarteaucitronCheck:before,
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCross:before,
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCheck:before {
    color: #ffffff; }
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within,
  #tarteaucitronAlertBig button.tarteaucitronDeny:hover,
  #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within {
    color: #ffffff !important;
    background-color: #141414 !important; }
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover .tarteaucitronCross:before,
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover .tarteaucitronCheck:before, #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within .tarteaucitronCross:before,
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within .tarteaucitronCheck:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:hover .tarteaucitronCross:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:hover .tarteaucitronCheck:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within .tarteaucitronCross:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within .tarteaucitronCheck:before {
      color: #ffffff; }

#tarteaucitronAlertBig button.tarteaucitronDeny {
  background-color: #ffffff !important;
  border-color: #141414 !important;
  color: #141414 !important; }
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCross:before {
    color: #141414; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #141414 !important;
  padding: 8px !important;
  margin: 8px !important; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: #141414 !important;
  text-decoration: underline; }

#tarteaucitronAlertBig a,
#tarteaucitronInfo a {
  color: #141414 !important; }

#tarteaucitron div#tarteaucitronInfo {
  font-size: 0.8em !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  background: #ffffff;
  color: #141414;
  border: 0; }

#tarteaucitron #tarteaucitronCookieUrl, #tarteaucitron #tarteaucitronCookieUrlDialog {
  background: #ffffff;
  border-radius: 4px;
  color: #141414;
  cursor: pointer;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
  font: 16px verdana; }

#tarteaucitron #tarteaucitronCookieUrlDialog ~ br {
  display: none; }

#tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  display: none !important; }

#tarteaucitron #tarteaucitronServices {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 80px -10px rgba(0, 0, 0, 0.3) !important; }
  #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    position: static !important;
    max-width: 100% !important;
    display: block !important; }

#tarteaucitron .tarteaucitronBorder,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: 0 !important;
  background: #fafafa !important;
  color: #141414 !important; }

#tarteaucitronRoot .tarteaucitronH1,
#tarteaucitronRoot .tarteaucitronH2 {
  color: #141414 !important; }

#tarteaucitronRoot button#tarteaucitronBack {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important; }

.pager {
  text-align: center;
  margin-top: 40px; }
  .pager .tool-pagination {
    display: inline-flex;
    align-items: center; }
    .pager .tool-pagination a,
    .pager .tool-pagination span {
      display: inline-block;
      text-align: center;
      padding: 0;
      text-decoration: none;
      font-family: "Roboto", serif;
      font-size: 1rem;
      line-height: 30px;
      font-weight: 500;
      color: #141414;
      width: 30px;
      height: 30px;
      margin: 5px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -ms-transition: all 150ms;
      -moz-transition: all 150ms;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .pager .tool-pagination a.current,
      .pager .tool-pagination span.current {
        background: #5A36BF;
        color: #ffffff;
        font-weight: 600; }
    .pager .tool-pagination a:hover,
    .pager .tool-pagination a:focus-within {
      background: #5A36BF;
      color: #ffffff; }
    .pager .tool-pagination span {
      cursor: default; }
    .pager .tool-pagination .prev,
    .pager .tool-pagination .next {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      background: #ffffff;
      width: 46px;
      height: 46px;
      line-height: 46px;
      border: 1px solid #5A36BF;
      position: relative;
      margin: 0 5px;
      -ms-transition: all 150ms;
      -moz-transition: all 150ms;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .pager .tool-pagination .prev:before,
      .pager .tool-pagination .next:before {
        font-family: 'icon' !important;
        content: "\e904";
        font-size: 11px;
        position: absolute;
        color: #5A36BF;
        top: 50%;
        left: 23px;
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .pager .tool-pagination .prev:hover, .pager .tool-pagination .prev:focus-within,
      .pager .tool-pagination .next:hover,
      .pager .tool-pagination .next:focus-within {
        background: #5A36BF;
        border-color: #5A36BF; }
        .pager .tool-pagination .prev:hover:before, .pager .tool-pagination .prev:focus-within:before,
        .pager .tool-pagination .next:hover:before,
        .pager .tool-pagination .next:focus-within:before {
          color: #ffffff; }
    .pager .tool-pagination .prev {
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

body .accordion > h2,
body .accordion > h3 {
  position: relative;
  font-family: "Poppins", serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  color: #141414 !important;
  cursor: pointer;
  padding: 10px 50px 10px 15px;
  margin: 15px 0 0 0;
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.25s;
  display: flex; }
  body .accordion > h2 > span,
  body .accordion > h3 > span {
    display: none; }
  @media (min-width: 1200px) {
    body .accordion > h2,
    body .accordion > h3 {
      font-size: 1.125rem;
      padding: 15px 50px 15px 30px; } }
  body .accordion > h2:before, body .accordion > h2:after,
  body .accordion > h3:before,
  body .accordion > h3:after {
    content: " ";
    width: 10px;
    border-bottom: 2px solid #141414;
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    right: 20px;
    top: 50%;
    position: absolute;
    transition: all 0.25s; }
  body .accordion > h2:after,
  body .accordion > h3:after {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 27px; }
  body .accordion > h2.ui-state-active,
  body .accordion > h3.ui-state-active {
    background: #fafafa;
    color: #141414 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  body .accordion > h2.ui-state-active:before,
  body .accordion > h3.ui-state-active:before {
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  body .accordion > h2.ui-state-active:after,
  body .accordion > h3.ui-state-active:after {
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

body .accordion div.ui-accordion-content {
  color: #141414 !important;
  padding: 15px;
  background: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  @media (min-width: 1200px) {
    body .accordion div.ui-accordion-content {
      font-size: 1rem;
      padding: 30px; } }
  body .accordion div.ui-accordion-content p:last-child {
    margin-bottom: 0; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3); }
  body > header .tools {
    background: #5A36BF; }
    body > header .tools .container .onfocus {
      position: absolute;
      top: -100px; }
      body > header .tools .container .onfocus:focus-within {
        position: static; }
    body > header .tools .container > div {
      display: flex;
      align-items: center;
      justify-content: right; }
      body > header .tools .container > div ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        body > header .tools .container > div ul li {
          display: inline-block;
          position: relative;
          font-family: "Roboto", serif;
          font-size: 0.875rem;
          font-weight: 600;
          color: #ffffff; }
          body > header .tools .container > div ul li a {
            display: block;
            position: relative;
            font-family: "Roboto", serif;
            font-size: 0.875rem;
            font-weight: 600;
            color: #ffffff;
            text-decoration: none;
            margin-left: 15px;
            margin-right: 15px;
            padding-top: 7px;
            padding-bottom: 7px; }
            body > header .tools .container > div ul li a.has-icon {
              padding-left: 20px;
              margin-right: 0; }
              body > header .tools .container > div ul li a.has-icon:before {
                display: inline-block;
                position: absolute;
                font-size: 15px;
                left: 0;
                top: 50%;
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
            body > header .tools .container > div ul li a:hover {
              text-decoration: underline; }
          body > header .tools .container > div ul li ul {
            display: none;
            position: absolute;
            background: #fafafa;
            width: 100%;
            padding: 5px 0;
            z-index: 12;
            box-shadow: 0 5px 4px -5px rgba(0, 0, 0, 0.5); }
            body > header .tools .container > div ul li ul li a {
              display: block;
              margin: 0;
              padding: 5px 15px;
              font-weight: 400;
              font-family: "Roboto", serif;
              font-size: 13px;
              line-height: 14px; }
          body > header .tools .container > div ul li:hover ul, body > header .tools .container > div ul li:focus-within ul {
            display: table;
            background: #fafafa; }
      body > header .tools .container > div .rs {
        font-size: 0; }
        body > header .tools .container > div .rs a {
          padding-top: 0;
          padding-bottom: 0;
          display: inline-block;
          color: #ffffff;
          margin-right: 15px; }
          body > header .tools .container > div .rs a.ico-rs:before {
            display: inline-block;
            position: relative;
            font-size: 20px; }
      body > header .tools .container > div .menu-tools > ul,
      body > header .tools .container > div .menu-lng > ul {
        font-size: 0; }
        body > header .tools .container > div .menu-tools > ul > li.hasChild > a,
        body > header .tools .container > div .menu-lng > ul > li.hasChild > a {
          background: #C5CBCF;
          padding: 15px 35px 15px 25px;
          color: #ffffff; }
          body > header .tools .container > div .menu-tools > ul > li.hasChild > a:after,
          body > header .tools .container > div .menu-lng > ul > li.hasChild > a:after {
            position: absolute;
            content: "\e905";
            font-family: 'icon';
            font-weight: 400;
            font-size: 8px;
            right: 10px;
            top: 50%;
            -ms-transform: translateY(-50%) rotate(90deg);
            -moz-transform: translateY(-50%) rotate(90deg);
            -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
      body > header .tools .container > div .menu-lng > ul > li {
        padding-right: 17px; }
        body > header .tools .container > div .menu-lng > ul > li:after {
          position: absolute;
          content: "\e905";
          font-family: 'icon';
          font-weight: 400;
          font-size: 8px;
          right: 0;
          top: 50%;
          -ms-transform: translateY(-50%) rotate(90deg);
          -moz-transform: translateY(-50%) rotate(90deg);
          -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }
        body > header .tools .container > div .menu-lng > ul > li:hover ul, body > header .tools .container > div .menu-lng > ul > li:focus-within ul {
          right: 0; }
  body > header .header-top {
    position: relative; }
    @media (min-width: 992px) {
      body > header .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    body > header .header-top .head {
      padding-top: 25px;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      background: #ffffff;
      position: relative;
      z-index: 1;
      /*@media (min-width: 992px) {
                max-width: 50%;
            }*/ }
      body > header .header-top .head .logo {
        display: table;
        margin-right: 15px; }
        body > header .header-top .head .logo img {
          display: block;
          margin-bottom: 11px; }
      body > header .header-top .head .slogan {
        display: flex;
        font-family: "Roboto", serif;
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        color: #141414;
        margin: 0;
        margin-left: 15px;
        max-width: 350px;
        max-height: 80px;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
      @media (min-width: 1200px) {
        body > header .header-top .head .slogan {
          font-size: 18px; } }
      @media (max-width: 1199px) {
        body > header .header-top .head .logo {
          width: 175px;
          margin-right: 40px; } }
      @media (max-width: 991px) {
        body > header .header-top .head {
          padding-top: 10px; }
          body > header .header-top .head .logo {
            width: 150px; }
            body > header .header-top .head .logo img {
              margin: 0; } }
      @media (max-width: 767px) {
        body > header .header-top .head {
          padding-top: 10px; }
          body > header .header-top .head .logo {
            width: 100px; }
          body > header .header-top .head .slogan {
            margin: 0;
            padding-top: 15px;
            max-width: 100%; }
          body > header .header-top .head .menu-toggle {
            top: 10px; } }
      @media (max-width: 575px) {
        body > header .header-top .head {
          display: block; }
          body > header .header-top .head .slogan {
            display: none; } }
    body > header .header-top .cta {
      display: flex;
      align-items: flex-end;
      max-height: 80px;
      opacity: 1;
      position: relative;
      z-index: 0;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }
      @media (max-width: 991px) {
        body > header .header-top .cta {
          padding-bottom: 15px; } }
      body > header .header-top .cta .search {
        max-width: 280px;
        margin-right: 10px; }
      body > header .header-top .cta .btn {
        margin-top: 0;
        margin-left: 15px; }
    body > header .header-top .alt {
      align-items: flex-end;
      width: 100%; }
      body > header .header-top .alt > div {
        flex: auto; }
        body > header .header-top .alt > div div.part1 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 15px; }
          @media (max-width: 575px) {
            body > header .header-top .alt > div div.part1 {
              margin: 0; } }
          @media (max-width: 991px) {
            body > header .header-top .alt > div div.part1 {
              display: block;
              max-width: 80%; } }
          @media (max-width: 767px) {
            body > header .header-top .alt > div div.part1 {
              max-width: 70%; } }
  body > header.sticky {
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    @media (max-width: 991px) {
      body > header.sticky .cta {
        max-height: 0;
        opacity: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      body > header.sticky .head {
        padding-top: 10px;
        padding-bottom: 10px; }
        body > header.sticky .head .slogan {
          max-height: 0;
          opacity: 0;
          padding: 0; } }
  body > header .menu-toggle {
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    z-index: 10; }
    body > header .menu-toggle .navbar-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      background: #ffffff;
      cursor: pointer;
      border: 0; }
      body > header .menu-toggle .navbar-toggle * {
        pointer-events: none; }
      body > header .menu-toggle .navbar-toggle .bar {
        -ms-transition: all 150ms;
        -moz-transition: all 150ms;
        -webkit-transition: all 150ms;
        transition: all 150ms;
        background-color: #141414;
        display: block;
        height: 4px;
        width: 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: auto; }
      body > header .menu-toggle .navbar-toggle .bar + .bar {
        margin-top: 4px; }
      body > header .menu-toggle .navbar-toggle > span {
        font-family: "Roboto", serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        color: #141414;
        padding-left: 5px;
        display: inline; }

@media (min-width: 768px) {
  body > header.sticky:not(.up) {
    top: -25px; } }

@media (min-width: 992px) {
  body > header.sticky:not(.up) {
    top: -32px; } }

body.logged-in > header {
  top: 46px; }
  body.logged-in > header .burger-layer {
    top: 46px; }

@media (min-width: 783px) {
  body.logged-in > header {
    top: 32px; }
    body.logged-in > header .burger-layer {
      top: 32px; }
    body.logged-in > header.sticky:not(.up) {
      top: 9px; } }

@media (min-width: 992px) {
  body.logged-in > header {
    top: 32px; }
    body.logged-in > header .burger-layer {
      top: 0; }
    body.logged-in > header.sticky:not(.up) {
      top: 0; } }

.menu {
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  .menu .nav {
    background: #ffffff;
    width: 100%;
    align-items: center; }
    .menu .nav .scroll {
      width: 100%;
      height: 100%; }
    .menu .nav .fix {
      display: flex;
      align-items: center; }
      .menu .nav .fix > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        @media (min-width: 1200px) {
          .menu .nav .fix > ul {
            width: 95%;
            margin-left: auto; } }
        .menu .nav .fix > ul > li {
          display: table-cell; }
          .menu .nav .fix > ul > li > a {
            position: relative;
            -ms-transition: all 250ms;
            -moz-transition: all 250ms;
            -webkit-transition: all 250ms;
            transition: all 250ms;
            display: block;
            font-family: "Roboto", serif;
            font-weight: 500;
            font-size: 0.9375rem;
            padding: 10px 5px;
            color: #141414;
            text-decoration: none;
            white-space: nowrap;
            background: #ffffff;
            margin-bottom: 3px;
            cursor: pointer; }
            @media (min-width: 1400px) {
              .menu .nav .fix > ul > li > a {
                font-size: 1rem;
                padding: 10px 15px; } }
            .menu .nav .fix > ul > li > a:after {
              content: "";
              display: block;
              width: 100%;
              border-bottom: 3px solid transparent;
              -ms-transition: all 250ms;
              -moz-transition: all 250ms;
              -webkit-transition: all 250ms;
              transition: all 250ms; }
          .menu .nav .fix > ul > li:last-of-type a {
            padding-right: 0; }
          .menu .nav .fix > ul > li:last-of-type > ul {
            right: 0; }
          .menu .nav .fix > ul > li.current-menu-ancestor > a, .menu .nav .fix > ul > li.current-menu-item > a, .menu .nav .fix > ul > li:hover > a, .menu .nav .fix > ul > li:focus-within > a {
            color: #E41944; }
            .menu .nav .fix > ul > li.current-menu-ancestor > a:after, .menu .nav .fix > ul > li.current-menu-item > a:after, .menu .nav .fix > ul > li:hover > a:after, .menu .nav .fix > ul > li:focus-within > a:after {
              content: "";
              display: block;
              width: 100%;
              border-bottom: 3px solid #E41944; }
          .menu .nav .fix > ul > li > ul {
            display: none;
            position: absolute;
            z-index: 1;
            box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
            max-width: 450px;
            min-width: 200px;
            max-height: 500px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            overflow-y: auto;
            scrollbar-width: thin;
            background: #fafafa;
            padding: 5px 0 10px; }
            .menu .nav .fix > ul > li > ul li {
              display: block;
              background: #fafafa;
              /*&.menu-item-has-children {
                                > a {
                                    position:relative;
                                    padding-right:35px;

                                    &:after {
                                        position: absolute;
                                        content: "\e912";
                                        font-family: 'icon';
                                        font-weight: 400;
                                        //font-size: 6px;
                                        color:$color2;
                                        top:50%;
                                        right:10px;
                                        @include transform(translateY(-50%) rotate(90deg));
                                        font-size: 16px;

                                        @include transition(all, 150ms);
                                    }
                                }
                                &.current-menu-ancestor,
                                &.current_page_item,
                                &.current-menu-item {
                                    > a:after {
                                        @include transform(translateY(-50%) rotate(180deg));
                                    }
                                }
                            }*/
              /*&.current-menu-ancestor,
                            &.current_page_item,
                            &.current-menu-item {
                                > ul {
                                    display:block;
                                }
                            }*/ }
              .menu .nav .fix > ul > li > ul li a {
                -ms-transition: all 250ms;
                -moz-transition: all 250ms;
                -webkit-transition: all 250ms;
                transition: all 250ms;
                font-family: "Roboto", serif;
                color: #141414;
                line-height: normal;
                display: block;
                text-decoration: none; }
              .menu .nav .fix > ul > li > ul li.lvl1 a {
                font-size: 15px;
                font-weight: 500;
                padding: 10px 20px 10px 15px; }
              .menu .nav .fix > ul > li > ul li.lvl2 a {
                font-size: 14px;
                font-weight: 400;
                padding: 5px 15px 5px 30px; }
              .menu .nav .fix > ul > li > ul li ul {
                padding: 0; }
              .menu .nav .fix > ul > li > ul li:hover > a, .menu .nav .fix > ul > li > ul li.current_page_item > a, .menu .nav .fix > ul > li > ul li.current-menu-ancestor > a, .menu .nav .fix > ul > li > ul li.current-menu-item > a {
                color: #E41944;
                background: #ffffff; }
          .menu .nav .fix > ul > li:hover > ul, .menu .nav .fix > ul > li:focus-within > ul {
            display: block; }
    .menu .nav .top-menu > ul {
      list-style-type: none;
      padding: 15px 25px 15px 35px;
      margin: 0;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap; }
      .menu .nav .top-menu > ul > li {
        display: inline-block;
        width: auto; }
        .menu .nav .top-menu > ul > li:first-child {
          border: 1px solid; }
        .menu .nav .top-menu > ul > li > a {
          -ms-transition: all 250ms;
          -moz-transition: all 250ms;
          -webkit-transition: all 250ms;
          transition: all 250ms;
          display: block;
          font-family: "Poppins", serif;
          font-weight: 700;
          font-size: 13px;
          color: #141414;
          text-decoration: none;
          padding: 16px 10px;
          white-space: nowrap;
          margin-bottom: 3px;
          cursor: pointer; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .menu .nav .top-menu > ul > li > a {
              padding: 16px 16px; } }
        .menu .nav .top-menu > ul > li.menu-item-has-children > a {
          padding-right: 45px; }
          .menu .nav .top-menu > ul > li.menu-item-has-children > a:after {
            position: absolute;
            content: "\e90b";
            font-family: 'icon';
            font-weight: 400;
            font-size: 13px;
            right: 20px;
            top: 50%;
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .menu .nav .top-menu > ul > li.current-menu-ancestor > a, .menu .nav .top-menu > ul > li.current-menu-item > a, .menu .nav .top-menu > ul > li:hover > a, .menu .nav .top-menu > ul > li:focus-within > a {
          text-decoration: none;
          color: #141414; }
        .menu .nav .top-menu > ul > li.current-menu-ancestor.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li.current-menu-item.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li:hover.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li:focus-within.menu-item-has-children > a:after {
          -ms-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
        .menu .nav .top-menu > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1;
          box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.5);
          width: 100%;
          padding: 0;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .menu .nav .top-menu > ul > li ul li {
            display: block;
            background: #ffffff; }
            .menu .nav .top-menu > ul > li ul li a {
              -ms-transition: all 250ms;
              -moz-transition: all 250ms;
              -webkit-transition: all 250ms;
              transition: all 250ms;
              font-family: "Roboto", serif;
              color: #141414;
              font-size: 15px;
              line-height: normal;
              padding: 15px 20px;
              font-weight: 400;
              display: block;
              text-decoration: none;
              border-bottom: 1px solid #fafafa; }
            .menu .nav .top-menu > ul > li ul li.current-menu-item a, .menu .nav .top-menu > ul > li ul li:hover a {
              background: #fafafa; }
        .menu .nav .top-menu > ul > li:hover ul, .menu .nav .top-menu > ul > li:focus-within ul {
          display: block; }
  @media (max-width: 991px) {
    .menu .nav {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      display: block;
      opacity: 0;
      visibility: hidden; }
      .menu .nav .limited {
        overflow: hidden;
        width: 300px;
        height: 100vh;
        padding-top: 50px;
        margin-left: auto;
        background: #fafafa;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
        .menu .nav .limited .menu-toggle {
          top: 15px;
          right: 35px;
          -ms-transform: translateY(0);
          -moz-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar1 {
            -ms-transform: translateY(4px) rotate(45deg);
            -moz-transform: translateY(4px) rotate(45deg);
            -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar2 {
            display: none; }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar3 {
            -ms-transform: translateY(0px) rotate(-45deg);
            -moz-transform: translateY(0px) rotate(-45deg);
            -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar + .bar {
            margin-top: 0; }
      .menu .nav .search {
        padding: 15px 35px; }
      .menu .nav .scroll {
        overflow-x: hidden;
        overflow-y: scroll !important;
        width: 100%;
        padding: 0 30px 0 35px; }
        .menu .nav .scroll .fix {
          display: block;
          background: #ffffff;
          margin-left: -35px;
          margin-right: -35px; }
          .menu .nav .scroll .fix .menu-tools {
            background: #5A36BF;
            margin: 0;
            padding: 15px 15px;
            text-align: center;
            z-index: 1;
            position: relative; }
            .menu .nav .scroll .fix .menu-tools > ul {
              list-style-type: none;
              padding: 0;
              margin: 0;
              font-size: 0; }
              .menu .nav .scroll .fix .menu-tools > ul > li {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 5px; }
                .menu .nav .scroll .fix .menu-tools > ul > li > a, .menu .nav .scroll .fix .menu-tools > ul > li > span {
                  display: block;
                  padding: 5px 10px;
                  color: #141414;
                  font-family: "Roboto", serif;
                  font-weight: 400;
                  font-size: 12px;
                  text-decoration: none;
                  background: #ffffff;
                  -webkit-border-radius: 3px;
                  -moz-border-radius: 3px;
                  border-radius: 3px;
                  cursor: pointer; }
                .menu .nav .scroll .fix .menu-tools > ul > li > span {
                  position: relative;
                  padding-right: 20px;
                  z-index: -1; }
                  .menu .nav .scroll .fix .menu-tools > ul > li > span:after {
                    position: absolute;
                    content: "\e905";
                    font-family: 'icon';
                    font-weight: 400;
                    font-size: 6px;
                    right: 5px;
                    top: 50%;
                    -ms-transform: translateY(-50%) rotate(90deg);
                    -moz-transform: translateY(-50%) rotate(90deg);
                    -webkit-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg); }
                .menu .nav .scroll .fix .menu-tools > ul > li > ul {
                  display: none;
                  position: absolute;
                  list-style-type: none;
                  padding: 5px 10px;
                  margin: 0;
                  margin-top: -5px;
                  font-size: 0;
                  background: #ffffff;
                  box-shadow: 10px 10px 14px -10px rgba(0, 0, 0, 0.5);
                  text-align: left;
                  min-width: 100px; }
                  .menu .nav .scroll .fix .menu-tools > ul > li > ul li a {
                    color: #141414;
                    font-family: "Roboto", serif;
                    font-weight: 400;
                    font-size: 12px;
                    text-decoration: none; }
                    .menu .nav .scroll .fix .menu-tools > ul > li > ul li a:hover {
                      text-decoration: underline; }
                .menu .nav .scroll .fix .menu-tools > ul > li:hover > ul, .menu .nav .scroll .fix .menu-tools > ul > li:focus-within > ul {
                  display: block; }
                .menu .nav .scroll .fix .menu-tools > ul > li.hasChild > a {
                  color: #ffffff;
                  background: #C5CBCF;
                  position: relative;
                  padding-right: 20px; }
                  .menu .nav .scroll .fix .menu-tools > ul > li.hasChild > a:after {
                    position: absolute;
                    content: "\e905";
                    font-family: 'icon';
                    font-weight: 400;
                    font-size: 6px;
                    right: 5px;
                    top: 50%;
                    -ms-transform: translateY(-50%) rotate(90deg);
                    -moz-transform: translateY(-50%) rotate(90deg);
                    -webkit-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg); }
                .menu .nav .scroll .fix .menu-tools > ul > li.hasChild > ul {
                  background: #E41944; }
                  .menu .nav .scroll .fix .menu-tools > ul > li.hasChild > ul a {
                    color: #ffffff; }
          .menu .nav .scroll .fix > ul {
            display: block;
            margin-top: 15px;
            background: #fafafa; }
            .menu .nav .scroll .fix > ul > li {
              display: grid;
              background: none; }
              .menu .nav .scroll .fix > ul > li > a {
                padding-left: 15px;
                padding-right: 15px;
                position: relative;
                background: #ffffff; }
                .menu .nav .scroll .fix > ul > li > a:after {
                  display: none; }
              .menu .nav .scroll .fix > ul > li.current-menu-item > a, .menu .nav .scroll .fix > ul > li.current-menu-ancestor > a, .menu .nav .scroll .fix > ul > li:hover > a, .menu .nav .scroll .fix > ul > li:focus-within > a {
                background: #E41944;
                color: #ffffff; }
              .menu .nav .scroll .fix > ul > li ul {
                position: relative;
                box-shadow: none;
                padding: 10px 0 10px 0;
                background: none;
                max-width: 100%;
                width: 100%;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0; }
                .menu .nav .scroll .fix > ul > li ul > li.menu-item-has-children > a {
                  padding-right: 30px; }
                  .menu .nav .scroll .fix > ul > li ul > li.menu-item-has-children > a:after {
                    right: 20px; }
              .menu .nav .scroll .fix > ul > li.current-menu-ancestor ul {
                display: block; }
          .menu .nav .scroll .fix .tools {
            padding: 15px 0;
            background: none;
            box-shadow: none; }
            .menu .nav .scroll .fix .tools a {
              font-family: "Poppins", serif;
              font-size: 14px;
              font-weight: 700;
              color: #141414;
              text-decoration: none; }
              .menu .nav .scroll .fix .tools a:before {
                padding-right: 5px; }
            .menu .nav .scroll .fix .tools .rs {
              display: table;
              margin: 0 auto; }
              .menu .nav .scroll .fix .tools .rs a {
                display: inline-block; }
                .menu .nav .scroll .fix .tools .rs a:before {
                  font-size: 24px;
                  padding: 8px; }
    .menu.expanded .nav {
      opacity: 1;
      visibility: visible; }
      .menu.expanded .nav .limited {
        pointer-events: inherit;
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .menu.disappeared {
      -ms-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); } }

@media (max-width: 575px) {
  main.content .container {
    padding: 0 30px; }
  body > header > .container,
  body > footer > .container {
    padding: 0 30px; } }

footer {
  background: #4E2EAA;
  padding: 50px 0 0; }
  footer .logo {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .logo img {
      filter: grayscale(1) brightness(10); }
  footer label {
    font-family: "Poppins", serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    display: block;
    margin-bottom: 20px; }
  footer .navigation {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  footer .rs {
    padding: 0 0 50px 0;
    font-size: 0;
    background: url("../imgs/bkg_star.png") no-repeat top right;
    background-image: image-set(url("../imgs/bkg_star.png") 1x, url("../imgs/bkg_star@2x.png") 2x);
    /*@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
        only screen and (    min--moz-device-pixel-ratio: 1.3 ),
        only screen and (      -o-min-device-pixel-ratio: 2.6/2 ),
        only screen and (         min-device-pixel-ratio: 1.3 ),
        only screen and ( min-resolution: 124.8dpi ),
        only screen and ( min-resolution: 1.3dppx ) {
            background: url( '../imgs/bkg_star@2x.png' ) no-repeat top right / 40px 40px;
        }*/ }
    footer .rs a {
      margin-right: 25px;
      color: #ffffff;
      text-decoration: none; }
      footer .rs a:before {
        font-size: 40px;
        line-height: 40px; }
  footer .adresse {
    font-family: "Roboto", serif;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0 0 90px 0;
    background: url("../imgs/bkg_formule.png") no-repeat bottom left;
    background-image: image-set(url("../imgs/bkg_formule.png") 1x, url("../imgs/bkg_formule@2x.png") 2x);
    /*@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
        only screen and (    min--moz-device-pixel-ratio: 1.3 ),
        only screen and (      -o-min-device-pixel-ratio: 2.6/2 ),
        only screen and (         min-device-pixel-ratio: 1.3 ),
        only screen and ( min-resolution: 124.8dpi ),
        only screen and ( min-resolution: 1.3dppx ) {
            background: url( '../imgs/bkg_formule@2x.png' ) no-repeat bottom left / 78px 77px;
        }*/ }
    footer .adresse a {
      color: #ffffff; }
      footer .adresse a.btn {
        margin-top: 20px;
        display: table; }
  footer #wcb {
    display: table;
    margin: auto; }
  footer .menu {
    padding: 30px 0; }
    footer .menu a {
      font-family: "Roboto", serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.2;
      color: #ffffff;
      display: table;
      margin-bottom: 15px;
      text-decoration: none; }
      footer .menu a:hover {
        text-decoration: underline; }
    footer .menu > ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .menu > ul ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
      footer .menu > ul > li {
        min-width: 100%; }
        @media (min-width: 768px) {
          footer .menu > ul > li {
            min-width: 50%;
            flex: 0 0 50%; } }
        @media (min-width: 992px) {
          footer .menu > ul > li {
            min-width: 25%;
            flex: 0 0 25%; } }
        footer .menu > ul > li > a {
          font-family: "Poppins", serif;
          font-size: 1.125rem;
          font-weight: 600;
          display: table;
          margin-bottom: 25px;
          text-decoration: none; }
          footer .menu > ul > li > a:hover, footer .menu > ul > li > a:focus-within {
            text-decoration: underline; }

footer.legal {
  text-align: center;
  background: #6B49CC;
  padding: 10px 0; }
  footer.legal > .container {
    padding: 0; }
  footer.legal ul {
    padding: 0;
    margin: 0; }
    footer.legal ul li {
      display: inline-block;
      font-family: "Roboto", serif;
      font-size: 0.875rem;
      color: #ffffff;
      line-height: 16px;
      padding: 3px 0; }
      footer.legal ul li:before {
        content: '•';
        color: #ffffff;
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 5px; }
      footer.legal ul li a {
        font-size: 0.875rem;
        color: #ffffff; }
      footer.legal ul li:first-child:before {
        display: none; }

@media (min-width: 768px) {
  body > header .container {
    padding-left: 15px;
    padding-right: 15px; }
  body > header .tools .container {
    padding-left: 15px;
    padding-right: 15px; }
  body > div.content .container {
    padding-left: 15px;
    padding-right: 15px; } }

body.page section.head,
body.single section.head,
body.search section.head {
  padding-top: 20px;
  padding-bottom: 20px; }
  body.page section.head .chapo,
  body.single section.head .chapo,
  body.search section.head .chapo {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 1.0625rem; }
    @media (min-width: 1200px) {
      body.page section.head .chapo,
      body.single section.head .chapo,
      body.search section.head .chapo {
        font-size: 1.25rem; } }
    body.page section.head .chapo p:last-of-type,
    body.single section.head .chapo p:last-of-type,
    body.search section.head .chapo p:last-of-type {
      margin-bottom: 0; }

body.page section.head-img,
body.single section.head-img,
body.search section.head-img {
  position: relative;
  z-index: 1;
  height: 200px;
  padding: 0; }
  @media (min-width: 768px) {
    body.page section.head-img,
    body.single section.head-img,
    body.search section.head-img {
      height: 260px; } }
  body.page section.head-img h1,
  body.single section.head-img h1,
  body.search section.head-img h1 {
    color: #ffffff; }
    body.page section.head-img h1 span,
    body.single section.head-img h1 span,
    body.search section.head-img h1 span {
      display: table;
      color: #5A36BF;
      padding: 0 8px;
      background-image: linear-gradient(0deg, transparent 12%, #fff 12%, #fff 90%, transparent 90%);
      text-shadow: 0 0 30px rgba(255, 255, 255, 0.5); }
  body.page section.head-img picture,
  body.single section.head-img picture,
  body.search section.head-img picture {
    position: absolute;
    display: block;
    background: #7F4997;
    width: 100%;
    height: 100%; }
    body.page section.head-img picture img,
    body.single section.head-img picture img,
    body.search section.head-img picture img {
      align-content: start;
      min-width: 320px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      mix-blend-mode: luminosity; }
  body.page section.head-img ul.hpo-breadcrumb li,
  body.single section.head-img ul.hpo-breadcrumb li,
  body.search section.head-img ul.hpo-breadcrumb li {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    color: #ffffff; }
    body.page section.head-img ul.hpo-breadcrumb li a,
    body.single section.head-img ul.hpo-breadcrumb li a,
    body.search section.head-img ul.hpo-breadcrumb li a {
      color: #ffffff; }
      body.page section.head-img ul.hpo-breadcrumb li a:hover, body.page section.head-img ul.hpo-breadcrumb li a:focus-within,
      body.single section.head-img ul.hpo-breadcrumb li a:hover,
      body.single section.head-img ul.hpo-breadcrumb li a:focus-within,
      body.search section.head-img ul.hpo-breadcrumb li a:hover,
      body.search section.head-img ul.hpo-breadcrumb li a:focus-within {
        color: #ffffff; }
    body.page section.head-img ul.hpo-breadcrumb li.seperator,
    body.single section.head-img ul.hpo-breadcrumb li.seperator,
    body.search section.head-img ul.hpo-breadcrumb li.seperator {
      color: #ffffff; }
  body.page section.head-img .layer,
  body.single section.head-img .layer,
  body.search section.head-img .layer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    body.page section.head-img .layer h1,
    body.single section.head-img .layer h1,
    body.search section.head-img .layer h1 {
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    body.page section.head-img .layer .share,
    body.single section.head-img .layer .share,
    body.search section.head-img .layer .share {
      color: #ffffff; }
    body.page section.head-img .layer .a2a_svg,
    body.single section.head-img .layer .a2a_svg,
    body.search section.head-img .layer .a2a_svg {
      background: none !important; }
    body.page section.head-img .layer .chapo,
    body.single section.head-img .layer .chapo,
    body.search section.head-img .layer .chapo {
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
      margin-top: 1.25rem; }
      body.page section.head-img .layer .chapo p:last-of-type,
      body.single section.head-img .layer .chapo p:last-of-type,
      body.search section.head-img .layer .chapo p:last-of-type {
        margin-bottom: 0; }

body.page section.head-noimg H1,
body.single section.head-noimg H1,
body.search section.head-noimg H1 {
  max-width: 100%; }

@media (min-width: 992px) {
  body.page section.head-noimg H1,
  body.single section.head-noimg H1,
  body.search section.head-noimg H1 {
    max-width: 70%; } }

@media (min-width: 1400px) {
  body.page section.head-noimg .hpo-content,
  body.single section.head-noimg .hpo-content,
  body.search section.head-noimg .hpo-content {
    padding: 0 100px; } }

@media (min-width: 992px) {
  body.page section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.page section.hpo-acf-section .hpo-content > .wrapper h2:not(.center),
  body.single section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.single section.hpo-acf-section .hpo-content > .wrapper h2:not(.center),
  body.search section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.search section.hpo-acf-section .hpo-content > .wrapper h2:not(.center) {
    max-width: inherit; } }

body.home {
  /*section.hpo-acf-section >.container >.chapo,
    section.hpo-acf-section .hpo-content > .chapo {
        @media (min-width:992px ){
            max-width: 100%;
        }
    }*/ }
  body.home section.head-img {
    height: inherit;
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #5A36BF;
    background-repeat: no-repeat;
    background-position: calc(50% - 190px) bottom;
    background-size: 1300px 360px;
    /*@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
        only screen and (    min--moz-device-pixel-ratio: 1.3 ),
        only screen and (      -o-min-device-pixel-ratio: 2.6/2 ),
        only screen and (         min-device-pixel-ratio: 1.3 ),
        only screen and ( min-resolution: 124.8dpi ),
        only screen and ( min-resolution: 1.3dppx ) {
            background-image: url( '../../assets/imgs/bkg_head@2x.png' );
        }*/
    background-image: image-set(url("../../assets/imgs/bkg_head.png") 1x, url("../../assets/imgs/bkg_head@2x.png") 2x); }
    @media (min-width: 576px) {
      body.home section.head-img {
        background-position: calc(50% - 275px) calc(100% - -35px);
        background-size: auto; } }
    @media (min-width: 768px) {
      body.home section.head-img {
        background-position: center top;
        background-size: cover;
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (min-width: 1200px) {
      body.home section.head-img {
        background-size: auto; } }
    @media (min-width: 1400px) {
      body.home section.head-img .hpo-content {
        padding-left: 100px;
        padding-right: 100px; } }
    body.home section.head-img .chapo {
      line-height: 1.4;
      font-weight: 400;
      color: #ffffff;
      margin-top: 1.25rem; }
      @media (min-width: 1200px) {
        body.home section.head-img .chapo {
          font-size: 1.5rem;
          padding-right: 100px; } }
      body.home section.head-img .chapo p:last-of-type {
        margin-bottom: 0; }
    body.home section.head-img picture {
      display: block;
      position: relative;
      background: none; }
      @media (max-width: 575px) {
        body.home section.head-img picture {
          max-width: 330px;
          margin: auto; } }
      body.home section.head-img picture:after {
        content: "";
        background: url("../../assets/imgs/molecule.png") no-repeat;
        background-size: cover;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 160px;
        height: 110px;
        -ms-transform: translateY(50%) rotate(7deg);
        -moz-transform: translateY(50%) rotate(7deg);
        -webkit-transform: translateY(50%) rotate(7deg);
        transform: translateY(50%) rotate(7deg); }
        @media (min-width: 576px) {
          body.home section.head-img picture:after {
            width: 245px;
            height: 170px; } }
        @media (min-width: 768px) {
          body.home section.head-img picture:after {
            width: 160px;
            height: 110px; } }
        @media (min-width: 992px) {
          body.home section.head-img picture:after {
            width: 230px;
            height: 155px; } }
        @media (min-width: 1200px) {
          body.home section.head-img picture:after {
            width: 269px;
            height: 183px; } }
  body.home section.hpo-acf-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    /*@media (min-width: 1400px) {
            .hpo-content {
                padding-left: 0;
                padding-right: 0;
            }
        }*/ }
    body.home section.hpo-acf-section div.hpo-acf-section {
      padding: 0; }
    @media (min-width: 768px) {
      body.home section.hpo-acf-section {
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media (min-width: 992px) {
      body.home section.hpo-acf-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 1200px) {
      body.home section.hpo-acf-section {
        padding-top: 60px;
        padding-bottom: 60px; } }

body.page-template-page-posts .results > div,
body.single-division-thematique .results > div,
body.single-section-locale .results > div,
body.single-commission .results > div,
body.single-reseau .results > div {
  height: auto; }

body.single.single-post .date, body.single.single-evenement .date {
  color: #5B5D5F; }

body.single.single-post .oldrte h2:first-of-type, body.single.single-evenement .oldrte h2:first-of-type {
  margin-top: 0; }

body.single.single-post .oldrte table td, body.single.single-evenement .oldrte table td {
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px; }
  body.single.single-post .oldrte table td:first-of-type, body.single.single-evenement .oldrte table td:first-of-type {
    padding-left: 0;
    width: 40%; }
    body.single.single-post .oldrte table td:first-of-type img, body.single.single-evenement .oldrte table td:first-of-type img {
      display: block;
      margin-bottom: 30px; }
  body.single.single-post .oldrte table td:last-of-type, body.single.single-evenement .oldrte table td:last-of-type {
    padding-right: 0; }
  @media (max-width: 767px) {
    body.single.single-post .oldrte table td, body.single.single-evenement .oldrte table td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0; }
      body.single.single-post .oldrte table td:first-of-type, body.single.single-evenement .oldrte table td:first-of-type {
        width: auto; } }

body.single.single-post .oldrte blockquote.cite, body.single.single-evenement .oldrte blockquote.cite {
  border-left: 4px solid #E41944;
  margin: 0;
  padding-left: 15px;
  font-style: italic;
  font-size: 0.875rem; }

body.single.single-post .oldrte .clL, body.single.single-evenement .oldrte .clL {
  clear: left; }

body.single.single-evenement .date {
  color: #5A36BF;
  font-size: 1rem;
  font-weight: 600; }

body.single-structure .hpo-acf-section.intranav {
  background: #ffffff;
  min-height: 110px; }
  body.single-structure .hpo-acf-section.intranav .sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F3E9FA;
    z-index: 10;
    -ms-transition: top 250ms;
    -moz-transition: top 250ms;
    -webkit-transition: top 250ms;
    transition: top 250ms;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  body.single-structure .hpo-acf-section.intranav ul {
    list-style: none;
    background: #F3E9FA;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    body.single-structure .hpo-acf-section.intranav ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      body.single-structure .hpo-acf-section.intranav ul li a {
        display: inline-block;
        padding: 10px 20px;
        font-family: "Roboto", serif;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
        color: #141414; }
        @media (max-width: 767px) {
          body.single-structure .hpo-acf-section.intranav ul li a {
            padding: 5px 10px;
            font-size: 0.9375rem; } }
        body.single-structure .hpo-acf-section.intranav ul li a:hover, body.single-structure .hpo-acf-section.intranav ul li a:focus-within {
          color: #5A36BF;
          text-decoration: underline; }
      body.single-structure .hpo-acf-section.intranav ul li:before {
        display: none; }
      body.single-structure .hpo-acf-section.intranav ul li:after {
        content: "|";
        font-size: 0.9375rem; }
      body.single-structure .hpo-acf-section.intranav ul li:last-child:after {
        display: none; }

body.single-structure .section-cta.contact {
  background: #5A36BF;
  margin-top: 30px; }

body.page-template-page-contact section.section-tuiles .desc .box {
  padding: 30px; }

body.page-template-page-contact section.section-tuiles .box.simple {
  background: #F3E9FA;
  display: block;
  margin-top: 30px;
  text-align: left; }
  body.page-template-page-contact section.section-tuiles .box.simple .item {
    font-family: "Roboto", serif;
    color: #5A36BF;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 15px; }
    body.page-template-page-contact section.section-tuiles .box.simple .item span {
      display: block;
      font-size: 0.875rem;
      font-weight: 500;
      color: #141414; }

body.page-template-page-contact .tuiles {
  display: flex;
  flex-direction: column; }

body.search #filter {
  margin-top: 15px; }
  @media (min-width: 768px) {
    body.search #filter {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  body.search #filter .sort {
    text-align: right;
    font-family: "Roboto", serif;
    font-size: 0.9375rem;
    margin-left: 30px;
    white-space: nowrap; }
    body.search #filter .sort label {
      font-weight: 700; }
    body.search #filter .sort a {
      color: #141414; }
      body.search #filter .sort a.active, body.search #filter .sort a:hover, body.search #filter .sort a:focus-within {
        text-decoration: underline;
        color: #5A36BF; }

body.search .search {
  max-width: 200px;
  margin: 0; }

body.search h2 {
  font-family: "Poppins", serif;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 600; }

section.hpo-acf-section,
aside.hpo-acf-section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  section.hpo-acf-section div.hpo-acf-section,
  aside.hpo-acf-section div.hpo-acf-section {
    padding: 0; }
  @media (min-width: 768px) {
    section.hpo-acf-section,
    aside.hpo-acf-section {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    section.hpo-acf-section,
    aside.hpo-acf-section {
      padding-top: 35px;
      padding-bottom: 35px; } }

section.hpo-acf-section > .container,
section.hpo-acf-section .hpo-content {
  /*.wrapper {
        margin-bottom:15px;
    }*/ }
  section.hpo-acf-section > .container > .wrapper h2.center,
  section.hpo-acf-section > .container > .chapo.center,
  section.hpo-acf-section .hpo-content > .wrapper h2.center,
  section.hpo-acf-section .hpo-content > .chapo.center {
    margin-left: auto;
    margin-right: auto; }
  section.hpo-acf-section > .container > .wrapper h2.right,
  section.hpo-acf-section > .container > .chapo.right,
  section.hpo-acf-section .hpo-content > .wrapper h2.right,
  section.hpo-acf-section .hpo-content > .chapo.right {
    margin-left: auto; }

section.hpo-acf-section.section-classic .bkg_image.item picture, section.hpo-acf-section.section-classic .bkg_image.item img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

section.section-tuiles .box,
div.section-tuiles .box {
  background: none; }

section.section-tuiles a.box:hover, section.section-tuiles a.box:focus-within,
div.section-tuiles a.box:hover,
div.section-tuiles a.box:focus-within {
  transform: scale(1.05);
  background-color: transparent; }

section.section-tuiles a.box:after,
div.section-tuiles a.box:after {
  right: inherit;
  left: 30px;
  background: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: #5A36BF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  bottom: 30px; }

section.section-tuiles .icon .box,
div.section-tuiles .icon .box {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25); }
  section.section-tuiles .icon .box picture img,
  div.section-tuiles .icon .box picture img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%; }
  section.section-tuiles .icon .box > div,
  div.section-tuiles .icon .box > div {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px;
    background: none;
    border-bottom: 0; }
    section.section-tuiles .icon .box > div .specif,
    div.section-tuiles .icon .box > div .specif {
      background: #5A36BF;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      width: 70px;
      height: 70px; }
      section.section-tuiles .icon .box > div .specif:before,
      div.section-tuiles .icon .box > div .specif:before {
        font-weight: 600;
        font-size: 50px;
        line-height: 70px; }
    section.section-tuiles .icon .box > div h3,
    div.section-tuiles .icon .box > div h3 {
      font-size: 1.375rem;
      margin-bottom: 0.625rem; }
      @media (min-width: 992px) {
        section.section-tuiles .icon .box > div h3,
        div.section-tuiles .icon .box > div h3 {
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        section.section-tuiles .icon .box > div h3,
        div.section-tuiles .icon .box > div h3 {
          font-size: 1.8125rem;
          margin-bottom: 1.5625rem; } }
    section.section-tuiles .icon .box > div p,
    div.section-tuiles .icon .box > div p {
      font-size: 0.9375rem;
      line-height: 1.4; }
      @media (min-width: 992px) {
        section.section-tuiles .icon .box > div p,
        div.section-tuiles .icon .box > div p {
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        section.section-tuiles .icon .box > div p,
        div.section-tuiles .icon .box > div p {
          font-size: 1.125rem; } }
    section.section-tuiles .icon .box > div h3, section.section-tuiles .icon .box > div p,
    div.section-tuiles .icon .box > div h3,
    div.section-tuiles .icon .box > div p {
      text-shadow: none; }

section.section-tuiles .icon a.box:after,
div.section-tuiles .icon a.box:after {
  display: none; }

section.section-tuiles .icon a.box > div,
div.section-tuiles .icon a.box > div {
  padding: 30px 30px 90px; }

section.section-tuiles .icon a.box .btn,
div.section-tuiles .icon a.box .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: calc(100% - 60px); }

section.section-tuiles .icon a.box:hover > div, section.section-tuiles .icon a.box:focus-within > div,
div.section-tuiles .icon a.box:hover > div,
div.section-tuiles .icon a.box:focus-within > div {
  border: 0;
  background: none; }

section.section-tuiles .icon a.box:hover .btn, section.section-tuiles .icon a.box:focus-within .btn,
div.section-tuiles .icon a.box:hover .btn,
div.section-tuiles .icon a.box:focus-within .btn {
  background-color: #3F2194; }

section.section-tuiles .icon a.box.bright:hover .btn, section.section-tuiles .icon a.box.bright:focus-within .btn,
div.section-tuiles .icon a.box.bright:hover .btn,
div.section-tuiles .icon a.box.bright:focus-within .btn {
  color: #ffffff; }

section.section-tuiles .icon a.box.center .btn,
div.section-tuiles .icon a.box.center .btn {
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

section.section-tuiles .icon a.box.right .btn,
div.section-tuiles .icon a.box.right .btn {
  left: inherit;
  right: 30px; }

section.section-tuiles .desc .box,
div.section-tuiles .desc .box {
  background-image: url("../../assets/imgs/bkg_tile.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #5A36BF;
  padding: 30px 30px 90px; }
  section.section-tuiles .desc .box .specif:before,
  div.section-tuiles .desc .box .specif:before {
    color: #ffffff;
    font-size: 100px;
    /*@media (min-width: 992px) {
                    font-size:100px;
                }*/ }
  section.section-tuiles .desc .box h3,
  div.section-tuiles .desc .box h3 {
    font-size: 1.5625rem;
    margin-bottom: 0.625rem;
    color: #ffffff; }
    @media (min-width: 992px) {
      section.section-tuiles .desc .box h3,
      div.section-tuiles .desc .box h3 {
        font-size: 1.75rem;
        margin-bottom: 1.5625rem; } }
  section.section-tuiles .desc .box p, section.section-tuiles .desc .box strong,
  div.section-tuiles .desc .box p,
  div.section-tuiles .desc .box strong {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #ffffff; }
  section.section-tuiles .desc .box strong,
  div.section-tuiles .desc .box strong {
    display: inline-block;
    margin-top: 15px; }
  section.section-tuiles .desc .box.dark .specif:before,
  section.section-tuiles .desc .box.dark h3,
  section.section-tuiles .desc .box.dark p,
  section.section-tuiles .desc .box.dark strong,
  div.section-tuiles .desc .box.dark .specif:before,
  div.section-tuiles .desc .box.dark h3,
  div.section-tuiles .desc .box.dark p,
  div.section-tuiles .desc .box.dark strong {
    color: #141414; }
  section.section-tuiles .desc .box.dark:after,
  div.section-tuiles .desc .box.dark:after {
    background-color: #141414;
    color: #ffffff; }

section.section-tuiles .desc > div:nth-child(1) .box,
div.section-tuiles .desc > div:nth-child(1) .box {
  background-position: -50% calc(100% + 550px); }

section.section-tuiles .desc > div:nth-child(2) .box,
div.section-tuiles .desc > div:nth-child(2) .box {
  background-position: -15% calc(100% + 85px); }

section.section-tuiles .desc > div:nth-child(3) .box,
div.section-tuiles .desc > div:nth-child(3) .box {
  background-position: 210% calc(100% + -85px); }

section.section-tuiles .desc a.box:hover, section.section-tuiles .desc a.box:focus-within,
div.section-tuiles .desc a.box:hover,
div.section-tuiles .desc a.box:focus-within {
  background-color: #6B49CC; }

@media (min-width: 575px) {
  section.section-tuiles.extend-last .row.icon > div:last-child,
  div.section-tuiles.extend-last .row.icon > div:last-child {
    width: 100%; }
    section.section-tuiles.extend-last .row.icon > div:last-child .box,
    div.section-tuiles.extend-last .row.icon > div:last-child .box {
      display: flex;
      flex-direction: row; }
      section.section-tuiles.extend-last .row.icon > div:last-child .box > picture,
      section.section-tuiles.extend-last .row.icon > div:last-child .box > div,
      div.section-tuiles.extend-last .row.icon > div:last-child .box > picture,
      div.section-tuiles.extend-last .row.icon > div:last-child .box > div {
        flex: 0 0 auto;
        width: 50%; }
      section.section-tuiles.extend-last .row.icon > div:last-child .box > picture,
      div.section-tuiles.extend-last .row.icon > div:last-child .box > picture {
        padding-right: 15px;
        border-top-right-radius: 0; }
        section.section-tuiles.extend-last .row.icon > div:last-child .box > picture img,
        div.section-tuiles.extend-last .row.icon > div:last-child .box > picture img {
          border-top-right-radius: 0; }
      section.section-tuiles.extend-last .row.icon > div:last-child .box > div,
      div.section-tuiles.extend-last .row.icon > div:last-child .box > div {
        padding-left: 15px; }
      section.section-tuiles.extend-last .row.icon > div:last-child .box.left > div .btn,
      div.section-tuiles.extend-last .row.icon > div:last-child .box.left > div .btn {
        left: 15px; } }

body section.hpo-acf-section.section-chiffrescles .box > div {
  font-family: "Roboto", serif;
  font-size: 1.25rem; }
  body section.hpo-acf-section.section-chiffrescles .box > div .specif:before {
    display: block;
    margin: 0 auto 30px;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    border-radius: 85px;
    font-size: 120px;
    color: #ffffff;
    background: #5A36BF;
    width: 170px;
    height: 170px;
    line-height: 170px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.25);
    overflow: visible; }
  body section.hpo-acf-section.section-chiffrescles .box > div span.chiffre {
    font-family: "Poppins", serif;
    color: #141414;
    font-size: 2.5rem;
    margin-bottom: 15px; }

.content section.section-mav picture, .content section.section-mav img {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%; }

.content section.section-mav img {
  object-fit: cover; }

.content section.section-mav .blocs {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .content section.section-mav .blocs {
      padding-left: 50px; } }
  .content section.section-mav .blocs.between {
    justify-content: space-between; }
  .content section.section-mav .blocs .item {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #C5CBCF; }
    .content section.section-mav .blocs .item:first-child {
      border-top: 0;
      padding-top: 0; }
    .content section.section-mav .blocs .item:last-child {
      margin-bottom: 0; }
    .content section.section-mav .blocs .item h3 {
      font-family: "Poppins", serif;
      font-size: 1.75rem;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 15px; }
      @media (max-width: 981px) {
        .content section.section-mav .blocs .item h3 {
          font-size: 1.375rem; } }
    .content section.section-mav .blocs .item p {
      margin-bottom: 15px;
      font-size: 1rem; }
      @media (max-width: 981px) {
        .content section.section-mav .blocs .item p {
          font-size: 0.9375rem; } }

/*section.section-posts,
div.section-posts {
    .results {*/
section.section-posts .results .item.post,
div.section-posts .results .item.post,
.item.post {
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff; }
  section.section-posts .results .item.post picture, section.section-posts .results .item.post img,
  div.section-posts .results .item.post picture,
  div.section-posts .results .item.post img,
  .item.post picture,
  .item.post img {
    display: block; }
  section.section-posts .results .item.post .main,
  div.section-posts .results .item.post .main,
  .item.post .main {
    padding: 15px 15px 60px;
    position: relative; }
    section.section-posts .results .item.post .main h2, section.section-posts .results .item.post .main h3, section.section-posts .results .item.post .main .h2, section.section-posts .results .item.post .main .h3,
    div.section-posts .results .item.post .main h2,
    div.section-posts .results .item.post .main h3,
    div.section-posts .results .item.post .main .h2,
    div.section-posts .results .item.post .main .h3,
    .item.post .main h2,
    .item.post .main h3,
    .item.post .main .h2,
    .item.post .main .h3 {
      font-family: "Poppins", serif;
      margin-bottom: 15px;
      margin-top: 0;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.3;
      color: #141414; }
  section.section-posts .results .item.post .date,
  div.section-posts .results .item.post .date,
  .item.post .date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 30px; }
  section.section-posts .results .item.post:after,
  div.section-posts .results .item.post:after,
  .item.post:after {
    content: "\e904";
    position: absolute;
    font-family: "icon";
    font-size: 11px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    background: #5A36BF;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  section.section-posts .results .item.post:hover, section.section-posts .results .item.post:focus-within,
  div.section-posts .results .item.post:hover,
  div.section-posts .results .item.post:focus-within,
  .item.post:hover,
  .item.post:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

/*}
}*/
/*section.section-evts,
div.section-evts {
    .results {*/
section.section-evts .results .item.evt,
div.section-evts .results .item.evt,
.item.evt {
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff;
  padding: 15px 15px 60px; }
  section.section-evts .results .item.evt h2, section.section-evts .results .item.evt h3, section.section-evts .results .item.evt .h2, section.section-evts .results .item.evt .h3,
  div.section-evts .results .item.evt h2,
  div.section-evts .results .item.evt h3,
  div.section-evts .results .item.evt .h2,
  div.section-evts .results .item.evt .h3,
  .item.evt h2,
  .item.evt h3,
  .item.evt .h2,
  .item.evt .h3 {
    font-family: "Poppins", serif;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #141414;
    display: inline; }
  section.section-evts .results .item.evt picture, section.section-evts .results .item.evt img,
  div.section-evts .results .item.evt picture,
  div.section-evts .results .item.evt img,
  .item.evt picture,
  .item.evt img {
    display: block; }
  section.section-evts .results .item.evt img,
  div.section-evts .results .item.evt img,
  .item.evt img {
    margin-top: 15px; }
  section.section-evts .results .item.evt .tag,
  div.section-evts .results .item.evt .tag,
  .item.evt .tag {
    background: #E41944;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 8px;
    margin: 0 5px 0 0; }
  section.section-evts .results .item.evt .date,
  div.section-evts .results .item.evt .date,
  .item.evt .date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 30px;
    color: #5A36BF;
    font-size: 1rem;
    font-weight: 600; }
  section.section-evts .results .item.evt:after,
  div.section-evts .results .item.evt:after,
  .item.evt:after {
    content: "\e904";
    position: absolute;
    font-family: "icon";
    font-size: 11px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    background: #5A36BF;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  section.section-evts .results .item.evt:hover, section.section-evts .results .item.evt:focus-within,
  div.section-evts .results .item.evt:hover,
  div.section-evts .results .item.evt:focus-within,
  .item.evt:hover,
  .item.evt:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  section.section-evts .results .item.evt.past,
  div.section-evts .results .item.evt.past,
  .item.evt.past {
    background: #ececec;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.01); }

/*}
}*/
section.section-postsevenement h2 {
  margin-bottom: 0; }

section.section-postsevenement div.section-posts,
section.section-postsevenement div.section-evts {
  padding-bottom: 70px;
  position: relative; }
  section.section-postsevenement div.section-posts .btn,
  section.section-postsevenement div.section-evts .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: max-content; }

section.section-postsevenement div.section-evts .results .item {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 60px;
  border-bottom: 1px solid #ececec; }
  section.section-postsevenement div.section-evts .results .item .date {
    left: 0; }
  section.section-postsevenement div.section-evts .results .item:after {
    right: 0; }

@media (max-width: 991px) {
  section.section-postsevenement div.section-evts {
    margin-top: 45px; } }

@media (min-width: 992px) {
  section.section-postsevenement div.section-evts .results {
    padding-left: 70px; }
  section.section-postsevenement div.section-evts .btn {
    left: calc(50% + 35px); } }

@media (min-width: 1200px) {
  section.section-postsevenement div.section-evts .results {
    padding-left: 110px; }
  section.section-postsevenement div.section-evts .btn {
    left: calc(50% + 55px); } }

section.section-labos {
  padding-top: 0; }
  section.section-labos .filters {
    margin-bottom: 15px; }
    section.section-labos .filters .search {
      width: 280px; }
  section.section-labos .results .item {
    padding: 20px;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media (max-width: 575px) {
      section.section-labos .results .item {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        height: auto; } }
    section.section-labos .results .item picture {
      display: block;
      width: 100%;
      height: 70px;
      position: relative; }
      @media (min-width: 576px) {
        section.section-labos .results .item picture {
          height: 70px; } }
      @media (min-width: 1200px) {
        section.section-labos .results .item picture {
          height: 80px; } }
      section.section-labos .results .item picture img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%; }
    section.section-labos .results .item h2 {
      font-family: "Roboto", serif;
      margin-bottom: 0;
      margin-top: 15px;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.3;
      color: #141414;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }
    section.section-labos .results .item:hover h2, section.section-labos .results .item:focus-within h2 {
      color: #E41944; }

/*section.section-structures,
div.section-structures {
    .results {*/
section.section-structures .results .item.structure,
div.section-structures .results .item.structure,
.item.structure {
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  max-width: 255px; }
  section.section-structures .results .item.structure picture, section.section-structures .results .item.structure img,
  div.section-structures .results .item.structure picture,
  div.section-structures .results .item.structure img,
  .item.structure picture,
  .item.structure img {
    display: block; }
  section.section-structures .results .item.structure picture,
  div.section-structures .results .item.structure picture,
  .item.structure picture {
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    section.section-structures .results .item.structure picture:after,
    div.section-structures .results .item.structure picture:after,
    .item.structure picture:after {
      content: "\e904";
      position: absolute;
      font-family: "icon";
      font-size: 11px;
      text-align: center;
      right: 15px;
      bottom: 15px;
      background: #5A36BF;
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #ffffff;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
  section.section-structures .results .item.structure h2, section.section-structures .results .item.structure h3, section.section-structures .results .item.structure .h2, section.section-structures .results .item.structure .h3,
  div.section-structures .results .item.structure h2,
  div.section-structures .results .item.structure h3,
  div.section-structures .results .item.structure .h2,
  div.section-structures .results .item.structure .h3,
  .item.structure h2,
  .item.structure h3,
  .item.structure .h2,
  .item.structure .h3 {
    font-family: "Poppins", serif;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #141414; }
  section.section-structures .results .item.structure:hover h2, section.section-structures .results .item.structure:focus-within h2,
  div.section-structures .results .item.structure:hover h2,
  div.section-structures .results .item.structure:focus-within h2,
  .item.structure:hover h2,
  .item.structure:focus-within h2 {
    color: #E41944; }
  section.section-structures .results .item.structure:hover picture, section.section-structures .results .item.structure:focus-within picture,
  div.section-structures .results .item.structure:hover picture,
  div.section-structures .results .item.structure:focus-within picture,
  .item.structure:hover picture,
  .item.structure:focus-within picture {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

/*}
}*/
section.section-members .item,
section.section-trombino .item {
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  max-width: 300px;
  background: #ffffff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  @media (max-width: 767px) {
    section.section-members .item,
    section.section-trombino .item {
      height: calc(100% - 15px);
      margin-bottom: 15px; } }
  section.section-members .item picture, section.section-members .item img,
  section.section-trombino .item picture,
  section.section-trombino .item img {
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  section.section-members .item picture,
  section.section-trombino .item picture {
    overflow: hidden; }
    section.section-members .item picture img,
    section.section-trombino .item picture img {
      padding: 4px; }
  section.section-members .item .main,
  section.section-trombino .item .main {
    padding: 10px;
    position: relative;
    text-align: center;
    font-family: "Roboto", serif;
    font-size: 1rem;
    font-weight: 400;
    color: #141414; }
    section.section-members .item .main h2, section.section-members .item .main h3, section.section-members .item .main .h2, section.section-members .item .main .h3,
    section.section-trombino .item .main h2,
    section.section-trombino .item .main h3,
    section.section-trombino .item .main .h2,
    section.section-trombino .item .main .h3 {
      font-family: "Poppins", serif;
      margin-bottom: 10px;
      margin-top: 0;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.3;
      color: #E41944; }
    section.section-members .item .main strong,
    section.section-trombino .item .main strong {
      display: block;
      margin-bottom: 10px; }
  section.section-members .item:hover, section.section-members .item:focus-within,
  section.section-trombino .item:hover,
  section.section-trombino .item:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

section.section-prix .box {
  display: block;
  position: relative;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px; }
  section.section-prix .box .head {
    background: #5A36BF;
    padding: 30px;
    font-family: "Roboto", serif;
    font-size: 1rem;
    color: #ffffff; }
    section.section-prix .box .head h2 {
      font-family: "Poppins", serif;
      margin-bottom: 15px;
      margin-top: 0;
      color: #ffffff; }
  section.section-prix .box .main {
    padding: 30px;
    position: relative;
    background: #ffffff; }
    section.section-prix .box .main h3 {
      font-family: "Poppins", serif;
      font-weight: 600;
      font-size: 1.75rem;
      color: #141414;
      margin-bottom: 20px;
      margin-top: 35px; }
      section.section-prix .box .main h3:first-of-type {
        margin-top: 0; }
    section.section-prix .box .main .readmore {
      position: relative;
      display: block;
      padding: 7px 40px 7px 0;
      font-size: 1rem;
      color: #141414;
      margin-bottom: 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      section.section-prix .box .main .readmore:before {
        position: absolute;
        right: 3px;
        top: 4px;
        margin: 0;
        text-decoration: none; }
      section.section-prix .box .main .readmore:hover, section.section-prix .box .main .readmore:focus-within {
        background: #F3E9FA;
        text-decoration: underline;
        color: #3F2194;
        padding-left: 10px; }
        section.section-prix .box .main .readmore:hover:before, section.section-prix .box .main .readmore:focus-within:before {
          right: 10px; }
    section.section-prix .box .main .btn {
      margin-top: 15px; }

section.section-candidature {
  background: #F3E9FA; }

.section-columnlinks,
.section-laureats {
  background: #F3E9FA; }
  .section-columnlinks .column > div > div,
  .section-laureats .column > div > div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin-top: 30px;
    height: calc(100% - 30px); }
    .section-columnlinks .column > div > div .item,
    .section-laureats .column > div > div .item {
      display: flex;
      align-items: flex-start;
      padding: 15px 20px;
      font-size: 1.125rem;
      font-weight: 400;
      color: #141414;
      text-decoration: none;
      border-bottom: 1px solid #ececec;
      /*&:last-child {
                        border:0;
                    }*/ }
      .section-columnlinks .column > div > div .item em,
      .section-laureats .column > div > div .item em {
        width: 120px;
        margin-right: 15px;
        font-style: normal;
        font-weight: 600; }
      .section-columnlinks .column > div > div .item.readmore,
      .section-laureats .column > div > div .item.readmore {
        position: relative;
        padding-right: 50px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
        .section-columnlinks .column > div > div .item.readmore:before,
        .section-laureats .column > div > div .item.readmore:before {
          position: absolute;
          right: 20px;
          top: 12px;
          margin: 0;
          text-decoration: none; }
        .section-columnlinks .column > div > div .item.readmore:hover, .section-columnlinks .column > div > div .item.readmore:focus-within,
        .section-laureats .column > div > div .item.readmore:hover,
        .section-laureats .column > div > div .item.readmore:focus-within {
          background: #F3E9FA;
          text-decoration: underline;
          color: #3F2194;
          padding-left: 10px; }
          .section-columnlinks .column > div > div .item.readmore:hover:before, .section-columnlinks .column > div > div .item.readmore:focus-within:before,
          .section-laureats .column > div > div .item.readmore:hover:before,
          .section-laureats .column > div > div .item.readmore:focus-within:before {
            right: 10px; }

body section.hpo-acf-section.section-timeline .timeline {
  margin-bottom: 0;
  padding-top: 30px;
  overflow-x: hidden; }

body section.hpo-acf-section.section-timeline .cd-timeline-section {
  margin: 0;
  display: table;
  border: 2px solid #141414;
  padding: 5px 8px;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 600;
  color: #141414;
  border-color: #141414; }
  body section.hpo-acf-section.section-timeline .cd-timeline-section.actif {
    color: #ffffff;
    border-color: transparent;
    background: #5A36BF;
    white-space: break-spaces; }
  @media (min-width: 1200px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-section {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-section {
      font-size: 3.125rem; } }

body section.hpo-acf-section.section-timeline .cd-container {
  position: relative;
  margin-bottom: 0;
  padding: 70px 0; }
  body section.hpo-acf-section.section-timeline .cd-container:last-child {
    margin-bottom: 0; }
  body section.hpo-acf-section.section-timeline .cd-container:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 13px;
    height: 100%;
    border: 2px dashed #E41944; }
    @media (min-width: 768px) {
      body section.hpo-acf-section.section-timeline .cd-container:before {
        left: 80px; } }
    @media (min-width: 1200px) {
      body section.hpo-acf-section.section-timeline .cd-container:before {
        left: 50%;
        margin-left: -2px; } }
  body section.hpo-acf-section.section-timeline .cd-container .cd-timeline-block {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      body section.hpo-acf-section.section-timeline .cd-container .cd-timeline-block {
        margin-top: -100px; }
        body section.hpo-acf-section.section-timeline .cd-container .cd-timeline-block:first-child {
          margin-top: 0; }
        body section.hpo-acf-section.section-timeline .cd-container .cd-timeline-block:last-child {
          margin-bottom: 0; } }
    body section.hpo-acf-section.section-timeline .cd-container .cd-timeline-block:after {
      content: "";
      display: table;
      clear: both; }

body section.hpo-acf-section.section-timeline .cd-timeline-img {
  position: absolute;
  top: 35px;
  left: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 8px solid #E41944;
  z-index: 1; }
  body section.hpo-acf-section.section-timeline .cd-timeline-img.is-hidden {
    visibility: hidden; }
  body section.hpo-acf-section.section-timeline .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; }
  @media (min-width: 768px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-img {
      left: 67px; } }
  @media (min-width: 1200px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-img {
      top: 35px;
      left: 50%;
      margin-left: -15px; } }

body section.hpo-acf-section.section-timeline .cd-timeline-content {
  position: relative;
  margin-left: 45px;
  background: white;
  padding: 0;
  line-height: 1.2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  body section.hpo-acf-section.section-timeline .cd-timeline-content > div.text {
    padding: 75px 30px 30px; }
  @media (max-width: 575px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-content > div.text {
      padding: 75px 15px 30px; } }
  body section.hpo-acf-section.section-timeline .cd-timeline-content.is-hidden {
    visibility: hidden; }
  body section.hpo-acf-section.section-timeline .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2-inverse 0.6s ease;
    animation: cd-bounce-2-inverse 0.6s ease;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }
  body section.hpo-acf-section.section-timeline .cd-timeline-content:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 100%;
    height: 0;
    width: 20px;
    border: 0;
    border-top: 2px solid #E41944; }
  @media (min-width: 768px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-content {
      margin-left: 120px; }
      body section.hpo-acf-section.section-timeline .cd-timeline-content:before {
        width: 30px; } }
  @media (min-width: 1200px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-content {
      margin-left: 0;
      padding: 0;
      width: 45%;
      border-left: 0; }
      body section.hpo-acf-section.section-timeline .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2 0.6s ease;
        animation: cd-bounce-2 0.6s ease;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards; }
      body section.hpo-acf-section.section-timeline .cd-timeline-content:before {
        top: 50px;
        width: 45px;
        left: 100%; } }
  body section.hpo-acf-section.section-timeline .cd-timeline-content .date {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 6px;
    font-size: 2.1875rem;
    background: #E41944;
    color: #ffffff;
    padding: 5px 25px; }
  body section.hpo-acf-section.section-timeline .cd-timeline-content picture {
    display: block; }
    body section.hpo-acf-section.section-timeline .cd-timeline-content picture img {
      display: block;
      margin: auto;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      body section.hpo-acf-section.section-timeline .cd-timeline-content picture {
        float: right;
        padding-left: 30px;
        padding-bottom: 15px; }
        body section.hpo-acf-section.section-timeline .cd-timeline-content picture img {
          border-bottom-right-radius: 0;
          border-top-left-radius: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      body section.hpo-acf-section.section-timeline .cd-timeline-content picture {
        padding-bottom: 0; }
        body section.hpo-acf-section.section-timeline .cd-timeline-content picture img {
          border-bottom-right-radius: 6px; } }
  @media (max-width: 767px), (min-width: 1200px) {
    body section.hpo-acf-section.section-timeline .cd-timeline-content picture + div.text {
      padding-top: 30px; } }
  body section.hpo-acf-section.section-timeline .cd-timeline-content h3 {
    font-size: 1.875rem;
    margin-top: 0; }
    @media (max-width: 575px) {
      body section.hpo-acf-section.section-timeline .cd-timeline-content h3 {
        font-size: 1.375rem; } }
    body section.hpo-acf-section.section-timeline .cd-timeline-content h3 span {
      display: inline;
      color: #ffffff;
      padding: 0 8px;
      background-image: linear-gradient(0deg, transparent 12%, #5A36BF 12%, #5A36BF 90%, transparent 90%);
      text-shadow: 0 0 18px #5A36BF;
      white-space: break-spaces; }
  body section.hpo-acf-section.section-timeline .cd-timeline-content p:last-child {
    margin-bottom: 0; }

body section.hpo-acf-section.section-timeline.bright .cd-timeline-section {
  color: #ffffff; }

body section.hpo-acf-section.section-timeline.bright .cd-timeline-content {
  background: rgba(0, 0, 0, 0.4); }

@media (min-width: 1200px) {
  body section.hpo-acf-section.section-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
    border-right: 0; }
    body section.hpo-acf-section.section-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s ease;
      animation: cd-bounce-2-inverse 0.6s ease;
      -webkit-animation-delay: 0;
      animation-delay: 0;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards; }
    body section.hpo-acf-section.section-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content:before {
      left: auto;
      right: 100%; }
  body section.hpo-acf-section.section-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content .date {
    left: inherit;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 6px; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.bkg_revue {
  background-image: url("../imgs/bkg_revue.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.revue {
  display: table;
  margin: auto; }
  @media (max-width: 767px) {
    .revue {
      margin-top: 30px; } }
  .revue > a {
    display: block;
    position: relative; }
    .revue > a picture {
      display: block;
      position: relative;
      box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
      z-index: 1; }
    .revue > a:before, .revue > a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
      -ms-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      z-index: 0; }
    .revue > a:after {
      -ms-transform: rotate(5deg);
      -moz-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); }

section.newsletter {
  background-image: url("../imgs/bkg_newsletter.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #E41944;
  /*h2 {
        font-size:rem(35);
        font-weight: 600;
    }*/ }
  section.newsletter .sib_signup_form .sib-email-area {
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.newsletter .sib_signup_form .sib-email-area > div:first-of-type {
      flex: auto;
      padding-right: 5px; }
    section.newsletter .sib_signup_form .sib-email-area input {
      padding: 5px 10px;
      font-family: "Roboto", serif;
      color: #141414;
      font-size: 1rem;
      line-height: 1;
      width: 100%;
      border: 0; }
    section.newsletter .sib_signup_form .sib-email-area input::placeholder {
      font-family: "Roboto", serif;
      color: #141414;
      font-size: 1rem;
      line-height: 1; }
  section.newsletter .sib_signup_form div.btn {
    padding: 0;
    margin: 0;
    background: #E41944; }
    section.newsletter .sib_signup_form div.btn:before {
      position: absolute;
      top: 50%;
      left: 25px;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      pointer-events: none;
      color: #ffffff; }
    section.newsletter .sib_signup_form div.btn:hover, section.newsletter .sib_signup_form div.btn:focus-within {
      background: #C8153B; }
    section.newsletter .sib_signup_form div.btn input {
      padding: 10px 25px 10px 60px;
      background: none;
      border: 0;
      cursor: pointer;
      font-family: "Roboto", serif;
      font-size: 1rem;
      font-weight: 600;
      line-height: 16px;
      color: #ffffff; }
  section.newsletter .sib_signup_form .sib-OPT_IN-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 0.8125rem;
    line-height: 1.3; }
    section.newsletter .sib_signup_form .sib-OPT_IN-area input {
      margin: 1px 15px 0 0; }
    section.newsletter .sib_signup_form .sib-OPT_IN-area a {
      color: #ffffff;
      text-decoration: underline; }
  @media (max-width: 575px), (min-width: 768px) and (max-width: 991px) {
    section.newsletter .sib_signup_form .sib-email-area div.btn:before {
      left: 10px; }
    section.newsletter .sib_signup_form .sib-email-area div.btn input {
      padding: 10px 5px 10px 35px; } }

aside.readalso .item.page,
.item.page {
  display: block;
  position: relative;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Roboto", serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff; }
  aside.readalso .item.page picture, aside.readalso .item.page img,
  .item.page picture,
  .item.page img {
    display: block; }
  aside.readalso .item.page .main,
  .item.page .main {
    padding: 15px 15px 60px;
    position: relative; }
    aside.readalso .item.page .main .title,
    .item.page .main .title {
      font-family: "Poppins", serif;
      margin-bottom: 15px;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.3;
      color: #141414; }
  aside.readalso .item.page .date,
  .item.page .date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 30px; }
  aside.readalso .item.page:after,
  .item.page:after {
    content: "\e904";
    position: absolute;
    font-family: "icon";
    font-size: 11px;
    text-align: center;
    right: 15px;
    bottom: 15px;
    background: #5A36BF;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  aside.readalso .item.page:hover, aside.readalso .item.page:focus-within,
  .item.page:hover,
  .item.page:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?9qwzpv");
  src: url("../fonts/icon.eot?9qwzpv#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?9qwzpv") format("truetype"), url("../fonts/icon.woff?9qwzpv") format("woff"), url("../fonts/icon.svg?9qwzpv#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/*@font-face {
    font-family: 'specif';
    src:  url('../fonts/specif.eot?z8j4jr');
    src:  url('../fonts/specif.eot?z8j4jr#iefix') format('embedded-opentype'),
    url('../fonts/specif.ttf?z8j4jr') format('truetype'),
    url('../fonts/specif.woff?z8j4jr') format('woff'),
    url('../fonts/specif.svg?z8j4jr#specif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
/*
$basePixelLg : 10px;
$basePixelSm : 10px;
$basePixelXs : 10px;*/
@-webkit-keyframes dezoom {
  0% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); }
  100% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes zoom {
  0% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); } }

/*
*.nofocus {
    outline: none !important;
}

*,*:focus {
    outline: none !important;
}

*[tabindex]:focus {
    outline: auto !important;
}
*/
*[data-href] {
  cursor: pointer; }

/*html {
    font-size: $basePixel;

    @media (max-width: 1199px) {
        font-size: $basePixelLg;
    }

    @media (max-width: 991px) {
        font-size: $basePixelSm;
    }

    @media (max-width: 767px) {
        font-size: $basePixelXs;
    }
}*/
body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  background: #ffffff; }

#wpadminbar {
  position: fixed !important; }

.menu .burger-layer .scroll {
  height: auto; }

#content {
  margin-top: 52px; }
  @media (min-width: 576px) {
    #content {
      margin-top: 52px; } }
  @media (min-width: 768px) {
    #content {
      margin-top: 92px; } }
  @media (min-width: 992px) {
    #content {
      margin-top: 160px; } }
  @media (min-width: 1200px) {
    #content {
      margin-top: 160px; } }

a[name],
*[id] {
  scroll-margin-top: 120px; }

@media (min-width: 992px) {
  a[name],
  *[id] {
    scroll-margin-top: 200px; } }

.hide {
  display: none !important; }

.show {
  display: inherit !important; }

.rel {
  position: relative; }

main picture img {
  width: auto; }

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

.search {
  margin: auto; }
  .search form {
    position: relative; }
    .search form > label {
      display: block;
      position: relative; }
      .search form > label input[type=search] {
        font-family: "Roboto", serif;
        font-size: 1rem;
        line-height: 38px;
        font-weight: 400;
        padding: 0;
        padding-left: 20px;
        padding-right: 60px;
        color: #141414;
        background: #ffffff;
        border: 1px solid #C5CBCF;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .search form > label:after {
        pointer-events: none;
        position: absolute;
        top: 3px;
        right: 3px;
        content: "\e90f";
        font-family: 'icon' !important;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 33px;
        text-align: center;
        width: 33px;
        height: 33px;
        color: #141414;
        background: #ffffff;
        z-index: 1;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
    .search form button[type=submit] {
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 33px;
      height: 33px;
      overflow: hidden;
      padding: 0;
      border: 0;
      background: #ffffff;
      cursor: pointer;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }

.scroll-back-to-top {
  z-index: 30;
  position: fixed;
  right: 35px;
  bottom: 35px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .scroll-back-to-top.up {
    opacity: 0.5;
    pointer-events: auto; }
  .scroll-back-to-top:before {
    content: "\e912";
    font-family: 'icon';
    font-size: 45px;
    color: #141414;
    font-weight: 400; }
  .scroll-back-to-top:hover {
    opacity: 1; }

@media (min-width: 360px) {
  .col-md-6 .youtube-player {
    height: 220px; } }

@media (min-width: 768px) {
  .col-md-6 .youtube-player {
    height: 190px; } }

@media (min-width: 1200px) {
  .col-md-6 .youtube-player {
    height: 226px; } }

.content ul.hpo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0 15px; }
  .content ul.hpo-breadcrumb li {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5B5D5F; }
    .content ul.hpo-breadcrumb li a {
      text-decoration: none;
      color: #141414; }
      .content ul.hpo-breadcrumb li a:hover {
        color: #E41944; }
    .content ul.hpo-breadcrumb li:before {
      display: none !important; }
    .content ul.hpo-breadcrumb li.seperator {
      color: #E41944; }
    .content ul.hpo-breadcrumb li:first-of-type {
      font-weight: 600; }
    .content ul.hpo-breadcrumb li:last-of-type {
      margin: 0; }

.tag {
  font-family: "Roboto", serif;
  color: #141414;
  background: #fafafa;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 7px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: table;
  margin-bottom: 15px; }

span.tag {
  display: inline-table; }

.date {
  font-family: "Roboto", serif;
  color: #7C7C7C;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  display: table; }

.content .filters {
  font-family: "Roboto", serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 26px;
  color: #141414;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .content .filters ul.filter {
    display: inline-table;
    margin: 0 0 10px; }
    .content .filters ul.filter li {
      margin: 0;
      padding: 0;
      display: table; }
      .content .filters ul.filter li:before {
        display: none; }
      .content .filters ul.filter li a {
        font-family: "Roboto", serif;
        font-weight: 400;
        font-size: 1rem;
        color: #5A36BF;
        margin-bottom: 10px;
        text-decoration: none;
        background: #ffffff;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
        @media (max-width: 767px) {
          .content .filters ul.filter li a {
            font-size: 0.9375rem;
            padding: 20px 40px 20px 20px; } }
      .content .filters ul.filter li ul {
        display: none;
        position: absolute;
        z-index: 11;
        width: 280px;
        max-width: 280px;
        left: 0;
        max-height: 240px;
        overflow-y: auto;
        scrollbar-width: thin;
        background: #ffffff;
        border: 1px solid #5A36BF;
        padding: 0;
        margin: -1px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border-top-left-radius: 0; }
        .content .filters ul.filter li ul li {
          display: block; }
          .content .filters ul.filter li ul li a {
            display: block;
            font-size: 1rem;
            color: #5A36BF;
            line-height: 1.2;
            padding: 10px 15px;
            margin: 0; }
            .content .filters ul.filter li ul li a:hover, .content .filters ul.filter li ul li a:focus-within, .content .filters ul.filter li ul li a.active {
              background: #5A36BF;
              color: #ffffff; }
      .content .filters ul.filter li:focus-within ul {
        display: block; }
      @media (min-width: 992px) {
        .content .filters ul.filter li:hover ul {
          display: block; } }
    .content .filters ul.filter > li {
      position: relative;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .content .filters ul.filter > li {
          position: relative; } }
      @media (max-width: 575px) {
        .content .filters ul.filter > li {
          padding-bottom: 10px; } }
      .content .filters ul.filter > li:hover > a:before, .content .filters ul.filter > li:focus-within > a:before {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .content .filters ul.filter > li > a {
        font-family: "Roboto", serif;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        color: #5A36BF;
        background: #ffffff;
        border: 1px solid #5A36BF;
        padding: 10px 50px 10px 15px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
        .content .filters ul.filter > li > a:before {
          font-family: 'icon' !important;
          content: "\e90b";
          position: absolute;
          font-size: 10px;
          right: 20px;
          line-height: 20px; }
        .content .filters ul.filter > li > a.active {
          background: #5A36BF;
          color: #ffffff; }
          .content .filters ul.filter > li > a.active:before {
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 575px) {
    .content .filters ul.filter {
      display: block;
      width: 100%;
      margin-bottom: 0; }
      .content .filters ul.filter li {
        display: block;
        width: 100%;
        margin: 0; }
        .content .filters ul.filter li ul {
          width: 100%;
          margin: 0;
          max-width: inherit; }
        .content .filters ul.filter li a {
          display: block; } }
  .content .filters div.filter {
    display: inline-table;
    margin: 0 0 10px; }
    .content .filters div.filter a {
      font-family: "Roboto", serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3;
      text-decoration: none;
      border: 1px solid #5A36BF;
      display: inline-block;
      position: relative;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms;
      overflow: hidden; }
      .content .filters div.filter a span, .content .filters div.filter a em {
        display: inline-table;
        padding: 9px 15px;
        font-style: normal; }
      .content .filters div.filter a span {
        background: #5A36BF;
        color: #ffffff;
        font-weight: 500; }
      .content .filters div.filter a em {
        background: #ffffff;
        color: #5A36BF; }

.content .msg {
  margin-top: 15px; }

.content .return {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 1rem;
  color: #5A36BF;
  text-decoration: none;
  position: relative;
  padding: 3px 0;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-flex;
  align-items: center; }
  .content .return:before {
    content: "\e904";
    font-family: 'icon';
    font-size: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    text-align: center;
    margin-right: 10px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #5A36BF;
    color: #ffffff; }
  .content .return:hover, .content .return:focus-within {
    color: #3F2194; }
    .content .return:hover:before, .content .return:focus-within:before {
      background: #3F2194;
      color: #ffffff; }

.content .accordion-more {
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column-reverse; }
  .content .accordion-more.disabled a {
    display: none; }
  .content .accordion-more > div {
    max-height: 40px;
    overflow: hidden;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
  .content .accordion-more > a {
    color: #141414 !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border-top: 1px solid #5B5D5F; }
    .content .accordion-more > a:before {
      position: relative;
      padding-right: 10px;
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a:after {
      content: attr(data-on);
      line-height: 1.5; }
    .content .accordion-more > a.selected:before {
      padding-right: 0;
      padding-left: 10px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      display: inline-block; }
    .content .accordion-more > a.selected:after {
      content: attr(data-off); }
    .content .accordion-more > a:hover, .content .accordion-more > a:focus-within {
      background: #C5CBCF;
      text-decoration: underline !important; }

body .lSAction > a {
  background: #5A36BF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  body .lSAction > a:after {
    color: #ffffff;
    font-size: 0.9375rem; }
  body .lSAction > a:hover {
    background: #141414; }

body #wcb.carbonbadge {
  text-align: left;
  padding-bottom: 10px; }
  body #wcb.carbonbadge #wcb_g {
    font-family: "Roboto", serif;
    color: #141414;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
    background: #ffffff;
    border-color: #5A36BF;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_a {
    font-family: "Poppins", serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #ffffff;
    background: #5A36BF;
    border-color: #5A36BF;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_2 {
    display: inline;
    font-family: "Roboto", serif;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2; }

.mce-content-body,
.acf-block-preview,
.edit-post-visual-editor,
.edit-post-visual-editor p,
body.front,
.content {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #141414; }
  @media (min-width: 992px) {
    .mce-content-body,
    .acf-block-preview,
    .edit-post-visual-editor,
    .edit-post-visual-editor p,
    body.front,
    .content {
      font-size: 1.0625rem; } }
  @media (min-width: 1200px) {
    .mce-content-body,
    .acf-block-preview,
    .edit-post-visual-editor,
    .edit-post-visual-editor p,
    body.front,
    .content {
      font-size: 1.125rem; } }

a {
  color: #5A36BF;
  text-decoration: underline; }

.mce-content-body {
  padding: 15px; }

.edit-post-visual-editor p {
  color: inherit; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px; }
  @media (max-width: 767px) {
    .alignright {
      margin: 0 0 10px; } }

.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0; }
  @media (max-width: 767px) {
    .alignleft {
      margin: 0 0 10px; } }

/* responsive image */
img.aligncenter, img.alignleft, img.alignright, img.alignnone {
  max-width: 100%;
  display: block;
  height: auto; }

P {
  margin-top: 0;
  margin-bottom: 20px;
  table-layout: fixed; }

.mce-content-body p {
  border: 1px dashed #bbb; }

.mce-content-body div {
  border: 1px dashed #900; }

.edit-post-visual-editor ul.rich-text,
.acf-block-preview ul,
.mce-content-body ul,
.content ul {
  list-style-type: none;
  padding-left: 0;
  display: table; }
  .edit-post-visual-editor ul.rich-text li,
  .acf-block-preview ul li,
  .mce-content-body ul li,
  .content ul li {
    position: relative;
    line-height: 25px;
    padding-left: 10px;
    margin-left: 15px;
    margin-bottom: 15px; }
    .edit-post-visual-editor ul.rich-text li:before,
    .acf-block-preview ul li:before,
    .mce-content-body ul li:before,
    .content ul li:before {
      position: absolute;
      content: "•";
      color: #5A36BF;
      font-weight: 400;
      font-size: 42px;
      display: inline;
      left: -15px; }

.edit-post-visual-editor .bright ul li:before,
.acf-block-preview .bright ul li:before,
.mce-content-body .bright ul li:before,
.content .bright ul li:before {
  color: #ffffff; }

.edit-post-visual-editor .bright .texte.item a:not(.btn),
.acf-block-preview .bright .texte.item a:not(.btn),
.mce-content-body .bright .texte.item a:not(.btn),
.content .bright .texte.item a:not(.btn) {
  color: #ffffff; }

.edit-post-visual-editor ul.rich-text {
  padding-left: 15px; }

.edit-post-visual-editor ol.rich-text li,
.acf-block-preview ol li,
.mce-content-body ol li,
.content ol li {
  position: relative;
  line-height: 25px;
  padding-left: 15px;
  margin-left: 15px; }

.edit-post-visual-editor .wrapper,
.acf-block-preview .wrapper,
.mce-content-body .wrapper,
.content .wrapper,
.content .wrapper {
  color: #5A36BF;
  position: relative; }
  .edit-post-visual-editor .wrapper.specif:before,
  .acf-block-preview .wrapper.specif:before,
  .mce-content-body .wrapper.specif:before,
  .content .wrapper.specif:before,
  .content .wrapper.specif:before {
    display: inline;
    font-size: 3.75rem;
    line-height: 1;
    padding: 0 8px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .edit-post-visual-editor .wrapper.specif:after,
  .acf-block-preview .wrapper.specif:after,
  .mce-content-body .wrapper.specif:after,
  .content .wrapper.specif:after,
  .content .wrapper.specif:after {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 50%;
    width: 200px;
    height: 1px;
    border-bottom: 1px solid #5A36BF;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0; }
  @media (max-width: 991px) {
    .edit-post-visual-editor .wrapper.specif:before,
    .acf-block-preview .wrapper.specif:before,
    .mce-content-body .wrapper.specif:before,
    .content .wrapper.specif:before,
    .content .wrapper.specif:before {
      font-size: 1.875rem; }
    .edit-post-visual-editor .wrapper.specif:after,
    .acf-block-preview .wrapper.specif:after,
    .mce-content-body .wrapper.specif:after,
    .content .wrapper.specif:after,
    .content .wrapper.specif:after {
      top: 0.9375rem;
      width: 150px; } }

.edit-post-visual-editor .editor-post-title__input,
H1 {
  font-family: "Poppins", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.25rem;
  color: #141414; }
  @media (min-width: 768px) {
    .edit-post-visual-editor .editor-post-title__input,
    H1 {
      font-size: 2.1875rem; } }
  @media (min-width: 992px) {
    .edit-post-visual-editor .editor-post-title__input,
    H1 {
      font-size: 2.8125rem; } }
  @media (min-width: 1200px) {
    .edit-post-visual-editor .editor-post-title__input,
    H1 {
      font-size: 3.125rem; } }
  .edit-post-visual-editor .editor-post-title__input:not(.wp-block):not(.components-truncate) span,
  H1:not(.wp-block):not(.components-truncate) span {
    display: inline;
    color: #ffffff;
    padding: 0 8px;
    background-image: linear-gradient(0deg, transparent 12%, #5A36BF 12%, #5A36BF 90%, transparent 90%);
    text-shadow: 0 0 30px #5A36BF; }

.edit-post-visual-editor H2,
.acf-block-preview H2,
.mce-content-body H2,
.content H2,
.content .h2 {
  font-family: "Poppins", serif;
  font-size: 1.5625rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 2.1875rem;
  margin-bottom: 1.875rem;
  color: #141414;
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H2,
    .acf-block-preview H2,
    .mce-content-body H2,
    .content H2,
    .content .h2 {
      margin-top: 2.1875rem;
      margin-bottom: 1.875rem;
      font-size: 2.5rem; } }
  .edit-post-visual-editor H2 span,
  .acf-block-preview H2 span,
  .mce-content-body H2 span,
  .content H2 span,
  .content .h2 span {
    display: inline;
    color: #ffffff;
    padding: 0 8px;
    background-image: linear-gradient(0deg, transparent 12%, #5A36BF 12%, #5A36BF 90%, transparent 90%);
    text-shadow: 0 0 18px #5A36BF;
    white-space: break-spaces; }

.edit-post-visual-editor H3,
.acf-block-preview H3,
.mce-content-body H3,
.content H3 {
  font-family: "Poppins", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #141414;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H3,
    .acf-block-preview H3,
    .mce-content-body H3,
    .content H3 {
      font-size: 2.1875rem;
      margin-top: 2.1875rem;
      margin-bottom: 1.25rem; } }

.edit-post-visual-editor H4,
.acf-block-preview H4,
.mce-content-body H4,
.content H4 {
  font-family: "Poppins", serif;
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  color: #141414;
  display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H4,
    .acf-block-preview H4,
    .mce-content-body H4,
    .content H4 {
      font-size: 1.25rem;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; } }

.edit-post-visual-editor p.chapo,
.acf-block-preview .chapo,
.mce-content-body .chapo,
.content .chapo {
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #141414;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem; }
  @media (max-width: 991px) {
    .edit-post-visual-editor p.chapo,
    .acf-block-preview .chapo,
    .mce-content-body .chapo,
    .content .chapo {
      font-size: 1.0625rem;
      margin-bottom: 1.25rem; } }

.edit-post-visual-editor table,
.acf-block-preview table,
.mce-content-body table,
.content table {
  max-width: 100%; }
  @media (max-width: 768px) {
    .edit-post-visual-editor table,
    .acf-block-preview table,
    .mce-content-body table,
    .content table {
      display: block; } }

div.wrapper > h2:first-of-type {
  margin-top: 0; }

div.wrapper + h3 {
  margin-top: 0; }

.row .texte.item > div h2:first-child,
.row .texte.item > div h3:first-child {
  margin-top: 0; }

.mce-content-body .chapo {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 40px; }

.content .dark,
.content .texte.dark,
.content .texte.dark h2,
.content .texte.dark h3,
.content .texte.dark h4,
.content .texte.dark .chapo,
.acf-block-preview .texte.dark,
.acf-block-preview .texte.dark h2,
.acf-block-preview .texte.dark h3,
.acf-block-preview .texte.dark h4,
.acf-block-preview .texte.dark .chapo,
.acf-block-preview .texte.dark .acf-block-preview {
  color: #141414; }

.content .bright,
.content .bright h2,
.content .bright h3,
.content .bright h4,
.content .bright .chapo,
.acf-block-preview .bright,
.acf-block-preview .bright h2,
.acf-block-preview .bright h3,
.acf-block-preview .bright h4,
.acf-block-preview .bright .chapo,
.acf-block-preview .bright .acf-block-preview,
.content .texte.bright,
.content .texte.bright h2,
.content .texte.bright h3,
.content .texte.bright h4,
.content .texte.bright .chapo,
.acf-block-preview .texte.bright,
.acf-block-preview .texte.bright h2,
.acf-block-preview .texte.bright h3,
.acf-block-preview .texte.bright h4,
.acf-block-preview .texte.bright .chapo,
.acf-block-preview .texte.bright .acf-block-preview {
  color: #ffffff; }

.content .dark h2 span,
.acf-block-preview .dark h2 span,
.content .texte.dark h2 span,
.acf-block-preview .texte.dark h2 span {
  color: #ffffff;
  background-image: linear-gradient(0deg, transparent 12%, #5A36BF 12%, #5A36BF 90%, transparent 90%);
  text-shadow: 0 0 18px #5A36BF; }

.content .bright h2 span,
.acf-block-preview .bright h2 span,
.content .texte.bright h2 span,
.acf-block-preview .texte.bright h2 span {
  color: #5A36BF;
  background-image: linear-gradient(0deg, transparent 12%, #ffffff 12%, #ffffff 90%, transparent 90%);
  text-shadow: 0 0 18px #ffffff; }

hr {
  border-color: #141414; }

.mce-content-body blockquote,
.acf-block-preview .texte blockquote,
.content .texte blockquote {
  position: relative;
  display: table;
  padding: 10px 15px;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #141414;
  margin: 15px 0; }
  @media (min-width: 768px) {
    .mce-content-body blockquote,
    .acf-block-preview .texte blockquote,
    .content .texte blockquote {
      margin: 15px 40px; } }
  .mce-content-body blockquote:before, .mce-content-body blockquote:after,
  .acf-block-preview .texte blockquote:before,
  .acf-block-preview .texte blockquote:after,
  .content .texte blockquote:before,
  .content .texte blockquote:after {
    content: '"';
    font-family: "Poppins", serif;
    font-style: normal;
    color: #5A36BF;
    font-size: 115px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  .mce-content-body blockquote:after,
  .acf-block-preview .texte blockquote:after,
  .content .texte blockquote:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    -ms-transform: translateX(20px) rotate(180deg);
    -moz-transform: translateX(20px) rotate(180deg);
    -webkit-transform: translateX(20px) rotate(180deg);
    transform: translateX(20px) rotate(180deg); }
  @media (min-width: 768px) {
    .mce-content-body blockquote,
    .acf-block-preview .texte blockquote,
    .content .texte blockquote {
      font-size: 1.125rem; }
      .mce-content-body blockquote:before,
      .acf-block-preview .texte blockquote:before,
      .content .texte blockquote:before {
        -ms-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px); }
      .mce-content-body blockquote:after,
      .acf-block-preview .texte blockquote:after,
      .content .texte blockquote:after {
        -ms-transform: translateX(100%) rotate(180deg);
        -moz-transform: translateX(100%) rotate(180deg);
        -webkit-transform: translateX(100%) rotate(180deg);
        transform: translateX(100%) rotate(180deg); } }

.acf-block-preview .bright .texte blockquote,
.content .bright .texte blockquote,
.acf-block-preview .texte.bright blockquote,
.content .texte.bright blockquote {
  color: #ffffff; }
  .acf-block-preview .bright .texte blockquote:before,
  .content .bright .texte blockquote:before,
  .acf-block-preview .texte.bright blockquote:before,
  .content .texte.bright blockquote:before {
    color: #ffffff; }
  .acf-block-preview .bright .texte blockquote:after,
  .content .bright .texte blockquote:after,
  .acf-block-preview .texte.bright blockquote:after,
  .content .texte.bright blockquote:after {
    color: #ffffff; }

.edit-post-visual-editor .insert,
.acf-block-preview .insert,
.mce-content-body .insert,
.content .insert {
  position: relative;
  color: #ffffff;
  padding: 30px 30px 30px 155px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #5A36BF;
  margin-bottom: 30px;
  min-height: 170px; }
  .edit-post-visual-editor .insert:before,
  .acf-block-preview .insert:before,
  .mce-content-body .insert:before,
  .content .insert:before {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 110px;
    content: "\e91d";
    font-family: 'icon';
    display: inline-block;
    line-height: 1; }
  @media (max-width: 991px) {
    .edit-post-visual-editor .insert,
    .acf-block-preview .insert,
    .mce-content-body .insert,
    .content .insert {
      padding: 20px 20px 20px 105px;
      min-height: 115px; }
      .edit-post-visual-editor .insert:before,
      .acf-block-preview .insert:before,
      .mce-content-body .insert:before,
      .content .insert:before {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 75px; } }
  @media (max-width: 575px) {
    .edit-post-visual-editor .insert,
    .acf-block-preview .insert,
    .mce-content-body .insert,
    .content .insert {
      padding: 15px 15px 15px 75px;
      min-height: 80px; }
      .edit-post-visual-editor .insert:before,
      .acf-block-preview .insert:before,
      .mce-content-body .insert:before,
      .content .insert:before {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 50px; } }
  .edit-post-visual-editor .insert > p:first-of-type > strong:first-of-type,
  .edit-post-visual-editor .insert h2,
  .edit-post-visual-editor .insert h3,
  .edit-post-visual-editor .insert h4,
  .acf-block-preview .insert > p:first-of-type > strong:first-of-type,
  .acf-block-preview .insert h2,
  .acf-block-preview .insert h3,
  .acf-block-preview .insert h4,
  .mce-content-body .insert > p:first-of-type > strong:first-of-type,
  .mce-content-body .insert h2,
  .mce-content-body .insert h3,
  .mce-content-body .insert h4,
  .content .insert > p:first-of-type > strong:first-of-type,
  .content .insert h2,
  .content .insert h3,
  .content .insert h4 {
    font-family: "Poppins", serif;
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1; }
  .edit-post-visual-editor .insert a,
  .acf-block-preview .insert a,
  .mce-content-body .insert a,
  .content .insert a {
    color: #ffffff; }
  .edit-post-visual-editor .insert .btn,
  .acf-block-preview .insert .btn,
  .mce-content-body .insert .btn,
  .content .insert .btn {
    background: #ffffff;
    color: #5A36BF; }
    .edit-post-visual-editor .insert .btn:hover, .edit-post-visual-editor .insert .btn:focus-within,
    .acf-block-preview .insert .btn:hover,
    .acf-block-preview .insert .btn:focus-within,
    .mce-content-body .insert .btn:hover,
    .mce-content-body .insert .btn:focus-within,
    .content .insert .btn:hover,
    .content .insert .btn:focus-within {
      color: #ffffff;
      background-color: #3F2194; }

.edit-post-visual-editor .block-editor-block-list__block,
.content .block-editor-block-list__block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .edit-post-visual-editor .block-editor-block-list__block,
    .content .block-editor-block-list__block {
      margin-top: 35px;
      margin-bottom: 35px; } }

.content .block-editor-block-list__block {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1400px) {
    .content .block-editor-block-list__block {
      padding-left: 115px;
      padding-right: 115px; } }

.wp-caption {
  max-width: 100%;
  height: auto; }
  .wp-caption.alignnone {
    margin-left: 0;
    margin-right: 0; }
  .wp-caption > img {
    max-width: 100%;
    height: auto;
    display: block; }

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.acf-block-preview .wp-caption-text,
.content .wp-caption-text,
.mce-content-body .wp-caption-dd {
  font-family: "Roboto", serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  position: relative; }

.readmore,
.download {
  font-family: "Roboto", serif;
  font-weight: 500;
  color: #5A36BF;
  text-decoration: none;
  position: relative;
  padding: 3px 0;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-flex;
  align-items: center; }
  .readmore:before,
  .download:before {
    content: "\e904";
    font-family: 'icon';
    font-size: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    text-align: center;
    margin-right: 10px;
    background: #5A36BF;
    color: #ffffff; }
  .readmore:hover, .readmore:focus-within,
  .download:hover,
  .download:focus-within {
    color: #3F2194; }
    .readmore:hover:before, .readmore:focus-within:before,
    .download:hover:before,
    .download:focus-within:before {
      background: #3F2194;
      color: #ffffff; }

.download:before {
  font-size: 18px;
  content: "\e910"; }

.btn, .submit, .acf-button {
  font-family: "Roboto", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
  text-decoration: none;
  background: #5A36BF;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  @media (min-width: 768px) {
    .btn, .submit, .acf-button {
      padding: 10px 25px; } }
  .btn:hover, .btn:focus-within, .submit:hover, .submit:focus-within, .acf-button:hover, .acf-button:focus-within {
    color: #ffffff;
    background-color: #3F2194; }
  .btn.inversed, .submit.inversed, .acf-button.inversed {
    color: #ffffff;
    background: #3F2194; }
    .btn.inversed:hover, .btn.inversed:focus-within, .submit.inversed:hover, .submit.inversed:focus-within, .acf-button.inversed:hover, .acf-button.inversed:focus-within {
      color: #ffffff;
      background-color: #5A36BF; }
  .btn.cta, .btn.acf-button, .submit.cta, .submit.acf-button, .acf-button.cta, .acf-button.acf-button {
    color: #ffffff;
    background: #E41944; }
    .btn.cta:hover, .btn.cta:focus-within, .btn.acf-button:hover, .btn.acf-button:focus-within, .submit.cta:hover, .submit.cta:focus-within, .submit.acf-button:hover, .submit.acf-button:focus-within, .acf-button.cta:hover, .acf-button.cta:focus-within, .acf-button.acf-button:hover, .acf-button.acf-button:focus-within {
      color: #ffffff;
      background-color: #C8153B; }
    .btn.cta.empty, .btn.acf-button.empty, .submit.cta.empty, .submit.acf-button.empty, .acf-button.cta.empty, .acf-button.acf-button.empty {
      color: #E41944;
      background: none;
      border: 1px solid #E41944; }
      .btn.cta.empty:hover, .btn.cta.empty:focus-within, .btn.acf-button.empty:hover, .btn.acf-button.empty:focus-within, .submit.cta.empty:hover, .submit.cta.empty:focus-within, .submit.acf-button.empty:hover, .submit.acf-button.empty:focus-within, .acf-button.cta.empty:hover, .acf-button.cta.empty:focus-within, .acf-button.acf-button.empty:hover, .acf-button.acf-button.empty:focus-within {
        color: #ffffff;
        background-color: #C8153B; }
  .btn.small, .submit.small, .acf-button.small {
    font-size: 0.6875rem;
    padding: 5px 10px; }
    .btn.small:before, .submit.small:before, .acf-button.small:before {
      padding-right: 10px; }
  .btn:before, .submit:before, .acf-button:before {
    font-family: 'icon' !important;
    font-size: 1.25rem;
    padding-right: 10px; }
  .btn:not([class*="icon-"]):before, .submit:not([class*="icon-"]):before, .acf-button:not([class*="icon-"]):before {
    content: "\e904";
    font-size: 0.75rem; }
  @media (min-width: 992px) {
    .btn, .submit, .acf-button {
      font-size: 16px;
      line-height: 18px; } }

.content .bright .btn,
.acf-block-preview .bright .btn {
  color: #5A36BF;
  background: #ffffff; }
  .content .bright .btn:hover, .content .bright .btn:focus-within,
  .acf-block-preview .bright .btn:hover,
  .acf-block-preview .bright .btn:focus-within {
    color: #ffffff;
    background-color: #3F2194; }

body.accessibility .content ul li:before {
  color: #141414; }

/*# sourceMappingURL=app.css.map */