* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body:not(.fl-builder-edit) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
a {
  display: inline-block;
  transition: all 0.5s;
}
a:focus-visible, a:hover {
  outline: none;
  outline-offset: 0;
}
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;
}
/*!
 * 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: #1C45BE;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #4CC474;
  --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: #1C45BE;
  --bs-secondary: #6c757d;
  --bs-success: #4CC474;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 28, 69, 190;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 76, 196, 116;
  --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: #1C45BE;
  --bs-link-hover-color: #163798;
  --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: 1160px;
  }
}
.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: "new-atten-round";
}
body.page-template-tpl-maintenance {
  background-color: #041434;
}
body.page-template-tpl-maintenance header {
  display: none;
}
body.page-template-tpl-maintenance footer {
  display: none;
}
body.page-template-tpl-maintenance #responsive-menu-button {
  display: none;
}
body.page-template-tpl-maintenance #rmp_menu_trigger-100 {
  display: none;
}
body.page-template-tpl-maintenance .maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 25px;
}
body.page-template-tpl-maintenance .maintenance h1 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 15px;
}
body.page-template-tpl-maintenance .maintenance h2 {
  color: #fff;
  font-size: 28px;
}
h1, .style-h1, h2.style-h1, h3.style-h1, h4.style-h1, h5.style-h1, h6.style-h1 {
  background: linear-gradient(90deg, #13a8e0 0%, #4cc474 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  display: block;
  word-wrap: break-word;
}
h1 span, .style-h1 span, h2.style-h1 span, h3.style-h1 span, h4.style-h1 span, h5.style-h1 span, h6.style-h1 span {
  background: linear-gradient(87.4deg, #14a9e0 0.92%, #1d45be 98.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2, .style-h2, h3.style-h2, h4.style-h2, h5.style-h2, h6.style-h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.06;
  color: #fff;
}
h2.little, .style-h2.little, h3.style-h2.little, h4.style-h2.little, h5.style-h2.little, h6.style-h2.little {
  font-size: 28px;
}
h2.border-bottom, .style-h2.border-bottom, h3.style-h2.border-bottom, h4.style-h2.border-bottom, h5.style-h2.border-bottom, h6.style-h2.border-bottom {
  position: relative;
  padding-bottom: 40px;
}
h2.border-bottom::before, .style-h2.border-bottom::before, h3.style-h2.border-bottom::before, h4.style-h2.border-bottom::before, h5.style-h2.border-bottom::before, h6.style-h2.border-bottom::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  max-width: 850px;
  background-color: #d7dfea;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2.border-bottom::after, .style-h2.border-bottom::after, h3.style-h2.border-bottom::after, h4.style-h2.border-bottom::after, h5.style-h2.border-bottom::after, h6.style-h2.border-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 125px;
  width: 2px;
  background-color: #d7dfea;
  left: 50%;
  transform: translateX(-50%);
}
h3, .style-h3, h2.style-h3, h4.style-h3, h5.style-h3, h6.style-h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.14;
  color: #fff;
}
h4, .style-h4, h2.style-h4, h3.style-h4, h5.style-h4, h6.style-h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1C45BE;
}
h5, .style-h5, h2.style-h5, h4.style-h5, h3.style-h5, h6.style-h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.176;
}
#builder_post h2, #builder_post .style-h2, #builder_post h3.style-h2, #builder_post h4.style-h2, #builder_post h5.style-h2, #builder_post h6.style-h2, .fl-builder-content h2, .fl-builder-content .style-h2, .fl-builder-content h3.style-h2, .fl-builder-content h4.style-h2, .fl-builder-content h5.style-h2, .fl-builder-content h6.style-h2 {
  color: #121046;
  line-height: 1.15;
}
#builder_post h3, #builder_post .style-h3, #builder_post h2.style-h3, #builder_post h4.style-h3, #builder_post h5.style-h3, #builder_post h6.style-h3, .fl-builder-content h3, .fl-builder-content .style-h3, .fl-builder-content h2.style-h3, .fl-builder-content h4.style-h3, .fl-builder-content h5.style-h3, .fl-builder-content h6.style-h3 {
  background: linear-gradient(87.4deg, #14a9e0 0.92%, #1d45be 98.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: 700;
}
#builder_post p, .fl-builder-content p {
  color: #121046;
  line-height: 1.2;
}
#builder_post li, .fl-builder-content li {
  color: #121046;
  line-height: 1.2;
  font-size: 16px;
}
#builder_post ul, .fl-builder-content ul {
  padding-left: 13px;
}
#builder_post ul li, .fl-builder-content ul li {
  position: relative;
  padding-left: 17px;
}
#builder_post ul li::before, .fl-builder-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #121046;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
}
.single {
  background-color: #f1f3ff;
}
p {
  font-size: 16px;
  color: #fff;
  line-height: 1.176;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  padding-right: 10px;
}
.gradient_blue {
  background: linear-gradient(87.4deg, #14a9e0 0.92%, #1d45be 98.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_gradient_blue {
  background: linear-gradient(87.4deg, #14a9e0 0.92%, #1d45be 98.27%);
}
.bg_gradient_blue_green {
  background: linear-gradient(90deg, #13a8e0 0%, #4cc474 100%);
}
.gradient_blue_green {
  background: linear-gradient(90deg, #13a8e0 0%, #4cc474 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light_blue {
  color: #14A9E0 !important;
}
.blue {
  color: #1C45BE !important;
}
.white {
  color: #fff !important;
}
.gras {
  font-weight: 700 !important;
}
.uppercase {
  text-transform: uppercase;
}
.black {
  color: #000 !important;
}
.dark_blue {
  color: #121046 !important;
}
.text-center {
  text-align: center;
}
.site-main {
  padding-top: 145px;
}
#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: white;
  z-index: 9;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  transition: all ease-in 0.3s;
}
#header.fixed {
  position: fixed;
  background: radial-gradient(58.99% 165.63% at 50% 50%, #343278 0%, #1d1938 100%);
  box-shadow: 4px 4px 15px 0px #000000a1;
}
#header .header {
  display: flex;
  justify-content: space-between;
}
#header .header #logo_header img {
  max-width: 200px;
  width: 80%;
  height: auto;
}
#header .header #main-navigation {
  display: none;
  padding-top: 3px;
}
#header .header #main-navigation > div > ul {
  display: flex;
}
#header .header #main-navigation > div > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
#header .header #main-navigation > div > ul > li.current-menu-item, #header .header #main-navigation > div > ul > li.current_page_parent {
  position: relative;
}
#header .header #main-navigation > div > ul > li.current-menu-item::after, #header .header #main-navigation > div > ul > li.current_page_parent::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 2px;
  height: 10px;
  width: 46px;
  background-image: url("../img/under_header.svg");
}
#header .header #main-navigation.animation {
  animation-duration: 1s;
  animation-name: slide-right;
}
#header .header #main-navigation.reverse {
  transition: right ease-in 1s;
  right: -100% !important;
}
#header .header #main-navigation.open {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  padding: 90px;
  display: block;
  border-left: 5px solid #fff;
  -webkit-box-shadow: -10px 2px 15px -2px #000;
  box-shadow: -10px 2px 30px -13px #000;
  background: radial-gradient(58.99% 165.63% at 50% 50%, #343278 0%, #1d1938 100%);
}
#header .header #main-navigation.open > div > ul {
  flex-direction: column;
  gap: 34px;
  align-items: end;
}
#header .header #main-navigation.open > div > ul > li > a {
  font-size: 16px;
}
#header .header .burger_menu {
  font-size: 31px;
}
#header .header .burger_menu .fa-xmark-large {
  display: none;
}
#header .header .burger_menu.open {
  position: absolute;
  z-index: 9999999;
  top: 50px;
  right: 90px;
}
#header .header .burger_menu.open .fa-bars {
  display: none;
}
#header .header .burger_menu.open .fa-xmark-large {
  display: block;
}
@keyframes slide-right {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
#footer .footer {
  background: radial-gradient(462% 122.88% at 10.58% 0%, #052cb7 0%, rgba(5, 46, 183, 0) 100%), #121046;
  color: #fff;
  padding: 55px 0;
}
#footer .footer .row > div {
  position: relative;
}
#footer .footer #logo_footer {
  width: 260px;
  margin-bottom: 30px;
}
#footer .footer #logo_footer img {
  width: 80%;
}
#footer .footer span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.52;
}
#footer .footer span a {
  color: #fff;
}
#footer .footer span a:hover {
  opacity: 0.5;
}
#footer .footer span a.underline {
  text-decoration: underline;
}
#footer .footer span i {
  font-size: 16px;
  margin-left: 24px;
  padding: 8px 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
#footer .footer .contact {
  display: flex;
  flex-direction: column;
}
#footer .footer .contact strong {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 10px;
}
#footer .footer .dernieres_actus {
  padding-left: 35px;
  border-left: 1px solid #14A9E0;
  display: flex;
  flex-direction: column;
}
#footer .footer .dernieres_actus strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.06;
  color: #14A9E0;
  margin-bottom: 20px;
}
#footer .footer .dernieres_actus span {
  line-height: 1.7;
}
#footer .footer .dernieres_actus span a {
  font-weight: 700;
}
#footer .sub_footer {
  background-color: #fff;
}
#footer .sub_footer .content {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  gap: 5px 15px;
}
#footer .sub_footer .content span, #footer .sub_footer .content a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.235;
  color: #121046;
  display: inline-block;
  position: relative;
}
#footer .sub_footer .content span.element::before, #footer .sub_footer .content span.element::after, #footer .sub_footer .content a.element::before, #footer .sub_footer .content a.element::after {
  content: "-";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -11px;
}
#footer .sub_footer .content span.element::after, #footer .sub_footer .content a.element::after {
  right: -11px;
  left: inherit;
}
#footer .sub_footer .content a {
  text-decoration: underline;
}
.home #hero h1, .page-template-tpl-paroles #hero h1 {
  line-height: 0.9;
}
.home #hero .img_hero, .page-template-tpl-paroles #hero .img_hero {
  bottom: 0;
}
.blog, .archive {
  background-color: #f1f3ff;
}
#hero {
  padding-top: 85px;
  padding-bottom: 50px;
  background: radial-gradient(58.99% 165.63% at 50% 50%, #343278 0%, #1d1938 100%);
  overflow: hidden;
  z-index: 1;
  position: relative;
}
#hero.no-height {
  height: auto;
  padding-bottom: 53px;
}
#hero .img_hero {
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: -75px;
}
#hero h1 {
  padding-top: 5px;
}
#hero .style-h1 {
  margin-top: -20px;
}
#hero.hero_single .style-h1 {
  font-size: 50px;
  line-height: 1.2;
}
#hero.hero_single a {
  margin-top: 33px;
}
.bouton_principal {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.176;
  color: #121046;
  text-transform: uppercase;
  padding: 13px 19px 7px 65px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.bouton_principal::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
  height: 7px;
  width: 33px;
  background-image: url("../img/under_header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.bouton_principal:hover {
  background-color: #121046;
  color: #fff;
}
.bouton_principal.border {
  border: 2px solid #d7dfea;
  background-color: transparent;
}
.bouton_principal.border:hover {
  background-color: #d7dfea;
}
.bouton_secondaire {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  padding: 10px 20px 8px 36px;
  transition: all ease-in 0.3s;
  outline: 1px solid transparent;
}
.bouton_secondaire::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background-color: #14A9E0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  transition: all ease-in 0.3s;
}
.bouton_secondaire:hover {
  box-shadow: inset -6em 0px 0 0 white, inset 6em 0 0 0 white;
  color: #14A9E0;
  outline: 1px solid transparent;
}
.bouton_secondaire:hover:hover::before {
  background-color: #14A9E0;
}
.bouton_secondaire.before_white::before {
  background-color: #fff;
}
.bouton_secondaire.big {
  font-size: 17px;
  padding-top: 12px;
}
.bouton_secondaire.no_before {
  letter-spacing: 0.3px;
  padding: 12px 20px 8px 17px;
  font-size: 17px;
  border-width: 2px;
}
.bouton_secondaire.no_before i {
  padding-right: 11px;
}
.bouton_secondaire.no_before::before {
  content: none;
}
#decouvrir_nos_offres {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f3ff;
}
#decouvrir_nos_offres .container_button {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 10px;
}
#slider_actus {
  margin-top: 50px;
}
#slider_actus .slick-track {
  display: flex !important;
}
#slider_actus .slick-track .slick-slide {
  height: inherit !important;
  background-size: cover !important;
}
#slider_actus .slick-track .slick-slide .d-flex {
  align-items: start;
  justify-content: center;
  height: 100%;
}
#slider_actus .liste_actus {
  max-width: 1640px;
  position: relative;
  margin: 0 auto;
}
#slider_actus .liste_actus .actus {
  padding: 20px;
  border-radius: 20px;
  background-size: cover;
  position: relative;
  margin: 0 20px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
#slider_actus .liste_actus .actus > * {
  max-width: 530px;
  z-index: 1;
  position: relative;
}
#slider_actus .liste_actus .actus .style-h3 {
  margin-bottom: 12px;
}
#slider_actus .liste_actus .actus .bouton_secondaire {
  margin-top: 29px;
}
#slider_actus .liste_actus .actus .filtre {
  background: #1c44bec0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 0;
  border-radius: 20px;
}
#slider_actus .liste_actus .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
}
#slider_actus .liste_actus .slick-dots li {
  cursor: pointer;
}
#slider_actus .liste_actus .slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  position: relative;
}
#slider_actus .liste_actus .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #1C45BE;
  border-radius: 50%;
  opacity: 0;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
#slider_actus .liste_actus .slick-dots li.slick-active button, #slider_actus .liste_actus .slick-dots li:hover button {
  cursor: pointer;
}
#slider_actus .liste_actus .slick-dots li.slick-active button::after, #slider_actus .liste_actus .slick-dots li:hover button::after {
  opacity: 1;
}
#solutions_it {
  margin-top: 50px;
}
#solutions_it .list_card {
  display: flex;
  margin-top: 37px;
  gap: 28px;
  flex-wrap: wrap;
}
#solutions_it .list_card .card .content .texte {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  column-gap: 5px;
}
#solutions_it .list_card .card .content .texte p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}
#solutions_it .list_card .card .content .bouton_secondaire {
  margin-top: 24px;
}
.card {
  background: radial-gradient(100% 104.95% at 0% 0%, #82dbfd 2.5%, #14a9e0 33.5%, #14a9e0 64.5%, #0e89b6 100%);
  flex: 1 1 0px;
  min-height: 260px;
  border-radius: 10px;
  position: relative;
  min-width: 280px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.card:nth-child(2) {
  background: radial-gradient(100% 104.95% at 0% 0%, #7195ff 2.5%, #1c45be 33.5%, #1c45be 64.5%, #0f2c83 100%);
}
.card:nth-child(3) {
  background: radial-gradient(100% 104.95% at 0% 0%, #1a41b5 2.5%, #121046 33.5%, #121046 64.5%, #4946a7 100%);
}
.card .content {
  text-align: right;
  padding: 0 15px;
}
#choisi_itiss {
  margin-top: -31px;
  padding-top: 330px;
  background-color: #f1f3ff;
  padding-bottom: 81px;
}
#choisi_itiss .container_button {
  margin-top: 16px;
}
.liste_entreprise {
  display: flex;
  margin-top: 57px;
  margin-bottom: 68px;
}
.liste_entreprise .entreprise {
  width: 130px;
  aspect-ratio: 1;
  margin: 0 22px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.liste_entreprise .entreprise img {
  width: 106px;
  height: 106px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liste_entreprise .slick-arrow {
  background-color: transparent;
  margin-right: 17px;
}
.liste_entreprise .slick-arrow i {
  font-size: 40px;
  color: #14A9E0;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.liste_entreprise .slick-arrow i:hover {
  color: #121046;
}
.liste_entreprise .slick-arrow.slick-next {
  margin-left: 17px;
  margin-right: 0;
}
.page-template-tpl-offre {
  background-color: #f1f3ff;
}
#notre_promesse {
  padding-top: 46px;
  background-color: #f1f3ff;
  padding-bottom: 50px;
}
#notre_promesse .col-12 {
  margin-bottom: 20px;
}
#notre_promesse .card_mots_cles {
  background: #fff;
  margin-top: 37px;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding-bottom: 0;
}
#notre_promesse .card_mots_cles img {
  width: 50px;
}
#notre_promesse .card_mots_cles .style-h3 {
  margin-top: 20px;
  margin-bottom: 14px;
}
#notre_promesse .card_mots_cles .texte {
  padding-right: 5px;
}
#notre_promesse .card_mots_cles .texte p {
  color: #121046;
  font-size: 16px;
}
#equipe {
  padding-top: 64px;
  padding-bottom: 62px;
}
#equipe .contenu .style-h3 {
  margin-top: 20px;
  margin-bottom: 22px;
}
#equipe .contenu .bouton_secondaire {
  margin-top: 16px;
}
#equipe .equipe {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 88px;
  margin-top: 30px;
  justify-content: center;
  padding-bottom: 60px;
}
#equipe .equipe .personne {
  position: relative;
  height: fit-content;
}
#equipe .equipe .personne img {
  width: 256px;
  height: 277px;
  border-radius: 15px;
}
#equipe .equipe .personne .content {
  position: absolute;
  color: #fff;
  background: linear-gradient(82.2deg, #2e2c67 0%, #1d45be 95.2%);
  display: flex;
  flex-direction: column;
  top: 88%;
  left: 10px;
  padding: 4px 10px;
  rotate: -4deg;
  border-radius: 5px;
  max-width: 200px;
}
#equipe .equipe .personne .content strong {
  font-size: 30px;
}
#equipe .equipe .personne .content span {
  text-transform: uppercase;
  font-size: 20px;
}
#equipe .equipe .personne:nth-child(3) .content {
  max-width: none;
}
#separator {
  width: 100%;
  height: 638px;
}
#separator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#convictions {
  padding-top: 30px;
  padding-bottom: 79px;
}
#convictions .liste_convictions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 39px;
}
#convictions .liste_convictions .card {
  min-width: 300px;
}
#convictions .liste_convictions .card .content {
  top: 53%;
}
#convictions .liste_convictions .card .content > * {
  margin-bottom: 5px;
}
#convictions .liste_convictions .card:nth-child(2) .content {
  left: 43px;
}
#offres .affichage_offres {
  display: flex;
}
#offres .affichage_offres .timeline {
  width: 2px;
  height: 100%;
  background: #d7dfea;
  margin: 0 9px;
}
#offres .affichage_offres .liste_offres {
  margin-left: 40px;
}
#offres .affichage_offres .liste_offres .offre {
  margin-top: 85px;
  position: relative;
}
#offres .affichage_offres .liste_offres .offre::before {
  width: 17px;
  height: 17px;
  background-color: #4CC474;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 7px;
  left: -58px;
}
#offres .affichage_offres .liste_offres .offre .style-h3 {
  width: 100%;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  flex-direction: column;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 15px 0px #d7dfea;
  padding: 34px 14px;
  height: fit-content;
  padding-bottom: 28px;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte .liste {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  gap: 9px;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte .liste p {
  color: #121046;
  font-size: 16px;
  line-height: 1.35;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte.bg_gradient_blue_green .style-h4 {
  color: #fff;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte.bg_gradient_blue_green .style-h4 i {
  color: #fff;
  background: none;
  -webkit-text-fill-color: white;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte.bg_gradient_blue_green .liste p {
  color: #fff;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .carte:first-child .liste {
  margin-top: 27px;
  gap: 12px;
}
#offres .affichage_offres .liste_offres .offre .liste_cartes .fleche_droite {
  font-size: 30px;
  font-weight: 900;
  margin: 15px;
  text-align: center;
  rotate: 90deg;
}
#partenaires {
  margin-top: 40px;
}
#partenaires .liste_entreprise {
  margin-top: 80px;
  margin-bottom: 78px;
}
.paroles {
  margin-top: 26px;
}
.paroles .parole p {
  font-size: 16px;
}
.paroles .parole .client {
  margin-top: 29px !important;
}
.paroles .slick-arrow {
  position: absolute;
  bottom: 0;
  background: none;
  left: 10px;
}
.paroles .slick-arrow.slick-next {
  left: inherit;
}
.paroles .slick-arrow i {
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.paroles .slick-arrow i:hover {
  color: #4CC474;
}
.paroles .slick-dots {
  display: flex;
  gap: 11px;
  margin-top: 26px;
  margin-left: 43px;
}
.paroles .slick-dots li {
  cursor: pointer;
}
.paroles .slick-dots li button {
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  transition: all ease-in 0.3s;
}
.paroles .slick-dots li.slick-active button, .paroles .slick-dots li:hover button {
  background: linear-gradient(225deg, #13a8e0 -1.67%, #4cc474 98.33%);
  border-color: transparent;
}
#confiance {
  padding: 39px 0;
  background-color: #f1f3ff;
}
#confiance .liste_confiances {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 48px;
}
#confiance .liste_confiances .confiance {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 223px;
  margin: 0 20px;
}
#confiance .liste_confiances .confiance img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#confiance .liste_confiances .slick-arrow {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  z-index: 1;
}
#confiance .liste_confiances .slick-arrow i {
  font-size: 30px;
  color: #1C45BE;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
#confiance .liste_confiances .slick-arrow i:hover {
  color: #121046;
}
#confiance .liste_confiances .slick-arrow.slick-next {
  left: inherit;
  right: 5px;
}
.button_blanc {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.82px;
  text-transform: uppercase;
  padding: 11px 10px 8px;
  background: white;
  border-radius: 30px;
  color: #121046;
}
.button_blanc i {
  padding-right: 10px;
}
.button_blanc:hover, .button_blanc.active {
  box-shadow: 4px 4px 15px 0px #d7dfea;
}
#categories ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#articles .col-12 {
  margin-bottom: 25px;
}
#articles .article {
  position: relative;
  width: fit-content;
}
#articles .article::before {
  width: 100%;
  height: 98.5%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(50, 50, 116, 0.7) 20%, rgba(50, 50, 116, 0) 90%);
}
#articles .article img {
  height: 300px;
  object-fit: cover;
  width: 300px;
  border-radius: 15px;
  max-width: 100%;
}
#articles .article .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 23px 20px;
  width: 100%;
  transition: all ease-in 0.3s;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#articles .article .content a {
  position: relative;
}
#articles .article .content a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: #121046;
  transition: width 0.3s ease-in-out;
}
#articles .article .content a:hover::after {
  width: 100%;
}
#articles .article .content .style-h4 {
  color: #fff;
  transition: all ease-in 0.3s;
}
#articles .article .content .bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d3dcfe;
  bottom: 26px;
  padding-top: 11px;
  opacity: 0;
  transition: all ease-in 0.3s;
}
#articles .article .content .bottom span, #articles .article .content .bottom a {
  font-size: 16px;
  color: #121046;
}
#articles .article .content .bottom span i, #articles .article .content .bottom a i {
  padding-right: 14px;
}
#articles .article:hover .content {
  padding-bottom: 64px;
  background: #fff;
}
#articles .article:hover .content .bottom {
  opacity: 1;
}
#articles .article:hover .content .style-h4 {
  color: #121046;
}
#articles .post-navigation .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 51px;
  margin-bottom: 80px;
}
#articles .post-navigation .pagination li a, #articles .post-navigation .pagination li span {
  font-size: 16px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #121046;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
#articles .post-navigation .pagination li a.next, #articles .post-navigation .pagination li a.prev, #articles .post-navigation .pagination li span.next, #articles .post-navigation .pagination li span.prev {
  background-color: transparent;
}
#articles .post-navigation .pagination li span {
  background: linear-gradient(180deg, #13a8e0 22.88%, #4cc474 78.81%);
  color: #fff;
}
#articles .post-navigation .pagination i {
  font-size: 16px;
}
#articles.single_list_articles {
  background: white;
  padding-top: 30px;
  padding-bottom: 50px;
}
#articles.single_list_articles .style-h2 {
  padding-bottom: 38px;
}
.fl-node-7rnkygpc3xt6 img {
  border-radius: 15px;
}
#post {
  background-color: #f1f3ff;
}
#builder_post, .fl-builder-content {
  padding: 40px 0;
}
#builder_post h2, #builder_post h3, #builder_post h4, .fl-builder-content h2, .fl-builder-content h3, .fl-builder-content h4 {
  margin: 30px 0;
}
#builder_post .fl-rich-text a, .fl-builder-content .fl-rich-text a {
  color: #14A9E0;
  text-decoration: underline;
}
#builder_post .fl-rich-text p, #builder_post .fl-rich-text ul, .fl-builder-content .fl-rich-text p, .fl-builder-content .fl-rich-text ul {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .container {
    --bs-gutter-x: 0;
    width: 90%;
  }
  #footer .footer .dernieres_actus {
    margin-top: 20px;
  }
  #hero .img_hero {
    opacity: 0.3;
  }
  #articles .col-12 {
    display: flex;
    justify-content: center;
  }
  .home #hero #animation_container, .home #hero #animation_container #canvas, .home #hero #animation_container #dom_overlay_container {
    max-width: 584px !important;
    max-height: 390px !important;
  }
}
@media (max-width: 550px) {
  #header .header #main-navigation.open {
    padding: 13 0px 37px 0;
    width: 80%;
  }
  #header .header .burger_menu.open {
    right: 37px;
  }
}
@media (min-width: 768px) {
  h1, .style-h1, h2.style-h1, h3.style-h1, h4.style-h1, h5.style-h1, h6.style-h1 {
    font-size: 76px;
  }
  h2, .style-h2, h3.style-h2, h4.style-h2, h5.style-h2, h6.style-h2 {
    font-size: 42px;
  }
  h2.little, .style-h2.little, h3.style-h2.little, h4.style-h2.little, h5.style-h2.little, h6.style-h2.little {
    font-size: 42px;
  }
  h3, .style-h3, h2.style-h3, h4.style-h3, h5.style-h3, h6.style-h3 {
    font-size: 30px;
  }
  h4, .style-h4, h2.style-h4, h3.style-h4, h5.style-h4, h6.style-h4 {
    font-size: 22px;
  }
  h5, .style-h5, h2.style-h5, h4.style-h5, h3.style-h5, h6.style-h5 {
    font-size: 18px;
  }
  #builder_pos h2, #builder_pos .style-h2, #builder_pos h3.style-h2, #builder_pos h4.style-h2, #builder_pos h5.style-h2, #builder_pos h6.style-h2, .fl-builder-content h2, .fl-builder-content .style-h2, .fl-builder-content h3.style-h2, .fl-builder-content h4.style-h2, .fl-builder-content h5.style-h2, .fl-builder-content h6.style-h2 {
    font-size: 34px;
  }
  #builder_pos h3, #builder_pos .style-h3, #builder_pos h2.style-h3, #builder_pos h4.style-h3, #builder_pos h5.style-h3, #builder_pos h6.style-h3, .fl-builder-content h3, .fl-builder-content .style-h3, .fl-builder-content h2.style-h3, .fl-builder-content h4.style-h3, .fl-builder-content h5.style-h3, .fl-builder-content h6.style-h3 {
    font-size: 25px;
  }
  #builder_pos p, #builder_pos li, .fl-builder-content p, .fl-builder-content li {
    font-size: 17px;
  }
  #choisi_itiss {
    margin-top: -120px;
    padding-top: 210px;
  }
  #solutions_it .list_card .card .content .texte {
    display: block;
  }
  #solutions_it .list_card .card .content .texte p {
    font-size: 30px;
  }
  .card {
    min-height: 380px;
  }
  .card .content {
    padding: 0 30px;
  }
  #decouvrir_nos_offres {
    padding-top: 86px;
    padding-bottom: 90px;
  }
  #decouvrir_nos_offres .style-h2 {
    padding-right: 80px;
  }
  #decouvrir_nos_offres .container_button {
    margin-top: 0;
  }
  #decouvrir_nos_offres .container_button .bouton_principal {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: calc(var(--bs-gutter-x) * 0.5);
  }
  #footer .footer {
    padding: 101px 0 90px;
  }
  #footer .footer #logo_footer {
    margin-bottom: 50px;
  }
  #footer .footer #logo_footer img {
    width: 100%;
  }
  #footer .footer .contact strong {
    font-size: 24px;
  }
  #footer .footer span {
    font-size: 24px;
  }
  #footer .footer .dernieres_actus strong {
    font-size: 30px;
  }
  #footer .footer .dernieres_actus span {
    font-size: 22px;
  }
  #notre_promesse {
    padding-top: 146px;
    padding-bottom: 200px;
  }
  #notre_promesse .card_mots_cles img {
    width: inherit;
  }
  #notre_promesse .card_mots_cles .texte p {
    font-size: 20px;
  }
  #equipe {
    padding-top: 164px;
    padding-bottom: 110px;
  }
  #convictions {
    padding-top: 87px;
  }
  #convictions .liste_convictions .card .content {
    left: 100px;
  }
  #convictions .liste_convictions .card .content p {
    font-size: 20px;
  }
  #convictions .liste_convictions .card .content > * {
    margin-bottom: 13px;
  }
  #confiance {
    padding: 89px 0;
  }
  #confiance .liste_confiances {
    gap: 24px;
  }
  #confiance .liste_confiances .confiance {
    width: 31%;
    margin: 0;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .carte .liste p {
    font-size: 18px;
  }
  .paroles .parole p {
    font-size: 24px;
  }
  #categories ul {
    margin-top: 81px;
    margin-bottom: 78px;
  }
  #articles.single_list_articles {
    padding-top: 88px;
  }
  #slider_actus .liste_actus .actus {
    background-position: center right;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
  #slider_actus .liste_actus .actus .filtre {
    background: linear-gradient(90deg, #1c45be 30%, rgba(28, 69, 190, 0) 90%);
  }
  #slider_actus .liste_actus .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home #hero #animation_container {
    left: 74%;
  }
  .home #hero #animation_container, .home #hero #animation_container #canvas, .home #hero #animation_container #dom_overlay_container {
    width: 584px !important;
    height: 390px !important;
  }
}
@media (min-width: 992px) {
  h1, .style-h1, h2.style-h1, h3.style-h1, h4.style-h1, h5.style-h1, h6.style-h1 {
    font-size: 90px;
  }
  h2, .style-h2, h3.style-h2, h4.style-h2, h5.style-h2, h6.style-h2 {
    font-size: 50px;
  }
  h2.little, .style-h2.little, h3.style-h2.little, h4.style-h2.little, h5.style-h2.little, h6.style-h2.little {
    font-size: 50px;
  }
  h3, .style-h3, h2.style-h3, h4.style-h3, h5.style-h3, h6.style-h3 {
    font-size: 36px;
  }
  h4, .style-h4, h2.style-h4, h3.style-h4, h5.style-h4, h6.style-h4 {
    font-size: 26px;
  }
  h5, .style-h5, h2.style-h5, h4.style-h5, h3.style-h5, h6.style-h5 {
    font-size: 20px;
  }
  #builder_post h2, #builder_post .style-h2, #builder_post h3.style-h2, #builder_post h4.style-h2, #builder_post h5.style-h2, #builder_post h6.style-h2, .fl-builder-content h2, .fl-builder-content .style-h2, .fl-builder-content h3.style-h2, .fl-builder-content h4.style-h2, .fl-builder-content h5.style-h2, .fl-builder-content h6.style-h2 {
    font-size: 40px;
  }
  #builder_post h3, #builder_post .style-h3, #builder_post h2.style-h3, #builder_post h4.style-h3, #builder_post h5.style-h3, #builder_post h6.style-h3, .fl-builder-content h3, .fl-builder-content .style-h3, .fl-builder-content h2.style-h3, .fl-builder-content h4.style-h3, .fl-builder-content h5.style-h3, .fl-builder-content h6.style-h3 {
    font-size: 30px;
  }
  #builder_post p, #builder_post li, .fl-builder-content p, .fl-builder-content li {
    font-size: 20px;
  }
  #header {
    padding-top: 55px;
    padding-bottom: 37px;
  }
  #header.fixed {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #header .header #logo_header img {
    width: 100%;
  }
  #header .header #main-navigation {
    display: block;
  }
  #header .header #main-navigation > div > ul {
    gap: 17px;
  }
  #header .header #main-navigation > div > ul > li > a {
    text-align: left;
  }
  #header .header #main-navigation > div > ul > li > a:hover {
    opacity: 0.5;
  }
  #header .header #main-navigation > div > ul > li.current-menu-item::after, #header .header #main-navigation > div > ul > li.current_page_parent::after {
    left: 2px;
    right: initial;
  }
  .home #hero {
    height: 880px;
    padding-top: 325px;
  }
  .home #hero h1 {
    font-size: 100px;
  }
  #hero {
    padding-top: 235px;
    height: 710px;
  }
  #hero h3 {
    font-size: 40px;
  }
  #hero p {
    margin: 6px 0;
  }
  #hero .img_hero {
    transform: none;
    left: inherit;
    right: -12px;
  }
  #hero.no-margin p {
    margin: 0;
  }
  #hero.hero_single {
    padding-top: 230px;
    height: 500px;
  }
  .blog #hero, .archive #hero, .page-template-default #hero {
    height: 438px;
  }
  .blog #hero .img_hero, .archive #hero .img_hero, .page-template-default #hero .img_hero {
    bottom: -60px;
  }
  #slider_actus .liste_actus .actus {
    padding: 86px 158px 81px;
  }
  #solutions_it .list_card .card {
    height: 380px;
  }
  #solutions_it .list_card .card:nth-child(2) {
    margin-top: 65px;
  }
  #solutions_it .list_card .card:nth-child(3) {
    margin-top: 130px;
  }
  #equipe .equipe {
    margin-top: -185px;
    justify-content: flex-start;
  }
  #equipe .equipe .personne:nth-child(2n+1) {
    margin-top: -90px;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes {
    flex-direction: row;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .carte {
    max-width: 257px;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .fleche_droite {
    margin: 122px 13px;
    text-align: start;
    rotate: none;
  }
  #confiance .liste_confiances {
    gap: 24px;
  }
  #confiance .liste_confiances .confiance {
    width: 23%;
  }
  .bouton_principal {
    font-size: 18px;
  }
  .bouton_secondaire.big {
    font-size: 18px;
  }
  #slider_actus .liste_actus .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home #hero #animation_container {
    right: -128px;
  }
  .home #hero #animation_container, .home #hero #animation_container #canvas, .home #hero #animation_container #dom_overlay_container {
    width: 795px !important;
    height: 490px !important;
  }
}
@media (min-width: 1200px) {
  #header .header #main-navigation > div > ul {
    gap: 37px;
  }
  #footer #logo_footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
  #equipe .contenu {
    padding-left: 34px;
  }
  #equipe .equipe {
    margin-right: 33px;
  }
  #equipe .equipe .personne img {
    width: 340px;
    height: 370px;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .carte {
    max-width: 324px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #confiance .liste_confiances {
    gap: 28px;
  }
  #confiance .liste_confiances .confiance {
    width: 18%;
  }
  .home #hero #animation_container {
    right: -185px;
  }
}
@media (min-width: 1350px) {
  .home #hero #animation_container {
    right: -12px;
  }
  .container {
    max-width: 1315px;
  }
  #footer .dernieres_actus {
    padding-left: 45px;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .carte {
    max-width: 355px;
  }
  #offres .affichage_offres .liste_offres .offre .liste_cartes .fleche_droite {
    margin: 122px 39px 0 13px;
  }
  #confiance .liste_confiances {
    gap: 32px;
  }
}
