@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
*:focus {
  transition: none;
}
body:not(.fl-builder-edit) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
a {
  display: inline-block;
  transition: all 0.5s;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
*:active, *:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
*, #references .container #slick-references .slide {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Thin.woff2") format("woff2"), url("fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*, #references .container #slick-references .slide {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*!
 * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #46bfe0;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  --bs-gutter-x: 1.5rem;
  --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: 1304px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.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.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Roboto";
  color: #004d83;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}
#header {
  position: relative;
  z-index: 99;
}
#header #header_top {
  background-color: #ffffff;
  padding: 11px 0;
  font-family: "Gotham";
}
#header #header_top p {
  font-size: 12px;
  font-weight: 300;
}
#header #header_top p strong, #header #header_top p b {
  font-weight: 700;
}
#header #header_top .d_flex {
  display: inline-flex;
}
#header #header_top a.tel {
  color: #004d83;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  line-height: 23px;
  height: 23px;
  border-right: 1px solid #003b66;
  padding-right: 22px;
  white-space: nowrap;
  margin: 2px 0 0 0;
}
#header #header_top a.tel:hover {
  color: #46bfe0;
}
#header #header_top a.tel i {
  color: #46bfe0;
  font-size: 17px;
  margin-right: 11px;
  position: relative;
  transform: translateY(1px);
}
#header #header_top ul.reseaux_sociaux {
  display: flex;
  margin-left: 12px;
}
#header #header_top ul.reseaux_sociaux li {
  margin-left: 10px;
}
#header #header_top ul.reseaux_sociaux li a {
  color: #004d83;
  font-size: 19px;
}
#header #header_top ul.reseaux_sociaux li a:hover {
  color: #46bfe0;
}
#header #header_bottom {
  transition: 0.3s ease all;
  padding: 30px 0 0;
  height: 69px;
}
#header #header_bottom .container {
  position: relative;
}
#header #header_bottom #main_navigation {
  font-family: "Gotham";
}
#header #header_bottom #main_navigation > ul > li {
  position: relative;
}
#header #header_bottom #main_navigation > ul > li > a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
#header #header_bottom #main_navigation > ul > li:hover > a, #header #header_bottom #main_navigation > ul > li.current_page_item > a {
  position: relative;
}
#header #header_bottom #main_navigation > ul > li:hover > a:before, #header #header_bottom #main_navigation > ul > li.current_page_item > a:before {
  content: " ";
  position: absolute;
  background-color: #004d83;
  opacity: 1;
  height: 7px;
  left: 0;
  right: -20px;
  bottom: 0px;
  z-index: -1;
}
#header #header_bottom #main_navigation > ul > li .sub-menu {
  margin: 20px;
  font-size: 14px;
}
#header #header_bottom #main_navigation > ul > li .sub-menu li {
  margin-bottom: 6px;
}
#header #header_bottom #main_navigation > ul > li .sub-menu li a {
  color: white;
  font-weight: 300;
}
#header #header_bottom #main_navigation > ul > li > button {
  top: 13px;
  padding: 0;
  right: 10px;
  position: absolute;
}
#header #header_bottom #main_navigation > ul > li > button i {
  font-size: 20px;
  color: #46bfe0;
}
#header #header_bottom #main_navigation button {
  background: transparent;
  border: 0;
}
#header #logo_header img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
#header button.telephone {
  font-size: 27px;
  background: none;
  position: absolute;
  right: 75px;
  top: 12px;
}
#header button.telephone a {
  color: #46bfe0;
}
#header .burger_menu {
  position: absolute;
  right: 25px;
  top: 40px;
  font-size: 31px;
  color: #46bfe0;
  z-index: 3;
  background: none;
}
#header .burger_menu .fa-xmark-large {
  display: none;
}
#header .burger_menu.open .fa-bars-sort {
  display: none;
}
#header .burger_menu.open .fa-xmark-large {
  display: block;
}
#header.sticky {
  padding-bottom: 70px;
  z-index: 3;
}
#header.sticky #header_bottom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.mot_accroche {
  display: none;
  color: transparent;
  -webkit-text-stroke: 1px #dfdcdc;
  text-stroke: 1px #dfdcdc;
  text-shadow: none;
  font-size: 53px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  font-family: "Gotham";
}
.croix {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 2;
  transform: translateX(-50%) !important;
}
.croix.small {
  width: 56px;
  height: 56px;
  z-index: 0;
}
.croix.bis {
  width: 79px;
  height: 79px;
  top: -70px;
}
#footer {
  position: relative;
  background: transparent url(../images/bg_footer.webp) no-repeat center top;
  padding: 90px 0 0 0;
  background-size: cover;
}
#footer .mot_accroche {
  -webkit-text-stroke: 1px #dfe7ef26;
  text-stroke: 1px #dfe7ef26;
}
#footer #footer_bottom {
  margin-top: 15px;
}
#footer #footer_bottom .bordure_top {
  border-top: 1px solid white;
  padding-top: 25px;
}
#footer #footer_bottom .bordure_top .col_footer {
  text-align: center;
  line-height: 150%;
  margin-bottom: 20px;
}
#footer #footer_bottom .bordure_top .col_footer:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  width: 70%;
  margin: auto;
}
#footer #footer_bottom .bordure_top .col_footer:last-child:after {
  border: 0;
}
#footer #footer_bottom p, #footer #footer_bottom a {
  font-size: 13px;
  color: #ffffff;
}
#footer .wpcf7-form {
  text-align: center;
}
#footer .wpcf7-form .wpcf7-response-output {
  color: white;
}
#footer .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0;
  font-family: "Gotham";
}
#footer .wpcf7-form .wpcf7-spinner {
  position: absolute;
  background-color: #003b66;
  margin-top: 10px;
}
#footer .wpcf7-form .wpcf7-spinner:before {
  background-color: white;
}
#footer .wpcf7-form .d_flex {
  margin: 20px 0;
}
#footer .wpcf7-form p.titre {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.22em;
  font-family: "Gotham";
}
#footer .wpcf7-form .wpcf7-text {
  line-height: 47px;
  height: 47px;
  background-color: transparent;
  border-bottom: 2px solid #46bfe0;
  font-family: "Gotham";
  color: white;
  font-size: 18px;
  font-weight: 300;
  max-width: 100%;
}
#footer .wpcf7-form .wpcf7-submit {
  font-family: "Gotham";
  background-color: transparent;
  line-height: 47px;
  height: 47px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 19px;
  color: white;
  border: 2px solid #46bfe0;
}
#footer .wpcf7-form .wpcf7-response-output {
  border-width: 1px;
  font-family: "Gotham";
}
#footer h6 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 13px;
}
#footer #logo_footer {
  display: block;
  text-align: center;
  width: 40%;
  margin: auto;
  margin-top: 60px;
}
#footer .coordonnees p, #footer .coordonnees a {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#footer .coordonnees p i, #footer .coordonnees a i {
  margin-right: 10px;
}
#footer .coordonnees a.adresse {
  margin-right: 30px;
}
#footer .decouvrez a {
  display: block;
  text-align: center;
  margin: 20px auto;
}
#footer .decouvrez a img {
  width: 100px;
}
#footer .suiveznous i {
  font-size: 20px;
}
#footer #second_navigation {
  padding-bottom: 15px;
}
#footer #second_navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
#footer #second_navigation ul li {
  width: 100%;
}
#intro_accueil {
  background-image: radial-gradient(537px 537px at 49.56% 55.22%, #0c4770 0%, #031d3b 100%);
  margin-top: -99px;
  padding-top: 140px;
  padding-bottom: 50px;
  font-family: "Gotham";
}
#intro_accueil h1 {
  font-size: 26px;
  line-height: 1.33em;
  font-weight: 700;
  color: #ffffff;
  font-family: "Gotham";
}
#intro_accueil h1 b {
  font-weight: 500;
  color: #46bfe0;
}
#intro_accueil p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.33em;
  margin: 25px 0;
}
.bouton {
  display: inline-block;
  color: #46bfe0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 19px 12px;
  position: relative;
  transition: all 0.1s ease;
  font-family: "Gotham";
  margin: 30px auto;
}
.bouton:before {
  content: " ";
  position: absolute;
  width: 53%;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease;
}
.bouton:after {
  content: " ";
  position: absolute;
  width: 85%;
  left: 0;
  bottom: 0;
  height: 2px;
  transition: all 0.1s ease;
}
.bouton.jaune:before {
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.bouton.jaune:after {
  background-color: white;
}
.bouton.jaune_bis:before {
  border-top: 2px solid #003b66;
  border-left: 2px solid #003b66;
}
.bouton.jaune_bis:after {
  background-color: #003b66;
}
.bouton.bleu {
  color: #004d83;
}
.bouton.bleu:before {
  border-top: 2px solid #003b66;
  border-left: 2px solid #003b66;
}
.bouton.bleu:after {
  background-color: #003b66;
}
.bouton:hover:before {
  border: 0px solid;
}
.bouton:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}
#zone_blanche {
  padding: 30px 0 60px;
  position: relative;
}
#zone_blanche:before {
  content: " ";
  position: absolute;
  background-color: #f3f4f5;
  width: 60%;
  height: 250px;
  top: 0;
  left: 0;
  z-index: -1;
}
#zone_blanche img {
  max-width: 100%;
}
#zone_blanche h2 {
  color: #004d83;
  font-size: 24px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 30px;
  font-family: "Gotham";
}
#zone_blanche h3 {
  color: #46bfe0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48em;
  margin-bottom: 15px;
  font-family: "Gotham";
}
#zone_blanche p {
  margin-bottom: 15px;
  line-height: 1.56em;
  font-size: 18px;
}
#zone_blanche img {
  margin-bottom: 15px;
}
#nos_services {
  position: relative;
  background-color: #f3f4f5;
  padding: 60px 0 30px;
}
#nos_services .mot_accroche {
  -webkit-text-stroke: 1px #dfdcdc;
  text-stroke: 1px #dfdcdc;
}
#nos_services .bouton {
  margin: 30px auto;
}
#nos_services h2 {
  color: #004d83;
  font-weight: 900;
  line-height: 1em;
  font-size: 24px;
  font-family: "Gotham";
}
.bloc_service {
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  padding: 24px;
  margin-bottom: 28px;
  background-image: none;
  transition: all ease 0.3s;
  cursor: pointer;
  height: fit-content;
}
.bloc_service:hover {
  background-image: linear-gradient(217deg, #33516c 0%, #172943 100%);
}
.bloc_service:hover p, .bloc_service:hover .lien {
  color: white;
}
.bloc_service .img_container {
  height: 159px;
  position: relative;
}
.bloc_service .img_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.bloc_service h3 {
  color: #46bfe0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: "Gotham";
}
.bloc_service h3 a {
  color: inherit;
}
.bloc_service p {
  line-height: 1.35em;
  font-size: 17px;
  transition: all ease 0.3s;
}
.bloc_service .lien {
  color: #122945;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #46bfe0;
  width: 128px;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
}
#notre_equipe {
  position: relative;
}
#notre_equipe .slide {
  width: 250px;
  height: 300px;
}
#notre_equipe .slide .personne {
  width: 250px;
  height: 300px;
}
#notre_equipe .slide .personne .hover .link {
  padding-top: 0;
}
#notre_equipe .slide .img {
  overflow: hidden;
  position: relative;
  width: 250px;
  height: 300px;
}
#notre_equipe .slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#notre_equipe .slide.slick-center {
  position: relative;
  z-index: 99;
}
#notre_equipe .slick-arrows {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 336px;
  width: 75%;
  margin: 0 auto;
}
#notre_equipe .slick-arrows .slick-arrow {
  background: url("../images/arrow.svg") no-repeat;
  width: 20px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#notre_equipe .slick-arrows .slick-arrow.slick-next {
  transform: rotate(180deg);
  float: right;
}
#notre_equipe .slick-dots {
  width: 50%;
  z-index: 1;
  position: relative;
  margin: 20px auto 60px auto;
}
main.site-main .entry-header {
  text-align: center;
}
main.site-main .entry-title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
}
main.site-main .entry-content {
  color: #004d83;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}
main.site-main .entry-content h3 {
  font-family: Gotham;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.53;
  padding-bottom: 53px;
}
main.site-main .entry-content p {
  padding-bottom: 23px;
}
#equipe .personne {
  margin-bottom: 20px;
}
#equipe .personne .img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  width: 100%;
  height: auto;
}
.hover {
  padding: 10px 0;
}
.hover h2 {
  color: #46bfe0;
  padding-bottom: 10px;
  font-family: "Gotham";
  line-height: 120%;
  width: 100%;
  font-size: 20px;
}
.hover p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}
.hover .link {
  padding-top: 25px;
}
.hover .link a {
  color: #004d83;
  border-radius: 50%;
  border: 1px solid white;
  width: 33px;
  height: 33px;
  margin-right: 14px;
  text-align: center;
  line-height: 33px;
}
.titre_color {
  color: #004d83;
  font-family: Gotham;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.22;
  padding-bottom: 74px;
}
.titre_color span {
  font-size: 60px;
  color: #ebaa4d;
}
.slick-arrows {
  display: none;
}
.slick-dots {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 39px 0 101px;
}
.slick-dots li button {
  cursor: pointer;
  background-color: white;
  text-indent: -99999999px;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  border: 1px solid #004d83;
}
.slick-dots li.slick-active button {
  border: 2px solid #46bfe0;
  background-color: #46bfe0;
}
#slick-equipe .intro {
  background-color: #1d71b8;
  padding: 50px 17px;
  height: 100%;
  font-family: "Gotham";
}
#slick-equipe .intro p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 62px;
  line-height: 1.05em;
}
#slick-equipe .intro a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 30px;
  display: inline-block;
}
#slick-equipe .intro a:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -px;
  background-color: #46bfe0;
  height: 2px;
  width: 128px;
}
#intro_nos_services {
  background-image: radial-gradient(495px 99px at 50% 78.24%, #0c4770 0%, #031d3b 100%);
  margin-top: -100px;
  height: 140px;
}
body.page #header #header_bottom {
  height: 100px;
}
.page-template-tpl-nos-services #header #header_bottom {
  height: 90px;
  padding: 20px 0 0;
}
#nos_services_archive {
  padding: 60px 0;
  position: relative;
  background-color: #f3f4f5;
}
#nos_services_archive .intro {
  padding-bottom: 35px;
  text-align: center;
}
#nos_services_archive h1 {
  color: #004d83;
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 15px;
  font-family: "Gotham";
}
#nos_services_archive h2 {
  color: #46bfe0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48em;
  margin-bottom: 14px;
  font-family: "Gotham";
}
.intro_inner {
  background-image: radial-gradient(495px 99px at 50% 78.24%, #0c4770 0%, #031d3b 100%);
  margin-top: -99px;
  padding-top: 100px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.intro_inner .container {
  padding-top: 30px;
}
.intro_inner .croix.small {
  top: 85px;
  width: 30px;
  display: none;
}
.intro_inner h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 25px;
  font-family: "Gotham";
}
.intro_inner img {
  max-width: 100%;
}
.intro_inner .backtoservices {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.52px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin: 30px auto 40px;
}
.intro_inner .backtoservices i {
  color: #46bfe0;
  font-size: 17px;
  margin-right: 16px;
}
.intro_inner h2 {
  font-size: 21px;
  color: #46bfe0;
  font-weight: 700;
  line-height: 1.48em;
  margin-bottom: 15px;
  font-family: "Gotham";
}
.intro_inner h3 {
  color: #46bfe0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Gotham";
  margin-bottom: 15px;
}
.intro_inner p {
  font-size: 17px;
  color: white;
  line-height: 1.65em;
  margin-bottom: 15px;
}
.intro_inner.small {
  padding-bottom: 0;
  background-image: radial-gradient(444px 222px at 50% 62.73%, #0c4770 0%, #031d3b 100%);
}
.intro_inner.small h1 {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
  font-family: "Gotham";
}
.intro_inner.small .container {
  position: relative;
  padding-bottom: 30px;
}
.intro_inner.small .croix_header {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
#fiabilite {
  background-color: #f3f4f5;
  padding: 60px 0 15px 0;
  position: relative;
}
#fiabilite .mot_accroche {
  color: white;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  z-index: 1;
}
#fiabilite .img img {
  max-width: 100%;
  margin-bottom: 20px;
}
#fiabilite h4 {
  font-size: 21px;
  color: #447a8c;
  margin-bottom: 15px;
  font-weight: 900;
}
#fiabilite p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35em;
  margin-bottom: 15px;
}
#notre_equipe .lettering .char1, #notre_equipe .lettering .char6, #notre_equipe .lettering .char11 {
  color: #46bfe0;
}
#notre_equipe .lettering .char2, #notre_equipe .lettering .char7, #notre_equipe .lettering .char12 {
  color: #2a526f;
}
#notre_equipe .lettering .char3, #notre_equipe .lettering .char8, #notre_equipe .lettering .char13 {
  color: #fff;
}
#notre_equipe .lettering .char4, #notre_equipe .lettering .char9, #notre_equipe .lettering .char14 {
  color: #46bfe0;
}
#notre_equipe .lettering .char5, #notre_equipe .lettering .char10, #notre_equipe .lettering .char15 {
  color: #004d83;
}
.lettering .char1, .lettering .char6, .lettering .char11 {
  color: #46bfe0;
}
.lettering .char2, .lettering .char7, .lettering .char12 {
  color: #1d71b8;
}
.lettering .char3, .lettering .char8, .lettering .char13 {
  color: #004d83;
}
.lettering .char4, .lettering .char9, .lettering .char14 {
  color: #003b66;
}
.lettering .char5, .lettering .char10, .lettering .char15 {
  color: #46bfe0;
}
.valeurs {
  padding: 15px 0;
}
.valeurs .img {
  position: relative;
  margin-bottom: 15px;
}
.valeurs .img img {
  max-width: 100%;
}
.valeurs .text {
  position: relative;
}
.valeurs h2 {
  font-family: "Gotham";
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 21px;
  color: #2A526F;
  position: relative;
  z-index: 2;
}
.valeurs p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65em;
  margin-bottom: 10px;
}
.valeurs#valeurs2 {
  background-color: #f3f4f5;
}
.valeurs#valeurs2 h2 {
  color: #46bfe0;
  font-family: "Gotham";
}
.valeurs#valeurs2 .chiffre {
  opacity: 0.5;
  -webkit-text-stroke: 1px #447A8C;
  text-stroke: 1px #447A8C;
}
.valeurs .chiffre {
  font-weight: 900;
  -webkit-text-stroke: 1px #46bfe0;
  text-stroke: 1px #46bfe0;
  font-family: "Gotham";
  font-size: 60px;
  color: transparent;
  line-height: 1em;
}
.valeurs#valeurs3 {
  margin-bottom: 50px;
}
.contenu {
  padding: 40px 0;
}
.contenu p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35em;
  margin-bottom: 15px;
}
.contenu h2 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.53em;
  font-family: "Gotham";
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.contenu h3, .contenu h4, .contenu h5, .contenu h6 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.53em;
  font-family: "Gotham";
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.contenu_classique p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35em;
  text-align: center;
  margin-bottom: 15px;
}
.contenu_classique h2, .contenu_classique h3, .contenu_classique h4, .contenu_classique h5, .contenu_classique h6 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.53em;
  font-family: "Gotham";
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.chiffres-cle {
  margin-bottom: 30px;
}
.chiffres-cle .d-flex {
  flex-wrap: wrap;
}
.chiffres-cle h3 {
  font-size: 26px;
  margin: 20px auto;
}
.chiffres-cle .chiffre {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-basis: 100%;
  align-items: center;
}
.chiffres-cle .chiffre:nth-child(1n) .numero {
  color: #46bfe0;
}
.chiffres-cle .chiffre:nth-child(2n) .numero {
  color: #46bfe0;
}
.chiffres-cle .chiffre:nth-child(3n) .numero {
  color: #46bfe0;
}
.chiffres-cle .chiffre .numero {
  font-weight: 900;
  font-size: 34px;
  font-family: Gotham;
  margin-right: 10px;
}
.chiffres-cle .chiffre .donnee {
  text-transform: uppercase;
  font-size: 14px;
}
#texte_equipe {
  text-align: center;
  padding: 15px 0;
}
#references {
  margin: 30px 0px 100px 0px;
  position: relative;
}
#references .titre_color {
  padding-bottom: 40px;
}
#references .contenu {
  padding: 0;
  margin-bottom: 40px;
}
#references .contenu li {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65em;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
#references .contenu li::before {
  position: absolute;
  content: " ";
  background-color: #558597;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 9px;
}
#references .container #slick-references {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}
#references .container #slick-references .slide {
  margin-bottom: 60px;
  max-width: 100%;
}
#references .container #slick-references .slide.slick-current {
  opacity: 1;
}
#references .container #slick-references .slide .img {
  height: 146px;
  position: relative;
}
#references .container #slick-references .slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
}
#references .container #slick-references .slide .card {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  padding: 30px;
  margin-top: 10px;
}
#references .container #slick-references .slide .card .card_h2 {
  font-family: "Gotham";
  color: #447a8c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 30px;
}
#references .container #slick-references .slide .card .card_descr {
  color: #004d83;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
#references .container #slick-references .slide .card .card_descr .show_hide_new {
  border-radius: 3px;
  border: 1px solid #003b66;
  padding: 4px 6px;
  background: transparent;
  color: #003b66;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 13px;
}
#references ul.logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0;
}
#references ul.logo li {
  margin: 0 10px 20px;
  padding: 0;
}
#references ul.logo li:before {
  display: none;
}
#references ul.logo img {
  max-height: 80px;
  width: auto;
  max-width: 210px;
  height: auto;
}
.nf-form-layout {
  margin-bottom: 50px !important;
  max-width: 1100px;
  margin: auto;
}
.nf-form-layout form {
  max-width: 1000px;
  margin: auto;
  padding: 0 60px;
}
.nf-form-layout .nf-form-fields-required {
  color: rgba(128, 128, 128, 0.5);
  font-size: 14px;
  font-style: italic;
  margin-left: 0px;
}
.nf-form-layout .nf-before-form-content {
  margin-bottom: 30px;
}
.nf-form-layout .nf-form-content {
  max-width: 100% !important;
}
.nf-form-layout .nf-form-content li:before {
  display: none;
}
.nf-form-layout .nf-form-content .nf-field-label label {
  font-size: 18px;
  line-height: 20px;
  color: #355c7a;
  font-family: "Gotham";
}
.nf-form-layout .nf-form-content .listradio-wrap ul {
  display: flex;
  column-gap: 40px;
}
.nf-form-layout .nf-form-content input:not([type=button]), .nf-form-layout .nf-form-content textarea, .nf-form-layout .nf-form-content select {
  color: black;
  font-family: "Roboto";
  font-weight: 300;
  background: white !important;
  border: 1px solid lightgrey !important;
  font-size: 14px;
}
.nf-form-layout .nf-form-content input:not([type=button])::placeholder, .nf-form-layout .nf-form-content textarea::placeholder, .nf-form-layout .nf-form-content select::placeholder {
  font-style: italic;
}
.nf-form-layout .nf-form-content .list-select-wrap > div div:after {
  content: "";
  position: absolute;
  right: 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Font Awesome 6 Pro";
  top: 0px;
  color: black;
  font-size: 19px;
  font-weight: 400;
}
.nf-form-layout .nf-form-content .checkbox-wrap .nf-field-label label:after {
  background: white;
  border: 1px solid;
  border-radius: 2px;
}
.nf-form-layout .nf-form-content #nf-field-10-wrap label {
  font-style: italic;
  font-weight: 300 !important;
  font-size: 14px;
  color: grey;
}
.nf-form-layout .nf-form-content #nf-field-10-wrap label:before {
  content: "";
  background: #355c7a;
  width: 14px;
  position: absolute;
  z-index: 2;
  height: 14px;
  margin: 2px 0 0 4px;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container {
  margin: 20px auto 50px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  background-color: transparent;
  line-height: 47px;
  height: 47px;
  padding: 0 19px;
  color: #004d83;
  border: 2px solid #46bfe0;
  display: flex;
  align-items: center;
  width: fit-content;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container:hover {
  background-color: #004d83;
  border: 1px solid #355c7a;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container:hover input[type=button] {
  color: white;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container:hover:before {
  color: white;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  padding: 2px 10px 0 0;
  color: #004d83;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container .nf-field-label {
  display: none;
}
.nf-form-layout .nf-form-content .nf-field-container.submit-container input[type=button] {
  font-weight: 500;
  font-size: 20px;
  color: #004d83;
  font-family: "Gotham";
  background: none;
  margin: 0;
  padding: 0;
  height: inherit;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.nf-form-layout .nf-form-content .nf-error .nf-field-element:after {
  border-radius: 30px;
  height: 38px;
  width: 38px;
  line-height: 40px;
  margin: 5px;
}
.nf-form-layout .nf-form-content .nf-error .nf-error-msg {
  font-size: 18px;
}
.nf-form-layout .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  color: #003b66;
}
.nf-form-layout .nf-form-content .nf-pass.field-wrap .ninja-forms-field {
  border-color: #003b66 !important;
}
.nf-form-layout .nf-error-msg.nf-error-field-errors {
  background-color: #46bfe0;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: grey;
  border: 1px dashed grey;
  font-size: 18px;
}
.nf-form-layout .nf-response-msg {
  margin-bottom: 40px;
}
.puces {
  display: flex;
  flex-direction: column;
  gap: 42px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
  display: none;
}
.puces a {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 50%;
}
.puces a.active {
  background-color: #46bfe0;
  border-color: #46bfe0 !important;
}
.puces a:hover {
  background-color: #46bfe0;
}
.puces.fonce a {
  border: 2px solid #004d83;
}
@media (max-width: 767px) {
  #header #header_top {
    text-align: center;
  }
  #header #header_top p {
    margin-bottom: 10px;
  }
  #header #header_bottom {
    height: 69px;
  }
  #header #header_bottom #main_navigation {
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    z-index: 2;
  }
  #header #header_bottom #main_navigation > ul > li {
    border-bottom: 1px solid #ffffff1f;
  }
  #header #header_bottom #main_navigation > ul > li > a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 0;
  }
  #header #header_bottom #main_navigation .menu > ul > li {
    margin-bottom: 10px;
  }
  #header #header_bottom #main_navigation #menu-menu-principal {
    display: none;
    background-color: #004d83;
    margin-top: 11px;
    padding: 30px;
  }
  #header #header_bottom #main_navigation #menu-menu-principal.open {
    display: block;
  }
  #footer .wpcf7-form .wpcf7-submit {
    margin-top: 40px;
  }
  #nos_services_archive .croix.small {
    width: 30px;
  }
}
@media (max-width: 576px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header #header_bottom #logo_header {
    width: 100%;
    text-align: center;
  }
  #header #header_bottom #main_navigation > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #header #header_top .container, #header #header_bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #header_bottom .container {
    flex-wrap: wrap;
  }
  #header #header_bottom .container #logo_header {
    margin-bottom: 20px;
    width: 100%;
  }
  #header #header_bottom .container #logo_header img {
    max-width: 160px;
  }
  #header #header_bottom .container #main_navigation {
    width: 100%;
  }
  #header #header_bottom .container #main_navigation > ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  #header #header_bottom .container #main_navigation > ul > li {
    margin: 0 5px;
  }
  #header #header_bottom .container #main_navigation > ul > li .sub-menu {
    background: white;
    margin: 0;
    padding: 15px;
    min-width: 200px;
    transform-origin: top;
    transition: transform 0.3s linear;
    display: block !important;
    z-index: 999;
    position: absolute;
    transform: rotateX(-90deg);
    top: 35px;
  }
  #header #header_bottom .container #main_navigation > ul > li .sub-menu li {
    padding-bottom: 5px;
  }
  #header #header_bottom .container #main_navigation > ul > li .sub-menu li a {
    color: #004d83;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 300;
  }
  #header #header_bottom .container #main_navigation > ul > li .sub-menu li a:hover {
    color: #46bfe0;
  }
  #header #header_bottom .container #main_navigation > ul > li:hover .sub-menu {
    transform: rotateX(0deg);
  }
  #header #header_bottom .container #main_navigation > ul > li.current_page_item > a:before {
    right: -7px;
    bottom: 2px;
  }
  #header.sticky #header_bottom {
    padding-bottom: 120px;
  }
  .mot_accroche {
    font-size: 108px;
    top: -48px;
  }
  .intro_inner {
    padding-top: 140px;
  }
  .croix {
    top: -60px;
    width: 120px;
    height: 120px;
  }
  .croix.small {
    top: -22px;
  }
  #footer {
    padding-top: 120px;
    padding-bottom: 18px;
  }
  #footer #logo_footer {
    margin: auto auto 50px;
  }
  #footer #footer_bottom .bordure_top .col_footer {
    text-align: left;
  }
  #footer #footer_bottom .bordure_top .col_footer:after {
    display: none;
  }
  #footer .wpcf7-form {
    margin-bottom: 150px;
  }
  #footer .wpcf7-form .d_flex {
    display: flex;
    gap: 29px;
    justify-content: center;
  }
  #footer .wpcf7-form .d_flex .tel_container {
    max-width: 373px;
  }
  #footer .wpcf7-form p.titre {
    font-size: 41px;
    margin-bottom: 48px;
  }
  #footer .coordonnees {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .coordonnees p i, #footer .coordonnees a i {
    font-size: 19px;
  }
  #footer .coordonnees .tel {
    margin-top: 10px;
  }
  #footer .coordonnees .tel i {
    top: 0;
  }
  #footer #second_navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .decouvrez a {
    text-align: left;
  }
  #intro_accueil {
    background-image: radial-gradient(537px 537px at 49.56% 55.22%, #0c4770 0%, #031d3b 100%);
    padding-top: 180px;
  }
  #intro_accueil h1 {
    font-size: 43px;
  }
  #intro_accueil p {
    font-size: 27px;
  }
  #intro_accueil .homme {
    margin-top: 50px;
    max-width: 100%;
  }
  #zone_blanche {
    padding: 50px 0 100px 0px;
  }
  #zone_blanche h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  #zone_blanche h3 {
    font-size: 25px;
  }
  #zone_blanche .container_img {
    position: relative;
    display: inline-block;
  }
  #zone_blanche .container_img img {
    margin-bottom: 0;
  }
  #zone_blanche .container_img:before {
    content: " ";
    position: absolute;
    top: -60px;
    left: -60px;
    background: transparent url("../images/zone_blanche_before.svg") no-repeat 0 0;
    right: 0;
    bottom: 0;
    background-size: 50%;
  }
  #zone_blanche .container_img:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 169px;
    border-left: 4px solid #003b66;
    border-bottom: 4px solid #003b66;
    top: -40px;
    bottom: -4px;
    z-index: -1;
  }
  #nos_services {
    padding-top: 120px;
  }
  #nos_services h2 {
    font-size: 60px;
  }
  #nos_services .bloc_services {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 1100px;
    counter-reset: items;
    gap: 3%;
  }
  #nos_services .bloc_services::before {
    counter-increment: items;
    content: counter(items);
  }
  #nos_services .bloc_services:before, #nos_services .bloc_services:after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
  }
  #nos_services .bloc_services .bloc_service {
    margin: 0;
    width: 30%;
  }
  #notre_equipe .slide {
    width: 300px;
    height: 300px;
  }
  #notre_equipe .slide .personne {
    width: 300px;
    height: 300px;
    position: relative;
  }
  #notre_equipe .slide .personne .img {
    width: 300px;
    height: 300px;
  }
  #notre_equipe .slide .personne:hover .hover {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #notre_equipe .slide .intro {
    padding: 50px 37px;
  }
  #equipe .row {
    gap: 20px 30px;
  }
  #equipe .personne {
    width: 300px;
    position: relative;
  }
  #equipe .personne .img {
    width: 300px;
    height: 300px;
  }
  #intro_nos_services {
    height: 160px;
  }
  #nos_services_archive {
    background-color: transparent;
    padding: 100px 0;
  }
  #nos_services_archive:before {
    content: " ";
    position: absolute;
    background-color: #f3f4f5;
    top: 13px;
    left: 0;
    right: 0;
    height: 80%;
    z-index: -1;
  }
  #nos_services_archive h1 {
    font-size: 50px;
  }
  #nos_services_archive h2 {
    font-size: 25px;
  }
  #nos_services_archive .bloc_services {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 1140px;
    counter-reset: items;
    gap: 3%;
  }
  #nos_services_archive .bloc_services .bloc_service {
    width: 30%;
    position: relative;
    box-sizing: border-box;
    cursor: auto;
  }
  #nos_services_archive .bloc_services::before {
    counter-increment: items;
    content: counter(items);
  }
  #nos_services_archive .bloc_services:nth-child(3n+1) {
    order: 1;
  }
  #nos_services_archive .bloc_services:nth-child(3n+2) {
    order: 2;
  }
  #nos_services_archive .bloc_services:nth-child(3n) {
    order: 3;
  }
  #nos_services_archive .bloc_services:before, #nos_services_archive .bloc_services:after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
  }
  .intro_inner .text {
    text-align: left;
  }
  .intro_inner .img {
    position: relative;
  }
  .intro_inner .img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    max-width: 120%;
  }
  #fiabilite {
    padding: 110px 0 95px 0;
  }
  .valeurs#valeurs1 .img {
    transform: translateY(118px);
    position: relative;
  }
  .valeurs#valeurs3 .img {
    position: relative;
  }
  .titre {
    position: relative;
    margin: 40px auto;
  }
  .titre h1 {
    max-width: 50%;
    margin: auto;
  }
  .titre .backtoservices {
    position: absolute;
    left: 0;
    top: 8px;
  }
  .nextim_propose .container .row .nextim_propose_card_list {
    margin-bottom: 50px;
    margin-top: 43px;
  }
  .nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px !important;
  }
  .nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card p {
    text-align: center !important;
  }
  .dif_serveurs .img {
    position: relative;
  }
  .dif_serveurs .img:after {
    content: " ";
    position: absolute;
    right: 25px;
    bottom: -45px;
    width: 63px;
    height: 64px;
    background: transparent url(../images/masque_valeurs2.svg) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
  }
  .contenu_classique h2 {
    font-size: 30px;
  }
  .contenu_classique h3, .contenu_classique h4, .contenu_classique h5, .contenu_classique h6 {
    font-size: 21px;
  }
  .contenu_classique.no-padding {
    padding: 60px 0 30px;
  }
  .chiffres-cle .d-flex {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  .chiffres-cle .chiffre {
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 200px;
    height: 200px;
    align-content: center;
    margin: 30px 3%;
    padding: 0 17px 17px;
    position: relative;
  }
  .chiffres-cle .chiffre:after {
    content: "";
    rotate: 45deg;
    height: 170px;
    width: 170px;
    position: absolute;
    top: 10px;
  }
  .chiffres-cle .chiffre:nth-child(1n):after {
    border: 1px solid #46bfe0;
  }
  .chiffres-cle .chiffre:nth-child(2n):after {
    border: 1px solid #46bfe0;
  }
  .chiffres-cle .chiffre:nth-child(3n):after {
    border: 1px solid #003b66;
  }
  .chiffres-cle .chiffre .numero {
    font-size: 43px;
    line-height: 80%;
    margin-bottom: 10px;
  }
  #references .container #slick-references .slide {
    flex-basis: 50%;
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
  #header {
    position: relative;
    z-index: 2;
  }
  #header.sticky #header_top {
    position: fixed;
    width: 100%;
  }
  #header.sticky #header_bottom {
    height: 70px !important;
    padding: 6px 0 0;
    top: 48px;
  }
  #header.sticky #header_bottom #logo_header {
    width: 120px;
    margin-top: 10px;
  }
  #header #header_bottom {
    padding: 20px 0;
  }
  #header #header_bottom .container {
    align-items: initial;
    flex-wrap: nowrap;
  }
  #header #header_bottom .container #logo_header {
    width: 220px;
  }
  #header #header_bottom #main_navigation {
    max-width: 950px;
    margin: 16px 0 0 0;
  }
  #header #header_bottom #main_navigation > ul > li {
    margin: 0;
  }
  #header #header_bottom #main_navigation > ul > li > a {
    font-size: 15px;
  }
  #header.sticky {
    padding-bottom: 120px;
  }
  .mot_accroche {
    font-size: 138px;
    top: -60px;
    display: block;
  }
  #footer {
    margin-top: 80px;
  }
  #footer #footer_bottom {
    margin-top: 0;
  }
  #footer #footer_bottom .bordure_top {
    padding-top: 57px;
  }
  #footer #footer_bottom .bordure_top .col_footer {
    border: none;
  }
  #footer #second_navigation {
    border: none;
  }
  #intro_accueil {
    margin-top: -120px;
    padding-top: 170px;
    position: relative;
  }
  #intro_accueil .col_g {
    max-width: 50%;
    position: relative;
    z-index: 1;
  }
  #intro_accueil p {
    margin: 32px 0 91px;
    max-width: 80%;
  }
  #intro_accueil .homme {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #nos_services .bouton {
    float: right;
  }
  #nos_services .bloc_services {
    margin-top: 148px;
  }
  .page-template-tpl-nos-services #header #header_bottom {
    height: 171px;
  }
  #intro_nos_services {
    height: 171px;
    margin-top: -171px;
  }
  #nos_services_archive {
    padding-top: 69px;
  }
  #nos_services_archive .intro {
    margin-bottom: 48px;
  }
  #nos_services_archive h1 {
    margin-bottom: 54px;
  }
  #nos_services_archive .bloc_services {
    height: 1000px;
  }
  #zone_blanche .container_img:before {
    top: -82px;
    left: -82px;
  }
  .intro_inner {
    padding-top: 200px;
    padding-bottom: 0;
  }
  .intro_inner.small {
    padding-top: 240px;
  }
  .intro_inner.small .croix_header {
    width: 320px;
    height: 240px;
    bottom: 14px;
  }
  .intro_inner.small .container {
    padding-bottom: 91px;
  }
  .intro_inner .croix.small {
    top: 160px;
    width: 56px;
    z-index: 1;
    display: block;
  }
  .intro_inner .backtoservices {
    margin-top: 10px;
  }
  .intro_inner h1 {
    clear: both;
    font-size: 50px;
    margin-bottom: 150px;
  }
  .intro_inner h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .intro_inner h3 {
    font-size: 25px;
    margin: -20px 0 30px;
  }
  .intro_inner .text {
    padding-bottom: 66px;
  }
  .intro_inner .img img {
    top: auto;
    transform: translateY(0);
    bottom: -50px;
  }
  .intro_inner.small {
    height: 381px;
  }
  #fiabilite {
    padding: 228px 0 95px 0;
    margin-bottom: 217px;
  }
  #fiabilite h4 {
    font-size: 35px;
    margin-bottom: 47px;
  }
  #fiabilite p {
    margin-bottom: 35px;
  }
  #fiabilite .bouton {
    margin-top: 39px;
  }
  .valeurs {
    padding: 62px 0;
  }
  .valeurs#valeurs1 .img:before {
    content: " ";
    position: absolute;
    left: -160px;
    top: -105px;
    width: 433px;
    height: 446px;
    background: transparent url(../images/masque_valeurs.svg) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
  }
  .valeurs#valeurs3 .img:before {
    content: " ";
    position: absolute;
    left: 14px;
    top: -31px;
    width: 63px;
    height: 64px;
    background: transparent url(../images/masque_valeurs2.svg) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
  }
  .valeurs#valeurs3 .img:after {
    content: " ";
    position: absolute;
    right: -82px;
    bottom: -30px;
    width: 190px;
    height: 200px;
    background: transparent url(../images/masque_valeurs3.svg) no-repeat 0 0;
    background-size: cover;
    z-index: 1;
  }
  .valeurs#valeurs1 .chiffre {
    left: 17px;
  }
  .valeurs .chiffre {
    font-size: 216px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 110px;
  }
  .valeurs .text {
    padding: 45px 0 0 122px;
  }
  .valeurs h2 {
    font-size: 30px;
    margin-left: -39px;
  }
  .valeurs .img_container {
    text-align: right;
  }
  .valeurs .img {
    margin: 0;
    display: inline-block;
  }
  #texte_equipe {
    padding: 80px 0;
  }
  #references {
    margin: 30px 0px 100px 0px;
    position: relative;
  }
  #references .container #slick-references .slide {
    flex-basis: 33%;
  }
  #notre_equipe .slick-arrows {
    width: 59%;
  }
  #equipe .personne .img {
    overflow: hidden;
  }
  #equipe .personne .img img {
    transition: all 0.5;
  }
  #equipe .personne:hover .hover {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 12px;
    width: 100%;
    bottom: 0px;
  }
  #equipe .personne:hover img {
    min-width: 110%;
    margin: -5% 0 0 -5%;
  }
  .hover {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: -12px;
    bottom: 0px;
    top: 0;
    padding: 23px;
    background-color: rgba(16, 66, 135, 0.55);
    width: auto;
    transition: all ease 0.3s;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .hover h2 {
    color: #46bfe0;
    padding-bottom: 10px;
    font-family: "Gotham";
    line-height: 120%;
    width: 100%;
  }
  .hover p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
  }
  .hover .link {
    padding-top: 25px;
  }
  .hover .link a {
    color: white;
    border-radius: 50%;
    border: 1px solid white;
    width: 33px;
    height: 33px;
    margin-right: 14px;
    text-align: center;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  #header #logo_header img {
    max-width: none;
  }
  #header #header_bottom #main_navigation > ul > li > a {
    font-size: 16px;
  }
  .mot_accroche {
    font-size: 218px;
    top: -96px;
  }
  #footer {
    padding-top: 207px;
  }
  #intro_accueil {
    padding-top: 290px;
    height: 921px;
    /* to remove */
  }
  #zone_blanche {
    padding: 117px 0 162px;
  }
  #zone_blanche:before {
    width: 708px;
    height: 641px;
  }
  #zone_blanche h2 {
    margin-left: 337px;
    margin-bottom: 85px;
    font-size: 60px;
    max-width: 600px;
  }
  #zone_blanche h3 {
    margin-top: 62px;
    margin-bottom: 24px;
  }
  #zone_blanche .bouton {
    margin-top: 41px;
  }
  #zone_blanche .container_img:before {
    background-size: auto;
    top: -125px;
    left: -126px;
    width: 350px;
  }
  #zone_blanche .container_img:after {
    top: -244px;
  }
  #nos_services {
    padding-top: 212px;
    padding-bottom: 73px;
  }
  #nos_services h2 {
    padding-left: 337px;
  }
  #nos_services .bouton {
    margin: -51px 0 0 0;
  }
  #nos_services .bloc_services {
    margin-top: 78px;
    height: 970px;
  }
  #nos_services .bloc_services #bloc4 {
    margin-top: 103px;
  }
  #nos_services .bloc_services .bloc_service {
    width: 23%;
  }
  #nos_services .bloc_services .bloc_service#bloc1 {
    margin-top: -199px;
  }
  .dif_serveurs {
    padding: 80px 0;
  }
  .dif_serveurs h3 {
    margin-bottom: 30px !important;
  }
  .dif_serveurs p {
    margin-bottom: 30px !important;
  }
  #fiabilite .img {
    position: relative;
  }
  #fiabilite .img img {
    position: absolute;
    right: 24px;
    top: -108px;
    max-width: none;
  }
  #fiabilite .text {
    padding-left: 44px;
  }
  .valeurs#valeurs1 {
    margin-bottom: -240px;
  }
  .valeurs#valeurs1 .img {
    margin-top: 120px;
  }
  .valeurs#valeurs2 {
    padding: 60px 0 110px;
  }
  .valeurs#valeurs3 .img {
    transform: translateY(-184px);
    margin-top: 70px;
  }
  #references .container #slick-references .slide {
    flex-basis: 25%;
  }
  #notre_equipe .slick-arrows {
    width: 47%;
  }
}
@media (min-width: 1550px) {
  .puces {
    display: flex;
  }
  #notre_equipe .slick-arrows {
    width: 36%;
  }
  .intro_inner .img img {
    right: -100px;
    bottom: -65px;
    max-width: none;
  }
}
@media (min-width: 1750px) {
  .puces {
    left: 145px;
  }
  #notre_equipe .slick-arrows {
    width: 32%;
  }
  .intro_inner .img img {
    right: -209px;
    bottom: -65px;
    max-width: none;
  }
}
#header #header_bottom #logo_header img {
  transition: 0.3s all ease;
}
#header.sticky #header_bottom {
  background-color: #122945;
}
#header.sticky #header_bottom #logo_header img {
  max-width: 149px;
}
#intro_accueil {
  position: relative;
  overflow: hidden;
}
#intro_accueil .animation_homme .bg {
  position: absolute;
  right: -76px;
  top: 80px;
  z-index: 0;
}
#intro_accueil .animation_homme #parallaxImg {
  position: absolute;
  width: 80%;
  left: 50%;
  height: 100%;
  background: url(../images/homme.svg);
  top: 107px;
  background-repeat: no-repeat;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #slick- .card {
    width: 400px;
    height: 490px;
  }
}
@media screen and (min-width: 1280px) {
  #slick- .card {
    height: 443px;
  }
}
.bloc_gris {
  padding: 15px 0;
  text-align: center;
  background-color: #f3f4f5;
}
.bloc_gris h2 {
  color: #004d83;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0px 0 15px 0;
  font-family: "Gotham";
}
.bloc_gris p {
  color: #355c7a;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 15px;
}
.bloc_gris a {
  color: #46bfe0;
  font-size: 15px;
  font-weight: 700;
}
.dif_serveurs {
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.dif_serveurs .container .row .img {
  margin-bottom: 20px;
}
.dif_serveurs .container .row .img img {
  max-width: 100%;
}
.dif_serveurs .container .row h3 {
  color: #46bfe0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 15px;
  font-family: "Gotham";
}
.dif_serveurs .container .row p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65em;
  margin-bottom: 15px;
}
.dif_serveurs .container .row ul li {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65em;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.dif_serveurs .container .row ul li::before {
  position: absolute;
  content: " ";
  background-color: #558597;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 9px;
}
.nextim_propose {
  margin-top: 50px;
  padding-bottom: 30px;
}
.nextim_propose .container .row .nextim_propose_text h2 {
  color: #2a526f;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1.12px;
  line-height: 1.68;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham";
}
.nextim_propose .container .row .nextim_propose_text h3 {
  color: #2a526f;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.33;
  width: 550px;
  text-align: center;
  width: 95%;
  margin-bottom: 50px;
  font-family: "Gotham";
}
.nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card {
  text-align: center;
  gap: 40px;
  margin-bottom: 30px;
}
.nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card .img_container {
  height: 100px;
  margin-bottom: 30px;
}
.nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card p {
  color: #004d83;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bloc_gris {
    padding: 30px 0 10px;
  }
  .dif_serveurs {
    padding: 30px 0;
  }
  .nextim_propose .nextim_propose_card_list .row {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .bloc_gris {
    padding: 80px 0;
  }
  .bloc_gris h2 {
    font-size: 40px;
    margin-bottom: 3px;
  }
  .bloc_gris p {
    font-size: 20px;
  }
  .dif_serveurs {
    padding: 67px 0;
  }
  .dif_serveurs h3 {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .bloc_gris {
    padding: 80px 0 60px;
  }
  .dif_serveurs .img {
    position: relative;
    height: 100%;
  }
  .dif_serveurs .img img {
    max-width: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .dif_serveurs .container .row .text .text_start ul li {
    margin-bottom: 7px;
    margin-top: 50px;
  }
  .dif_serveurs .container .row .text .text_end h3 {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 680px;
  }
  .dif_serveurs .container .row .text .text_end ul li {
    margin-top: -5px;
  }
}
@media screen and (min-width: 767px) {
  .dif_serveurs {
    text-align: start;
  }
}
@media screen and (min-width: 992px) {
  .nextim_propose .container .row .nextim_propose_text h3 {
    width: 40%;
  }
  .nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card {
    max-width: 327px;
  }
  .nextim_propose .container .row .nextim_propose_card_list .nextim_propose_card p {
    width: 250px;
    display: inline-block;
  }
}
/*# sourceMappingURL=base.css.map */