@charset "UTF-8";
/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");
/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.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));
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  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);
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 160, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

/* line 205, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 202, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 212, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 217, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 234, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 169, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 182, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 204, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 208, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 242, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 43, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 210, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 217, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 225, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 27, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 190, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 200, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 214, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 219, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 135, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/custom.scss */
body {
  background-color: #888;
}

/*
Author       : Dreamguys
Template Name: PreClinic - Medical and Hospital Admin Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Header
6. Sidebar
7. Content
8. Login
9. Dashboard
10. Activity
11. Select2
12. Nav tabs
13. Holidays
14. Edit Profile
15. Chat
16. Focus Label
17. Leave
18. Employee
19. Events
20. Profile
21. Notifications
22. Roles & Permissions
23. Chat Right Sidebar
24. Invoice
25. Doctors
26. Add Doctor
27. Payslip
28. Attendance
29. Inbox
30. Mail View
31. Blog
32. Blog View
33. UI Kit
34. Error
35. Lock Screen
36. Voice call
37. Video Call
38. Incoming call
39. Notification settings
40. Chat Sidebar
41. Gallery
42. Responsive

========================================*/
/*-----------------
	0. My styles
-----------------------*/
/* line 57, app/assets/stylesheets/dashboard.scss */
.login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  margin-bottom: 9px;
}

/* line 65, app/assets/stylesheets/dashboard.scss */
.toggle-password {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #6c757d;
}

/* line 72, app/assets/stylesheets/dashboard.scss */
.login-divider::before,
.login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #333;
}

/* line 79, app/assets/stylesheets/dashboard.scss */
.login-divider:not(:empty)::before {
  margin-right: 10px;
}

/* line 83, app/assets/stylesheets/dashboard.scss */
.login-divider:not(:empty)::after {
  margin-left: 10px;
}

/* line 86, app/assets/stylesheets/dashboard.scss */
#user_insurance_provider, #user_role {
  width: -webkit-fill-available;
}

/* line 90, app/assets/stylesheets/dashboard.scss */
.patient_fiche, .button-group1 {
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 103, app/assets/stylesheets/dashboard.scss */
.patient_form_group_fich {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* line 108, app/assets/stylesheets/dashboard.scss */
.patient_form_group_fich label {
  flex: 1;
  margin-bottom: 0;
  font-weight: bold;
}

/* line 113, app/assets/stylesheets/dashboard.scss */
.patient_form_group_fich input, .form-group patient_form_group_fich select {
  flex: 2;
}

/* line 116, app/assets/stylesheets/dashboard.scss */
.button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 123, app/assets/stylesheets/dashboard.scss */
.search-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* Style de linput de recherche */
/* line 131, app/assets/stylesheets/dashboard.scss */
.search-input {
  width: 100%;
  padding: 12px;
  padding-left: 35px;
  /* Pour un icône dans la barre de recherche */
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* Effet au focus sur le champ de recherche */
/* line 144, app/assets/stylesheets/dashboard.scss */
.search-input:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
}

/* line 151, app/assets/stylesheets/dashboard.scss */
.results-list {
  position: absolute;
  top: 50px;
  /* Ajuste selon la taille du champ */
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 5px;
  z-index: 999;
  display: none;
  /* Caché par défaut */
}

/* line 169, app/assets/stylesheets/dashboard.scss */
.results-list li {
  padding: 12px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* Effet au survol d'un élément */
/* line 177, app/assets/stylesheets/dashboard.scss */
.results-list li:hover {
  background-color: #f0f0f0;
}

/* Style du message quand aucune donnée n'est trouvée */
/* line 182, app/assets/stylesheets/dashboard.scss */
.results-list li.no-result {
  color: #999;
  text-align: center;
}

/* line 187, app/assets/stylesheets/dashboard.scss */
.dash-widget img {
  width: 100%;
}

/* line 191, app/assets/stylesheets/dashboard.scss */
.copy-btn {
  color: black;
  margin-right: 10% !important;
}

/* line 195, app/assets/stylesheets/dashboard.scss */
.page-link {
  font-size: 10px;
}

/* line 199, app/assets/stylesheets/dashboard.scss */
.table__form {
  background-color: white;
  border-radius: 20px;
  padding: 33px;
}

/* line 202, app/assets/stylesheets/dashboard.scss */
.export-links {
  display: flex;
}

/* line 205, app/assets/stylesheets/dashboard.scss */
.export-links a {
  margin-right: 5px;
}

@media print {
  /* line 209, app/assets/stylesheets/dashboard.scss */
  .export-links, .sidebar, .header {
    display: none;
  }
  /* line 212, app/assets/stylesheets/dashboard.scss */
  .page-wrapper {
    margin-left: auto !important;
  }
  /* line 216, app/assets/stylesheets/dashboard.scss */
  table {
    width: 100%;
    border-collapse: collapse;
  }
}

@media only screen and (max-width: 995px) {
  /* line 223, app/assets/stylesheets/dashboard.scss */
  .search-box, .respon__none {
    display: none !important;
  }
  /* line 226, app/assets/stylesheets/dashboard.scss */
  .copy-btn {
    color: black;
    margin-right: 20px;
  }
}

/* line 231, app/assets/stylesheets/dashboard.scss */
.searchbar {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #cfc9c9;
}

/* line 237, app/assets/stylesheets/dashboard.scss */
.search_input {
  padding: 0 10px;
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 450px;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}

/* line 249, app/assets/stylesheets/dashboard.scss */
.searchbar:hover > .search_input {
  transition: width 0.4s linear;
}

/* line 254, app/assets/stylesheets/dashboard.scss */
.searchbar:hover > .search_icon {
  background: #cfc9c9;
  color: blue;
}

/* line 259, app/assets/stylesheets/dashboard.scss */
.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #c4bbbb;
  text-decoration: none;
}

/*-----------------
	1. General
-----------------------*/
/* line 276, app/assets/stylesheets/dashboard.scss */
html {
  height: 100%;
}

/* line 279, app/assets/stylesheets/dashboard.scss */
body {
  font-family: 'Rubik', sans-serif;
  font-size: 0.875rem;
  color: #666;
  background-color: #fafafa;
  overflow-x: hidden;
  height: 100%;
}

/* line 287, app/assets/stylesheets/dashboard.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
}

/* line 295, app/assets/stylesheets/dashboard.scss */
h1,
.h1 {
  font-size: 2.25rem;
}

/* line 299, app/assets/stylesheets/dashboard.scss */
h2,
.h2 {
  font-size: 1.875rem;
}

/* line 303, app/assets/stylesheets/dashboard.scss */
h3,
.h3 {
  font-size: 1.5rem;
}

/* line 307, app/assets/stylesheets/dashboard.scss */
h4,
.h4 {
  font-size: 1.125rem;
}

/* line 311, app/assets/stylesheets/dashboard.scss */
h5,
.h5 {
  font-size: 0.875rem;
}

/* line 315, app/assets/stylesheets/dashboard.scss */
h6,
.h6 {
  font-size: 0.75rem;
}

/* line 319, app/assets/stylesheets/dashboard.scss */
a {
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/dashboard.scss */
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #009ce7;
  outline: none;
}

/* line 329, app/assets/stylesheets/dashboard.scss */
.form-control {
  border-radius: 0;
  box-shadow: none;
  padding: 0.469rem 0.75rem;
  border-color: #eaeaea;
  font-size: 14px;
  min-height: 40px;
}

/* line 337, app/assets/stylesheets/dashboard.scss */
.form-control:focus {
  border-color: #009efb;
  box-shadow: none;
  outline: 0 none;
}

/* line 342, app/assets/stylesheets/dashboard.scss */
a {
  color: #009ce7;
}

/* line 345, app/assets/stylesheets/dashboard.scss */
input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

/* line 354, app/assets/stylesheets/dashboard.scss */
input,
button {
  outline: none;
}

/* line 358, app/assets/stylesheets/dashboard.scss */
input[type="file"] {
  height: auto;
  padding: 6px 0.75rem;
}

/* line 362, app/assets/stylesheets/dashboard.scss */
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 368, app/assets/stylesheets/dashboard.scss */
textarea.form-control {
  resize: vertical;
}

/* line 371, app/assets/stylesheets/dashboard.scss */
.navbar-nav > li {
  float: left;
}

/* line 374, app/assets/stylesheets/dashboard.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 377, app/assets/stylesheets/dashboard.scss */
.display-block {
  display: block;
}

/* line 380, app/assets/stylesheets/dashboard.scss */
.btn.rounded {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 383, app/assets/stylesheets/dashboard.scss */
.btn.focus,
.btn:focus {
  box-shadow: inherit !important;
}

/* line 387, app/assets/stylesheets/dashboard.scss */
.list-group-item {
  border: 1px solid #eaeaea;
}

/*-----------------
	2. Table
-----------------------*/
/* line 395, app/assets/stylesheets/dashboard.scss */
.table {
  color: #000;
  border-top: 1px solid #f0f0f0;
}

/* line 399, app/assets/stylesheets/dashboard.scss */
.table.table-white {
  background-color: #fff;
}

/* line 402, app/assets/stylesheets/dashboard.scss */
.table > tbody > tr > td {
  font-weight: 300;
}

/* line 405, app/assets/stylesheets/dashboard.scss */
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f6f6f6;
}

/* line 408, app/assets/stylesheets/dashboard.scss */
table.table td .avatar {
  margin: 0 5px 0 0;
}

/* line 411, app/assets/stylesheets/dashboard.scss */
table.table td h2, table.table td .h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 419, app/assets/stylesheets/dashboard.scss */
table.table td h2 a, table.table td .h2 a {
  color: #757575;
}

/* line 422, app/assets/stylesheets/dashboard.scss */
table.table td h2 a:hover, table.table td .h2 a:hover {
  color: #009efb;
}

/* line 425, app/assets/stylesheets/dashboard.scss */
table.table td h2 span, table.table td .h2 span {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

/*-----------------
	3. Helper Class
-----------------------*/
/* line 436, app/assets/stylesheets/dashboard.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 439, app/assets/stylesheets/dashboard.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 442, app/assets/stylesheets/dashboard.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 445, app/assets/stylesheets/dashboard.scss */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 448, app/assets/stylesheets/dashboard.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 451, app/assets/stylesheets/dashboard.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 454, app/assets/stylesheets/dashboard.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 457, app/assets/stylesheets/dashboard.scss */
.m-t-50 {
  margin-top: 50px !important;
}

/* line 460, app/assets/stylesheets/dashboard.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 463, app/assets/stylesheets/dashboard.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 466, app/assets/stylesheets/dashboard.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 469, app/assets/stylesheets/dashboard.scss */
.w-40 {
  width: 40px;
}

/* line 472, app/assets/stylesheets/dashboard.scss */
.block {
  display: block !important;
}

/* line 475, app/assets/stylesheets/dashboard.scss */
.text-ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 482, app/assets/stylesheets/dashboard.scss */
.text-muted-light {
  color: #aaa;
}

/* line 485, app/assets/stylesheets/dashboard.scss */
.card-box {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* line 493, app/assets/stylesheets/dashboard.scss */
.card-title {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 498, app/assets/stylesheets/dashboard.scss */
.page-title {
  color: black;
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 504, app/assets/stylesheets/dashboard.scss */
.page-sub-title {
  color: #565656;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

/* line 510, app/assets/stylesheets/dashboard.scss */
.cal-icon:after {
  background: transparent url(/../img/calander.png) no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 19px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 17px;
}

/* line 522, app/assets/stylesheets/dashboard.scss */
.cal-icon {
  position: relative;
  width: 100%;
}

/* line 526, app/assets/stylesheets/dashboard.scss */
.time-icon:after {
  background: transparent url(/../img/clock.png) no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 19px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 19px;
}

/* line 538, app/assets/stylesheets/dashboard.scss */
.time-icon {
  position: relative;
  width: 100%;
}

/* line 542, app/assets/stylesheets/dashboard.scss */
.badge-success-border {
  border: 1px solid #55ce63;
  color: #55ce63;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

/* line 549, app/assets/stylesheets/dashboard.scss */
.badge-danger-border {
  border: 1px solid #f62d51;
  color: #f62d51;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

/* line 556, app/assets/stylesheets/dashboard.scss */
.badge-warning-border {
  border: 1px solid #ffbc34;
  color: #ffbc34;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

/* line 563, app/assets/stylesheets/dashboard.scss */
.badge-info-border {
  border: 1px solid #009efb;
  color: #009efb;
  background-color: #fff;
  display: inline-block;
  min-width: 80px;
}

/* line 570, app/assets/stylesheets/dashboard.scss */
.modal-footer.text-left {
  text-align: left;
}

/* line 573, app/assets/stylesheets/dashboard.scss */
.modal-footer.text-center {
  text-align: center;
}

/* line 576, app/assets/stylesheets/dashboard.scss */
.font-18 {
  font-size: 18px;
}

/* line 579, app/assets/stylesheets/dashboard.scss */
.border-right {
  border-right: 1px solid #e7e7e7;
}

/* line 582, app/assets/stylesheets/dashboard.scss */
.blur {
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/* line 589, app/assets/stylesheets/dashboard.scss */
.btn {
  font-size: 0.875rem;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/
/* line 597, app/assets/stylesheets/dashboard.scss */
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
}

/* line 602, app/assets/stylesheets/dashboard.scss */
.rounded,
.circle {
  border-radius: 500px;
}

/* line 606, app/assets/stylesheets/dashboard.scss */
.bg-primary,
.badge-primary {
  background-color: #009efb !important;
}

/* line 610, app/assets/stylesheets/dashboard.scss */
.bg-success,
.badge-success {
  background-color: #55ce63 !important;
}

/* line 614, app/assets/stylesheets/dashboard.scss */
.bg-info,
.badge-info {
  background-color: #009efb !important;
}

/* line 618, app/assets/stylesheets/dashboard.scss */
.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}

/* line 622, app/assets/stylesheets/dashboard.scss */
.bg-danger,
.badge-danger {
  background-color: #f62d51 !important;
}

/* line 626, app/assets/stylesheets/dashboard.scss */
.bg-white {
  background-color: #fff;
}

/* line 629, app/assets/stylesheets/dashboard.scss */
.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #009efb !important;
}

/* line 633, app/assets/stylesheets/dashboard.scss */
.text-success,
.dropdown-menu > li > a.text-success {
  color: #55ce63;
}

/* line 637, app/assets/stylesheets/dashboard.scss */
.text-danger,
.dropdown-menu > li > a.text-danger {
  color: #f62d51;
}

/* line 641, app/assets/stylesheets/dashboard.scss */
.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb;
}

/* line 645, app/assets/stylesheets/dashboard.scss */
.text-warning,
.dropdown-menu > li > a.text-warning {
  color: #ffbc34;
}

/* line 649, app/assets/stylesheets/dashboard.scss */
.text-purple,
.dropdown-menu > li > a.text-purple {
  color: #7460ee;
}

/* line 653, app/assets/stylesheets/dashboard.scss */
.btn-primary {
  border-color: transparent;
  background-color: #009efb;
}

/* line 657, app/assets/stylesheets/dashboard.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #009efb;
  border: 1px solid #009efb;
  color: #fff;
}

/* line 666, app/assets/stylesheets/dashboard.scss */
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #009efb;
  border: 1px solid #009efb;
}

/* line 678, app/assets/stylesheets/dashboard.scss */
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

/* line 685, app/assets/stylesheets/dashboard.scss */
.btn-outline-primary {
  border-color: #009efb;
  color: #009efb;
}

/* line 689, app/assets/stylesheets/dashboard.scss */
.btn-outline-primary:hover {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

/* line 694, app/assets/stylesheets/dashboard.scss */
.btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

/* line 701, app/assets/stylesheets/dashboard.scss */
.btn-success {
  background-color: #55ce63;
  border: 1px solid #55ce63;
}

/* line 705, app/assets/stylesheets/dashboard.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background: #4ab657;
  border: 1px solid #4ab657;
}

/* line 713, app/assets/stylesheets/dashboard.scss */
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background: #4ab657;
  border: 1px solid #4ab657;
}

/* line 725, app/assets/stylesheets/dashboard.scss */
.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}

/* line 729, app/assets/stylesheets/dashboard.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

/* line 737, app/assets/stylesheets/dashboard.scss */
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

/* line 749, app/assets/stylesheets/dashboard.scss */
.btn-warning {
  background: #ffbc34;
  border: 1px solid #ffbc34;
}

/* line 753, app/assets/stylesheets/dashboard.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}

/* line 761, app/assets/stylesheets/dashboard.scss */
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background: #e9ab2e;
  border: 1px solid #e9ab2e;
}

/* line 773, app/assets/stylesheets/dashboard.scss */
.btn-danger {
  background: #f62d51;
  border: 1px solid #f62d51;
}

/* line 777, app/assets/stylesheets/dashboard.scss */
.btn-danger:hover,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}

/* line 782, app/assets/stylesheets/dashboard.scss */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #009efb;
  border-color: #009efb;
}

/* line 791, app/assets/stylesheets/dashboard.scss */
.pagination > li > a,
.pagination > li > span {
  color: #009efb;
  padding: .5rem .75rem !important;
}

/* line 796, app/assets/stylesheets/dashboard.scss */
.page-item.active .page-link {
  background-color: #009efb;
  border-color: #009efb;
}

/* line 800, app/assets/stylesheets/dashboard.scss */
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transform-origin: left top 0;
  box-shadow: inherit;
  background-color: #fff;
}

/* line 807, app/assets/stylesheets/dashboard.scss */
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 811, app/assets/stylesheets/dashboard.scss */
.btn-group-xs > .btn,
.btn-xs {
  min-height: 22px;
  min-width: 22px;
}

/* line 816, app/assets/stylesheets/dashboard.scss */
.dropdown-menu {
  font-size: 13px;
}

/* line 819, app/assets/stylesheets/dashboard.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  box-shadow: none;
}

/* line 825, app/assets/stylesheets/dashboard.scss */
.btn-link {
  color: #333;
}

/* line 828, app/assets/stylesheets/dashboard.scss */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 833, app/assets/stylesheets/dashboard.scss */
.card {
  margin-bottom: 30px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

/* line 838, app/assets/stylesheets/dashboard.scss */
.card-title {
  margin-bottom: 1.125rem;
}

/* line 841, app/assets/stylesheets/dashboard.scss */
.dropdown-action .dropdown-toggle:after {
  display: none;
}

/* line 844, app/assets/stylesheets/dashboard.scss */
.badge.badge-pill {
  border-radius: 10rem;
}

/* line 847, app/assets/stylesheets/dashboard.scss */
.badge-primary {
  color: #fff;
}

/* line 850, app/assets/stylesheets/dashboard.scss */
.btn.btn-rounded {
  border-radius: 50px;
}

/* line 853, app/assets/stylesheets/dashboard.scss */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
}

/* line 858, app/assets/stylesheets/dashboard.scss */
.nav-tabs .nav-link {
  border-radius: 0;
}

/* line 861, app/assets/stylesheets/dashboard.scss */
.table.dataTable {
  border-collapse: collapse !important;
}

/* line 864, app/assets/stylesheets/dashboard.scss */
textarea.form-control {
  height: auto;
}

/* line 867, app/assets/stylesheets/dashboard.scss */
.progress-example .progress {
  margin-bottom: 1.5rem;
}

/* line 870, app/assets/stylesheets/dashboard.scss */
.progress-xs {
  height: 4px;
}

/* line 873, app/assets/stylesheets/dashboard.scss */
.progress-sm {
  height: 15px;
}

/* line 876, app/assets/stylesheets/dashboard.scss */
.progress.progress-sm {
  height: 6px;
}

/* line 879, app/assets/stylesheets/dashboard.scss */
.progress.progress-md {
  height: 8px;
}

/* line 882, app/assets/stylesheets/dashboard.scss */
.progress.progress-lg {
  height: 18px;
}

/* line 885, app/assets/stylesheets/dashboard.scss */
.form-control.form-control-sm {
  padding: 0.25rem 0.5rem;
}

/* line 888, app/assets/stylesheets/dashboard.scss */
.card .card-header {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
}

/* line 895, app/assets/stylesheets/dashboard.scss */
.card .card-header .card-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
}

/* line 902, app/assets/stylesheets/dashboard.scss */
.table h5, .table .h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 909, app/assets/stylesheets/dashboard.scss */
.table h5 + p, .table .h5 + p {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

/* line 915, app/assets/stylesheets/dashboard.scss */
.page-link:focus {
  box-shadow: unset;
}

/*-----------------
	5. Header
-----------------------*/
/* line 923, app/assets/stylesheets/dashboard.scss */
.header {
  background-color: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1039;
  height: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 933, app/assets/stylesheets/dashboard.scss */
.header .header-left {
  float: left;
  height: 50px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 230px;
  z-index: 1;
  background-color: var(--theme-color);
}

/* line 943, app/assets/stylesheets/dashboard.scss */
.logo {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}

/* line 949, app/assets/stylesheets/dashboard.scss */
.logo span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

/* line 955, app/assets/stylesheets/dashboard.scss */
.header .navbar-nav .badge {
  position: absolute;
  right: 7px;
  top: 4px;
}

/* line 960, app/assets/stylesheets/dashboard.scss */
.header .dropdown-menu > li > a {
  position: relative;
}

/* line 963, app/assets/stylesheets/dashboard.scss */
.header .dropdown-toggle:after {
  display: none;
}

/* line 966, app/assets/stylesheets/dashboard.scss */
.header .has-arrow .dropdown-toggle:after {
  display: inline-block;
}

/* line 969, app/assets/stylesheets/dashboard.scss */
.page-title-box {
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 14px 20px;
}

/* line 975, app/assets/stylesheets/dashboard.scss */
.page-title-box h3, .page-title-box .h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

/* line 981, app/assets/stylesheets/dashboard.scss */
.user-menu {
  margin: 0;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

/* line 990, app/assets/stylesheets/dashboard.scss */
.user-menu li {
  list-style-type: none;
}

/* line 993, app/assets/stylesheets/dashboard.scss */
.user-menu.nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  height: 50px;
}

/* line 1000, app/assets/stylesheets/dashboard.scss */
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1004, app/assets/stylesheets/dashboard.scss */
.user-img {
  display: inline-block;
  position: relative;
}

/* line 1008, app/assets/stylesheets/dashboard.scss */
.header .user-img img {
  width: 24px;
  height: auto;
}

/* line 1012, app/assets/stylesheets/dashboard.scss */
.user-img .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}

/* line 1020, app/assets/stylesheets/dashboard.scss */
.user-menu .user-img .status {
  bottom: 10px;
}

/* line 1023, app/assets/stylesheets/dashboard.scss */
.user-menu .dropdown-menu {
  min-width: 136px;
}

/* line 1026, app/assets/stylesheets/dashboard.scss */
.user-menu .bg-primary {
  background-color: #009efb !important;
}

/* line 1029, app/assets/stylesheets/dashboard.scss */
.status {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

/* line 1036, app/assets/stylesheets/dashboard.scss */
.status.online {
  background-color: #55ce63;
}

/* line 1039, app/assets/stylesheets/dashboard.scss */
.status.offline {
  background-color: #f62d51;
}

/* line 1042, app/assets/stylesheets/dashboard.scss */
.status.away {
  background-color: #faa937;
}

/*-----------------
	6. Sidebar
-----------------------*/
/* line 1049, app/assets/stylesheets/dashboard.scss */
.bg-superadmin {
  background-color: #123456 !important;
  /* remplace par ta couleur */
}

/* line 1052, app/assets/stylesheets/dashboard.scss */
.sidebar {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  top: 50px;
  width: 230px;
  z-index: 1039;
  background-color: var(--theme-color);
  bottom: 0;
  margin-top: 0px;
  position: fixed;
  left: 0;
  transition: all 0.2s ease-in-out;
}

/* line 1064, app/assets/stylesheets/dashboard.scss */
.sidebar.opened {
  transition: all 0.4s ease;
}

/* line 1069, app/assets/stylesheets/dashboard.scss */
.sidebar-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}

/* line 1073, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1079, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li a {
  color: white;
  display: block;
  font-size: 15px;
  height: auto;
  padding: 0 20px;
}

/* line 1086, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li a:hover {
  color: #009efb;
}

/* line 1089, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li.active a {
  color: #009efb;
  background-color: #f3f3f3;
}

/* line 1093, app/assets/stylesheets/dashboard.scss */
.menu-title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
}

/* line 1099, app/assets/stylesheets/dashboard.scss */
.menu-title > i {
  float: right;
  line-height: 40px;
}

/* line 1103, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li.menu-title a {
  color: #009efb;
  display: inline-block;
  float: right;
  padding: 0;
}

/* line 1109, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li.menu-title a.btn {
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 15px;
}

/* line 1117, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul a.active {
  color: #009efb;
  text-decoration: underline;
}

/* line 1121, app/assets/stylesheets/dashboard.scss */
.mobile-user-menu {
  color: #fff;
  display: none;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50px;
  z-index: 10;
}

/* line 1135, app/assets/stylesheets/dashboard.scss */
.mobile-user-menu > a {
  color: #fff;
  padding: 0;
}

/* line 1139, app/assets/stylesheets/dashboard.scss */
.mobile-user-menu > a:hover {
  color: #fff;
}

/* line 1142, app/assets/stylesheets/dashboard.scss */
.mobile-user-menu > .dropdown-menu > a {
  line-height: 23px;
}

/* line 1145, app/assets/stylesheets/dashboard.scss */
.profile-rightbar {
  display: none !important;
  color: #009efb;
  font-size: 26px;
  margin-left: 15px;
}

/* line 1151, app/assets/stylesheets/dashboard.scss */
.fixed-sidebar-right {
  position: fixed;
  top: 60px;
  right: 0;
  width: 300px;
  margin-right: -300px;
  bottom: 0;
  z-index: 101;
  transition: all 0.4s ease;
}

/* line 1163, app/assets/stylesheets/dashboard.scss */
.mobile_btn {
  display: none;
}

/* line 1166, app/assets/stylesheets/dashboard.scss */
.sidebar .sidebar-menu > ul > li > a span {
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}

/* line 1172, app/assets/stylesheets/dashboard.scss */
.sidebar .sidebar-menu > ul > li > a span.badge {
  color: #fff;
  margin-left: auto;
}

/* line 1176, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul a {
  display: block;
  font-size: 14px;
  padding: 9px 10px 9px 30px;
  margin-left: 22px;
  position: relative;
  border-left: 10px solid;
}

/* line 1184, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul {
  display: none;
}

/* line 1188, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul ul a {
  padding-left: 70px;
}

/* line 1191, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul ul ul a {
  padding-left: 90px;
}

/* line 1194, app/assets/stylesheets/dashboard.scss */
.sidebar-menu > ul > li {
  position: relative;
}

/* line 1197, app/assets/stylesheets/dashboard.scss */
.sidebar-menu .menu-arrow {
  transition: transform .15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: 'FontAwesome';
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  line-height: 18px;
  top: 15px;
}

/* line 1217, app/assets/stylesheets/dashboard.scss */
.sidebar-menu .menu-arrow:before {
  content: "\f105";
}

/* line 1220, app/assets/stylesheets/dashboard.scss */
.sidebar-menu li a.subdrop .menu-arrow {
  transform: rotate(90deg);
}

/* line 1226, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul ul a .menu-arrow {
  top: 6px;
}

/* line 1229, app/assets/stylesheets/dashboard.scss */
.sidebar-menu a {
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}

/* line 1236, app/assets/stylesheets/dashboard.scss */
.sidebar-menu > ul > li > a {
  padding: 12px 20px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

/* line 1244, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul li a i {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  min-height: 24px;
  line-height: 18px;
  width: 20px;
  transition: all 0.2s ease-in-out 0s;
}

/* line 1253, app/assets/stylesheets/dashboard.scss */
.sidebar-menu ul li.menu-title a i {
  font-size: 16px;
  margin-right: 0;
  text-align: right;
  width: auto;
}

/*-----------------
	7. Content
-----------------------*/
/* line 1264, app/assets/stylesheets/dashboard.scss */
.page-wrapper {
  left: 0;
  margin-left: 230px;
  padding-top: 50px;
  position: relative;
  transition: all 0.4s ease;
  background-color: #EAEEF3;
}

/* line 1274, app/assets/stylesheets/dashboard.scss */
.page-wrapper > .content {
  padding: 30px;
}

/*-----------------
	8. Login
-----------------------*/
/* line 1282, app/assets/stylesheets/dashboard.scss */
.account-page {
  display: table-row;
  height: 100%;
  padding: 40px 0;
}

/* line 1287, app/assets/stylesheets/dashboard.scss */
.account-title {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 40px;
  text-align: center;
}

/* line 1293, app/assets/stylesheets/dashboard.scss */
.account-wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  padding: 30px;
  width: 100%;
}

/* line 1300, app/assets/stylesheets/dashboard.scss */
.account-center {
  display: table-cell;
  vertical-align: middle;
}

/* line 1304, app/assets/stylesheets/dashboard.scss */
.account-box {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  padding: 20px;
  width: 75%;
}

/* line 1312, app/assets/stylesheets/dashboard.scss */
.account-logo {
  margin-bottom: 20px;
  text-align: center;
}

/* line 1316, app/assets/stylesheets/dashboard.scss */
.account-box .form-group {
  margin-bottom: 20px;
}

/* line 1319, app/assets/stylesheets/dashboard.scss */
.account-box a {
  color: #333;
  font-size: 14px;
}

/* line 1323, app/assets/stylesheets/dashboard.scss */
.account-box a:hover {
  color: #009efb;
}

/* line 1326, app/assets/stylesheets/dashboard.scss */
.account-box .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: inherit;
  font-size: 14px;
  height: 40px;
}

/* line 1333, app/assets/stylesheets/dashboard.scss */
.account-box textarea.form-control {
  height: 130px;
}

/* line 1336, app/assets/stylesheets/dashboard.scss */
.account-box label {
  color: #323232;
  font-size: 14px;
  font-weight: normal;
}

/* line 1341, app/assets/stylesheets/dashboard.scss */
.account-logo img {
  max-height: 100px;
  width: auto;
}

/* line 1345, app/assets/stylesheets/dashboard.scss */
.account-box .account-btn {
  border-radius: 5px;
  font-size: 16px;
  width: -webkit-fill-available;
  padding: 8px 30px;
  text-transform: uppercase;
  color: white !important;
}

/* line 1354, app/assets/stylesheets/dashboard.scss */
.google-btn {
  display: flex;
  align-items: center;
  border: 1px solid;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 10px;
}

/* line 1363, app/assets/stylesheets/dashboard.scss */
.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/*-----------------
	9. Dashboard
-----------------------*/
/* line 1375, app/assets/stylesheets/dashboard.scss */
.dash-widget {
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

/* line 1384, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg1, .dash-widget-bg2, .dash-widget-bg3, .dash-widget-bg4, .dash-widget-bg5, .dash-widget-bg6, .dash-widget-bg7, .dash-widget-bg8 {
  display: block;
  font-size: 50px;
  text-align: center;
  line-height: 65px;
  font-size: 40px;
  padding: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

/* line 1394, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg1 {
  background: #038CFF;
}

/* line 1397, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg2 {
  background: #20C997;
}

/* line 1400, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg3 {
  background: #FFAB00;
}

/* line 1403, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg4 {
  background: #6610F2;
}

/* line 1406, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg5 {
  background: #FFAB00;
}

/* line 1409, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg6 {
  background: #6610F2;
}

/* line 1412, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg7 {
  background: #038CFF;
}

/* line 1415, app/assets/stylesheets/dashboard.scss */
.dash-widget-bg8 {
  background: #20C997;
}

/* line 1418, app/assets/stylesheets/dashboard.scss */
.card-table.card-table-top .card-body {
  height: 175px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1423, app/assets/stylesheets/dashboard.scss */
.chart-title {
  margin-bottom: 25px;
}

/* line 1426, app/assets/stylesheets/dashboard.scss */
.chart-title h4, .chart-title .h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}

/* line 1434, app/assets/stylesheets/dashboard.scss */
.chart-title span {
  color: #009efb;
}

/* line 1437, app/assets/stylesheets/dashboard.scss */
.card-title > a.btn {
  color: #fff;
}

/* line 1440, app/assets/stylesheets/dashboard.scss */
ul.chat-user-total li {
  display: inline-block;
  color: #999;
}

/* line 1444, app/assets/stylesheets/dashboard.scss */
ul.chat-user-total li i.current-users {
  color: #009efb;
  padding-right: 5px;
}

/* line 1448, app/assets/stylesheets/dashboard.scss */
ul.chat-user-total li i.old-users {
  color: #eaeaea;
  padding-right: 5px;
}

/* line 1452, app/assets/stylesheets/dashboard.scss */
.new-patient-table {
  display: table;
}

/* line 1455, app/assets/stylesheets/dashboard.scss */
.new-patient-table td, .new-patient-table th {
  vertical-align: middle;
}

/* line 1458, app/assets/stylesheets/dashboard.scss */
.new-patient-table tr td img {
  margin-right: 5px;
}

/* line 1461, app/assets/stylesheets/dashboard.scss */
.add-patien .form-control {
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
}

/* line 1467, app/assets/stylesheets/dashboard.scss */
.add_user_patient .form-control {
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
}

/* line 1472, app/assets/stylesheets/dashboard.scss */
.btn-primary-one {
  border: 1px solid #ffbc35;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}

/* line 1479, app/assets/stylesheets/dashboard.scss */
.btn-primary-two {
  border: 1px solid #009efb;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}

/* line 1486, app/assets/stylesheets/dashboard.scss */
.btn-primary-three {
  border: 1px solid #55ce63;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}

/* line 1493, app/assets/stylesheets/dashboard.scss */
.btn-primary-four {
  border: 1px solid #ffbc35;
  border-radius: 25px;
  width: 100px;
  background: transparent;
  color: #000;
}

/* line 1500, app/assets/stylesheets/dashboard.scss */
.bar-chart {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

/* line 1505, app/assets/stylesheets/dashboard.scss */
.bar-chart > .legend {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin-bottom: -45px;
  border-top: 1px solid #000;
}

/* line 1514, app/assets/stylesheets/dashboard.scss */
.bar-chart > .legend > .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

/* line 1520, app/assets/stylesheets/dashboard.scss */
.bar-chart > .legend > .item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 8px;
  background-color: #000;
  margin-top: -8px;
}

/* line 1531, app/assets/stylesheets/dashboard.scss */
.bar-chart > .legend > .item.text-right:before {
  right: 0;
  left: auto;
}

/* line 1535, app/assets/stylesheets/dashboard.scss */
.bar-chart > .legend > .item h4, .bar-chart > .legend > .item .h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
}

/* line 1541, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart {
  position: relative;
  width: 100%;
}

/* line 1545, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart > .item {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

/* line 1553, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart > .item > .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffbc35;
  z-index: 5;
}

/* line 1562, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart > .item > .bar > .percent {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding-right: 12px;
  z-index: 15;
}

/* line 1572, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart > .item > .bar > .item-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #009efb;
  z-index: 10;
}

/* line 1580, app/assets/stylesheets/dashboard.scss */
.bar-chart > .chart > .item > .bar > .item-progress > .title {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  letter-spacing: 2px;
  z-index: 15;
}

/* line 1589, app/assets/stylesheets/dashboard.scss */
.hospital-barchart h4, .hospital-barchart .h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}

/* line 1597, app/assets/stylesheets/dashboard.scss */
.custom-table tr {
  background-color: #fff;
  box-shadow: 0 0 3px #e5e5e5;
}

/* line 1601, app/assets/stylesheets/dashboard.scss */
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
  padding: 10px 8px;
  vertical-align: middle;
}

/* line 1610, app/assets/stylesheets/dashboard.scss */
.dash-widget-info {
  width: -webkit-fill-available;
  text-align: center;
}

/* line 1614, app/assets/stylesheets/dashboard.scss */
.dash-widget-info > h3, .dash-widget-info > .h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* line 1619, app/assets/stylesheets/dashboard.scss */
.dash-widget-info span i {
  width: 16px;
  background: #fff;
  border-radius: 50%;
  color: #666666;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
}

/* line 1630, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number1 {
  color: #038CFF;
}

/* line 1633, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number2 {
  color: #20C997;
}

/* line 1636, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number3 {
  color: #FFAB00;
}

/* line 1639, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number4 {
  color: #6610F2;
}

/* line 1642, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number5 {
  color: #FFAB00;
}

/* line 1645, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number6 {
  color: #6610F2;
}

/* line 1648, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number7 {
  color: #038CFF;
}

/* line 1651, app/assets/stylesheets/dashboard.scss */
.dash-widget-info .widget-number8 {
  color: #20C997;
}

/* line 1654, app/assets/stylesheets/dashboard.scss */
.dash-widget-info > span.widget-title {
  font-size: 13px;
}

/* line 1658, app/assets/stylesheets/dashboard.scss */
.member-panel .contact-list > li:last-child {
  border-bottom: 0;
}

/* line 1661, app/assets/stylesheets/dashboard.scss */
.member-panel .card-body {
  overflow-y: auto;
  height: 275px;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

/* line 1667, app/assets/stylesheets/dashboard.scss */
.contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* line 1672, app/assets/stylesheets/dashboard.scss */
.contact-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  padding: 10px;
  background-color: #fff;
}

/* line 1678, app/assets/stylesheets/dashboard.scss */
.contact-cont {
  position: relative;
}

/* line 1681, app/assets/stylesheets/dashboard.scss */
.contact-info {
  padding: 0 30px 0 50px;
}

/* line 1684, app/assets/stylesheets/dashboard.scss */
.contact-date {
  color: #888;
  font-size: 12px;
}

/* line 1688, app/assets/stylesheets/dashboard.scss */
.take-btn {
  min-width: 80px;
}

/*-----------------
	10. Activity
-----------------------*/
/* line 1696, app/assets/stylesheets/dashboard.scss */
.activity-box {
  position: relative;
}

/* line 1699, app/assets/stylesheets/dashboard.scss */
.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 1705, app/assets/stylesheets/dashboard.scss */
.activity .activity-list > li .activity-user {
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 32px;
}

/* line 1714, app/assets/stylesheets/dashboard.scss */
.activity .activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
}

/* line 1720, app/assets/stylesheets/dashboard.scss */
.activity-list > li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  border: 1px solid #e7e7e7;
}

/* line 1727, app/assets/stylesheets/dashboard.scss */
.activity-list > li:last-child .activity-content {
  margin-bottom: 0;
}

/* line 1730, app/assets/stylesheets/dashboard.scss */
.activity-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}

/* line 1736, app/assets/stylesheets/dashboard.scss */
.activity-list > li .activity-user {
  background: #fff;
  height: 32px;
  left: -7px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 32px;
}

/* line 1746, app/assets/stylesheets/dashboard.scss */
.activity-list > li .activity-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

/* line 1752, app/assets/stylesheets/dashboard.scss */
.activity-list > li .activity-content .timeline-content {
  color: #9e9e9e;
}

/* line 1755, app/assets/stylesheets/dashboard.scss */
.activity-list > li .activity-content .timeline-content a.name {
  color: #000;
}

/* line 1758, app/assets/stylesheets/dashboard.scss */
.activity-list > li .time {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

/* line 1764, app/assets/stylesheets/dashboard.scss */
.activity .timeline-content > a {
  color: #009efb;
}

/* line 1767, app/assets/stylesheets/dashboard.scss */
.activity-delete {
  background-color: #ffe5e6;
  border: 1px solid #fe0000;
  color: #fe0000;
  display: none;
  font-size: 20px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}

/* line 1781, app/assets/stylesheets/dashboard.scss */
.activity-delete:hover {
  background-color: #fe0000;
  color: #fff;
}

/* line 1785, app/assets/stylesheets/dashboard.scss */
.activity-list > li:hover .activity-delete {
  display: inline-block;
}

/*-----------------
	11. Select2
-----------------------*/
/* line 1793, app/assets/stylesheets/dashboard.scss */
.select2-container .select2-selection--single {
  border: 1px solid #eaeaea;
  height: 40px;
  border-radius: 0;
}

/* line 1798, app/assets/stylesheets/dashboard.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 7px;
}

/* line 1802, app/assets/stylesheets/dashboard.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #979797 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1814, app/assets/stylesheets/dashboard.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #979797;
  border-width: 0 6px 6px;
}

/* line 1818, app/assets/stylesheets/dashboard.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

/* line 1822, app/assets/stylesheets/dashboard.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}

/* line 1828, app/assets/stylesheets/dashboard.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009efb;
}

/* line 1831, app/assets/stylesheets/dashboard.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-radius: 0;
}

/* line 1835, app/assets/stylesheets/dashboard.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #eaeaea;
  border-radius: 0;
}

/* line 1839, app/assets/stylesheets/dashboard.scss */
.select2-container .select2-selection--multiple {
  min-height: 40px;
}

/*-----------------
	12. Nav tabs
-----------------------*/
/* line 1847, app/assets/stylesheets/dashboard.scss */
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}

/* line 1852, app/assets/stylesheets/dashboard.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #333;
}

/* line 1857, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 1861, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

/* line 1864, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-tabs-solid > li > a {
  color: #333;
}

/* line 1867, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

/* line 1874, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}

/* line 1877, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}

/* line 1880, app/assets/stylesheets/dashboard.scss */
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}

/* line 1885, app/assets/stylesheets/dashboard.scss */
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

/* line 1889, app/assets/stylesheets/dashboard.scss */
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}

/* line 1893, app/assets/stylesheets/dashboard.scss */
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

/*-----------------
	13. Holidays
-----------------------*/
/* line 1901, app/assets/stylesheets/dashboard.scss */
.custom-table tr.holiday-completed {
  color: #aaa;
}

/* line 1904, app/assets/stylesheets/dashboard.scss */
.modal-header.bg-danger .modal-title {
  color: #fff;
}

/* line 1907, app/assets/stylesheets/dashboard.scss */
.dropdown.action-label {
  display: inline-block;
}

/* line 1910, app/assets/stylesheets/dashboard.scss */
.action-label > a {
  display: inline-block;
  min-width: 103px;
}

/* line 1914, app/assets/stylesheets/dashboard.scss */
.action-label .btn-sm, .action-label .btn-group-sm > .btn {
  padding: 5px;
}

/*-----------------
	14. Edit Profile
-----------------------*/
/* line 1922, app/assets/stylesheets/dashboard.scss */
.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #fff;
  overflow: hidden;
}

/* line 1929, app/assets/stylesheets/dashboard.scss */
.profile-basic {
  margin-left: 140px;
}

/* line 1932, app/assets/stylesheets/dashboard.scss */
.profile-img-wrap img {
  width: 120px;
  height: 120px;
}

/* line 1936, app/assets/stylesheets/dashboard.scss */
.fileupload.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 0;
  padding: 3px 10px;
  border: none;
}

/* line 1945, app/assets/stylesheets/dashboard.scss */
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  padding: 5px;
}

/* line 1957, app/assets/stylesheets/dashboard.scss */
.btn-text {
  color: #fff;
}

/*-----------------
	15. Chat
-----------------------*/
/* line 1965, app/assets/stylesheets/dashboard.scss */
.chat-main-row {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1975, app/assets/stylesheets/dashboard.scss */
.chat-main-wrapper {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

/* line 1981, app/assets/stylesheets/dashboard.scss */
.message-view {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
  width: 75%;
}

/* line 1990, app/assets/stylesheets/dashboard.scss */
.chat-window {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
}

/* line 1997, app/assets/stylesheets/dashboard.scss */
.fixed-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
}

/* line 2002, app/assets/stylesheets/dashboard.scss */
.fixed-header .navbar {
  border: 0 none;
  margin: 0;
  min-height: auto;
  padding: 0;
}

/* line 2008, app/assets/stylesheets/dashboard.scss */
.fixed-header .user-info a {
  color: #76838f;
  text-transform: uppercase;
}

/* line 2012, app/assets/stylesheets/dashboard.scss */
.typing-text {
  color: #009efb;
  font-size: 12px;
  text-transform: lowercase;
}

/* line 2017, app/assets/stylesheets/dashboard.scss */
.last-seen {
  color: #a3afb7;
  display: block;
  font-size: 12px;
}

/* line 2022, app/assets/stylesheets/dashboard.scss */
.custom-menu.nav > li > a {
  color: #009efb;
  font-size: 26px;
  margin-left: 15px;
  padding: 0;
}

/* line 2028, app/assets/stylesheets/dashboard.scss */
.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
  background-color: transparent;
}

/* line 2032, app/assets/stylesheets/dashboard.scss */
.custom-menu .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 2036, app/assets/stylesheets/dashboard.scss */
.search-box .input-group {
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  border-radius: 50px;
}

/* line 2041, app/assets/stylesheets/dashboard.scss */
.search-box .input-group .form-control {
  background: transparent;
  border: none;
}

/* line 2045, app/assets/stylesheets/dashboard.scss */
.search-box .btn {
  background-color: transparent;
}

/* line 2048, app/assets/stylesheets/dashboard.scss */
.chat-contents {
  display: table-row;
  height: 100%;
}

/* line 2052, app/assets/stylesheets/dashboard.scss */
.chat-content-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 2057, app/assets/stylesheets/dashboard.scss */
.chat-wrap-inner {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2065, app/assets/stylesheets/dashboard.scss */
.chats {
  padding: 30px 15px;
}

/* line 2068, app/assets/stylesheets/dashboard.scss */
.chat-body {
  display: block;
  margin: 10px 0 0;
  overflow: hidden;
}

/* line 2073, app/assets/stylesheets/dashboard.scss */
.chat-body:first-child {
  margin-top: 0;
}

/* line 2076, app/assets/stylesheets/dashboard.scss */
.chat-right .chat-content {
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0;
  clear: both;
  background-color: #e6e6e6;
  border-radius: 20px 2px 2px 20px;
  max-width: 60%;
}

/* line 2087, app/assets/stylesheets/dashboard.scss */
.chat-right .chat-body {
  padding-left: 48px;
  padding-right: 10px;
}

/* line 2091, app/assets/stylesheets/dashboard.scss */
.chat-bubble {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

/* line 2097, app/assets/stylesheets/dashboard.scss */
.chat.chat-right .chat-bubble:last-child .chat-content {
  border-bottom-right-radius: 20px;
}

/* line 2100, app/assets/stylesheets/dashboard.scss */
.chat.chat-right .chat-bubble:first-child .chat-content {
  border-top-right-radius: 20px;
}

/* line 2103, app/assets/stylesheets/dashboard.scss */
.chat-content > p {
  margin-bottom: 0;
  word-wrap: break-word;
}

/* line 2107, app/assets/stylesheets/dashboard.scss */
.chat-time {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 12px;
}

/* line 2112, app/assets/stylesheets/dashboard.scss */
.chat-right .chat-time {
  text-align: right;
}

/* line 2115, app/assets/stylesheets/dashboard.scss */
.chat-line {
  border-bottom: 1px solid #eaeaea;
  height: 12px;
  margin: 7px 0 20px;
  position: relative;
  text-align: center;
}

/* line 2122, app/assets/stylesheets/dashboard.scss */
.chat-date {
  background-color: #f5f5f5;
  color: #000;
  font-size: 12px;
  padding: 0 11px;
}

/* line 2128, app/assets/stylesheets/dashboard.scss */
.chat-avatar {
  float: right;
}

/* line 2131, app/assets/stylesheets/dashboard.scss */
.chat-avatar .avatar {
  line-height: 30px;
  height: 30px;
  width: 30px;
}

/* line 2136, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-avatar {
  float: left;
}

/* line 2139, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
  padding-right: 20px;
}

/* line 2144, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-content {
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #888;
  float: left;
  position: relative;
  padding: 8px 15px;
  border-radius: 2px 20px 20px 2px;
  max-width: 60%;
}

/* line 2154, app/assets/stylesheets/dashboard.scss */
.avatar {
  background-color: #aaa;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 38px;
  position: relative;
  white-space: nowrap;
}

/* line 2172, app/assets/stylesheets/dashboard.scss */
.avatar:hover {
  color: #fff;
}

/* line 2175, app/assets/stylesheets/dashboard.scss */
.avatar > img {
  width: 100%;
  display: block;
}

/* line 2179, app/assets/stylesheets/dashboard.scss */
.chat.chat-left .chat-bubble:first-child .chat-content {
  border-top-left-radius: 20px;
  margin-top: 0;
}

/* line 2183, app/assets/stylesheets/dashboard.scss */
.chat.chat-left .chat-bubble:last-child .chat-content {
  border-bottom-left-radius: 20px;
}

/* line 2186, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-time {
  color: #a3afb7;
}

/* line 2189, app/assets/stylesheets/dashboard.scss */
.attach-list {
  color: #adb7be;
  padding: 5px 0 0;
  line-height: 24px;
  margin: 0;
  list-style: none;
}

/* line 2196, app/assets/stylesheets/dashboard.scss */
.attach-list i {
  margin-right: 3px;
  font-size: 16px;
}

/* line 2200, app/assets/stylesheets/dashboard.scss */
.attach-list a {
  word-wrap: break-word;
}

/* line 2203, app/assets/stylesheets/dashboard.scss */
.attach-img {
  margin-bottom: 20px;
}

/* line 2206, app/assets/stylesheets/dashboard.scss */
.attach-img > img {
  border: 1px solid #eaeaea;
  max-width: 100%;
}

/* line 2210, app/assets/stylesheets/dashboard.scss */
.attach-img-download {
  margin-bottom: 5px;
}

/* line 2213, app/assets/stylesheets/dashboard.scss */
.chat-user {
  color: #333;
  font-size: 13px;
}

/* line 2217, app/assets/stylesheets/dashboard.scss */
.chat-footer {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  padding: 15px;
}

/* line 2222, app/assets/stylesheets/dashboard.scss */
.message-bar {
  display: table;
  height: 44px;
  position: relative;
  width: 100%;
}

/* line 2228, app/assets/stylesheets/dashboard.scss */
.message-bar .message-inner {
  display: table-row;
  height: 100%;
  padding: 0 8px;
  width: 100%;
}

/* line 2234, app/assets/stylesheets/dashboard.scss */
.message-bar .link {
  color: #777;
  display: table-cell;
  font-size: 20px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

/* line 2243, app/assets/stylesheets/dashboard.scss */
.message-bar .message-area {
  display: table-cell;
}

/* line 2246, app/assets/stylesheets/dashboard.scss */
.message-area .input-group .form-control {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 6px 12px;
  resize: none;
}

/* line 2258, app/assets/stylesheets/dashboard.scss */
.message-area .input-group .form-control:focus {
  height: 150px;
  transition: all 0.5s ease 0s;
}

/* line 2262, app/assets/stylesheets/dashboard.scss */
.message-area .btn {
  height: 44px;
  width: 50px;
}

/* line 2266, app/assets/stylesheets/dashboard.scss */
.profile-right {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
}

/* line 2274, app/assets/stylesheets/dashboard.scss */
.display-table {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

/* line 2281, app/assets/stylesheets/dashboard.scss */
.table-row {
  display: table-row;
  height: 100%;
}

/* line 2285, app/assets/stylesheets/dashboard.scss */
.table-body {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 2290, app/assets/stylesheets/dashboard.scss */
.table-content {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2298, app/assets/stylesheets/dashboard.scss */
.profile-right-inner {
  border-left: 1px solid #eaeaea;
  background-color: #fff;
}

/* line 2302, app/assets/stylesheets/dashboard.scss */
.chat-profile-img {
  padding: 30px;
  position: relative;
  text-align: center;
}

/* line 2307, app/assets/stylesheets/dashboard.scss */
.edit-profile-img {
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 120px;
  cursor: pointer;
}

/* line 2314, app/assets/stylesheets/dashboard.scss */
.change-img {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  line-height: 120px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 2326, app/assets/stylesheets/dashboard.scss */
.edit-profile-img:hover .change-img {
  display: block;
}

/* line 2329, app/assets/stylesheets/dashboard.scss */
.edit-profile-img img {
  height: auto;
  margin: 0;
  width: 120px;
  border-radius: 50%;
}

/* line 2335, app/assets/stylesheets/dashboard.scss */
.user-name {
  color: #333;
}

/* line 2338, app/assets/stylesheets/dashboard.scss */
.edit-btn {
  border-radius: 40px;
  height: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
}

/* line 2346, app/assets/stylesheets/dashboard.scss */
.chat-profile-info {
  padding: 15px;
}

/* line 2349, app/assets/stylesheets/dashboard.scss */
.user-det-list {
  list-style: none;
  padding: 0;
}

/* line 2353, app/assets/stylesheets/dashboard.scss */
.user-det-list > li {
  padding: 6px 15px;
}

/* line 2356, app/assets/stylesheets/dashboard.scss */
.user-det-list .text-muted {
  color: #888;
}

/* line 2359, app/assets/stylesheets/dashboard.scss */
.transfer-files .tab-content {
  padding-top: 0;
}

/* line 2362, app/assets/stylesheets/dashboard.scss */
.files-list {
  list-style: none;
  padding-left: 0;
}

/* line 2366, app/assets/stylesheets/dashboard.scss */
.files-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  margin: 2px 0 0;
  padding: 10px;
}

/* line 2372, app/assets/stylesheets/dashboard.scss */
.files-cont {
  position: relative;
}

/* line 2375, app/assets/stylesheets/dashboard.scss */
.file-type {
  height: 48px;
  position: absolute;
  width: 48px;
}

/* line 2380, app/assets/stylesheets/dashboard.scss */
.files-icon i {
  color: #76838f;
  font-size: 20px;
}

/* line 2384, app/assets/stylesheets/dashboard.scss */
.files-info {
  padding: 0 30px 0 50px;
}

/* line 2387, app/assets/stylesheets/dashboard.scss */
.file-name a {
  color: #333;
}

/* line 2390, app/assets/stylesheets/dashboard.scss */
.files-action {
  display: none;
  height: 30px;
  list-style: none;
  padding-left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 10px;
  width: 30px;
}

/* line 2401, app/assets/stylesheets/dashboard.scss */
.files-list > li:hover .files-action {
  display: block;
}

/* line 2404, app/assets/stylesheets/dashboard.scss */
.file-date {
  color: #888;
  font-size: 12px;
}

/* line 2408, app/assets/stylesheets/dashboard.scss */
.file-author a {
  color: #009efb;
  font-size: 12px;
  text-decoration: underline;
}

/* line 2413, app/assets/stylesheets/dashboard.scss */
.files-action .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 2417, app/assets/stylesheets/dashboard.scss */
.chat-img-attach {
  border-radius: 4px;
  margin-bottom: 12px;
  margin-left: 12px;
  position: relative;
  float: right;
}

/* line 2424, app/assets/stylesheets/dashboard.scss */
.chat-img-attach img {
  border-radius: 4px;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* line 2430, app/assets/stylesheets/dashboard.scss */
.chat-placeholder {
  background: rgba(69, 81, 97, 0.6);
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding: 13px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 2444, app/assets/stylesheets/dashboard.scss */
.chat-img-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

/* line 2449, app/assets/stylesheets/dashboard.scss */
.chat-file-desc {
  font-size: 11px;
}

/* line 2452, app/assets/stylesheets/dashboard.scss */
.chat-right .chat-content.img-content {
  background-color: transparent;
  color: #76838f;
  padding: 0;
  text-align: right;
}

/* line 2458, app/assets/stylesheets/dashboard.scss */
.chat-right .img-content .chat-time {
  color: #a3afb7;
}

/* line 2461, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-img-attach {
  float: left;
}

/* line 2464, app/assets/stylesheets/dashboard.scss */
.chat-left .chat-img-attach {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}

/* line 2469, app/assets/stylesheets/dashboard.scss */
.chat-avatar-sm {
  width: 24px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  float: left;
}

/* line 2476, app/assets/stylesheets/dashboard.scss */
.chat-avatar-sm img {
  width: 24px;
}

/* line 2479, app/assets/stylesheets/dashboard.scss */
.chat-avatar-sm.user-img .status {
  bottom: 4px;
  right: -3px;
}

/* line 2483, app/assets/stylesheets/dashboard.scss */
.files-share-list {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 2489, app/assets/stylesheets/dashboard.scss */
.files-share-list {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 2496, app/assets/stylesheets/dashboard.scss */
.chat-user-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 2501, app/assets/stylesheets/dashboard.scss */
.chat-user-list > li {
  border-bottom: 1px solid #eaeaea;
  border-radius: inherit;
  margin: 5px 0 0;
  padding: 10px;
  background-color: #fff;
}

/* line 2508, app/assets/stylesheets/dashboard.scss */
.designation {
  color: #9e9e9e;
  font-size: 12px;
}

/* line 2512, app/assets/stylesheets/dashboard.scss */
.online-date {
  color: #9e9e9e;
  font-size: 12px;
}

/* line 2516, app/assets/stylesheets/dashboard.scss */
.drop-zone {
  width: 100%;
  height: 205px;
  border: 2px dashed #adb7be;
  text-align: center;
  padding: 25px 0 0;
  margin-bottom: 20px;
}

/* line 2524, app/assets/stylesheets/dashboard.scss */
.drop-zone .drop-zone-caption {
  font-weight: 600;
}

/* line 2527, app/assets/stylesheets/dashboard.scss */
.upload-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

/* line 2532, app/assets/stylesheets/dashboard.scss */
.upload-list .file-list {
  background-color: #fff;
  border-top: 1px solid #d8e2e7;
  padding: 10px;
}

/* line 2537, app/assets/stylesheets/dashboard.scss */
.upload-list .file-list:first-child {
  border-top: none;
}

/* line 2540, app/assets/stylesheets/dashboard.scss */
.upload-list .upload-wrap {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0 0 5px;
}

/* line 2545, app/assets/stylesheets/dashboard.scss */
.upload-list .file-name,
.upload-list .file-size {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

/* line 2551, app/assets/stylesheets/dashboard.scss */
.upload-list .file-name {
  padding-right: 15px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

/* line 2557, app/assets/stylesheets/dashboard.scss */
.upload-list .file-size {
  color: #888;
}

/* line 2560, app/assets/stylesheets/dashboard.scss */
.upload-list .file-close {
  border: none;
  background: none;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 2px;
}

/* line 2568, app/assets/stylesheets/dashboard.scss */
.upload-list .file-close:hover {
  color: #f62d51;
}

/* line 2571, app/assets/stylesheets/dashboard.scss */
.upload-list .upload-process {
  font-size: 10px;
  color: #888;
}

/* line 2575, app/assets/stylesheets/dashboard.scss */
.upload-list .progress {
  margin-bottom: 5px;
  background-color: #e1e1e1;
  height: 5px;
}

/* line 2580, app/assets/stylesheets/dashboard.scss */
.upload-list .file-name i {
  color: #fda75c;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/* line 2585, app/assets/stylesheets/dashboard.scss */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
  color: #ccc;
  border-style: dashed;
  border-color: #adb7be;
  line-height: 200px;
  text-align: center;
  background-color: #fff;
}

/* line 2596, app/assets/stylesheets/dashboard.scss */
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* line 2600, app/assets/stylesheets/dashboard.scss */
.upload-text {
  font-size: 24px;
  margin-left: 10px;
}

/* line 2604, app/assets/stylesheets/dashboard.scss */
.file-attached {
  color: #333;
  font-size: 13px;
}

/* line 2608, app/assets/stylesheets/dashboard.scss */
.file-attached i {
  font-size: 16px;
}

/*-----------------
	16. Focus Label
-----------------------*/
/* line 2616, app/assets/stylesheets/dashboard.scss */
.form-focus {
  display: flex;
  height: 50px;
  position: relative;
}

/* line 2621, app/assets/stylesheets/dashboard.scss */
.form-focus .focus-label {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #888;
}

/* line 2638, app/assets/stylesheets/dashboard.scss */
.form-focus.focused .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -14px;
  font-size: 12px;
  z-index: 1;
}

/* line 2645, app/assets/stylesheets/dashboard.scss */
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}

/* line 2649, app/assets/stylesheets/dashboard.scss */
.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  transition: 240ms;
}

/* line 2653, app/assets/stylesheets/dashboard.scss */
.form-focus .form-control:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
}

/* line 2656, app/assets/stylesheets/dashboard.scss */
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

/* line 2659, app/assets/stylesheets/dashboard.scss */
.profile-basic .cal-icon {
  width: 100%;
}

/* line 2662, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container .select2-selection--single {
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 0;
}

/* line 2667, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 7px;
}

/* line 2671, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 2683, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

/* line 2687, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}

/* line 2692, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}

/* line 2698, app/assets/stylesheets/dashboard.scss */
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

/* line 2701, app/assets/stylesheets/dashboard.scss */
.file-size {
  color: #888;
}

/*-----------------
	17. Leave
-----------------------*/
/* line 2709, app/assets/stylesheets/dashboard.scss */
.filter-row .btn {
  border-radius: 0;
  min-height: 50px;
  padding: 12px;
  text-transform: uppercase;
}

/* line 2715, app/assets/stylesheets/dashboard.scss */
.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

/* line 2722, app/assets/stylesheets/dashboard.scss */
.action-label .label {
  display: inline-block;
  min-width: 85px;
  padding: 0.5em 0.6em;
}

/* line 2727, app/assets/stylesheets/dashboard.scss */
.action-label i {
  margin-right: 3px;
}

/* line 2730, app/assets/stylesheets/dashboard.scss */
.action-label .dropdown-menu > li > a {
  padding: 3px 10px;
}

/*-----------------
	18. Employee
-----------------------*/
/* line 2738, app/assets/stylesheets/dashboard.scss */
.action-icon {
  color: #777;
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
}

/* line 2744, app/assets/stylesheets/dashboard.scss */
.table .dropdown-menu {
  font-size: 12px;
}

/* line 2747, app/assets/stylesheets/dashboard.scss */
.profile-widget {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* line 2757, app/assets/stylesheets/dashboard.scss */
.profile-widget .user-name > a {
  color: #333;
}

/* line 2760, app/assets/stylesheets/dashboard.scss */
.dropdown.profile-action {
  position: absolute;
  right: 5px;
  text-align: right;
  top: 10px;
}

/* line 2766, app/assets/stylesheets/dashboard.scss */
.profile-action .dropdown-toggle:after {
  display: none;
}

/* line 2769, app/assets/stylesheets/dashboard.scss */
.profile-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 80px;
}

/* line 2776, app/assets/stylesheets/dashboard.scss */
.profile-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}

/* line 2783, app/assets/stylesheets/dashboard.scss */
.mobile-no > a {
  color: #777;
  display: inline-block;
}

/* line 2787, app/assets/stylesheets/dashboard.scss */
.staff-mail > a {
  color: #777;
  display: inline-block;
  margin-top: 5px;
}

/* line 2792, app/assets/stylesheets/dashboard.scss */
.staff-action-btns {
  margin-top: 10px;
}

/* line 2795, app/assets/stylesheets/dashboard.scss */
.staff-id {
  margin-top: 5px;
}

/* line 2798, app/assets/stylesheets/dashboard.scss */
.view-icons {
  float: right;
  margin-right: 10px;
}

/* line 2802, app/assets/stylesheets/dashboard.scss */
.view-icons .btn {
  color: #888;
  font-size: 18px;
  margin-right: 5px;
  padding: 4px;
}

/* line 2808, app/assets/stylesheets/dashboard.scss */
.view-icons .btn.active {
  color: #333;
}

/*-----------------
	19. Events
-----------------------*/
/* line 2816, app/assets/stylesheets/dashboard.scss */
.calendar {
  float: left;
  margin-bottom: 0;
}

/* line 2820, app/assets/stylesheets/dashboard.scss */
.fc-view {
  margin-top: 30px;
}

/* line 2823, app/assets/stylesheets/dashboard.scss */
a.fc-event:not([href]) {
  color: #fff;
}

/* line 2826, app/assets/stylesheets/dashboard.scss */
.none-border .modal-footer {
  border-top: none;
}

/* line 2829, app/assets/stylesheets/dashboard.scss */
.fc-toolbar h2, .fc-toolbar .h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 2836, app/assets/stylesheets/dashboard.scss */
.fc-day-grid-event .fc-time {
  font-family: 'Rubik', sans-serif;
}

/* line 2839, app/assets/stylesheets/dashboard.scss */
.fc-day {
  background: #fff;
}

/* line 2842, app/assets/stylesheets/dashboard.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

/* line 2849, app/assets/stylesheets/dashboard.scss */
.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

/* line 2856, app/assets/stylesheets/dashboard.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}

/* line 2865, app/assets/stylesheets/dashboard.scss */
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

/* line 2876, app/assets/stylesheets/dashboard.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

/* line 2880, app/assets/stylesheets/dashboard.scss */
.fc-state-hover {
  background: #f3f3f3;
}

/* line 2883, app/assets/stylesheets/dashboard.scss */
.fc-state-highlight {
  background: #f0f0f0;
}

/* line 2886, app/assets/stylesheets/dashboard.scss */
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #009efb;
  color: #fff;
  text-shadow: none;
}

/* line 2893, app/assets/stylesheets/dashboard.scss */
.fc-cell-overlay {
  background: #f0f0f0;
}

/* line 2896, app/assets/stylesheets/dashboard.scss */
.fc-unthemed .fc-today {
  background: #fff;
}

/* line 2899, app/assets/stylesheets/dashboard.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px;
  text-align: center;
}

/* line 2908, app/assets/stylesheets/dashboard.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}

/* line 2913, app/assets/stylesheets/dashboard.scss */
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}

/*-----------------
	20. Profile
-----------------------*/
/* line 2923, app/assets/stylesheets/dashboard.scss */
.card-box.profile-header {
  margin: 0;
}

/* line 2926, app/assets/stylesheets/dashboard.scss */
.profile-details {
  text-align: center;
}

/* line 2929, app/assets/stylesheets/dashboard.scss */
.personal-info li .title {
  color: #515365;
  float: left;
  font-weight: 500;
  margin-right: 30px;
  width: 30%;
}

/* line 2936, app/assets/stylesheets/dashboard.scss */
.personal-info li .text {
  color: #888da8;
  display: block;
  overflow: hidden;
}

/* line 2941, app/assets/stylesheets/dashboard.scss */
.personal-info li {
  margin-bottom: 10px;
}

/* line 2944, app/assets/stylesheets/dashboard.scss */
.personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

/* line 2949, app/assets/stylesheets/dashboard.scss */
.personal-info .text > a {
  color: #009efb;
}

/* line 2952, app/assets/stylesheets/dashboard.scss */
.profile-view .profile-img-wrap {
  height: 150px;
  width: 150px;
}

/* line 2956, app/assets/stylesheets/dashboard.scss */
.profile-view .profile-img {
  width: 150px;
  height: 150px;
}

/* line 2960, app/assets/stylesheets/dashboard.scss */
.profile-view .profile-img .avatar {
  font-size: 24px;
  height: 150px;
  line-height: 150px;
  margin: 0;
  width: 150px;
}

/* line 2967, app/assets/stylesheets/dashboard.scss */
.profile-view .profile-basic {
  margin-left: 170px;
}

/* line 2970, app/assets/stylesheets/dashboard.scss */
.staff-msg {
  margin-top: 30px;
}

/* line 2973, app/assets/stylesheets/dashboard.scss */
.experience-box {
  position: relative;
}

/* line 2976, app/assets/stylesheets/dashboard.scss */
.experience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 2982, app/assets/stylesheets/dashboard.scss */
.experience-list:before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}

/* line 2991, app/assets/stylesheets/dashboard.scss */
.experience-list > li {
  position: relative;
}

/* line 2994, app/assets/stylesheets/dashboard.scss */
.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}

/* line 2997, app/assets/stylesheets/dashboard.scss */
.experience-user .avatar {
  height: 32px;
  line-height: 32px;
  margin: 0;
  width: 32px;
}

/* line 3003, app/assets/stylesheets/dashboard.scss */
.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

/* line 3013, app/assets/stylesheets/dashboard.scss */
.experience-list > li .experience-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

/* line 3019, app/assets/stylesheets/dashboard.scss */
.experience-list > li .experience-content .timeline-content {
  color: #9e9e9e;
}

/* line 3022, app/assets/stylesheets/dashboard.scss */
.experience-list > li .experience-content .timeline-content a.name {
  color: #616161;
  font-weight: bold;
}

/* line 3026, app/assets/stylesheets/dashboard.scss */
.experience-list > li .time {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

/* line 3032, app/assets/stylesheets/dashboard.scss */
.before-circle {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

/* line 3038, app/assets/stylesheets/dashboard.scss */
.skills > span {
  border: 1px solid #ccc;
  border-radius: 500px;
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-align: center;
}

/* line 3046, app/assets/stylesheets/dashboard.scss */
.profile-info-left {
  border-right: 2px dashed #ccc;
}

/* line 3049, app/assets/stylesheets/dashboard.scss */
.profile-tabs .nav-tabs {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/*-----------------
	21. Notifications
-----------------------*/
/* line 3058, app/assets/stylesheets/dashboard.scss */
.notifications {
  padding: 0;
}

/* line 3061, app/assets/stylesheets/dashboard.scss */
.notifications .drop-scroll {
  height: 290px;
  width: 400px;
}

/* line 3065, app/assets/stylesheets/dashboard.scss */
.notifications.msg-noti .drop-scroll {
  width: 310px;
}

/* line 3068, app/assets/stylesheets/dashboard.scss */
.notifications .notification-heading {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  color: #616161;
}

/* line 3075, app/assets/stylesheets/dashboard.scss */
.notifications .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #bdbdbd;
}

/* line 3080, app/assets/stylesheets/dashboard.scss */
.notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 3085, app/assets/stylesheets/dashboard.scss */
.notifications ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}

/* line 3089, app/assets/stylesheets/dashboard.scss */
.notifications ul.notification-list > li:last-child {
  border-bottom: none;
}

/* line 3092, app/assets/stylesheets/dashboard.scss */
.notifications ul.notification-list > li a {
  display: block;
  padding: 12px;
  border-radius: 2px;
}

/* line 3097, app/assets/stylesheets/dashboard.scss */
.notifications ul.notification-list > li a:hover {
  background-color: #fafafa;
}

/* line 3100, app/assets/stylesheets/dashboard.scss */
.drop-scroll {
  overflow-y: scroll;
  position: relative;
}

/* line 3104, app/assets/stylesheets/dashboard.scss */
.topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
}

/* line 3108, app/assets/stylesheets/dashboard.scss */
.topnav-dropdown-header,
.topnav-dropdown-footer {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3116, app/assets/stylesheets/dashboard.scss */
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #333;
}

/* line 3121, app/assets/stylesheets/dashboard.scss */
.user-menu.nav > li > a .badge {
  color: #fff;
  font-size: 60%;
  font-weight: 700;
  position: absolute;
  right: 3px;
  top: 6px;
}

/* line 3129, app/assets/stylesheets/dashboard.scss */
.user-menu.nav > li > a > i {
  font-size: 16px;
  line-height: 55px;
}

/* line 3133, app/assets/stylesheets/dashboard.scss */
.noti-details {
  color: #989c9e;
  margin: 0;
}

/* line 3137, app/assets/stylesheets/dashboard.scss */
.noti-time {
  margin: 0;
}

/* line 3140, app/assets/stylesheets/dashboard.scss */
.noti-title {
  color: #333;
}

/*-----------------
	22. Roles & Permissions
-----------------------*/
/* line 3148, app/assets/stylesheets/dashboard.scss */
.roles-menu {
  margin-top: 20px;
}

/* line 3151, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3159, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul > li {
  display: block;
  position: relative;
}

/* line 3163, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul > li > a {
  border-left: 3px solid transparent;
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
}

/* line 3170, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul > li.active > a {
  border-color: #009efb;
  color: #009efb;
}

/* line 3174, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul > li > a:hover {
  border-color: #009efb;
  background-color: #eee;
}

/* line 3178, app/assets/stylesheets/dashboard.scss */
.material-switch > input[type="checkbox"] {
  display: none;
}

/* line 3181, app/assets/stylesheets/dashboard.scss */
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

/* line 3187, app/assets/stylesheets/dashboard.scss */
.material-switch > label:before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

/* line 3199, app/assets/stylesheets/dashboard.scss */
.material-switch > label:after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

/* line 3212, app/assets/stylesheets/dashboard.scss */
.material-switch > input[type="checkbox"]:checked + label:before {
  background: inherit;
  opacity: 0.5;
}

/* line 3216, app/assets/stylesheets/dashboard.scss */
.material-switch > input[type="checkbox"]:checked + label:after {
  background: inherit;
  left: 20px;
}

/* line 3220, app/assets/stylesheets/dashboard.scss */
.role-action {
  display: none;
  float: right;
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 3227, app/assets/stylesheets/dashboard.scss */
.roles-menu > ul > li:hover .role-action {
  display: block;
}

/* line 3230, app/assets/stylesheets/dashboard.scss */
.slide-nav .sidebar {
  margin-left: 0;
}

/* line 3233, app/assets/stylesheets/dashboard.scss */
.action-circle {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}

/* line 3248, app/assets/stylesheets/dashboard.scss */
.action-circle .material-icons {
  color: #ccc;
  font-size: 18px;
  vertical-align: -3px;
}

/* line 3253, app/assets/stylesheets/dashboard.scss */
.action-circle.completed {
  background: #35BA67;
  border: 1px solid #2fa65c;
}

/* line 3257, app/assets/stylesheets/dashboard.scss */
.action-circle.completed .material-icons {
  color: #fff;
}

/* line 3260, app/assets/stylesheets/dashboard.scss */
.action-circle.large {
  height: 24px;
  width: 24px;
}

/* line 3264, app/assets/stylesheets/dashboard.scss */
.action-circle.large .material-icons {
  font-size: 16px;
  vertical-align: -4px;
}

/* line 3268, app/assets/stylesheets/dashboard.scss */
.sidebar-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/* line 3280, app/assets/stylesheets/dashboard.scss */
.menu-opened .sidebar-overlay {
  display: block;
}

/* line 3283, app/assets/stylesheets/dashboard.scss */
.sidebar-menu.opened {
  opacity: 1;
  transform: translateX(0px);
  margin-left: 0;
}

/* line 3292, app/assets/stylesheets/dashboard.scss */
html.menu-opened {
  overflow: hidden;
}

/* line 3295, app/assets/stylesheets/dashboard.scss */
html.menu-opened body {
  overflow: hidden;
}

/* line 3298, app/assets/stylesheets/dashboard.scss */
.chat-profile-view.opened {
  margin-right: 0;
}

/* line 3301, app/assets/stylesheets/dashboard.scss */
.menu-opened .message-view.chat-view {
  width: 100%;
}

/*-----------------
	23. Chat Right Sidebar
-----------------------*/
/* line 3309, app/assets/stylesheets/dashboard.scss */
.fixed-header .custom-menu {
  margin: 1px 0 0;
}

/* line 3312, app/assets/stylesheets/dashboard.scss */
.topnav-dropdown-footer {
  border-top: 1px solid #eee;
}

/* line 3315, app/assets/stylesheets/dashboard.scss */
.notification-box {
  bottom: 0;
  margin-right: -300px;
  position: fixed;
  right: 0;
  top: 50px;
  transition: all 0.4s ease 0s;
  width: 300px;
  z-index: 101;
  border-left: 1px solid #ddd;
}

/* line 3326, app/assets/stylesheets/dashboard.scss */
.open-msg-box .notification-box {
  margin-right: 0;
}

/* line 3329, app/assets/stylesheets/dashboard.scss */
.msg-sidebar {
  background-color: #fff;
}

/* line 3332, app/assets/stylesheets/dashboard.scss */
.list-box {
  list-style: none;
  padding-left: 0;
}

/* line 3336, app/assets/stylesheets/dashboard.scss */
.list-item.new-message {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 3339, app/assets/stylesheets/dashboard.scss */
.list-item {
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  position: relative;
}

/* line 3344, app/assets/stylesheets/dashboard.scss */
.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}

/* line 3349, app/assets/stylesheets/dashboard.scss */
.files-icon {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}

/* line 3359, app/assets/stylesheets/dashboard.scss */
.files-icon i {
  color: #777;
  font-size: 20px;
}

/* line 3363, app/assets/stylesheets/dashboard.scss */
.list-body {
  padding: 0 0 0 50px;
}

/* line 3366, app/assets/stylesheets/dashboard.scss */
.message-author {
  color: #333;
  float: left;
  font-weight: bold;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3377, app/assets/stylesheets/dashboard.scss */
.message-time {
  color: #888;
  float: right;
  font-size: 11px;
}

/* line 3382, app/assets/stylesheets/dashboard.scss */
.message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*-----------------
	24. Invoice
-----------------------*/
/* line 3396, app/assets/stylesheets/dashboard.scss */
.invoice-details,
.invoice-payment-details > li span {
  float: right;
  text-align: right;
}

/* line 3401, app/assets/stylesheets/dashboard.scss */
.attach-files > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3406, app/assets/stylesheets/dashboard.scss */
.attach-files li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

/* line 3411, app/assets/stylesheets/dashboard.scss */
.attach-files li img {
  width: 50px;
}

/* line 3414, app/assets/stylesheets/dashboard.scss */
.file-remove {
  color: #f00;
  position: absolute;
  right: -6px;
  top: -7px;
}

/* line 3420, app/assets/stylesheets/dashboard.scss */
.attach-files li:last-child {
  margin-right: 0;
}

/* line 3423, app/assets/stylesheets/dashboard.scss */
.inv-logo {
  height: auto;
  margin-bottom: 20px;
  max-height: 100px;
  width: auto;
}

/* line 3429, app/assets/stylesheets/dashboard.scss */
.form-amt {
  border: 1px solid #fff;
}

/*-----------------
	25. Doctors
-----------------------*/
/* line 3437, app/assets/stylesheets/dashboard.scss */
.doctor-img {
  cursor: pointer;
  height: 80px;
  margin: 0 auto 15px;
  position: relative;
  width: 80px;
}

/* line 3444, app/assets/stylesheets/dashboard.scss */
.doctor-img .avatar {
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  width: 80px;
}

/* line 3451, app/assets/stylesheets/dashboard.scss */
.doc-prof {
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 3456, app/assets/stylesheets/dashboard.scss */
.doctor-name {
  margin: 0;
}

/* line 3459, app/assets/stylesheets/dashboard.scss */
.doctor-name a {
  color: #333;
}

/* line 3462, app/assets/stylesheets/dashboard.scss */
.see-all {
  margin-top: 30px;
  text-align: center;
}

/* line 3466, app/assets/stylesheets/dashboard.scss */
.see-all .see-all-btn {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #777;
  display: inline-block;
  padding: 10px 20px;
}

/*-----------------
	26. Add Doctor
-----------------------*/
/* line 3479, app/assets/stylesheets/dashboard.scss */
.profile-upload {
  display: flex;
}

/* line 3482, app/assets/stylesheets/dashboard.scss */
.upload-img {
  margin-right: 10px;
}

/* line 3485, app/assets/stylesheets/dashboard.scss */
.upload-img img {
  border-radius: 4px;
  height: 40px;
  width: 40px;
}

/* line 3490, app/assets/stylesheets/dashboard.scss */
.upload-input {
  width: 100%;
}

/* line 3493, app/assets/stylesheets/dashboard.scss */
.gen-label {
  display: block;
  margin-bottom: 18px;
}

/* line 3497, app/assets/stylesheets/dashboard.scss */
.submit-btn {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  padding: 8px 20px;
}

/* line 3505, app/assets/stylesheets/dashboard.scss */
.delete-modal .modal-body .btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 90px;
  color: #333;
}

/* line 3512, app/assets/stylesheets/dashboard.scss */
.delete-modal .modal-body .btn.btn-danger {
  color: #fff;
}

/* line 3515, app/assets/stylesheets/dashboard.scss */
.delete-modal .modal-body > h3, .delete-modal .modal-body > .h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
}

/* line 3520, app/assets/stylesheets/dashboard.scss */
.custom-badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  min-width: 95px;
  padding: 1px 10px;
  text-align: center;
}

/* line 3528, app/assets/stylesheets/dashboard.scss */
.status-red,
a.status-red {
  background-color: #ffe5e6;
  border: 1px solid #fe0000;
  color: #fe0000;
}

/* line 3534, app/assets/stylesheets/dashboard.scss */
.status-green,
a.status-green {
  background-color: #e5faf3;
  border: 1px solid #00ce7c;
  color: #00ce7c;
}

/* line 3540, app/assets/stylesheets/dashboard.scss */
.status-orange,
a.status-orange {
  background-color: #fef5e4;
  border: 1px solid #ff9b01;
  color: #ff9b01;
}

/* line 3546, app/assets/stylesheets/dashboard.scss */
.status-blue,
a.status-blue {
  background-color: #e5f3fe;
  border: 1px solid #008cff;
  color: #008cff;
}

/* line 3552, app/assets/stylesheets/dashboard.scss */
.status-purple,
a.status-purple {
  background-color: #f3e7fd;
  border: 1px solid #8f13fd;
  color: #8f13fd;
}

/* line 3558, app/assets/stylesheets/dashboard.scss */
.status-pink,
a.status-pink {
  background-color: #ffe5f6;
  border: 1px solid #ff01a2;
  color: #ff01a2;
}

/* line 3564, app/assets/stylesheets/dashboard.scss */
.status-grey,
a.status-grey {
  background-color: #ddd;
  border: 1px solid #818181;
  color: #818181;
}

/* line 3570, app/assets/stylesheets/dashboard.scss */
.btn-grey {
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
}

/* line 3574, app/assets/stylesheets/dashboard.scss */
.modal-backdrop {
  background-color: #000000;
}

/* line 3577, app/assets/stylesheets/dashboard.scss */
.modal-backdrop.show {
  opacity: 0.7;
}

/* line 3580, app/assets/stylesheets/dashboard.scss */
.invoices-view {
  width: 70%;
  float: right;
}

/*-----------------
	27. Payslip
-----------------------*/
/* line 3589, app/assets/stylesheets/dashboard.scss */
.payslip-title {
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

/*-----------------
	28. Attendance
-----------------------*/
/* line 3600, app/assets/stylesheets/dashboard.scss */
.half-day {
  width: 15px;
}

/*-----------------
	29. Inbox
-----------------------*/
/* line 3608, app/assets/stylesheets/dashboard.scss */
.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
  cursor: pointer;
}

/* line 3612, app/assets/stylesheets/dashboard.scss */
.mail-list {
  list-style: none;
  padding: 0;
}

/* line 3616, app/assets/stylesheets/dashboard.scss */
.mail-list > li > a {
  color: #333;
  display: block;
  padding: 10px;
}

/* line 3621, app/assets/stylesheets/dashboard.scss */
.mail-list > li.active > a {
  color: #009efb;
  font-weight: bold;
}

/* line 3625, app/assets/stylesheets/dashboard.scss */
.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 600;
}

/* line 3631, app/assets/stylesheets/dashboard.scss */
.table-inbox .fa-star {
  color: #ffd200;
}

/* line 3634, app/assets/stylesheets/dashboard.scss */
.table-inbox .starred.fa-star {
  color: #ffd200;
}

/* line 3637, app/assets/stylesheets/dashboard.scss */
.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
}

/* line 3646, app/assets/stylesheets/dashboard.scss */
.table-inbox {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 3650, app/assets/stylesheets/dashboard.scss */
.note-editor.note-frame {
  border: 1px solid #ccc;
  box-shadow: inherit;
}

/* line 3654, app/assets/stylesheets/dashboard.scss */
.note-editor.note-frame .note-statusbar {
  background-color: #fff;
}

/* line 3657, app/assets/stylesheets/dashboard.scss */
.note-editor.note-frame.fullscreen {
  top: 60px;
}

/* line 3660, app/assets/stylesheets/dashboard.scss */
.mail-title {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 3664, app/assets/stylesheets/dashboard.scss */
.form-control.search-message {
  border-radius: 4px;
  margin-left: 5px;
  width: 180px;
  padding: 0.375rem 0.75rem;
  min-height: 35px;
  margin-bottom: 5px;
}

/* line 3672, app/assets/stylesheets/dashboard.scss */
.table-inbox tr {
  cursor: pointer;
}

/* line 3675, app/assets/stylesheets/dashboard.scss */
table.table-inbox tbody tr.checked {
  background-color: #ffffcc;
}

/* line 3678, app/assets/stylesheets/dashboard.scss */
.mail-label {
  margin-right: 5px;
}

/*-----------------
	30. Mail View
-----------------------*/
/* line 3686, app/assets/stylesheets/dashboard.scss */
.attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3691, app/assets/stylesheets/dashboard.scss */
.attachments li {
  border: 1px solid #eee;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 200px;
}

/* line 3698, app/assets/stylesheets/dashboard.scss */
.attach-file {
  color: #777;
  font-size: 70px;
  padding: 10px;
  text-align: center;
  min-height: 153px;
}

/* line 3705, app/assets/stylesheets/dashboard.scss */
.attach-file > i {
  line-height: 133px;
}

/* line 3708, app/assets/stylesheets/dashboard.scss */
.attach-info {
  background-color: #f4f4f4;
  padding: 10px;
}

/* line 3712, app/assets/stylesheets/dashboard.scss */
.attach-filename {
  color: #777;
  font-weight: bold;
}

/* line 3716, app/assets/stylesheets/dashboard.scss */
.attach-filesize {
  color: #999;
  font-size: 12px;
}

/* line 3720, app/assets/stylesheets/dashboard.scss */
.attach-file img {
  height: auto;
  max-width: 100%;
}

/* line 3724, app/assets/stylesheets/dashboard.scss */
.mailview-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* line 3729, app/assets/stylesheets/dashboard.scss */
.mailview-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 15px;
}

/* line 3734, app/assets/stylesheets/dashboard.scss */
.mailview-footer .btn-white {
  min-width: 102px;
}

/* line 3737, app/assets/stylesheets/dashboard.scss */
.sender-img {
  float: left;
  margin-right: 10px;
  width: 40px;
}

/* line 3742, app/assets/stylesheets/dashboard.scss */
.sender-name {
  display: block;
}

/* line 3745, app/assets/stylesheets/dashboard.scss */
.receiver-name {
  color: #777;
}

/* line 3748, app/assets/stylesheets/dashboard.scss */
.right-action {
  text-align: right;
}

/* line 3751, app/assets/stylesheets/dashboard.scss */
.mail-view-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

/* line 3756, app/assets/stylesheets/dashboard.scss */
.mail-view-action {
  float: right;
}

/* line 3759, app/assets/stylesheets/dashboard.scss */
.mail-sent-time {
  float: right;
}

/*-----------------
	31. Blog
-----------------------*/
/* line 3767, app/assets/stylesheets/dashboard.scss */
.blog {
  position: relative;
  margin: 0 0 50px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 20px;
}

/* line 3775, app/assets/stylesheets/dashboard.scss */
.blog-image {
  overflow: hidden;
}

/* line 3778, app/assets/stylesheets/dashboard.scss */
.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

/* line 3786, app/assets/stylesheets/dashboard.scss */
.blog-image img {
  transform: scaleY(1);
  transition: all 0.5s ease-in-out 0s;
}

/* line 3798, app/assets/stylesheets/dashboard.scss */
.blog-image a:hover img {
  transform: scale(1.1);
}

/* line 3805, app/assets/stylesheets/dashboard.scss */
.blog-image {
  margin-bottom: 30px;
}

/* line 3808, app/assets/stylesheets/dashboard.scss */
.blog-content {
  position: relative;
}

/* line 3811, app/assets/stylesheets/dashboard.scss */
.blog-title {
  color: #000;
  font-weight: normal;
  margin: 0 0 20px;
}

/* line 3816, app/assets/stylesheets/dashboard.scss */
.blog-content p {
  color: #282628;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 25px;
}

/* line 3822, app/assets/stylesheets/dashboard.scss */
.read-more {
  color: #282628;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 3828, app/assets/stylesheets/dashboard.scss */
.read-more:hover {
  color: #009efb;
  margin-left: 10px;
  transition: all 0.2s linear 0s;
}

/* line 3837, app/assets/stylesheets/dashboard.scss */
.read-more i {
  color: #009efb;
  font-size: 18px;
  margin-right: 3px;
}

/* line 3842, app/assets/stylesheets/dashboard.scss */
.blog-info {
  border: 1px solid #eaeaea;
  color: #909090;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px 20px;
}

/* line 3849, app/assets/stylesheets/dashboard.scss */
.blog-info a {
  color: #909090;
  margin-right: 5px;
}

/* line 3853, app/assets/stylesheets/dashboard.scss */
.blog-info a:last-child {
  margin-right: 0;
}

/* line 3856, app/assets/stylesheets/dashboard.scss */
.blog-info a:hover {
  color: #009efb;
}

/* line 3860, app/assets/stylesheets/dashboard.scss */
.blog-info i {
  color: #009efb;
  font-size: 18px;
  margin-right: 5px;
}

/* line 3865, app/assets/stylesheets/dashboard.scss */
.post-left {
  float: left;
}

/* line 3868, app/assets/stylesheets/dashboard.scss */
.post-right {
  float: right;
}

/* line 3871, app/assets/stylesheets/dashboard.scss */
.post-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3876, app/assets/stylesheets/dashboard.scss */
.post-left ul li {
  float: left;
  margin-right: 20px;
}

/* line 3880, app/assets/stylesheets/dashboard.scss */
.post-left ul li:last-child {
  margin-right: 0;
}

/* line 3883, app/assets/stylesheets/dashboard.scss */
.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

/* line 3889, app/assets/stylesheets/dashboard.scss */
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 3899, app/assets/stylesheets/dashboard.scss */
.widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e7e7e7;
}

/* line 3905, app/assets/stylesheets/dashboard.scss */
.widget h5, .widget .h5 {
  color: #656565;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 20px;
}

/* line 3911, app/assets/stylesheets/dashboard.scss */
.search-form .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
  border-right: 0;
  box-shadow: inherit;
  height: 40px;
  color: #ababab;
}

/* line 3919, app/assets/stylesheets/dashboard.scss */
.search-form .btn-primary {
  background-color: transparent;
  border-color: #eaeaea;
  border-left: none;
  color: #009efb;
  height: 40px;
  border-radius: 0;
}

/* line 3927, app/assets/stylesheets/dashboard.scss */
.latest-posts {
  margin: 0;
  padding: 0;
}

/* line 3931, app/assets/stylesheets/dashboard.scss */
.latest-posts li {
  display: table;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* line 3938, app/assets/stylesheets/dashboard.scss */
.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

/* line 3943, app/assets/stylesheets/dashboard.scss */
.post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
}

/* line 3948, app/assets/stylesheets/dashboard.scss */
.post-thumb a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}

/* line 3960, app/assets/stylesheets/dashboard.scss */
.post-thumb a:hover img {
  transform: scale(1.2);
}

/* line 3967, app/assets/stylesheets/dashboard.scss */
.post-info {
  margin-left: 95px;
}

/* line 3970, app/assets/stylesheets/dashboard.scss */
.post-info h4, .post-info .h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px;
}

/* line 3976, app/assets/stylesheets/dashboard.scss */
.post-info h4 a, .post-info .h4 a {
  color: #333;
}

/* line 3979, app/assets/stylesheets/dashboard.scss */
.post-info p {
  color: #909090;
  font-size: 12px;
  margin: 0;
}

/* line 3984, app/assets/stylesheets/dashboard.scss */
.post-info p i {
  color: #009efb;
  font-size: 16px;
  margin-right: 4px;
}

/* line 3989, app/assets/stylesheets/dashboard.scss */
.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3994, app/assets/stylesheets/dashboard.scss */
.categories li {
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}

/* line 3998, app/assets/stylesheets/dashboard.scss */
.categories li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 4002, app/assets/stylesheets/dashboard.scss */
.categories li a {
  color: #656565;
  font-size: 14px;
}

/* line 4006, app/assets/stylesheets/dashboard.scss */
.categories li a:hover {
  color: #009efb;
  margin-left: 10px;
  transition: all 0.2s linear 0s;
}

/* line 4015, app/assets/stylesheets/dashboard.scss */
.categories > li > a > i {
  color: #009efb;
  font-size: 18px;
  margin-right: 10px;
}

/* line 4020, app/assets/stylesheets/dashboard.scss */
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 4026, app/assets/stylesheets/dashboard.scss */
.tags li {
  float: left;
}

/* line 4029, app/assets/stylesheets/dashboard.scss */
.tag {
  background-color: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 12px;
}

/* line 4047, app/assets/stylesheets/dashboard.scss */
.tag:before {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

/* line 4058, app/assets/stylesheets/dashboard.scss */
.tag:after {
  background-color: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

/* line 4068, app/assets/stylesheets/dashboard.scss */
.tag:hover {
  background-color: #009efb;
  color: #fff;
}

/* line 4072, app/assets/stylesheets/dashboard.scss */
.tag:hover:after {
  border-left-color: #009efb;
}

/* line 4075, app/assets/stylesheets/dashboard.scss */
.comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}

/* line 4081, app/assets/stylesheets/dashboard.scss */
.comments-list .comment-block p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  text-align: justify;
}

/* line 4087, app/assets/stylesheets/dashboard.scss */
blockquote p {
  font-style: italic;
  font-weight: 400;
}

/* line 4091, app/assets/stylesheets/dashboard.scss */
.grid-blog .blog-title {
  font-size: 16px;
  margin: 0 0 10px;
}

/* line 4095, app/assets/stylesheets/dashboard.scss */
.grid-blog .blog-title a {
  color: #333;
}

/* line 4098, app/assets/stylesheets/dashboard.scss */
.grid-blog .blog-content p {
  font-size: 13px;
  margin: 0 0 15px;
  color: #909090;
}

/* line 4103, app/assets/stylesheets/dashboard.scss */
.grid-blog .blog-info {
  border: 0;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0;
  padding: 12px 0;
}

/* line 4109, app/assets/stylesheets/dashboard.scss */
.grid-blog .blog-image {
  margin-bottom: 20px;
}

/* line 4112, app/assets/stylesheets/dashboard.scss */
.grid-blog .read-more {
  font-size: 13px;
  margin-bottom: 15px;
}

/* line 4116, app/assets/stylesheets/dashboard.scss */
.product-thumbnail {
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 4121, app/assets/stylesheets/dashboard.scss */
.product-remove {
  position: absolute;
  top: -10px;
  right: -6px;
  color: #f06060;
  cursor: pointer;
}

/* line 4128, app/assets/stylesheets/dashboard.scss */
.bootstrap-tagsinput {
  width: 100%;
  height: 40px;
  box-shadow: inherit;
  border-radius: 0;
  line-height: 30px;
}

/* line 4135, app/assets/stylesheets/dashboard.scss */
.bootstrap-tagsinput .badge [data-role="remove"]:hover {
  box-shadow: inherit;
  color: #f00;
}

/*-----------------
	32. Blog View
-----------------------*/
/* line 4144, app/assets/stylesheets/dashboard.scss */
.blog-view .blog-title {
  font-size: 32px;
}

/* line 4147, app/assets/stylesheets/dashboard.scss */
.blog-view .blog-info {
  border: 0 none;
  margin-bottom: 20px;
  padding: 0;
}

/* line 4152, app/assets/stylesheets/dashboard.scss */
.social-share {
  float: left;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

/* line 4158, app/assets/stylesheets/dashboard.scss */
.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}

/* line 4164, app/assets/stylesheets/dashboard.scss */
.social-share > li:first-child {
  margin-left: 0;
}

/* line 4167, app/assets/stylesheets/dashboard.scss */
.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #009efb;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

/* line 4176, app/assets/stylesheets/dashboard.scss */
.social-share > li > a:hover {
  background-color: #009efb;
  color: #fff;
  border-color: #009efb;
}

/* line 4181, app/assets/stylesheets/dashboard.scss */
.widget h3, .widget .h3 {
  color: #656565;
  font-size: 21px;
  margin: 0 0 20px;
}

/* line 4186, app/assets/stylesheets/dashboard.scss */
.blog-reply > a {
  color: #009efb;
  font-size: 12px;
  font-weight: 500;
}

/* line 4191, app/assets/stylesheets/dashboard.scss */
.blog-date {
  color: #999;
  font-size: 12px;
}

/* line 4195, app/assets/stylesheets/dashboard.scss */
.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 4200, app/assets/stylesheets/dashboard.scss */
.comments-list li {
  clear: both;
  padding: 10px 0 0 88px;
}

/* line 4204, app/assets/stylesheets/dashboard.scss */
.comments-list li .comment {
  margin-bottom: 30px;
}

/* line 4207, app/assets/stylesheets/dashboard.scss */
.comments-list li .comment-author {
  margin-left: -88px;
  position: absolute;
}

/* line 4211, app/assets/stylesheets/dashboard.scss */
.comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}

/* line 4216, app/assets/stylesheets/dashboard.scss */
.blog-author-name {
  color: #009efb;
  font-size: 18px;
}

/* line 4220, app/assets/stylesheets/dashboard.scss */
.text-red {
  color: #f00;
}

/* line 4223, app/assets/stylesheets/dashboard.scss */
.new-comment label {
  font-size: 14px;
  font-weight: 500;
}

/* line 4227, app/assets/stylesheets/dashboard.scss */
.new-comment input.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
  height: 40px;
}

/* line 4233, app/assets/stylesheets/dashboard.scss */
.new-comment textarea.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: inherit;
}

/* line 4238, app/assets/stylesheets/dashboard.scss */
.new-comment .form-group {
  margin-bottom: 20px;
}

/* line 4241, app/assets/stylesheets/dashboard.scss */
.comment-submit .btn {
  background-color: #009efb;
  border-color: #009efb;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}

/* line 4249, app/assets/stylesheets/dashboard.scss */
.about-author-img {
  background-color: #fff;
  height: 120px;
  overflow: hidden;
  position: absolute;
  width: 120px;
}

/* line 4256, app/assets/stylesheets/dashboard.scss */
.author-details {
  margin-left: 145px;
}

/* line 4259, app/assets/stylesheets/dashboard.scss */
.about-author {
  min-height: 120px;
}

/* line 4262, app/assets/stylesheets/dashboard.scss */
.author-details .blog-author-name {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 4266, app/assets/stylesheets/dashboard.scss */
.blog-navigation {
  text-align: right;
}

/*-----------------
	33. UI Kit
-----------------------*/
/* line 4274, app/assets/stylesheets/dashboard.scss */
.pagination-box .pagination {
  margin-top: 0;
}

/* line 4277, app/assets/stylesheets/dashboard.scss */
.tab-content {
  padding-top: 20px;
}

/*-----------------
	34. Error
-----------------------*/
/* line 4285, app/assets/stylesheets/dashboard.scss */
.error-box {
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin: 0 auto;
  max-width: 475px;
  padding: 50px 30px 55px;
  text-align: center;
  width: 100%;
}

/* line 4295, app/assets/stylesheets/dashboard.scss */
.error-heading {
  font-size: 3.5em;
  font-weight: bold;
}

/* line 4299, app/assets/stylesheets/dashboard.scss */
.error-title {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 1.5rem;
}

/* line 4305, app/assets/stylesheets/dashboard.scss */
.error-wrapper {
  background-color: #fff;
  margin: 0;
  color: #4F5155;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

/* line 4316, app/assets/stylesheets/dashboard.scss */
.error-box h1, .error-box .h1 {
  font-size: 150px;
}

/* line 4319, app/assets/stylesheets/dashboard.scss */
.error-box p {
  margin-bottom: 30px;
}

/* line 4322, app/assets/stylesheets/dashboard.scss */
.error-box .btn {
  text-transform: uppercase;
}

/*-----------------
	35. Lock Screen
-----------------------*/
/* line 4330, app/assets/stylesheets/dashboard.scss */
.lock-user {
  margin-bottom: 20px;
}

/* line 4333, app/assets/stylesheets/dashboard.scss */
.lock-user img {
  margin-bottom: 15px;
  width: 100px;
}

/*-----------------
	36. Voice call
-----------------------*/
/* line 4342, app/assets/stylesheets/dashboard.scss */
.voice-call-avatar {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}

/* line 4349, app/assets/stylesheets/dashboard.scss */
.voice-call-avatar .call-avatar {
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
  background-color: #fff;
}

/* line 4358, app/assets/stylesheets/dashboard.scss */
.call-duration {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}

/* line 4365, app/assets/stylesheets/dashboard.scss */
.voice-call-avatar .call-timing-count {
  padding: 5px;
}

/* line 4368, app/assets/stylesheets/dashboard.scss */
.voice-call-avatar .username {
  font-size: 18px;
  text-transform: uppercase;
}

/* line 4372, app/assets/stylesheets/dashboard.scss */
.call-icons {
  text-align: center;
  position: relative;
}

/* line 4376, app/assets/stylesheets/dashboard.scss */
.call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

/* line 4383, app/assets/stylesheets/dashboard.scss */
.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

/* line 4388, app/assets/stylesheets/dashboard.scss */
.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}

/* line 4391, app/assets/stylesheets/dashboard.scss */
.call-icons .call-items .call-item a {
  color: #777;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}

/* line 4401, app/assets/stylesheets/dashboard.scss */
.call-icons .call-items .call-item a i {
  width: 18px;
  height: 18px;
}

/* line 4405, app/assets/stylesheets/dashboard.scss */
.user-video {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

/* line 4414, app/assets/stylesheets/dashboard.scss */
.user-video img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* line 4422, app/assets/stylesheets/dashboard.scss */
.user-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* line 4430, app/assets/stylesheets/dashboard.scss */
.my-video {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

/* line 4436, app/assets/stylesheets/dashboard.scss */
.my-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 4441, app/assets/stylesheets/dashboard.scss */
.my-video ul li {
  float: left;
  width: 120px;
  margin-right: 10px;
}

/* line 4446, app/assets/stylesheets/dashboard.scss */
.my-video ul li img {
  border: 3px solid #fff;
  border-radius: 6px;
}

/* line 4450, app/assets/stylesheets/dashboard.scss */
.end-call {
  position: absolute;
  top: 7px;
  right: 0;
}

/* line 4455, app/assets/stylesheets/dashboard.scss */
.end-call a {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  background-color: #f06060;
  padding: 8px 25px;
  text-transform: uppercase;
}

/* line 4463, app/assets/stylesheets/dashboard.scss */
.call-users {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

/* line 4469, app/assets/stylesheets/dashboard.scss */
.call-users ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 4474, app/assets/stylesheets/dashboard.scss */
.call-users ul li {
  float: left;
  width: 80px;
  margin-left: 10px;
}

/* line 4479, app/assets/stylesheets/dashboard.scss */
.call-users ul li img {
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 4485, app/assets/stylesheets/dashboard.scss */
.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  display: none;
  top: 0;
  border: 3px solid transparent;
}

/* line 4500, app/assets/stylesheets/dashboard.scss */
.call-users ul li a:hover .call-mute {
  display: block;
}

/* line 4503, app/assets/stylesheets/dashboard.scss */
.call-details {
  margin: 10px 0 0px;
  display: flex;
}

/* line 4507, app/assets/stylesheets/dashboard.scss */
.call-info {
  margin-left: 10px;
  width: 100%;
}

/* line 4511, app/assets/stylesheets/dashboard.scss */
.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 4518, app/assets/stylesheets/dashboard.scss */
.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}

/* line 4522, app/assets/stylesheets/dashboard.scss */
.call-timing {
  color: #a0a0a2;
  display: flex;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}

/*-----------------
	37. Video Call
-----------------------*/
/* line 4535, app/assets/stylesheets/dashboard.scss */
.content-full {
  height: 100%;
  position: relative;
  width: 100%;
}

/* line 4540, app/assets/stylesheets/dashboard.scss */
.video-window .fixed-header {
  padding: 0;
  border: 0;
}

/* line 4544, app/assets/stylesheets/dashboard.scss */
.video-window .fixed-header .nav > li > a {
  padding: 19px 15px;
}

/*-----------------
	38. Incoming Call
-----------------------*/
/* line 4552, app/assets/stylesheets/dashboard.scss */
.incoming-btns {
  margin-top: 20px;
}

/* line 4555, app/assets/stylesheets/dashboard.scss */
.modal.custom-modal {
  background-color: #f5f5f5;
}

/* line 4558, app/assets/stylesheets/dashboard.scss */
.custom-modal .modal-content {
  border: 0;
  background-color: transparent;
}

/* line 4562, app/assets/stylesheets/dashboard.scss */
.custom-modal .profile-widget {
  margin-bottom: 0;
}

/*-----------------
	39. Notification settings
-----------------------*/
/* line 4570, app/assets/stylesheets/dashboard.scss */
.notification-list .list-group-item {
  padding: 15px;
}

/*-----------------
	40. Chat Sidebar
-----------------------*/
/* line 4578, app/assets/stylesheets/dashboard.scss */
.chat-sidebar {
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  width: 300px;
}

/* line 4583, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-contents {
  background-color: #fff;
}

/* line 4586, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-left .chat-content {
  border: 0;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  max-width: 100%;
}

/* line 4593, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-left .chat-body {
  margin-left: 50px;
  padding-right: 0;
}

/* line 4597, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-date {
  background-color: #fff;
}

/* line 4600, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chats {
  padding: 15px 15px 30px;
}

/* line 4603, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .avatar {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 4608, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat.chat-left {
  margin-bottom: 20px;
}

/* line 4611, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat.chat-left:last-child {
  margin-bottom: 0;
}

/* line 4614, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-left .chat-time {
  color: #888;
  display: inline-block;
  font-size: 11px;
}

/* line 4619, app/assets/stylesheets/dashboard.scss */
.chat-sidebar .chat-content > p {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 4623, app/assets/stylesheets/dashboard.scss */
.chat-sidebar.opened {
  margin-right: 0;
}

/*-----------------
	41. Gallery
-----------------------*/
/* line 4631, app/assets/stylesheets/dashboard.scss */
.lg-backdrop {
  z-index: 1041;
}

/* line 4634, app/assets/stylesheets/dashboard.scss */
#lightgallery .img-thumbnail {
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

/* line 4638, app/assets/stylesheets/dashboard.scss */
.anatomy-img {
  max-height: 500px;
  z-index: 1;
}

/* line 4643, app/assets/stylesheets/dashboard.scss */
.vital-info {
  position: absolute;
  background-color: #ffffffcc;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-size: 0.9rem;
}

/* Positions autour du corps */
/* line 4655, app/assets/stylesheets/dashboard.scss */
.taille {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 4656, app/assets/stylesheets/dashboard.scss */
.poids {
  bottom: 0;
  left: 35%;
}

/* line 4657, app/assets/stylesheets/dashboard.scss */
.temperature {
  top: 15%;
  right: 0;
}

/* line 4658, app/assets/stylesheets/dashboard.scss */
.glycemie {
  top: 25%;
  left: 0;
}

/* line 4659, app/assets/stylesheets/dashboard.scss */
.tension-d {
  top: 35%;
  right: 0;
}

/* line 4660, app/assets/stylesheets/dashboard.scss */
.tension-g {
  top: 35%;
  left: 0;
}

/* line 4661, app/assets/stylesheets/dashboard.scss */
.pouls-d {
  top: 44%;
  right: 0;
}

/* line 4662, app/assets/stylesheets/dashboard.scss */
.pouls-g {
  top: 44%;
  left: 0;
}

/* line 4663, app/assets/stylesheets/dashboard.scss */
.sang {
  top: 14%;
  left: 0;
}

/* Responsive ajustements */
@media (max-width: 768px) {
  /* line 4667, app/assets/stylesheets/dashboard.scss */
  .anatomy-img {
    max-height: 350px;
  }
  /* line 4671, app/assets/stylesheets/dashboard.scss */
  .vital-info {
    font-size: 8px;
    padding: 5px 8px;
  }
}

/*-----------------
	42. Responsive
-----------------------*/
@media only screen and (min-width: 991px) {
  /* line 4682, app/assets/stylesheets/dashboard.scss */
  #toggle_btn {
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
  }
  /* line 4689, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .header-left .logo span {
    display: none;
  }
  /* line 4692, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .header .header-left {
    padding: 0 5px;
    width: 60px;
  }
  /* line 4696, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .sidebar {
    width: 60px;
  }
  /* line 4699, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar.expand-menu .sidebar {
    width: 230px;
  }
  /* line 4702, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .menu-title {
    visibility: hidden;
    white-space: nowrap;
  }
  /* line 4706, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar.expand-menu .menu-title {
    visibility: visible;
  }
  /* line 4709, app/assets/stylesheets/dashboard.scss */
  .modal-open .mini-sidebar .sidebar {
    z-index: 1051;
  }
  /* line 4712, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
    display: none;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  /* line 4717, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline;
    opacity: 1;
  }
  /* line 4721, app/assets/stylesheets/dashboard.scss */
  .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 4726, app/assets/stylesheets/dashboard.scss */
  .modal-md {
    width: 500px;
  }
  /* line 4729, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  /* line 4732, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  /* line 4737, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  /* line 4740, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  /* line 4745, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
  }
  /* line 4748, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #009efb;
  }
  /* line 4753, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  /* line 4756, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #009efb;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  /* line 4769, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  /* line 4772, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #009efb;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
  }
  /* line 4785, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  /* line 4789, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  /* line 4792, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
  }
  /* line 4795, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  /* line 4799, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
  /* line 4803, app/assets/stylesheets/dashboard.scss */
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  /* line 4806, app/assets/stylesheets/dashboard.scss */
  .nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  /* line 4813, app/assets/stylesheets/dashboard.scss */
  .invoices-view {
    width: 90%;
    float: right;
  }
}

@media only screen and (max-width: 991.98px) {
  /* line 4819, app/assets/stylesheets/dashboard.scss */
  .profile-rightbar {
    display: inline-block !important;
  }
  /* line 4822, app/assets/stylesheets/dashboard.scss */
  .chat-profile-view {
    display: none;
    transition: all 0.4s ease;
    right: 0;
    transform: translateX(0px);
    z-index: 1041;
    width: 300px;
    position: fixed;
    margin-right: -300px;
    display: table-cell;
    top: 0;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  /* line 4838, app/assets/stylesheets/dashboard.scss */
  .message-view.chat-view {
    width: 100%;
  }
  /* line 4841, app/assets/stylesheets/dashboard.scss */
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  /* line 4845, app/assets/stylesheets/dashboard.scss */
  .chat-main-row {
    left: 0;
  }
  /* line 4848, app/assets/stylesheets/dashboard.scss */
  .header .header-left {
    position: absolute;
    width: 100%;
  }
  /* line 4852, app/assets/stylesheets/dashboard.scss */
  .mobile_btn {
    display: block;
  }
  /* line 4855, app/assets/stylesheets/dashboard.scss */
  .page-title-box {
    display: none;
  }
  /* line 4858, app/assets/stylesheets/dashboard.scss */
  .sidebar {
    margin-left: -225px;
    width: 225px;
  }
  /* line 4862, app/assets/stylesheets/dashboard.scss */
  .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4867, app/assets/stylesheets/dashboard.scss */
  .slide-nav .sidebar {
    margin-left: 0;
  }
  /* line 4870, app/assets/stylesheets/dashboard.scss */
  a.mobile_btn {
    color: #fff;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
  }
  /* line 4882, app/assets/stylesheets/dashboard.scss */
  .slide-nav .page-wrapper {
    left: 225px;
    margin-left: 0;
  }
  /* line 4886, app/assets/stylesheets/dashboard.scss */
  .invoices-view {
    width: 100%;
    float: none;
  }
  /* line 4890, app/assets/stylesheets/dashboard.scss */
  #toggle_btn {
    display: none;
  }
  /* line 4893, app/assets/stylesheets/dashboard.scss */
  .sidebar {
    transition: all 0.4s ease;
  }
  /* line 4898, app/assets/stylesheets/dashboard.scss */
  .page-wrapper {
    transition: all 0.4s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  /* line 4905, app/assets/stylesheets/dashboard.scss */
  .profile-info-left {
    border-right: none;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 4911, app/assets/stylesheets/dashboard.scss */
  .navbar-nav .open .dropdown-menu {
    float: left;
    position: absolute;
  }
  /* line 4915, app/assets/stylesheets/dashboard.scss */
  .notifications {
    right: -48px;
  }
  /* line 4918, app/assets/stylesheets/dashboard.scss */
  .notifications:before,
.notifications:after {
    right: 60px;
  }
  /* line 4922, app/assets/stylesheets/dashboard.scss */
  .modal-body.card-box {
    background-color: #fff;
    border: none;
    border-radius: inherit;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 15px;
  }
  /* line 4930, app/assets/stylesheets/dashboard.scss */
  .roles-menu {
    margin-bottom: 20px;
  }
  /* line 4933, app/assets/stylesheets/dashboard.scss */
  .left-action {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 4937, app/assets/stylesheets/dashboard.scss */
  .right-action {
    text-align: center;
  }
  /* line 4940, app/assets/stylesheets/dashboard.scss */
  .top-action-left .float-left {
    float: none !important;
  }
  /* line 4943, app/assets/stylesheets/dashboard.scss */
  .top-action-left .btn-group {
    margin-bottom: 15px;
  }
  /* line 4946, app/assets/stylesheets/dashboard.scss */
  .top-action-right {
    text-align: center;
  }
  /* line 4949, app/assets/stylesheets/dashboard.scss */
  .top-action-right a.btn.btn-white {
    margin-bottom: 15px;
  }
  /* line 4952, app/assets/stylesheets/dashboard.scss */
  .mail-sent-time {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  /* line 4957, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  /* line 4960, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  /* line 4966, app/assets/stylesheets/dashboard.scss */
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  /* line 4974, app/assets/stylesheets/dashboard.scss */
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  /* line 4977, app/assets/stylesheets/dashboard.scss */
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
  /* line 4981, app/assets/stylesheets/dashboard.scss */
  .nav-tabs .nav-link {
    border-width: 2px;
  }
  /* line 4984, app/assets/stylesheets/dashboard.scss */
  .nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  /* line 4988, app/assets/stylesheets/dashboard.scss */
  .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
    background-color: #f5f5f5;
    border-color: transparent transparent transparent #009efb;
    border-left-width: 2px;
  }
  /* line 4997, app/assets/stylesheets/dashboard.scss */
  .nav-tabs > li.open:not(.active) > a,
.nav-tabs > li.open:not(.active) > a:hover,
.nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  /* line 5002, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
  /* line 5005, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  /* line 5008, app/assets/stylesheets/dashboard.scss */
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
  /* line 5011, app/assets/stylesheets/dashboard.scss */
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  /* line 5014, app/assets/stylesheets/dashboard.scss */
  .nav-tabs-justified > li > a.active,
.nav-tabs-justified > li > a.active:hover,
.nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #009efb;
  }
  /* line 5020, app/assets/stylesheets/dashboard.scss */
  h1, .h1 {
    font-size: 2em;
  }
  /* line 5023, app/assets/stylesheets/dashboard.scss */
  h2, .h2 {
    font-size: 1.5em;
  }
  /* line 5026, app/assets/stylesheets/dashboard.scss */
  h3, .h3 {
    font-size: 1.17em;
  }
  /* line 5029, app/assets/stylesheets/dashboard.scss */
  h4, .h4 {
    font-size: 1.12em;
  }
  /* line 5032, app/assets/stylesheets/dashboard.scss */
  h5, .h5 {
    font-size: .83em;
  }
  /* line 5035, app/assets/stylesheets/dashboard.scss */
  h6, .h6 {
    font-size: .75em;
  }
  /* line 5038, app/assets/stylesheets/dashboard.scss */
  .page-title {
    font-size: 1.2em;
    padding-top: 10px;
  }
  /* line 5042, app/assets/stylesheets/dashboard.scss */
  .card-title {
    font-size: 1.12em;
  }
  /* line 5045, app/assets/stylesheets/dashboard.scss */
  .blog-view .blog-title {
    font-size: 24px;
  }
  /* line 5048, app/assets/stylesheets/dashboard.scss */
  .widget h3, .widget .h3 {
    font-size: 18px;
  }
  /* line 5051, app/assets/stylesheets/dashboard.scss */
  .my-video ul li {
    width: 80px;
  }
  /* line 5054, app/assets/stylesheets/dashboard.scss */
  .voice-call-avatar .call-avatar {
    width: 120px;
    height: 120px;
  }
  /* line 5058, app/assets/stylesheets/dashboard.scss */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 5064, app/assets/stylesheets/dashboard.scss */
  .header .has-arrow .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  /* line 5067, app/assets/stylesheets/dashboard.scss */
  .header .has-arrow .dropdown-toggle:after {
    display: none;
  }
  /* line 5070, app/assets/stylesheets/dashboard.scss */
  .btn-white {
    margin: 0px;
  }
}

@media only screen and (max-width: 700.98px) {
  /* line 5075, app/assets/stylesheets/dashboard.scss */
  .user-menu {
    display: none;
  }
  /* line 5078, app/assets/stylesheets/dashboard.scss */
  .mobile-user-menu {
    display: block;
  }
  /* line 5081, app/assets/stylesheets/dashboard.scss */
  .search-box {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 5086, app/assets/stylesheets/dashboard.scss */
  .contact-cat {
    padding-right: 70px;
  }
  /* line 5090, app/assets/stylesheets/dashboard.scss */
  .filter-row {
    margin-bottom: 15px;
  }
  /* line 5093, app/assets/stylesheets/dashboard.scss */
  .page-wrapper > .content {
    padding: 15px;
  }
  /* line 5096, app/assets/stylesheets/dashboard.scss */
  .profile-view .profile-basic {
    margin-left: 0;
  }
  /* line 5099, app/assets/stylesheets/dashboard.scss */
  .profile-img-wrap {
    position: relative;
    margin: 0 auto;
  }
  /* line 5103, app/assets/stylesheets/dashboard.scss */
  .profile-view .profile-img-wrap {
    margin: 0 auto 10px;
    height: 100px;
    width: 100px;
  }
  /* line 5108, app/assets/stylesheets/dashboard.scss */
  .profile-view .profile-img {
    height: 100px;
    width: 100px;
  }
  /* line 5112, app/assets/stylesheets/dashboard.scss */
  .profile-view .profile-img .avatar {
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
  }
  /* line 5119, app/assets/stylesheets/dashboard.scss */
  .profile-info-left {
    text-align: center;
  }
  /* line 5122, app/assets/stylesheets/dashboard.scss */
  .profile-basic {
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 5126, app/assets/stylesheets/dashboard.scss */
  .page-title {
    font-size: 18px;
  }
  /* line 5129, app/assets/stylesheets/dashboard.scss */
  .fc-toolbar .fc-right {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    width: 200px;
    clear: both;
  }
  /* line 5136, app/assets/stylesheets/dashboard.scss */
  .fc-toolbar .fc-left {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  /* line 5141, app/assets/stylesheets/dashboard.scss */
  .upload-text {
    font-size: 18px;
  }
  /* line 5144, app/assets/stylesheets/dashboard.scss */
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  /* line 5150, app/assets/stylesheets/dashboard.scss */
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  /* line 5154, app/assets/stylesheets/dashboard.scss */
  .chat-right .chat-content {
    max-width: 90%;
  }
  /* line 5157, app/assets/stylesheets/dashboard.scss */
  .chat-right .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5161, app/assets/stylesheets/dashboard.scss */
  .chat-left .chat-content {
    max-width: 90%;
  }
  /* line 5164, app/assets/stylesheets/dashboard.scss */
  .chat-left .chat-body {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 5168, app/assets/stylesheets/dashboard.scss */
  .chat-avatar .avatar {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  /* line 5173, app/assets/stylesheets/dashboard.scss */
  .account-box {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 5177, app/assets/stylesheets/dashboard.scss */
  .content {
    padding: 0 50px;
  }
  /* line 5180, app/assets/stylesheets/dashboard.scss */
  .custom-menu.navbar-nav > li > a {
    margin-left: 10px;
  }
  /* line 5183, app/assets/stylesheets/dashboard.scss */
  .error-box h1, .error-box .h1 {
    font-size: 50px;
  }
  /* line 5186, app/assets/stylesheets/dashboard.scss */
  .submit-btn {
    min-width: 150px;
  }
  /* line 5189, app/assets/stylesheets/dashboard.scss */
  .ui-kit-wrapper button {
    margin-bottom: 5px;
  }
  /* line 5192, app/assets/stylesheets/dashboard.scss */
  .pagination > li > a,
.pagination > li > span {
    padding: .5rem !important;
  }
}

@media only screen and (max-width: 479px) {
  /* line 5198, app/assets/stylesheets/dashboard.scss */
  .compose-btn button {
    padding: 0.365rem 0.5rem;
  }
  /* line 5201, app/assets/stylesheets/dashboard.scss */
  .attachments li {
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/* line 1, app/assets/stylesheets/accueil_style.scss */
.bg_image--1 {
  background-image: url(/assets/bann-e2f7e966d313feab090b4b2c3dff6530f3167c02644de42d2099f1c364058366.jpg);
}

/* line 4, app/assets/stylesheets/accueil_style.scss */
.home-page {
  /*=== Scss File indexing Here===========

1. variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation'
10.sal
11.banner
12.button
13.header
14.nav
15.brand
16.common
17.feature
18.tools
19.faq
20.pricing
21.cta
22.footer
23.backto top
24.blog
25.team
26.case
27.steps
28.breadcrumb
29.about
30.use-case
31.contact
32.marquree
33.service
34.video
35.video
36.side-bar

========================================*/
  /* Default  */
  /*---------------------------
	List Style 
---------------------------*/
  /*=========================
    Section Separation 
==========================*/
  /* BlockQuote  */
  /* ========= Forms Styles ========= */
  /*==============================
 *  Utilities
=================================*/
  /*===============================
    Background Color 
=================================*/
  /*===========================
Background Image 
=============================*/
  /* Height and width */
  /*===================
Custom Row
======================*/
  /*===========================
    Input Placeholder
=============================*/
  /*=============================
	Overlay styles 
==============================*/
  /*------------------------------
    Scroll Up 
--------------------------------*/
  /*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
  /*jump animation */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* -------------------------------- 

xclip 

-------------------------------- */
  /**
 * Settings
 */
  /**
  * Easings
  */
  /**
  * Core
  */
  /**
  * Animations
  */
  /* elements */
}

/* line 47, app/assets/stylesheets/accueil_style.scss */
.home-page :root {
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
}

/* line 54, app/assets/stylesheets/accueil_style.scss */
.home-page * {
  box-sizing: border-box;
}

/* line 58, app/assets/stylesheets/accueil_style.scss */
.home-page html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

/* line 67, app/assets/stylesheets/accueil_style.scss */
.home-page body {
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Space Grotesk", sans-serif;
  color: #497696;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 80, app/assets/stylesheets/accueil_style.scss */
  .home-page body {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 85, app/assets/stylesheets/accueil_style.scss */
  .home-page body {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  /* line 90, app/assets/stylesheets/accueil_style.scss */
  .home-page body {
    overflow: hidden;
  }
}

/* line 94, app/assets/stylesheets/accueil_style.scss */
.home-page body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

/* line 105, app/assets/stylesheets/accueil_style.scss */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page .h1,
.home-page .h2,
.home-page .h3,
.home-page .h4,
.home-page .h5,
.home-page .h6,
.home-page address,
.home-page p,
.home-page pre,
.home-page blockquote,
.home-page menu,
.home-page ol,
.home-page ul,
.home-page table,
.home-page hr {
  margin: 0;
  margin-bottom: 20px;
}

/* line 130, app/assets/stylesheets/accueil_style.scss */
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page h5,
.home-page h6,
.home-page .h1,
.home-page .h2,
.home-page .h3,
.home-page .h4,
.home-page .h5,
.home-page .h6 {
  word-break: break-word;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.4074;
  color: #083A5E;
}

/* line 148, app/assets/stylesheets/accueil_style.scss */
.home-page h1,
.home-page .h1 {
  line-height: 91px;
  font-weight: 700;
}

/* line 154, app/assets/stylesheets/accueil_style.scss */
.home-page h2,
.home-page .h2 {
  font-size: 48px;
  line-height: 1.23;
}

/* line 160, app/assets/stylesheets/accueil_style.scss */
.home-page h3,
.home-page .h3 {
  font-size: 30px;
  line-height: 54px;
}

/* line 166, app/assets/stylesheets/accueil_style.scss */
.home-page h4,
.home-page .h4 {
  font-size: 26px;
  line-height: 1.25;
}

/* line 172, app/assets/stylesheets/accueil_style.scss */
.home-page h5,
.home-page .h5 {
  font-size: 24px;
  line-height: 1.24;
}

/* line 178, app/assets/stylesheets/accueil_style.scss */
.home-page h6,
.home-page .h6 {
  font-size: 18px;
  line-height: 1.25;
}

/* line 184, app/assets/stylesheets/accueil_style.scss */
.home-page h1 a,
.home-page h2 a,
.home-page h3 a,
.home-page h4 a,
.home-page h5 a,
.home-page h6 a,
.home-page .h1 a,
.home-page .h2 a,
.home-page .h3 a,
.home-page .h4 a,
.home-page .h5 a,
.home-page .h6 a {
  color: inherit;
}

/* line 199, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-tertiary h1,
.home-page .bg-color-tertiary h2,
.home-page .bg-color-tertiary h3,
.home-page .bg-color-tertiary h4,
.home-page .bg-color-tertiary h5,
.home-page .bg-color-tertiary h6,
.home-page .bg-color-tertiary .h1,
.home-page .bg-color-tertiary .h2,
.home-page .bg-color-tertiary .h3,
.home-page .bg-color-tertiary .h4,
.home-page .bg-color-tertiary .h5,
.home-page .bg-color-tertiary .h6 {
  color: #fff;
}

/* line 213, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-tertiary p {
  color: #6c7279;
}

/* line 216, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 221, app/assets/stylesheets/accueil_style.scss */
  .home-page h1,
.home-page .h1 {
    font-size: 38px;
  }
  /* line 226, app/assets/stylesheets/accueil_style.scss */
  .home-page h2,
.home-page .h2 {
    font-size: 32px;
  }
  /* line 231, app/assets/stylesheets/accueil_style.scss */
  .home-page h3,
.home-page .h3 {
    font-size: 28px;
  }
  /* line 236, app/assets/stylesheets/accueil_style.scss */
  .home-page h4,
.home-page .h4 {
    font-size: 24px;
  }
  /* line 241, app/assets/stylesheets/accueil_style.scss */
  .home-page h5,
.home-page .h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 247, app/assets/stylesheets/accueil_style.scss */
  .home-page h1,
.home-page .h1 {
    font-size: 34px;
  }
  /* line 252, app/assets/stylesheets/accueil_style.scss */
  .home-page h2,
.home-page .h2 {
    font-size: 28px;
  }
  /* line 257, app/assets/stylesheets/accueil_style.scss */
  .home-page h3,
.home-page .h3 {
    font-size: 24px;
  }
  /* line 262, app/assets/stylesheets/accueil_style.scss */
  .home-page h4,
.home-page .h4 {
    font-size: 20px;
  }
  /* line 267, app/assets/stylesheets/accueil_style.scss */
  .home-page h5,
.home-page .h5 {
    font-size: 20px;
  }
}

/* line 272, app/assets/stylesheets/accueil_style.scss */
.home-page h1,
.home-page .h1,
.home-page h2,
.home-page .h2,
.home-page h3,
.home-page .h3 {
  font-weight: 700;
}

/* line 281, app/assets/stylesheets/accueil_style.scss */
.home-page h4,
.home-page .h4,
.home-page h5,
.home-page .h5 {
  font-weight: 700;
}

/* line 288, app/assets/stylesheets/accueil_style.scss */
.home-page h6,
.home-page .h6 {
  font-weight: 700;
}

/* line 293, app/assets/stylesheets/accueil_style.scss */
.home-page p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #497696;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  /* line 301, app/assets/stylesheets/accueil_style.scss */
  .home-page p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

/* line 307, app/assets/stylesheets/accueil_style.scss */
.home-page p.b1 {
  font-size: 16px;
  line-height: 26px;
}

/* line 311, app/assets/stylesheets/accueil_style.scss */
.home-page p.b3 {
  font-size: 22px;
  line-height: var(--line-height-b3);
}

/* line 315, app/assets/stylesheets/accueil_style.scss */
.home-page p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

/* line 319, app/assets/stylesheets/accueil_style.scss */
.home-page p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

/* line 323, app/assets/stylesheets/accueil_style.scss */
.home-page p.has-small-font-size {
  font-size: 13px;
}

/* line 326, app/assets/stylesheets/accueil_style.scss */
.home-page p.has-very-light-gray-color {
  color: #fff;
}

/* line 329, app/assets/stylesheets/accueil_style.scss */
.home-page p.has-background {
  padding: 20px 30px;
}

/* line 332, app/assets/stylesheets/accueil_style.scss */
.home-page p.b1 {
  font-size: 16px;
  line-height: 26px;
}

/* line 336, app/assets/stylesheets/accueil_style.scss */
.home-page p.b2 {
  font-size: 16px;
  line-height: 26px;
}

/* line 340, app/assets/stylesheets/accueil_style.scss */
.home-page p.b3 {
  font-size: 22px;
  line-height: var(--line-height-b3);
}

/* line 344, app/assets/stylesheets/accueil_style.scss */
.home-page p:last-child {
  margin-bottom: 0;
}

/* line 348, app/assets/stylesheets/accueil_style.scss */
.home-page .b1 {
  font-size: 16px;
  line-height: 26px;
}

/* line 353, app/assets/stylesheets/accueil_style.scss */
.home-page .b2 {
  font-size: 16px;
  line-height: 26px;
}

/* line 358, app/assets/stylesheets/accueil_style.scss */
.home-page .b3 {
  font-size: 22px;
  line-height: var(--line-height-b3);
}

/* line 363, app/assets/stylesheets/accueil_style.scss */
.home-page .b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

/* line 368, app/assets/stylesheets/accueil_style.scss */
.home-page table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

/* line 375, app/assets/stylesheets/accueil_style.scss */
.home-page table a,
.home-page table a:link,
.home-page table a:visited {
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/accueil_style.scss */
.home-page cite,
.home-page .wp-block-pullquote cite,
.home-page .wp-block-pullquote.is-style-solid-color blockquote cite,
.home-page .wp-block-quote cite {
  color: var(--color-heading);
}

/* line 388, app/assets/stylesheets/accueil_style.scss */
.home-page var {
  font-family: "Space Grotesk", sans-serif;
}

/* line 395, app/assets/stylesheets/accueil_style.scss */
.home-page ul,
.home-page ol {
  padding-left: 18px;
}

/* line 400, app/assets/stylesheets/accueil_style.scss */
.home-page ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

/* line 405, app/assets/stylesheets/accueil_style.scss */
.home-page ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: #497696;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 413, app/assets/stylesheets/accueil_style.scss */
  .home-page ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

/* line 417, app/assets/stylesheets/accueil_style.scss */
.home-page ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #497696;
  left: 0;
  top: 10px;
}

/* line 427, app/assets/stylesheets/accueil_style.scss */
.home-page ul.liststyle.bullet li + li {
  margin-top: 8px;
}

/* line 430, app/assets/stylesheets/accueil_style.scss */
.home-page ul li {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #497696;
}

/* line 437, app/assets/stylesheets/accueil_style.scss */
.home-page ul li a {
  text-decoration: none;
  color: var(--color-gray);
}

/* line 441, app/assets/stylesheets/accueil_style.scss */
.home-page ul li a:hover {
  color: #0a69d4;
}

/* line 444, app/assets/stylesheets/accueil_style.scss */
.home-page ul ul {
  margin-bottom: 0;
}

/* line 448, app/assets/stylesheets/accueil_style.scss */
.home-page ol {
  margin-bottom: 30px;
}

/* line 451, app/assets/stylesheets/accueil_style.scss */
.home-page ol li {
  font-size: 16px;
  line-height: 26px;
  color: #497696;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 458, app/assets/stylesheets/accueil_style.scss */
.home-page ol li a {
  color: var(--color-heading);
  text-decoration: none;
}

/* line 462, app/assets/stylesheets/accueil_style.scss */
.home-page ol li a:hover {
  color: #0a69d4;
}

/* line 465, app/assets/stylesheets/accueil_style.scss */
.home-page ol ul {
  padding-left: 30px;
}

/* line 469, app/assets/stylesheets/accueil_style.scss */
.home-page .typo-title-area .title {
  margin-top: 0;
}

/* line 473, app/assets/stylesheets/accueil_style.scss */
.home-page .paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  /* line 479, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 484, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 489, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 495, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 501, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 507, app/assets/stylesheets/accueil_style.scss */
  .home-page h1, .home-page .h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 514, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 519, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 524, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 36px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 530, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 536, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 542, app/assets/stylesheets/accueil_style.scss */
  .home-page h2, .home-page .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 549, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 554, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 559, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 30px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 565, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 571, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 577, app/assets/stylesheets/accueil_style.scss */
  .home-page h3, .home-page .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* line 586, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 590, app/assets/stylesheets/accueil_style.scss */
.home-page .mb_dec--25 {
  margin-bottom: -25px;
}

/* line 594, app/assets/stylesheets/accueil_style.scss */
.home-page .mb_dec--30 {
  margin-bottom: -30px;
}

/* line 598, app/assets/stylesheets/accueil_style.scss */
.home-page .m--0 {
  margin: 0;
}

/* line 602, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-section-gap {
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 606, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 611, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gap {
    padding: 60px 0;
  }
}

/* line 616, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-section-gapBottom {
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 620, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 625, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

/* line 630, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-section-gapTop {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 634, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gapTop {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 639, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-section-gapTop {
    padding-top: 60px;
  }
}

/* line 644, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--0 {
  padding-left: 0 !important;
}

/* line 648, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--0 {
  padding-right: 0 !important;
}

/* line 652, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--0 {
  padding-top: 0 !important;
}

/* line 656, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--0 {
  padding-bottom: 0 !important;
}

/* line 660, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--0 {
  margin-right: 0 !important;
}

/* line 664, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--0 {
  margin-left: 0 !important;
}

/* line 668, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--0 {
  margin-top: 0 !important;
}

/* line 672, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--0 {
  margin-bottom: 0 !important;
}

/* line 676, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--5 {
  padding: 5px 0 !important;
}

/* line 680, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--5 {
  padding: 0 5px !important;
}

/* line 684, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--5 {
  padding-top: 5px !important;
}

/* line 688, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--5 {
  padding-bottom: 5px !important;
}

/* line 692, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--5 {
  padding-left: 5px !important;
}

/* line 696, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--5 {
  padding-right: 5px !important;
}

/* line 700, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--5 {
  margin-top: 5px !important;
}

/* line 704, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--5 {
  margin-bottom: 5px !important;
}

/* line 708, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--5 {
  margin-right: 5px !important;
}

/* line 712, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--5 {
  margin-left: 5px !important;
}

/* line 716, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--10 {
  padding: 10px 0 !important;
}

/* line 720, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--10 {
  padding: 0 10px !important;
}

/* line 724, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--10 {
  padding-top: 10px !important;
}

/* line 728, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--10 {
  padding-bottom: 10px !important;
}

/* line 732, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--10 {
  padding-left: 10px !important;
}

/* line 736, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--10 {
  padding-right: 10px !important;
}

/* line 740, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--10 {
  margin-top: 10px !important;
}

/* line 744, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--10 {
  margin-bottom: 10px !important;
}

/* line 748, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--10 {
  margin-right: 10px !important;
}

/* line 752, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--10 {
  margin-left: 10px !important;
}

/* line 756, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--15 {
  padding: 15px 0 !important;
}

/* line 760, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--15 {
  padding: 0 15px !important;
}

/* line 764, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--15 {
  padding-top: 15px !important;
}

/* line 768, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--15 {
  padding-bottom: 15px !important;
}

/* line 772, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--15 {
  padding-left: 15px !important;
}

/* line 776, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--15 {
  padding-right: 15px !important;
}

/* line 780, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--15 {
  margin-top: 15px !important;
}

/* line 784, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--15 {
  margin-bottom: 15px !important;
}

/* line 788, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--15 {
  margin-right: 15px !important;
}

/* line 792, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--15 {
  margin-left: 15px !important;
}

/* line 796, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--20 {
  padding: 20px 0 !important;
}

/* line 800, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--20 {
  padding: 0 20px !important;
}

/* line 804, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--20 {
  padding-top: 20px !important;
}

/* line 808, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--20 {
  padding-bottom: 20px !important;
}

/* line 812, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--20 {
  padding-left: 20px !important;
}

/* line 816, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--20 {
  padding-right: 20px !important;
}

/* line 820, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--20 {
  margin-top: 20px !important;
}

/* line 824, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--20 {
  margin-bottom: 20px !important;
}

/* line 828, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--20 {
  margin-right: 20px !important;
}

/* line 832, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--20 {
  margin-left: 20px !important;
}

/* line 836, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--25 {
  padding: 25px 0 !important;
}

/* line 840, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--25 {
  padding: 0 25px !important;
}

/* line 844, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--25 {
  padding-top: 25px !important;
}

/* line 848, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--25 {
  padding-bottom: 25px !important;
}

/* line 852, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--25 {
  padding-left: 25px !important;
}

/* line 856, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--25 {
  padding-right: 25px !important;
}

/* line 860, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--25 {
  margin-top: 25px !important;
}

/* line 864, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--25 {
  margin-bottom: 25px !important;
}

/* line 868, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--25 {
  margin-right: 25px !important;
}

/* line 872, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--25 {
  margin-left: 25px !important;
}

/* line 876, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--30 {
  padding: 30px 0 !important;
}

/* line 880, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--30 {
  padding: 0 30px !important;
}

/* line 884, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--30 {
  padding-top: 30px !important;
}

/* line 888, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--30 {
  padding-bottom: 30px !important;
}

/* line 892, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--30 {
  padding-left: 30px !important;
}

/* line 896, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--30 {
  padding-right: 30px !important;
}

/* line 900, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--30 {
  margin-top: 30px !important;
}

/* line 904, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--30 {
  margin-bottom: 30px !important;
}

/* line 908, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--30 {
  margin-right: 30px !important;
}

/* line 912, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--30 {
  margin-left: 30px !important;
}

/* line 916, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--35 {
  padding: 35px 0 !important;
}

/* line 920, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--35 {
  padding: 0 35px !important;
}

/* line 924, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--35 {
  padding-top: 35px !important;
}

/* line 928, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--35 {
  padding-bottom: 35px !important;
}

/* line 932, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--35 {
  padding-left: 35px !important;
}

/* line 936, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--35 {
  padding-right: 35px !important;
}

/* line 940, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--35 {
  margin-top: 35px !important;
}

/* line 944, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--35 {
  margin-bottom: 35px !important;
}

/* line 948, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--35 {
  margin-right: 35px !important;
}

/* line 952, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--35 {
  margin-left: 35px !important;
}

/* line 956, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--40 {
  padding: 40px 0 !important;
}

/* line 960, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--40 {
  padding: 0 40px !important;
}

/* line 964, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--40 {
  padding-top: 40px !important;
}

/* line 968, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--40 {
  padding-bottom: 40px !important;
}

/* line 972, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--40 {
  padding-left: 40px !important;
}

/* line 976, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--40 {
  padding-right: 40px !important;
}

/* line 980, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--40 {
  margin-top: 40px !important;
}

/* line 984, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--40 {
  margin-bottom: 40px !important;
}

/* line 988, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--40 {
  margin-right: 40px !important;
}

/* line 992, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--40 {
  margin-left: 40px !important;
}

/* line 996, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--45 {
  padding: 45px 0 !important;
}

/* line 1000, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--45 {
  padding: 0 45px !important;
}

/* line 1004, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--45 {
  padding-top: 45px !important;
}

/* line 1008, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--45 {
  padding-bottom: 45px !important;
}

/* line 1012, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--45 {
  padding-left: 45px !important;
}

/* line 1016, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--45 {
  padding-right: 45px !important;
}

/* line 1020, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--45 {
  margin-top: 45px !important;
}

/* line 1024, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--45 {
  margin-bottom: 45px !important;
}

/* line 1028, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--45 {
  margin-right: 45px !important;
}

/* line 1032, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--45 {
  margin-left: 45px !important;
}

/* line 1036, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--50 {
  padding: 50px 0 !important;
}

/* line 1040, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--50 {
  padding: 0 50px !important;
}

/* line 1044, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--50 {
  padding-top: 50px !important;
}

/* line 1048, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--50 {
  padding-bottom: 50px !important;
}

/* line 1052, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--50 {
  padding-left: 50px !important;
}

/* line 1056, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--50 {
  padding-right: 50px !important;
}

/* line 1060, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--50 {
  margin-top: 50px !important;
}

/* line 1064, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--50 {
  margin-bottom: 50px !important;
}

/* line 1068, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--50 {
  margin-right: 50px !important;
}

/* line 1072, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--50 {
  margin-left: 50px !important;
}

/* line 1076, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--55 {
  padding: 55px 0 !important;
}

/* line 1080, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--55 {
  padding: 0 55px !important;
}

/* line 1084, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--55 {
  padding-top: 55px !important;
}

/* line 1088, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--55 {
  padding-bottom: 55px !important;
}

/* line 1092, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--55 {
  padding-left: 55px !important;
}

/* line 1096, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--55 {
  padding-right: 55px !important;
}

/* line 1100, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--55 {
  margin-top: 55px !important;
}

/* line 1104, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--55 {
  margin-bottom: 55px !important;
}

/* line 1108, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--55 {
  margin-right: 55px !important;
}

/* line 1112, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--55 {
  margin-left: 55px !important;
}

/* line 1116, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--60 {
  padding: 60px 0 !important;
}

/* line 1120, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--60 {
  padding: 0 60px !important;
}

/* line 1124, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--60 {
  padding-top: 60px !important;
}

/* line 1128, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--60 {
  padding-bottom: 60px !important;
}

/* line 1132, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--60 {
  padding-left: 60px !important;
}

/* line 1136, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--60 {
  padding-right: 60px !important;
}

/* line 1140, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--60 {
  margin-top: 60px !important;
}

/* line 1144, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--60 {
  margin-bottom: 60px !important;
}

/* line 1148, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--60 {
  margin-right: 60px !important;
}

/* line 1152, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--60 {
  margin-left: 60px !important;
}

/* line 1156, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--65 {
  padding: 65px 0 !important;
}

/* line 1160, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--65 {
  padding: 0 65px !important;
}

/* line 1164, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--65 {
  padding-top: 65px !important;
}

/* line 1168, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--65 {
  padding-bottom: 65px !important;
}

/* line 1172, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--65 {
  padding-left: 65px !important;
}

/* line 1176, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--65 {
  padding-right: 65px !important;
}

/* line 1180, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--65 {
  margin-top: 65px !important;
}

/* line 1184, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--65 {
  margin-bottom: 65px !important;
}

/* line 1188, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--65 {
  margin-right: 65px !important;
}

/* line 1192, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--65 {
  margin-left: 65px !important;
}

/* line 1196, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--70 {
  padding: 70px 0 !important;
}

/* line 1200, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--70 {
  padding: 0 70px !important;
}

/* line 1204, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--70 {
  padding-top: 70px !important;
}

/* line 1208, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--70 {
  padding-bottom: 70px !important;
}

/* line 1212, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--70 {
  padding-left: 70px !important;
}

/* line 1216, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--70 {
  padding-right: 70px !important;
}

/* line 1220, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--70 {
  margin-top: 70px !important;
}

/* line 1224, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--70 {
  margin-bottom: 70px !important;
}

/* line 1228, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--70 {
  margin-right: 70px !important;
}

/* line 1232, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--70 {
  margin-left: 70px !important;
}

/* line 1236, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--75 {
  padding: 75px 0 !important;
}

/* line 1240, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--75 {
  padding: 0 75px !important;
}

/* line 1244, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--75 {
  padding-top: 75px !important;
}

/* line 1248, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--75 {
  padding-bottom: 75px !important;
}

/* line 1252, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--75 {
  padding-left: 75px !important;
}

/* line 1256, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--75 {
  padding-right: 75px !important;
}

/* line 1260, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--75 {
  margin-top: 75px !important;
}

/* line 1264, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--75 {
  margin-bottom: 75px !important;
}

/* line 1268, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--75 {
  margin-right: 75px !important;
}

/* line 1272, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--75 {
  margin-left: 75px !important;
}

/* line 1276, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--80 {
  padding: 80px 0 !important;
}

/* line 1280, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--80 {
  padding: 0 80px !important;
}

/* line 1284, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--80 {
  padding-top: 80px !important;
}

/* line 1288, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--80 {
  padding-bottom: 80px !important;
}

/* line 1292, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--80 {
  padding-left: 80px !important;
}

/* line 1296, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--80 {
  padding-right: 80px !important;
}

/* line 1300, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--80 {
  margin-top: 80px !important;
}

/* line 1304, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--80 {
  margin-bottom: 80px !important;
}

/* line 1308, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--80 {
  margin-right: 80px !important;
}

/* line 1312, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--80 {
  margin-left: 80px !important;
}

/* line 1316, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--85 {
  padding: 85px 0 !important;
}

/* line 1320, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--85 {
  padding: 0 85px !important;
}

/* line 1324, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--85 {
  padding-top: 85px !important;
}

/* line 1328, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--85 {
  padding-bottom: 85px !important;
}

/* line 1332, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--85 {
  padding-left: 85px !important;
}

/* line 1336, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--85 {
  padding-right: 85px !important;
}

/* line 1340, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--85 {
  margin-top: 85px !important;
}

/* line 1344, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--85 {
  margin-bottom: 85px !important;
}

/* line 1348, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--85 {
  margin-right: 85px !important;
}

/* line 1352, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--85 {
  margin-left: 85px !important;
}

/* line 1356, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--90 {
  padding: 90px 0 !important;
}

/* line 1360, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--90 {
  padding: 0 90px !important;
}

/* line 1364, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--90 {
  padding-top: 90px !important;
}

/* line 1368, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--90 {
  padding-bottom: 90px !important;
}

/* line 1372, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--90 {
  padding-left: 90px !important;
}

/* line 1376, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--90 {
  padding-right: 90px !important;
}

/* line 1380, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--90 {
  margin-top: 90px !important;
}

/* line 1384, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--90 {
  margin-bottom: 90px !important;
}

/* line 1388, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--90 {
  margin-right: 90px !important;
}

/* line 1392, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--90 {
  margin-left: 90px !important;
}

/* line 1396, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--95 {
  padding: 95px 0 !important;
}

/* line 1400, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--95 {
  padding: 0 95px !important;
}

/* line 1404, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--95 {
  padding-top: 95px !important;
}

/* line 1408, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--95 {
  padding-bottom: 95px !important;
}

/* line 1412, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--95 {
  padding-left: 95px !important;
}

/* line 1416, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--95 {
  padding-right: 95px !important;
}

/* line 1420, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--95 {
  margin-top: 95px !important;
}

/* line 1424, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--95 {
  margin-bottom: 95px !important;
}

/* line 1428, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--95 {
  margin-right: 95px !important;
}

/* line 1432, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--95 {
  margin-left: 95px !important;
}

/* line 1436, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--100 {
  padding: 100px 0 !important;
}

/* line 1440, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--100 {
  padding: 0 100px !important;
}

/* line 1444, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--100 {
  padding-top: 100px !important;
}

/* line 1448, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--100 {
  padding-bottom: 100px !important;
}

/* line 1452, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--100 {
  padding-left: 100px !important;
}

/* line 1456, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--100 {
  padding-right: 100px !important;
}

/* line 1460, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--100 {
  margin-top: 100px !important;
}

/* line 1464, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--100 {
  margin-bottom: 100px !important;
}

/* line 1468, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--100 {
  margin-right: 100px !important;
}

/* line 1472, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--100 {
  margin-left: 100px !important;
}

/* line 1476, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--105 {
  padding: 105px 0 !important;
}

/* line 1480, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--105 {
  padding: 0 105px !important;
}

/* line 1484, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--105 {
  padding-top: 105px !important;
}

/* line 1488, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--105 {
  padding-bottom: 105px !important;
}

/* line 1492, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--105 {
  padding-left: 105px !important;
}

/* line 1496, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--105 {
  padding-right: 105px !important;
}

/* line 1500, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--105 {
  margin-top: 105px !important;
}

/* line 1504, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--105 {
  margin-bottom: 105px !important;
}

/* line 1508, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--105 {
  margin-right: 105px !important;
}

/* line 1512, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--105 {
  margin-left: 105px !important;
}

/* line 1516, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--110 {
  padding: 110px 0 !important;
}

/* line 1520, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--110 {
  padding: 0 110px !important;
}

/* line 1524, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--110 {
  padding-top: 110px !important;
}

/* line 1528, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--110 {
  padding-bottom: 110px !important;
}

/* line 1532, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--110 {
  padding-left: 110px !important;
}

/* line 1536, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--110 {
  padding-right: 110px !important;
}

/* line 1540, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--110 {
  margin-top: 110px !important;
}

/* line 1544, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--110 {
  margin-bottom: 110px !important;
}

/* line 1548, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--110 {
  margin-right: 110px !important;
}

/* line 1552, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--110 {
  margin-left: 110px !important;
}

/* line 1556, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--115 {
  padding: 115px 0 !important;
}

/* line 1560, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--115 {
  padding: 0 115px !important;
}

/* line 1564, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--115 {
  padding-top: 115px !important;
}

/* line 1568, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--115 {
  padding-bottom: 115px !important;
}

/* line 1572, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--115 {
  padding-left: 115px !important;
}

/* line 1576, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--115 {
  padding-right: 115px !important;
}

/* line 1580, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--115 {
  margin-top: 115px !important;
}

/* line 1584, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--115 {
  margin-bottom: 115px !important;
}

/* line 1588, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--115 {
  margin-right: 115px !important;
}

/* line 1592, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--115 {
  margin-left: 115px !important;
}

/* line 1596, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--120 {
  padding: 120px 0 !important;
}

/* line 1600, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--120 {
  padding: 0 120px !important;
}

/* line 1604, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--120 {
  padding-top: 120px !important;
}

/* line 1608, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--120 {
  padding-bottom: 120px !important;
}

/* line 1612, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--120 {
  padding-left: 120px !important;
}

/* line 1616, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--120 {
  padding-right: 120px !important;
}

/* line 1620, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--120 {
  margin-top: 120px !important;
}

/* line 1624, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--120 {
  margin-bottom: 120px !important;
}

/* line 1628, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--120 {
  margin-right: 120px !important;
}

/* line 1632, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--120 {
  margin-left: 120px !important;
}

/* line 1636, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--125 {
  padding: 125px 0 !important;
}

/* line 1640, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--125 {
  padding: 0 125px !important;
}

/* line 1644, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--125 {
  padding-top: 125px !important;
}

/* line 1648, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--125 {
  padding-bottom: 125px !important;
}

/* line 1652, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--125 {
  padding-left: 125px !important;
}

/* line 1656, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--125 {
  padding-right: 125px !important;
}

/* line 1660, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--125 {
  margin-top: 125px !important;
}

/* line 1664, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--125 {
  margin-bottom: 125px !important;
}

/* line 1668, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--125 {
  margin-right: 125px !important;
}

/* line 1672, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--125 {
  margin-left: 125px !important;
}

/* line 1676, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--130 {
  padding: 130px 0 !important;
}

/* line 1680, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--130 {
  padding: 0 130px !important;
}

/* line 1684, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--130 {
  padding-top: 130px !important;
}

/* line 1688, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--130 {
  padding-bottom: 130px !important;
}

/* line 1692, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--130 {
  padding-left: 130px !important;
}

/* line 1696, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--130 {
  padding-right: 130px !important;
}

/* line 1700, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--130 {
  margin-top: 130px !important;
}

/* line 1704, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--130 {
  margin-bottom: 130px !important;
}

/* line 1708, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--130 {
  margin-right: 130px !important;
}

/* line 1712, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--130 {
  margin-left: 130px !important;
}

/* line 1716, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--135 {
  padding: 135px 0 !important;
}

/* line 1720, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--135 {
  padding: 0 135px !important;
}

/* line 1724, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--135 {
  padding-top: 135px !important;
}

/* line 1728, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--135 {
  padding-bottom: 135px !important;
}

/* line 1732, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--135 {
  padding-left: 135px !important;
}

/* line 1736, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--135 {
  padding-right: 135px !important;
}

/* line 1740, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--135 {
  margin-top: 135px !important;
}

/* line 1744, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--135 {
  margin-bottom: 135px !important;
}

/* line 1748, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--135 {
  margin-right: 135px !important;
}

/* line 1752, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--135 {
  margin-left: 135px !important;
}

/* line 1756, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--140 {
  padding: 140px 0 !important;
}

/* line 1760, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--140 {
  padding: 0 140px !important;
}

/* line 1764, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--140 {
  padding-top: 140px !important;
}

/* line 1768, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--140 {
  padding-bottom: 140px !important;
}

/* line 1772, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--140 {
  padding-left: 140px !important;
}

/* line 1776, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--140 {
  padding-right: 140px !important;
}

/* line 1780, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--140 {
  margin-top: 140px !important;
}

/* line 1784, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--140 {
  margin-bottom: 140px !important;
}

/* line 1788, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--140 {
  margin-right: 140px !important;
}

/* line 1792, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--140 {
  margin-left: 140px !important;
}

/* line 1796, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--145 {
  padding: 145px 0 !important;
}

/* line 1800, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--145 {
  padding: 0 145px !important;
}

/* line 1804, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--145 {
  padding-top: 145px !important;
}

/* line 1808, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--145 {
  padding-bottom: 145px !important;
}

/* line 1812, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--145 {
  padding-left: 145px !important;
}

/* line 1816, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--145 {
  padding-right: 145px !important;
}

/* line 1820, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--145 {
  margin-top: 145px !important;
}

/* line 1824, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--145 {
  margin-bottom: 145px !important;
}

/* line 1828, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--145 {
  margin-right: 145px !important;
}

/* line 1832, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--145 {
  margin-left: 145px !important;
}

/* line 1836, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--150 {
  padding: 150px 0 !important;
}

/* line 1840, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--150 {
  padding: 0 150px !important;
}

/* line 1844, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--150 {
  padding-top: 150px !important;
}

/* line 1848, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--150 {
  padding-bottom: 150px !important;
}

/* line 1852, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--150 {
  padding-left: 150px !important;
}

/* line 1856, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--150 {
  padding-right: 150px !important;
}

/* line 1860, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--150 {
  margin-top: 150px !important;
}

/* line 1864, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--150 {
  margin-bottom: 150px !important;
}

/* line 1868, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--150 {
  margin-right: 150px !important;
}

/* line 1872, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--150 {
  margin-left: 150px !important;
}

/* line 1876, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--155 {
  padding: 155px 0 !important;
}

/* line 1880, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--155 {
  padding: 0 155px !important;
}

/* line 1884, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--155 {
  padding-top: 155px !important;
}

/* line 1888, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--155 {
  padding-bottom: 155px !important;
}

/* line 1892, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--155 {
  padding-left: 155px !important;
}

/* line 1896, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--155 {
  padding-right: 155px !important;
}

/* line 1900, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--155 {
  margin-top: 155px !important;
}

/* line 1904, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--155 {
  margin-bottom: 155px !important;
}

/* line 1908, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--155 {
  margin-right: 155px !important;
}

/* line 1912, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--155 {
  margin-left: 155px !important;
}

/* line 1916, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--160 {
  padding: 160px 0 !important;
}

/* line 1920, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--160 {
  padding: 0 160px !important;
}

/* line 1924, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--160 {
  padding-top: 160px !important;
}

/* line 1928, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--160 {
  padding-bottom: 160px !important;
}

/* line 1932, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--160 {
  padding-left: 160px !important;
}

/* line 1936, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--160 {
  padding-right: 160px !important;
}

/* line 1940, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--160 {
  margin-top: 160px !important;
}

/* line 1944, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--160 {
  margin-bottom: 160px !important;
}

/* line 1948, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--160 {
  margin-right: 160px !important;
}

/* line 1952, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--160 {
  margin-left: 160px !important;
}

/* line 1956, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--165 {
  padding: 165px 0 !important;
}

/* line 1960, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--165 {
  padding: 0 165px !important;
}

/* line 1964, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--165 {
  padding-top: 165px !important;
}

/* line 1968, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--165 {
  padding-bottom: 165px !important;
}

/* line 1972, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--165 {
  padding-left: 165px !important;
}

/* line 1976, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--165 {
  padding-right: 165px !important;
}

/* line 1980, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--165 {
  margin-top: 165px !important;
}

/* line 1984, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--165 {
  margin-bottom: 165px !important;
}

/* line 1988, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--165 {
  margin-right: 165px !important;
}

/* line 1992, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--165 {
  margin-left: 165px !important;
}

/* line 1996, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--170 {
  padding: 170px 0 !important;
}

/* line 2000, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--170 {
  padding: 0 170px !important;
}

/* line 2004, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--170 {
  padding-top: 170px !important;
}

/* line 2008, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--170 {
  padding-bottom: 170px !important;
}

/* line 2012, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--170 {
  padding-left: 170px !important;
}

/* line 2016, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--170 {
  padding-right: 170px !important;
}

/* line 2020, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--170 {
  margin-top: 170px !important;
}

/* line 2024, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--170 {
  margin-bottom: 170px !important;
}

/* line 2028, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--170 {
  margin-right: 170px !important;
}

/* line 2032, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--170 {
  margin-left: 170px !important;
}

/* line 2036, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--175 {
  padding: 175px 0 !important;
}

/* line 2040, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--175 {
  padding: 0 175px !important;
}

/* line 2044, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--175 {
  padding-top: 175px !important;
}

/* line 2048, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--175 {
  padding-bottom: 175px !important;
}

/* line 2052, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--175 {
  padding-left: 175px !important;
}

/* line 2056, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--175 {
  padding-right: 175px !important;
}

/* line 2060, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--175 {
  margin-top: 175px !important;
}

/* line 2064, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--175 {
  margin-bottom: 175px !important;
}

/* line 2068, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--175 {
  margin-right: 175px !important;
}

/* line 2072, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--175 {
  margin-left: 175px !important;
}

/* line 2076, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--180 {
  padding: 180px 0 !important;
}

/* line 2080, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--180 {
  padding: 0 180px !important;
}

/* line 2084, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--180 {
  padding-top: 180px !important;
}

/* line 2088, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--180 {
  padding-bottom: 180px !important;
}

/* line 2092, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--180 {
  padding-left: 180px !important;
}

/* line 2096, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--180 {
  padding-right: 180px !important;
}

/* line 2100, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--180 {
  margin-top: 180px !important;
}

/* line 2104, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--180 {
  margin-bottom: 180px !important;
}

/* line 2108, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--180 {
  margin-right: 180px !important;
}

/* line 2112, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--180 {
  margin-left: 180px !important;
}

/* line 2116, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--185 {
  padding: 185px 0 !important;
}

/* line 2120, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--185 {
  padding: 0 185px !important;
}

/* line 2124, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--185 {
  padding-top: 185px !important;
}

/* line 2128, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--185 {
  padding-bottom: 185px !important;
}

/* line 2132, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--185 {
  padding-left: 185px !important;
}

/* line 2136, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--185 {
  padding-right: 185px !important;
}

/* line 2140, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--185 {
  margin-top: 185px !important;
}

/* line 2144, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--185 {
  margin-bottom: 185px !important;
}

/* line 2148, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--185 {
  margin-right: 185px !important;
}

/* line 2152, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--185 {
  margin-left: 185px !important;
}

/* line 2156, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--190 {
  padding: 190px 0 !important;
}

/* line 2160, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--190 {
  padding: 0 190px !important;
}

/* line 2164, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--190 {
  padding-top: 190px !important;
}

/* line 2168, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--190 {
  padding-bottom: 190px !important;
}

/* line 2172, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--190 {
  padding-left: 190px !important;
}

/* line 2176, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--190 {
  padding-right: 190px !important;
}

/* line 2180, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--190 {
  margin-top: 190px !important;
}

/* line 2184, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--190 {
  margin-bottom: 190px !important;
}

/* line 2188, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--190 {
  margin-right: 190px !important;
}

/* line 2192, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--190 {
  margin-left: 190px !important;
}

/* line 2196, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--195 {
  padding: 195px 0 !important;
}

/* line 2200, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--195 {
  padding: 0 195px !important;
}

/* line 2204, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--195 {
  padding-top: 195px !important;
}

/* line 2208, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--195 {
  padding-bottom: 195px !important;
}

/* line 2212, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--195 {
  padding-left: 195px !important;
}

/* line 2216, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--195 {
  padding-right: 195px !important;
}

/* line 2220, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--195 {
  margin-top: 195px !important;
}

/* line 2224, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--195 {
  margin-bottom: 195px !important;
}

/* line 2228, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--195 {
  margin-right: 195px !important;
}

/* line 2232, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--195 {
  margin-left: 195px !important;
}

/* line 2236, app/assets/stylesheets/accueil_style.scss */
.home-page .ptb--200 {
  padding: 200px 0 !important;
}

/* line 2240, app/assets/stylesheets/accueil_style.scss */
.home-page .plr--200 {
  padding: 0 200px !important;
}

/* line 2244, app/assets/stylesheets/accueil_style.scss */
.home-page .pt--200 {
  padding-top: 200px !important;
}

/* line 2248, app/assets/stylesheets/accueil_style.scss */
.home-page .pb--200 {
  padding-bottom: 200px !important;
}

/* line 2252, app/assets/stylesheets/accueil_style.scss */
.home-page .pl--200 {
  padding-left: 200px !important;
}

/* line 2256, app/assets/stylesheets/accueil_style.scss */
.home-page .pr--200 {
  padding-right: 200px !important;
}

/* line 2260, app/assets/stylesheets/accueil_style.scss */
.home-page .mt--200 {
  margin-top: 200px !important;
}

/* line 2264, app/assets/stylesheets/accueil_style.scss */
.home-page .mb--200 {
  margin-bottom: 200px !important;
}

/* line 2268, app/assets/stylesheets/accueil_style.scss */
.home-page .mr--200 {
  margin-right: 200px !important;
}

/* line 2272, app/assets/stylesheets/accueil_style.scss */
.home-page .ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 2277, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--5 {
    padding: 5px 0;
  }
  /* line 2281, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--5 {
    padding: 0 5px;
  }
  /* line 2285, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--5 {
    padding-top: 5px;
  }
  /* line 2289, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--5 {
    padding-bottom: 5px;
  }
  /* line 2293, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--5 {
    padding-left: 5px;
  }
  /* line 2297, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--5 {
    padding-right: 5px;
  }
  /* line 2301, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--5 {
    margin-top: 5px;
  }
  /* line 2305, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--5 {
    margin-bottom: 5px;
  }
  /* line 2309, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--10 {
    padding: 10px 0;
  }
  /* line 2313, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--10 {
    padding: 0 10px;
  }
  /* line 2317, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--10 {
    padding-top: 10px;
  }
  /* line 2321, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--10 {
    padding-bottom: 10px;
  }
  /* line 2325, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--10 {
    padding-left: 10px;
  }
  /* line 2329, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--10 {
    padding-right: 10px;
  }
  /* line 2333, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--10 {
    margin-top: 10px;
  }
  /* line 2337, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--10 {
    margin-bottom: 10px;
  }
  /* line 2341, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--15 {
    padding: 15px 0;
  }
  /* line 2345, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--15 {
    padding: 0 15px;
  }
  /* line 2349, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--15 {
    padding-top: 15px;
  }
  /* line 2353, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--15 {
    padding-bottom: 15px;
  }
  /* line 2357, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--15 {
    padding-left: 15px;
  }
  /* line 2361, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--15 {
    padding-right: 15px;
  }
  /* line 2365, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--15 {
    margin-top: 15px;
  }
  /* line 2369, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--15 {
    margin-bottom: 15px;
  }
  /* line 2373, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--20 {
    padding: 20px 0;
  }
  /* line 2377, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--20 {
    padding: 0 20px;
  }
  /* line 2381, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--20 {
    padding-top: 20px;
  }
  /* line 2385, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--20 {
    padding-bottom: 20px;
  }
  /* line 2389, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--20 {
    padding-left: 20px;
  }
  /* line 2393, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--20 {
    padding-right: 20px;
  }
  /* line 2397, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--20 {
    margin-top: 20px;
  }
  /* line 2401, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--20 {
    margin-bottom: 20px;
  }
  /* line 2405, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--25 {
    padding: 25px 0;
  }
  /* line 2409, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--25 {
    padding: 0 25px;
  }
  /* line 2413, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--25 {
    padding-top: 25px;
  }
  /* line 2417, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--25 {
    padding-bottom: 25px;
  }
  /* line 2421, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--25 {
    padding-left: 25px;
  }
  /* line 2425, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--25 {
    padding-right: 25px;
  }
  /* line 2429, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--25 {
    margin-top: 25px;
  }
  /* line 2433, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--25 {
    margin-bottom: 25px;
  }
  /* line 2437, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--30 {
    padding: 30px 0;
  }
  /* line 2441, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--30 {
    padding: 0 30px;
  }
  /* line 2445, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--30 {
    padding-top: 30px;
  }
  /* line 2449, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--30 {
    padding-bottom: 30px;
  }
  /* line 2453, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--30 {
    padding-left: 30px;
  }
  /* line 2457, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--30 {
    padding-right: 30px;
  }
  /* line 2461, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--30 {
    margin-top: 30px;
  }
  /* line 2465, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--30 {
    margin-bottom: 30px;
  }
  /* line 2469, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--35 {
    padding: 35px 0;
  }
  /* line 2473, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--35 {
    padding: 0 35px;
  }
  /* line 2477, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--35 {
    padding-top: 35px;
  }
  /* line 2481, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--35 {
    padding-bottom: 35px;
  }
  /* line 2485, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--35 {
    padding-left: 35px;
  }
  /* line 2489, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--35 {
    padding-right: 35px;
  }
  /* line 2493, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--35 {
    margin-top: 35px;
  }
  /* line 2497, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--35 {
    margin-bottom: 35px;
  }
  /* line 2501, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--40 {
    padding: 40px 0;
  }
  /* line 2505, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--40 {
    padding: 0 40px;
  }
  /* line 2509, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--40 {
    padding-top: 40px;
  }
  /* line 2513, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--40 {
    padding-bottom: 40px;
  }
  /* line 2517, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--40 {
    padding-left: 40px;
  }
  /* line 2521, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--40 {
    padding-right: 40px;
  }
  /* line 2525, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--40 {
    margin-top: 40px;
  }
  /* line 2529, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--40 {
    margin-bottom: 40px;
  }
  /* line 2533, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--45 {
    padding: 45px 0;
  }
  /* line 2537, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--45 {
    padding: 0 45px;
  }
  /* line 2541, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--45 {
    padding-top: 45px;
  }
  /* line 2545, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--45 {
    padding-bottom: 45px;
  }
  /* line 2549, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--45 {
    padding-left: 45px;
  }
  /* line 2553, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--45 {
    padding-right: 45px;
  }
  /* line 2557, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--45 {
    margin-top: 45px;
  }
  /* line 2561, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--45 {
    margin-bottom: 45px;
  }
  /* line 2565, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--50 {
    padding: 50px 0;
  }
  /* line 2569, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--50 {
    padding: 0 50px;
  }
  /* line 2573, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--50 {
    padding-top: 50px;
  }
  /* line 2577, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--50 {
    padding-bottom: 50px;
  }
  /* line 2581, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--50 {
    padding-left: 50px;
  }
  /* line 2585, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--50 {
    padding-right: 50px;
  }
  /* line 2589, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--50 {
    margin-top: 50px;
  }
  /* line 2593, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--50 {
    margin-bottom: 50px;
  }
  /* line 2597, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--55 {
    padding: 55px 0;
  }
  /* line 2601, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--55 {
    padding: 0 55px;
  }
  /* line 2605, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--55 {
    padding-top: 55px;
  }
  /* line 2609, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--55 {
    padding-bottom: 55px;
  }
  /* line 2613, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--55 {
    padding-left: 55px;
  }
  /* line 2617, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--55 {
    padding-right: 55px;
  }
  /* line 2621, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--55 {
    margin-top: 55px;
  }
  /* line 2625, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--55 {
    margin-bottom: 55px;
  }
  /* line 2629, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--60 {
    padding: 60px 0;
  }
  /* line 2633, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--60 {
    padding: 0 60px;
  }
  /* line 2637, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--60 {
    padding-top: 60px;
  }
  /* line 2641, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--60 {
    padding-bottom: 60px;
  }
  /* line 2645, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--60 {
    padding-left: 60px;
  }
  /* line 2649, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--60 {
    padding-right: 60px;
  }
  /* line 2653, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--60 {
    margin-top: 60px;
  }
  /* line 2657, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--60 {
    margin-bottom: 60px;
  }
  /* line 2661, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--65 {
    padding: 65px 0;
  }
  /* line 2665, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--65 {
    padding: 0 65px;
  }
  /* line 2669, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--65 {
    padding-top: 65px;
  }
  /* line 2673, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--65 {
    padding-bottom: 65px;
  }
  /* line 2677, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--65 {
    padding-left: 65px;
  }
  /* line 2681, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--65 {
    padding-right: 65px;
  }
  /* line 2685, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--65 {
    margin-top: 65px;
  }
  /* line 2689, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--65 {
    margin-bottom: 65px;
  }
  /* line 2693, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--70 {
    padding: 70px 0;
  }
  /* line 2697, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--70 {
    padding: 0 70px;
  }
  /* line 2701, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--70 {
    padding-top: 70px;
  }
  /* line 2705, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--70 {
    padding-bottom: 70px;
  }
  /* line 2709, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--70 {
    padding-left: 70px;
  }
  /* line 2713, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--70 {
    padding-right: 70px;
  }
  /* line 2717, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--70 {
    margin-top: 70px;
  }
  /* line 2721, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--70 {
    margin-bottom: 70px;
  }
  /* line 2725, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--75 {
    padding: 75px 0;
  }
  /* line 2729, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--75 {
    padding: 0 75px;
  }
  /* line 2733, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--75 {
    padding-top: 75px;
  }
  /* line 2737, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--75 {
    padding-bottom: 75px;
  }
  /* line 2741, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--75 {
    padding-left: 75px;
  }
  /* line 2745, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--75 {
    padding-right: 75px;
  }
  /* line 2749, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--75 {
    margin-top: 75px;
  }
  /* line 2753, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--75 {
    margin-bottom: 75px;
  }
  /* line 2757, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--80 {
    padding: 80px 0;
  }
  /* line 2761, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--80 {
    padding: 0 80px;
  }
  /* line 2765, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--80 {
    padding-top: 80px;
  }
  /* line 2769, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--80 {
    padding-bottom: 80px;
  }
  /* line 2773, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--80 {
    padding-left: 80px;
  }
  /* line 2777, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--80 {
    padding-right: 80px;
  }
  /* line 2781, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--80 {
    margin-top: 80px;
  }
  /* line 2785, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--80 {
    margin-bottom: 80px;
  }
  /* line 2789, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--85 {
    padding: 85px 0;
  }
  /* line 2793, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--85 {
    padding: 0 85px;
  }
  /* line 2797, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--85 {
    padding-top: 85px;
  }
  /* line 2801, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--85 {
    padding-bottom: 85px;
  }
  /* line 2805, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--85 {
    padding-left: 85px;
  }
  /* line 2809, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--85 {
    padding-right: 85px;
  }
  /* line 2813, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--85 {
    margin-top: 85px;
  }
  /* line 2817, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--85 {
    margin-bottom: 85px;
  }
  /* line 2821, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--90 {
    padding: 90px 0;
  }
  /* line 2825, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--90 {
    padding: 0 90px;
  }
  /* line 2829, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--90 {
    padding-top: 90px;
  }
  /* line 2833, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--90 {
    padding-bottom: 90px;
  }
  /* line 2837, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--90 {
    padding-left: 90px;
  }
  /* line 2841, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--90 {
    padding-right: 90px;
  }
  /* line 2845, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--90 {
    margin-top: 90px;
  }
  /* line 2849, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--90 {
    margin-bottom: 90px;
  }
  /* line 2853, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--95 {
    padding: 95px 0;
  }
  /* line 2857, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--95 {
    padding: 0 95px;
  }
  /* line 2861, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--95 {
    padding-top: 95px;
  }
  /* line 2865, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--95 {
    padding-bottom: 95px;
  }
  /* line 2869, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--95 {
    padding-left: 95px;
  }
  /* line 2873, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--95 {
    padding-right: 95px;
  }
  /* line 2877, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--95 {
    margin-top: 95px;
  }
  /* line 2881, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--95 {
    margin-bottom: 95px;
  }
  /* line 2885, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--100 {
    padding: 100px 0;
  }
  /* line 2889, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--100 {
    padding: 0 100px;
  }
  /* line 2893, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--100 {
    padding-top: 100px;
  }
  /* line 2897, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--100 {
    padding-bottom: 100px;
  }
  /* line 2901, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--100 {
    padding-left: 100px;
  }
  /* line 2905, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--100 {
    padding-right: 100px;
  }
  /* line 2909, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--100 {
    margin-top: 100px;
  }
  /* line 2913, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--100 {
    margin-bottom: 100px;
  }
  /* line 2917, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--105 {
    padding: 105px 0;
  }
  /* line 2921, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--105 {
    padding: 0 105px;
  }
  /* line 2925, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--105 {
    padding-top: 105px;
  }
  /* line 2929, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--105 {
    padding-bottom: 105px;
  }
  /* line 2933, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--105 {
    padding-left: 105px;
  }
  /* line 2937, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--105 {
    padding-right: 105px;
  }
  /* line 2941, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--105 {
    margin-top: 105px;
  }
  /* line 2945, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--105 {
    margin-bottom: 105px;
  }
  /* line 2949, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--110 {
    padding: 110px 0;
  }
  /* line 2953, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--110 {
    padding: 0 110px;
  }
  /* line 2957, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--110 {
    padding-top: 110px;
  }
  /* line 2961, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--110 {
    padding-bottom: 110px;
  }
  /* line 2965, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--110 {
    padding-left: 110px;
  }
  /* line 2969, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--110 {
    padding-right: 110px;
  }
  /* line 2973, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--110 {
    margin-top: 110px;
  }
  /* line 2977, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--110 {
    margin-bottom: 110px;
  }
  /* line 2981, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--115 {
    padding: 115px 0;
  }
  /* line 2985, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--115 {
    padding: 0 115px;
  }
  /* line 2989, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--115 {
    padding-top: 115px;
  }
  /* line 2993, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--115 {
    padding-bottom: 115px;
  }
  /* line 2997, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--115 {
    padding-left: 115px;
  }
  /* line 3001, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--115 {
    padding-right: 115px;
  }
  /* line 3005, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--115 {
    margin-top: 115px;
  }
  /* line 3009, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--115 {
    margin-bottom: 115px;
  }
  /* line 3013, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--120 {
    padding: 120px 0;
  }
  /* line 3017, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--120 {
    padding: 0 120px;
  }
  /* line 3021, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--120 {
    padding-top: 120px;
  }
  /* line 3025, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--120 {
    padding-bottom: 120px;
  }
  /* line 3029, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--120 {
    padding-left: 120px;
  }
  /* line 3033, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--120 {
    padding-right: 120px;
  }
  /* line 3037, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--120 {
    margin-top: 120px;
  }
  /* line 3041, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--120 {
    margin-bottom: 120px;
  }
  /* line 3045, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--125 {
    padding: 125px 0;
  }
  /* line 3049, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--125 {
    padding: 0 125px;
  }
  /* line 3053, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--125 {
    padding-top: 125px;
  }
  /* line 3057, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--125 {
    padding-bottom: 125px;
  }
  /* line 3061, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--125 {
    padding-left: 125px;
  }
  /* line 3065, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--125 {
    padding-right: 125px;
  }
  /* line 3069, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--125 {
    margin-top: 125px;
  }
  /* line 3073, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--125 {
    margin-bottom: 125px;
  }
  /* line 3077, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--130 {
    padding: 130px 0;
  }
  /* line 3081, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--130 {
    padding: 0 130px;
  }
  /* line 3085, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--130 {
    padding-top: 130px;
  }
  /* line 3089, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--130 {
    padding-bottom: 130px;
  }
  /* line 3093, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--130 {
    padding-left: 130px;
  }
  /* line 3097, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--130 {
    padding-right: 130px;
  }
  /* line 3101, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--130 {
    margin-top: 130px;
  }
  /* line 3105, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--130 {
    margin-bottom: 130px;
  }
  /* line 3109, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--135 {
    padding: 135px 0;
  }
  /* line 3113, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--135 {
    padding: 0 135px;
  }
  /* line 3117, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--135 {
    padding-top: 135px;
  }
  /* line 3121, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--135 {
    padding-bottom: 135px;
  }
  /* line 3125, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--135 {
    padding-left: 135px;
  }
  /* line 3129, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--135 {
    padding-right: 135px;
  }
  /* line 3133, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--135 {
    margin-top: 135px;
  }
  /* line 3137, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--135 {
    margin-bottom: 135px;
  }
  /* line 3141, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--140 {
    padding: 140px 0;
  }
  /* line 3145, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--140 {
    padding: 0 140px;
  }
  /* line 3149, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--140 {
    padding-top: 140px;
  }
  /* line 3153, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--140 {
    padding-bottom: 140px;
  }
  /* line 3157, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--140 {
    padding-left: 140px;
  }
  /* line 3161, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--140 {
    padding-right: 140px;
  }
  /* line 3165, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--140 {
    margin-top: 140px;
  }
  /* line 3169, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--140 {
    margin-bottom: 140px;
  }
  /* line 3173, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--145 {
    padding: 145px 0;
  }
  /* line 3177, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--145 {
    padding: 0 145px;
  }
  /* line 3181, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--145 {
    padding-top: 145px;
  }
  /* line 3185, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--145 {
    padding-bottom: 145px;
  }
  /* line 3189, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--145 {
    padding-left: 145px;
  }
  /* line 3193, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--145 {
    padding-right: 145px;
  }
  /* line 3197, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--145 {
    margin-top: 145px;
  }
  /* line 3201, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--145 {
    margin-bottom: 145px;
  }
  /* line 3205, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--150 {
    padding: 150px 0;
  }
  /* line 3209, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--150 {
    padding: 0 150px;
  }
  /* line 3213, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--150 {
    padding-top: 150px;
  }
  /* line 3217, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--150 {
    padding-bottom: 150px;
  }
  /* line 3221, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--150 {
    padding-left: 150px;
  }
  /* line 3225, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--150 {
    padding-right: 150px;
  }
  /* line 3229, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--150 {
    margin-top: 150px;
  }
  /* line 3233, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--150 {
    margin-bottom: 150px;
  }
  /* line 3237, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--155 {
    padding: 155px 0;
  }
  /* line 3241, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--155 {
    padding: 0 155px;
  }
  /* line 3245, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--155 {
    padding-top: 155px;
  }
  /* line 3249, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--155 {
    padding-bottom: 155px;
  }
  /* line 3253, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--155 {
    padding-left: 155px;
  }
  /* line 3257, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--155 {
    padding-right: 155px;
  }
  /* line 3261, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--155 {
    margin-top: 155px;
  }
  /* line 3265, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--155 {
    margin-bottom: 155px;
  }
  /* line 3269, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--160 {
    padding: 160px 0;
  }
  /* line 3273, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--160 {
    padding: 0 160px;
  }
  /* line 3277, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--160 {
    padding-top: 160px;
  }
  /* line 3281, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--160 {
    padding-bottom: 160px;
  }
  /* line 3285, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--160 {
    padding-left: 160px;
  }
  /* line 3289, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--160 {
    padding-right: 160px;
  }
  /* line 3293, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--160 {
    margin-top: 160px;
  }
  /* line 3297, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--160 {
    margin-bottom: 160px;
  }
  /* line 3301, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--165 {
    padding: 165px 0;
  }
  /* line 3305, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--165 {
    padding: 0 165px;
  }
  /* line 3309, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--165 {
    padding-top: 165px;
  }
  /* line 3313, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--165 {
    padding-bottom: 165px;
  }
  /* line 3317, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--165 {
    padding-left: 165px;
  }
  /* line 3321, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--165 {
    padding-right: 165px;
  }
  /* line 3325, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--165 {
    margin-top: 165px;
  }
  /* line 3329, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--165 {
    margin-bottom: 165px;
  }
  /* line 3333, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--170 {
    padding: 170px 0;
  }
  /* line 3337, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--170 {
    padding: 0 170px;
  }
  /* line 3341, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--170 {
    padding-top: 170px;
  }
  /* line 3345, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--170 {
    padding-bottom: 170px;
  }
  /* line 3349, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--170 {
    padding-left: 170px;
  }
  /* line 3353, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--170 {
    padding-right: 170px;
  }
  /* line 3357, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--170 {
    margin-top: 170px;
  }
  /* line 3361, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--170 {
    margin-bottom: 170px;
  }
  /* line 3365, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--175 {
    padding: 175px 0;
  }
  /* line 3369, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--175 {
    padding: 0 175px;
  }
  /* line 3373, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--175 {
    padding-top: 175px;
  }
  /* line 3377, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--175 {
    padding-bottom: 175px;
  }
  /* line 3381, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--175 {
    padding-left: 175px;
  }
  /* line 3385, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--175 {
    padding-right: 175px;
  }
  /* line 3389, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--175 {
    margin-top: 175px;
  }
  /* line 3393, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--175 {
    margin-bottom: 175px;
  }
  /* line 3397, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--180 {
    padding: 180px 0;
  }
  /* line 3401, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--180 {
    padding: 0 180px;
  }
  /* line 3405, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--180 {
    padding-top: 180px;
  }
  /* line 3409, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--180 {
    padding-bottom: 180px;
  }
  /* line 3413, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--180 {
    padding-left: 180px;
  }
  /* line 3417, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--180 {
    padding-right: 180px;
  }
  /* line 3421, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--180 {
    margin-top: 180px;
  }
  /* line 3425, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--180 {
    margin-bottom: 180px;
  }
  /* line 3429, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--185 {
    padding: 185px 0;
  }
  /* line 3433, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--185 {
    padding: 0 185px;
  }
  /* line 3437, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--185 {
    padding-top: 185px;
  }
  /* line 3441, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--185 {
    padding-bottom: 185px;
  }
  /* line 3445, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--185 {
    padding-left: 185px;
  }
  /* line 3449, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--185 {
    padding-right: 185px;
  }
  /* line 3453, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--185 {
    margin-top: 185px;
  }
  /* line 3457, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--185 {
    margin-bottom: 185px;
  }
  /* line 3461, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--190 {
    padding: 190px 0;
  }
  /* line 3465, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--190 {
    padding: 0 190px;
  }
  /* line 3469, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--190 {
    padding-top: 190px;
  }
  /* line 3473, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--190 {
    padding-bottom: 190px;
  }
  /* line 3477, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--190 {
    padding-left: 190px;
  }
  /* line 3481, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--190 {
    padding-right: 190px;
  }
  /* line 3485, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--190 {
    margin-top: 190px;
  }
  /* line 3489, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--190 {
    margin-bottom: 190px;
  }
  /* line 3493, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--195 {
    padding: 195px 0;
  }
  /* line 3497, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--195 {
    padding: 0 195px;
  }
  /* line 3501, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--195 {
    padding-top: 195px;
  }
  /* line 3505, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--195 {
    padding-bottom: 195px;
  }
  /* line 3509, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--195 {
    padding-left: 195px;
  }
  /* line 3513, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--195 {
    padding-right: 195px;
  }
  /* line 3517, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--195 {
    margin-top: 195px;
  }
  /* line 3521, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--195 {
    margin-bottom: 195px;
  }
  /* line 3525, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lp--200 {
    padding: 200px 0;
  }
  /* line 3529, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lp--200 {
    padding: 0 200px;
  }
  /* line 3533, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lp--200 {
    padding-top: 200px;
  }
  /* line 3537, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lp--200 {
    padding-bottom: 200px;
  }
  /* line 3541, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lp--200 {
    padding-left: 200px;
  }
  /* line 3545, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lp--200 {
    padding-right: 200px;
  }
  /* line 3549, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lp--200 {
    margin-top: 200px;
  }
  /* line 3553, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lp--200 {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3558, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--5 {
    padding: 5px 0 !important;
  }
  /* line 3562, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--5 {
    padding: 0 5px !important;
  }
  /* line 3566, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--5 {
    padding-top: 5px !important;
  }
  /* line 3570, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--5 {
    padding-bottom: 5px !important;
  }
  /* line 3574, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--5 {
    padding-left: 5px !important;
  }
  /* line 3578, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--5 {
    padding-right: 5px !important;
  }
  /* line 3582, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--5 {
    margin-top: 5px !important;
  }
  /* line 3586, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--5 {
    margin-bottom: 5px !important;
  }
  /* line 3590, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--5 {
    margin-left: 5px !important;
  }
  /* line 3594, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--10 {
    padding: 10px 0 !important;
  }
  /* line 3598, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--10 {
    padding: 0 10px !important;
  }
  /* line 3602, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--10 {
    padding-top: 10px !important;
  }
  /* line 3606, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--10 {
    padding-bottom: 10px !important;
  }
  /* line 3610, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--10 {
    padding-left: 10px !important;
  }
  /* line 3614, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--10 {
    padding-right: 10px !important;
  }
  /* line 3618, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--10 {
    margin-top: 10px !important;
  }
  /* line 3622, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--10 {
    margin-bottom: 10px !important;
  }
  /* line 3626, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--10 {
    margin-left: 10px !important;
  }
  /* line 3630, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--15 {
    padding: 15px 0 !important;
  }
  /* line 3634, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--15 {
    padding: 0 15px !important;
  }
  /* line 3638, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--15 {
    padding-top: 15px !important;
  }
  /* line 3642, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--15 {
    padding-bottom: 15px !important;
  }
  /* line 3646, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--15 {
    padding-left: 15px !important;
  }
  /* line 3650, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--15 {
    padding-right: 15px !important;
  }
  /* line 3654, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--15 {
    margin-top: 15px !important;
  }
  /* line 3658, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--15 {
    margin-bottom: 15px !important;
  }
  /* line 3662, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--15 {
    margin-left: 15px !important;
  }
  /* line 3666, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--20 {
    padding: 20px 0 !important;
  }
  /* line 3670, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--20 {
    padding: 0 20px !important;
  }
  /* line 3674, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--20 {
    padding-top: 20px !important;
  }
  /* line 3678, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--20 {
    padding-bottom: 20px !important;
  }
  /* line 3682, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--20 {
    padding-left: 20px !important;
  }
  /* line 3686, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--20 {
    padding-right: 20px !important;
  }
  /* line 3690, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--20 {
    margin-top: 20px !important;
  }
  /* line 3694, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--20 {
    margin-bottom: 20px !important;
  }
  /* line 3698, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--20 {
    margin-left: 20px !important;
  }
  /* line 3702, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--25 {
    padding: 25px 0 !important;
  }
  /* line 3706, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--25 {
    padding: 0 25px !important;
  }
  /* line 3710, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--25 {
    padding-top: 25px !important;
  }
  /* line 3714, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--25 {
    padding-bottom: 25px !important;
  }
  /* line 3718, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--25 {
    padding-left: 25px !important;
  }
  /* line 3722, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--25 {
    padding-right: 25px !important;
  }
  /* line 3726, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--25 {
    margin-top: 25px !important;
  }
  /* line 3730, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--25 {
    margin-bottom: 25px !important;
  }
  /* line 3734, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--25 {
    margin-left: 25px !important;
  }
  /* line 3738, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--30 {
    padding: 30px 0 !important;
  }
  /* line 3742, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--30 {
    padding: 0 30px !important;
  }
  /* line 3746, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--30 {
    padding-top: 30px !important;
  }
  /* line 3750, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--30 {
    padding-bottom: 30px !important;
  }
  /* line 3754, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--30 {
    padding-left: 30px !important;
  }
  /* line 3758, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--30 {
    padding-right: 30px !important;
  }
  /* line 3762, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--30 {
    margin-top: 30px !important;
  }
  /* line 3766, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--30 {
    margin-bottom: 30px !important;
  }
  /* line 3770, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--30 {
    margin-left: 30px !important;
  }
  /* line 3774, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--35 {
    padding: 35px 0 !important;
  }
  /* line 3778, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--35 {
    padding: 0 35px !important;
  }
  /* line 3782, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--35 {
    padding-top: 35px !important;
  }
  /* line 3786, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--35 {
    padding-bottom: 35px !important;
  }
  /* line 3790, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--35 {
    padding-left: 35px !important;
  }
  /* line 3794, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--35 {
    padding-right: 35px !important;
  }
  /* line 3798, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--35 {
    margin-top: 35px !important;
  }
  /* line 3802, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--35 {
    margin-bottom: 35px !important;
  }
  /* line 3806, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--35 {
    margin-left: 35px !important;
  }
  /* line 3810, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--40 {
    padding: 40px 0 !important;
  }
  /* line 3814, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--40 {
    padding: 0 40px !important;
  }
  /* line 3818, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--40 {
    padding-top: 40px !important;
  }
  /* line 3822, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--40 {
    padding-bottom: 40px !important;
  }
  /* line 3826, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--40 {
    padding-left: 40px !important;
  }
  /* line 3830, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--40 {
    padding-right: 40px !important;
  }
  /* line 3834, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--40 {
    margin-top: 40px !important;
  }
  /* line 3838, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--40 {
    margin-bottom: 40px !important;
  }
  /* line 3842, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--40 {
    margin-left: 40px !important;
  }
  /* line 3846, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--45 {
    padding: 45px 0 !important;
  }
  /* line 3850, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--45 {
    padding: 0 45px !important;
  }
  /* line 3854, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--45 {
    padding-top: 45px !important;
  }
  /* line 3858, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--45 {
    padding-bottom: 45px !important;
  }
  /* line 3862, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--45 {
    padding-left: 45px !important;
  }
  /* line 3866, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--45 {
    padding-right: 45px !important;
  }
  /* line 3870, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--45 {
    margin-top: 45px !important;
  }
  /* line 3874, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--45 {
    margin-bottom: 45px !important;
  }
  /* line 3878, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--45 {
    margin-left: 45px !important;
  }
  /* line 3882, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--50 {
    padding: 50px 0 !important;
  }
  /* line 3886, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--50 {
    padding: 0 50px !important;
  }
  /* line 3890, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--50 {
    padding-top: 50px !important;
  }
  /* line 3894, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--50 {
    padding-bottom: 50px !important;
  }
  /* line 3898, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--50 {
    padding-left: 50px !important;
  }
  /* line 3902, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--50 {
    padding-right: 50px !important;
  }
  /* line 3906, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--50 {
    margin-top: 50px !important;
  }
  /* line 3910, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--50 {
    margin-bottom: 50px !important;
  }
  /* line 3914, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--50 {
    margin-left: 50px !important;
  }
  /* line 3918, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--55 {
    padding: 55px 0 !important;
  }
  /* line 3922, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--55 {
    padding: 0 55px !important;
  }
  /* line 3926, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--55 {
    padding-top: 55px !important;
  }
  /* line 3930, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--55 {
    padding-bottom: 55px !important;
  }
  /* line 3934, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--55 {
    padding-left: 55px !important;
  }
  /* line 3938, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--55 {
    padding-right: 55px !important;
  }
  /* line 3942, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--55 {
    margin-top: 55px !important;
  }
  /* line 3946, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--55 {
    margin-bottom: 55px !important;
  }
  /* line 3950, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--55 {
    margin-left: 55px !important;
  }
  /* line 3954, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--60 {
    padding: 60px 0 !important;
  }
  /* line 3958, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--60 {
    padding: 0 60px !important;
  }
  /* line 3962, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--60 {
    padding-top: 60px !important;
  }
  /* line 3966, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--60 {
    padding-bottom: 60px !important;
  }
  /* line 3970, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--60 {
    padding-left: 60px !important;
  }
  /* line 3974, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--60 {
    padding-right: 60px !important;
  }
  /* line 3978, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--60 {
    margin-top: 60px !important;
  }
  /* line 3982, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--60 {
    margin-bottom: 60px !important;
  }
  /* line 3986, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--60 {
    margin-left: 60px !important;
  }
  /* line 3990, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--65 {
    padding: 65px 0 !important;
  }
  /* line 3994, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--65 {
    padding: 0 65px !important;
  }
  /* line 3998, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--65 {
    padding-top: 65px !important;
  }
  /* line 4002, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--65 {
    padding-bottom: 65px !important;
  }
  /* line 4006, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--65 {
    padding-left: 65px !important;
  }
  /* line 4010, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--65 {
    padding-right: 65px !important;
  }
  /* line 4014, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--65 {
    margin-top: 65px !important;
  }
  /* line 4018, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--65 {
    margin-bottom: 65px !important;
  }
  /* line 4022, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--65 {
    margin-left: 65px !important;
  }
  /* line 4026, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--70 {
    padding: 70px 0 !important;
  }
  /* line 4030, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--70 {
    padding: 0 70px !important;
  }
  /* line 4034, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--70 {
    padding-top: 70px !important;
  }
  /* line 4038, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--70 {
    padding-bottom: 70px !important;
  }
  /* line 4042, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--70 {
    padding-left: 70px !important;
  }
  /* line 4046, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--70 {
    padding-right: 70px !important;
  }
  /* line 4050, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--70 {
    margin-top: 70px !important;
  }
  /* line 4054, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--70 {
    margin-bottom: 70px !important;
  }
  /* line 4058, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--70 {
    margin-left: 70px !important;
  }
  /* line 4062, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--75 {
    padding: 75px 0 !important;
  }
  /* line 4066, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--75 {
    padding: 0 75px !important;
  }
  /* line 4070, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--75 {
    padding-top: 75px !important;
  }
  /* line 4074, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--75 {
    padding-bottom: 75px !important;
  }
  /* line 4078, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--75 {
    padding-left: 75px !important;
  }
  /* line 4082, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--75 {
    padding-right: 75px !important;
  }
  /* line 4086, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--75 {
    margin-top: 75px !important;
  }
  /* line 4090, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--75 {
    margin-bottom: 75px !important;
  }
  /* line 4094, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--75 {
    margin-left: 75px !important;
  }
  /* line 4098, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--80 {
    padding: 80px 0 !important;
  }
  /* line 4102, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--80 {
    padding: 0 80px !important;
  }
  /* line 4106, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--80 {
    padding-top: 80px !important;
  }
  /* line 4110, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--80 {
    padding-bottom: 80px !important;
  }
  /* line 4114, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--80 {
    padding-left: 80px !important;
  }
  /* line 4118, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--80 {
    padding-right: 80px !important;
  }
  /* line 4122, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--80 {
    margin-top: 80px !important;
  }
  /* line 4126, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--80 {
    margin-bottom: 80px !important;
  }
  /* line 4130, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--80 {
    margin-left: 80px !important;
  }
  /* line 4134, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--85 {
    padding: 85px 0 !important;
  }
  /* line 4138, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--85 {
    padding: 0 85px !important;
  }
  /* line 4142, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--85 {
    padding-top: 85px !important;
  }
  /* line 4146, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--85 {
    padding-bottom: 85px !important;
  }
  /* line 4150, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--85 {
    padding-left: 85px !important;
  }
  /* line 4154, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--85 {
    padding-right: 85px !important;
  }
  /* line 4158, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--85 {
    margin-top: 85px !important;
  }
  /* line 4162, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--85 {
    margin-bottom: 85px !important;
  }
  /* line 4166, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--85 {
    margin-left: 85px !important;
  }
  /* line 4170, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--90 {
    padding: 90px 0 !important;
  }
  /* line 4174, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--90 {
    padding: 0 90px !important;
  }
  /* line 4178, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--90 {
    padding-top: 90px !important;
  }
  /* line 4182, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--90 {
    padding-bottom: 90px !important;
  }
  /* line 4186, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--90 {
    padding-left: 90px !important;
  }
  /* line 4190, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--90 {
    padding-right: 90px !important;
  }
  /* line 4194, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--90 {
    margin-top: 90px !important;
  }
  /* line 4198, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--90 {
    margin-bottom: 90px !important;
  }
  /* line 4202, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--90 {
    margin-left: 90px !important;
  }
  /* line 4206, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--95 {
    padding: 95px 0 !important;
  }
  /* line 4210, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--95 {
    padding: 0 95px !important;
  }
  /* line 4214, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--95 {
    padding-top: 95px !important;
  }
  /* line 4218, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--95 {
    padding-bottom: 95px !important;
  }
  /* line 4222, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--95 {
    padding-left: 95px !important;
  }
  /* line 4226, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--95 {
    padding-right: 95px !important;
  }
  /* line 4230, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--95 {
    margin-top: 95px !important;
  }
  /* line 4234, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--95 {
    margin-bottom: 95px !important;
  }
  /* line 4238, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--95 {
    margin-left: 95px !important;
  }
  /* line 4242, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--100 {
    padding: 100px 0 !important;
  }
  /* line 4246, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--100 {
    padding: 0 100px !important;
  }
  /* line 4250, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--100 {
    padding-top: 100px !important;
  }
  /* line 4254, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--100 {
    padding-bottom: 100px !important;
  }
  /* line 4258, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--100 {
    padding-left: 100px !important;
  }
  /* line 4262, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--100 {
    padding-right: 100px !important;
  }
  /* line 4266, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--100 {
    margin-top: 100px !important;
  }
  /* line 4270, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--100 {
    margin-bottom: 100px !important;
  }
  /* line 4274, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--100 {
    margin-left: 100px !important;
  }
  /* line 4278, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--105 {
    padding: 105px 0 !important;
  }
  /* line 4282, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--105 {
    padding: 0 105px !important;
  }
  /* line 4286, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--105 {
    padding-top: 105px !important;
  }
  /* line 4290, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--105 {
    padding-bottom: 105px !important;
  }
  /* line 4294, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--105 {
    padding-left: 105px !important;
  }
  /* line 4298, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--105 {
    padding-right: 105px !important;
  }
  /* line 4302, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--105 {
    margin-top: 105px !important;
  }
  /* line 4306, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--105 {
    margin-bottom: 105px !important;
  }
  /* line 4310, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--105 {
    margin-left: 105px !important;
  }
  /* line 4314, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--110 {
    padding: 110px 0 !important;
  }
  /* line 4318, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--110 {
    padding: 0 110px !important;
  }
  /* line 4322, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--110 {
    padding-top: 110px !important;
  }
  /* line 4326, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--110 {
    padding-bottom: 110px !important;
  }
  /* line 4330, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--110 {
    padding-left: 110px !important;
  }
  /* line 4334, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--110 {
    padding-right: 110px !important;
  }
  /* line 4338, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--110 {
    margin-top: 110px !important;
  }
  /* line 4342, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--110 {
    margin-bottom: 110px !important;
  }
  /* line 4346, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--110 {
    margin-left: 110px !important;
  }
  /* line 4350, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--115 {
    padding: 115px 0 !important;
  }
  /* line 4354, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--115 {
    padding: 0 115px !important;
  }
  /* line 4358, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--115 {
    padding-top: 115px !important;
  }
  /* line 4362, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--115 {
    padding-bottom: 115px !important;
  }
  /* line 4366, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--115 {
    padding-left: 115px !important;
  }
  /* line 4370, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--115 {
    padding-right: 115px !important;
  }
  /* line 4374, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--115 {
    margin-top: 115px !important;
  }
  /* line 4378, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--115 {
    margin-bottom: 115px !important;
  }
  /* line 4382, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--115 {
    margin-left: 115px !important;
  }
  /* line 4386, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--120 {
    padding: 120px 0 !important;
  }
  /* line 4390, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--120 {
    padding: 0 120px !important;
  }
  /* line 4394, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--120 {
    padding-top: 120px !important;
  }
  /* line 4398, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--120 {
    padding-bottom: 120px !important;
  }
  /* line 4402, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--120 {
    padding-left: 120px !important;
  }
  /* line 4406, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--120 {
    padding-right: 120px !important;
  }
  /* line 4410, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--120 {
    margin-top: 120px !important;
  }
  /* line 4414, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--120 {
    margin-bottom: 120px !important;
  }
  /* line 4418, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--120 {
    margin-left: 120px !important;
  }
  /* line 4422, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--125 {
    padding: 125px 0 !important;
  }
  /* line 4426, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--125 {
    padding: 0 125px !important;
  }
  /* line 4430, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--125 {
    padding-top: 125px !important;
  }
  /* line 4434, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--125 {
    padding-bottom: 125px !important;
  }
  /* line 4438, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--125 {
    padding-left: 125px !important;
  }
  /* line 4442, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--125 {
    padding-right: 125px !important;
  }
  /* line 4446, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--125 {
    margin-top: 125px !important;
  }
  /* line 4450, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--125 {
    margin-bottom: 125px !important;
  }
  /* line 4454, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--125 {
    margin-left: 125px !important;
  }
  /* line 4458, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--130 {
    padding: 130px 0 !important;
  }
  /* line 4462, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--130 {
    padding: 0 130px !important;
  }
  /* line 4466, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--130 {
    padding-top: 130px !important;
  }
  /* line 4470, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--130 {
    padding-bottom: 130px !important;
  }
  /* line 4474, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--130 {
    padding-left: 130px !important;
  }
  /* line 4478, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--130 {
    padding-right: 130px !important;
  }
  /* line 4482, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--130 {
    margin-top: 130px !important;
  }
  /* line 4486, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--130 {
    margin-bottom: 130px !important;
  }
  /* line 4490, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--130 {
    margin-left: 130px !important;
  }
  /* line 4494, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--135 {
    padding: 135px 0 !important;
  }
  /* line 4498, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--135 {
    padding: 0 135px !important;
  }
  /* line 4502, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--135 {
    padding-top: 135px !important;
  }
  /* line 4506, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--135 {
    padding-bottom: 135px !important;
  }
  /* line 4510, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--135 {
    padding-left: 135px !important;
  }
  /* line 4514, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--135 {
    padding-right: 135px !important;
  }
  /* line 4518, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--135 {
    margin-top: 135px !important;
  }
  /* line 4522, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--135 {
    margin-bottom: 135px !important;
  }
  /* line 4526, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--135 {
    margin-left: 135px !important;
  }
  /* line 4530, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--140 {
    padding: 140px 0 !important;
  }
  /* line 4534, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--140 {
    padding: 0 140px !important;
  }
  /* line 4538, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--140 {
    padding-top: 140px !important;
  }
  /* line 4542, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--140 {
    padding-bottom: 140px !important;
  }
  /* line 4546, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--140 {
    padding-left: 140px !important;
  }
  /* line 4550, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--140 {
    padding-right: 140px !important;
  }
  /* line 4554, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--140 {
    margin-top: 140px !important;
  }
  /* line 4558, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--140 {
    margin-bottom: 140px !important;
  }
  /* line 4562, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--140 {
    margin-left: 140px !important;
  }
  /* line 4566, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--145 {
    padding: 145px 0 !important;
  }
  /* line 4570, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--145 {
    padding: 0 145px !important;
  }
  /* line 4574, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--145 {
    padding-top: 145px !important;
  }
  /* line 4578, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--145 {
    padding-bottom: 145px !important;
  }
  /* line 4582, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--145 {
    padding-left: 145px !important;
  }
  /* line 4586, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--145 {
    padding-right: 145px !important;
  }
  /* line 4590, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--145 {
    margin-top: 145px !important;
  }
  /* line 4594, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--145 {
    margin-bottom: 145px !important;
  }
  /* line 4598, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--145 {
    margin-left: 145px !important;
  }
  /* line 4602, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--150 {
    padding: 150px 0 !important;
  }
  /* line 4606, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--150 {
    padding: 0 150px !important;
  }
  /* line 4610, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--150 {
    padding-top: 150px !important;
  }
  /* line 4614, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--150 {
    padding-bottom: 150px !important;
  }
  /* line 4618, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--150 {
    padding-left: 150px !important;
  }
  /* line 4622, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--150 {
    padding-right: 150px !important;
  }
  /* line 4626, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--150 {
    margin-top: 150px !important;
  }
  /* line 4630, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--150 {
    margin-bottom: 150px !important;
  }
  /* line 4634, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--150 {
    margin-left: 150px !important;
  }
  /* line 4638, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--155 {
    padding: 155px 0 !important;
  }
  /* line 4642, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--155 {
    padding: 0 155px !important;
  }
  /* line 4646, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--155 {
    padding-top: 155px !important;
  }
  /* line 4650, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--155 {
    padding-bottom: 155px !important;
  }
  /* line 4654, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--155 {
    padding-left: 155px !important;
  }
  /* line 4658, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--155 {
    padding-right: 155px !important;
  }
  /* line 4662, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--155 {
    margin-top: 155px !important;
  }
  /* line 4666, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--155 {
    margin-bottom: 155px !important;
  }
  /* line 4670, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--155 {
    margin-left: 155px !important;
  }
  /* line 4674, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--160 {
    padding: 160px 0 !important;
  }
  /* line 4678, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--160 {
    padding: 0 160px !important;
  }
  /* line 4682, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--160 {
    padding-top: 160px !important;
  }
  /* line 4686, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--160 {
    padding-bottom: 160px !important;
  }
  /* line 4690, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--160 {
    padding-left: 160px !important;
  }
  /* line 4694, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--160 {
    padding-right: 160px !important;
  }
  /* line 4698, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--160 {
    margin-top: 160px !important;
  }
  /* line 4702, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--160 {
    margin-bottom: 160px !important;
  }
  /* line 4706, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--160 {
    margin-left: 160px !important;
  }
  /* line 4710, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--165 {
    padding: 165px 0 !important;
  }
  /* line 4714, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--165 {
    padding: 0 165px !important;
  }
  /* line 4718, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--165 {
    padding-top: 165px !important;
  }
  /* line 4722, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--165 {
    padding-bottom: 165px !important;
  }
  /* line 4726, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--165 {
    padding-left: 165px !important;
  }
  /* line 4730, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--165 {
    padding-right: 165px !important;
  }
  /* line 4734, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--165 {
    margin-top: 165px !important;
  }
  /* line 4738, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--165 {
    margin-bottom: 165px !important;
  }
  /* line 4742, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--165 {
    margin-left: 165px !important;
  }
  /* line 4746, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--170 {
    padding: 170px 0 !important;
  }
  /* line 4750, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--170 {
    padding: 0 170px !important;
  }
  /* line 4754, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--170 {
    padding-top: 170px !important;
  }
  /* line 4758, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--170 {
    padding-bottom: 170px !important;
  }
  /* line 4762, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--170 {
    padding-left: 170px !important;
  }
  /* line 4766, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--170 {
    padding-right: 170px !important;
  }
  /* line 4770, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--170 {
    margin-top: 170px !important;
  }
  /* line 4774, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--170 {
    margin-bottom: 170px !important;
  }
  /* line 4778, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--170 {
    margin-left: 170px !important;
  }
  /* line 4782, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--175 {
    padding: 175px 0 !important;
  }
  /* line 4786, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--175 {
    padding: 0 175px !important;
  }
  /* line 4790, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--175 {
    padding-top: 175px !important;
  }
  /* line 4794, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--175 {
    padding-bottom: 175px !important;
  }
  /* line 4798, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--175 {
    padding-left: 175px !important;
  }
  /* line 4802, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--175 {
    padding-right: 175px !important;
  }
  /* line 4806, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--175 {
    margin-top: 175px !important;
  }
  /* line 4810, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--175 {
    margin-bottom: 175px !important;
  }
  /* line 4814, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--175 {
    margin-left: 175px !important;
  }
  /* line 4818, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--180 {
    padding: 180px 0 !important;
  }
  /* line 4822, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--180 {
    padding: 0 180px !important;
  }
  /* line 4826, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--180 {
    padding-top: 180px !important;
  }
  /* line 4830, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--180 {
    padding-bottom: 180px !important;
  }
  /* line 4834, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--180 {
    padding-left: 180px !important;
  }
  /* line 4838, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--180 {
    padding-right: 180px !important;
  }
  /* line 4842, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--180 {
    margin-top: 180px !important;
  }
  /* line 4846, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--180 {
    margin-bottom: 180px !important;
  }
  /* line 4850, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--180 {
    margin-left: 180px !important;
  }
  /* line 4854, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--185 {
    padding: 185px 0 !important;
  }
  /* line 4858, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--185 {
    padding: 0 185px !important;
  }
  /* line 4862, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--185 {
    padding-top: 185px !important;
  }
  /* line 4866, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--185 {
    padding-bottom: 185px !important;
  }
  /* line 4870, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--185 {
    padding-left: 185px !important;
  }
  /* line 4874, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--185 {
    padding-right: 185px !important;
  }
  /* line 4878, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--185 {
    margin-top: 185px !important;
  }
  /* line 4882, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--185 {
    margin-bottom: 185px !important;
  }
  /* line 4886, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--185 {
    margin-left: 185px !important;
  }
  /* line 4890, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--190 {
    padding: 190px 0 !important;
  }
  /* line 4894, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--190 {
    padding: 0 190px !important;
  }
  /* line 4898, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--190 {
    padding-top: 190px !important;
  }
  /* line 4902, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--190 {
    padding-bottom: 190px !important;
  }
  /* line 4906, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--190 {
    padding-left: 190px !important;
  }
  /* line 4910, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--190 {
    padding-right: 190px !important;
  }
  /* line 4914, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--190 {
    margin-top: 190px !important;
  }
  /* line 4918, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--190 {
    margin-bottom: 190px !important;
  }
  /* line 4922, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--190 {
    margin-left: 190px !important;
  }
  /* line 4926, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--195 {
    padding: 195px 0 !important;
  }
  /* line 4930, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--195 {
    padding: 0 195px !important;
  }
  /* line 4934, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--195 {
    padding-top: 195px !important;
  }
  /* line 4938, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--195 {
    padding-bottom: 195px !important;
  }
  /* line 4942, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--195 {
    padding-left: 195px !important;
  }
  /* line 4946, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--195 {
    padding-right: 195px !important;
  }
  /* line 4950, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--195 {
    margin-top: 195px !important;
  }
  /* line 4954, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--195 {
    margin-bottom: 195px !important;
  }
  /* line 4958, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--195 {
    margin-left: 195px !important;
  }
  /* line 4962, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_lg--200 {
    padding: 200px 0 !important;
  }
  /* line 4966, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_lg--200 {
    padding: 0 200px !important;
  }
  /* line 4970, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_lg--200 {
    padding-top: 200px !important;
  }
  /* line 4974, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_lg--200 {
    padding-bottom: 200px !important;
  }
  /* line 4978, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_lg--200 {
    padding-left: 200px !important;
  }
  /* line 4982, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_lg--200 {
    padding-right: 200px !important;
  }
  /* line 4986, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_lg--200 {
    margin-top: 200px !important;
  }
  /* line 4990, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_lg--200 {
    margin-bottom: 200px !important;
  }
  /* line 4994, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_lg--200 {
    margin-left: 200px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4999, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--0 {
    padding: 0 !important;
  }
  /* line 5003, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--0 {
    padding-left: 0 !important;
  }
  /* line 5007, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--0 {
    padding-right: 0 !important;
  }
  /* line 5011, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--0 {
    padding-top: 0 !important;
  }
  /* line 5015, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--0 {
    padding-bottom: 0 !important;
  }
  /* line 5019, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_md--0 {
    margin-right: 0 !important;
  }
  /* line 5023, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_md--0 {
    margin-left: 0 !important;
  }
  /* line 5027, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--0 {
    margin-top: 0 !important;
  }
  /* line 5031, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--0 {
    margin-bottom: 0 !important;
  }
  /* line 5035, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--250 {
    padding: 250px 0 !important;
  }
  /* line 5039, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--5 {
    padding: 5px 0 !important;
  }
  /* line 5043, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--5 {
    padding: 0 5px !important;
  }
  /* line 5047, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--5 {
    padding-top: 5px !important;
  }
  /* line 5051, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--5 {
    padding-bottom: 5px !important;
  }
  /* line 5055, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--5 {
    padding-left: 5px !important;
  }
  /* line 5059, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--5 {
    padding-right: 5px !important;
  }
  /* line 5063, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--5 {
    margin-top: 5px !important;
  }
  /* line 5067, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--5 {
    margin-bottom: 5px !important;
  }
  /* line 5071, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--10 {
    padding: 10px 0 !important;
  }
  /* line 5075, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--10 {
    padding: 0 10px !important;
  }
  /* line 5079, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--10 {
    padding-top: 10px !important;
  }
  /* line 5083, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--10 {
    padding-bottom: 10px !important;
  }
  /* line 5087, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--10 {
    padding-left: 10px !important;
  }
  /* line 5091, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--10 {
    padding-right: 10px !important;
  }
  /* line 5095, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--10 {
    margin-top: 10px !important;
  }
  /* line 5099, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--10 {
    margin-bottom: 10px !important;
  }
  /* line 5103, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--15 {
    padding: 15px 0 !important;
  }
  /* line 5107, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--15 {
    padding: 0 15px !important;
  }
  /* line 5111, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--15 {
    padding-top: 15px !important;
  }
  /* line 5115, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--15 {
    padding-bottom: 15px !important;
  }
  /* line 5119, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--15 {
    padding-left: 15px !important;
  }
  /* line 5123, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--15 {
    padding-right: 15px !important;
  }
  /* line 5127, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--15 {
    margin-top: 15px !important;
  }
  /* line 5131, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--15 {
    margin-bottom: 15px !important;
  }
  /* line 5135, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--20 {
    padding: 20px 0 !important;
  }
  /* line 5139, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--20 {
    padding: 0 20px !important;
  }
  /* line 5143, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--20 {
    padding-top: 20px !important;
  }
  /* line 5147, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--20 {
    padding-bottom: 20px !important;
  }
  /* line 5151, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--20 {
    padding-left: 20px !important;
  }
  /* line 5155, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--20 {
    padding-right: 20px !important;
  }
  /* line 5159, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--20 {
    margin-top: 20px !important;
  }
  /* line 5163, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--20 {
    margin-bottom: 20px !important;
  }
  /* line 5167, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--25 {
    padding: 25px 0 !important;
  }
  /* line 5171, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--25 {
    padding: 0 25px !important;
  }
  /* line 5175, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--25 {
    padding-top: 25px !important;
  }
  /* line 5179, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--25 {
    padding-bottom: 25px !important;
  }
  /* line 5183, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--25 {
    padding-left: 25px !important;
  }
  /* line 5187, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--25 {
    padding-right: 25px !important;
  }
  /* line 5191, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--25 {
    margin-top: 25px !important;
  }
  /* line 5195, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--25 {
    margin-bottom: 25px !important;
  }
  /* line 5199, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--30 {
    padding: 30px 0 !important;
  }
  /* line 5203, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--30 {
    padding: 0 30px !important;
  }
  /* line 5207, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--30 {
    padding-top: 30px !important;
  }
  /* line 5211, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--30 {
    padding-bottom: 30px !important;
  }
  /* line 5215, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--30 {
    padding-left: 30px !important;
  }
  /* line 5219, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--30 {
    padding-right: 30px !important;
  }
  /* line 5223, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--30 {
    margin-top: 30px !important;
  }
  /* line 5227, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--30 {
    margin-bottom: 30px !important;
  }
  /* line 5231, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--35 {
    padding: 35px 0 !important;
  }
  /* line 5235, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--35 {
    padding: 0 35px !important;
  }
  /* line 5239, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--35 {
    padding-top: 35px !important;
  }
  /* line 5243, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--35 {
    padding-bottom: 35px !important;
  }
  /* line 5247, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--35 {
    padding-left: 35px !important;
  }
  /* line 5251, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--35 {
    padding-right: 35px !important;
  }
  /* line 5255, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--35 {
    margin-top: 35px !important;
  }
  /* line 5259, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--35 {
    margin-bottom: 35px !important;
  }
  /* line 5263, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--40 {
    padding: 40px 0 !important;
  }
  /* line 5267, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--40 {
    padding: 0 40px !important;
  }
  /* line 5271, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--40 {
    padding-top: 40px !important;
  }
  /* line 5275, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--40 {
    padding-bottom: 40px !important;
  }
  /* line 5279, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--40 {
    padding-left: 40px !important;
  }
  /* line 5283, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--40 {
    padding-right: 40px !important;
  }
  /* line 5287, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--40 {
    margin-top: 40px !important;
  }
  /* line 5291, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--40 {
    margin-bottom: 40px !important;
  }
  /* line 5295, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--45 {
    padding: 45px 0 !important;
  }
  /* line 5299, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--45 {
    padding: 0 45px !important;
  }
  /* line 5303, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--45 {
    padding-top: 45px !important;
  }
  /* line 5307, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--45 {
    padding-bottom: 45px !important;
  }
  /* line 5311, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--45 {
    padding-left: 45px !important;
  }
  /* line 5315, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--45 {
    padding-right: 45px !important;
  }
  /* line 5319, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--45 {
    margin-top: 45px !important;
  }
  /* line 5323, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--45 {
    margin-bottom: 45px !important;
  }
  /* line 5327, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--50 {
    padding: 50px 0 !important;
  }
  /* line 5331, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--50 {
    padding: 0 50px !important;
  }
  /* line 5335, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--50 {
    padding-top: 50px !important;
  }
  /* line 5339, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--50 {
    padding-bottom: 50px !important;
  }
  /* line 5343, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--50 {
    padding-left: 50px !important;
  }
  /* line 5347, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--50 {
    padding-right: 50px !important;
  }
  /* line 5351, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--50 {
    margin-top: 50px !important;
  }
  /* line 5355, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--50 {
    margin-bottom: 50px !important;
  }
  /* line 5359, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--55 {
    padding: 55px 0 !important;
  }
  /* line 5363, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--55 {
    padding: 0 55px !important;
  }
  /* line 5367, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--55 {
    padding-top: 55px !important;
  }
  /* line 5371, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--55 {
    padding-bottom: 55px !important;
  }
  /* line 5375, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--55 {
    padding-left: 55px !important;
  }
  /* line 5379, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--55 {
    padding-right: 55px !important;
  }
  /* line 5383, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--55 {
    margin-top: 55px !important;
  }
  /* line 5387, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--55 {
    margin-bottom: 55px !important;
  }
  /* line 5391, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--60 {
    padding: 60px 0 !important;
  }
  /* line 5395, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--60 {
    padding: 0 60px !important;
  }
  /* line 5399, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--60 {
    padding-top: 60px !important;
  }
  /* line 5403, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--60 {
    padding-bottom: 60px !important;
  }
  /* line 5407, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--60 {
    padding-left: 60px !important;
  }
  /* line 5411, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--60 {
    padding-right: 60px !important;
  }
  /* line 5415, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--60 {
    margin-top: 60px !important;
  }
  /* line 5419, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--60 {
    margin-bottom: 60px !important;
  }
  /* line 5423, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--65 {
    padding: 65px 0 !important;
  }
  /* line 5427, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--65 {
    padding: 0 65px !important;
  }
  /* line 5431, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--65 {
    padding-top: 65px !important;
  }
  /* line 5435, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--65 {
    padding-bottom: 65px !important;
  }
  /* line 5439, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--65 {
    padding-left: 65px !important;
  }
  /* line 5443, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--65 {
    padding-right: 65px !important;
  }
  /* line 5447, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--65 {
    margin-top: 65px !important;
  }
  /* line 5451, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--65 {
    margin-bottom: 65px !important;
  }
  /* line 5455, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--70 {
    padding: 70px 0 !important;
  }
  /* line 5459, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--70 {
    padding: 0 70px !important;
  }
  /* line 5463, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--70 {
    padding-top: 70px !important;
  }
  /* line 5467, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--70 {
    padding-bottom: 70px !important;
  }
  /* line 5471, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--70 {
    padding-left: 70px !important;
  }
  /* line 5475, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--70 {
    padding-right: 70px !important;
  }
  /* line 5479, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--70 {
    margin-top: 70px !important;
  }
  /* line 5483, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--70 {
    margin-bottom: 70px !important;
  }
  /* line 5487, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--75 {
    padding: 75px 0 !important;
  }
  /* line 5491, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--75 {
    padding: 0 75px !important;
  }
  /* line 5495, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--75 {
    padding-top: 75px !important;
  }
  /* line 5499, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--75 {
    padding-bottom: 75px !important;
  }
  /* line 5503, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--75 {
    padding-left: 75px !important;
  }
  /* line 5507, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--75 {
    padding-right: 75px !important;
  }
  /* line 5511, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--75 {
    margin-top: 75px !important;
  }
  /* line 5515, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--75 {
    margin-bottom: 75px !important;
  }
  /* line 5519, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--80 {
    padding: 80px 0 !important;
  }
  /* line 5523, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--80 {
    padding: 0 80px !important;
  }
  /* line 5527, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--80 {
    padding-top: 80px !important;
  }
  /* line 5531, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--80 {
    padding-bottom: 80px !important;
  }
  /* line 5535, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--80 {
    padding-left: 80px !important;
  }
  /* line 5539, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--80 {
    padding-right: 80px !important;
  }
  /* line 5543, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--80 {
    margin-top: 80px !important;
  }
  /* line 5547, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--80 {
    margin-bottom: 80px !important;
  }
  /* line 5551, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--85 {
    padding: 85px 0 !important;
  }
  /* line 5555, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--85 {
    padding: 0 85px !important;
  }
  /* line 5559, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--85 {
    padding-top: 85px !important;
  }
  /* line 5563, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--85 {
    padding-bottom: 85px !important;
  }
  /* line 5567, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--85 {
    padding-left: 85px !important;
  }
  /* line 5571, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--85 {
    padding-right: 85px !important;
  }
  /* line 5575, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--85 {
    margin-top: 85px !important;
  }
  /* line 5579, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--85 {
    margin-bottom: 85px !important;
  }
  /* line 5583, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--90 {
    padding: 90px 0 !important;
  }
  /* line 5587, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--90 {
    padding: 0 90px !important;
  }
  /* line 5591, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--90 {
    padding-top: 90px !important;
  }
  /* line 5595, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--90 {
    padding-bottom: 90px !important;
  }
  /* line 5599, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--90 {
    padding-left: 90px !important;
  }
  /* line 5603, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--90 {
    padding-right: 90px !important;
  }
  /* line 5607, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--90 {
    margin-top: 90px !important;
  }
  /* line 5611, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--90 {
    margin-bottom: 90px !important;
  }
  /* line 5615, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--95 {
    padding: 95px 0 !important;
  }
  /* line 5619, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--95 {
    padding: 0 95px !important;
  }
  /* line 5623, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--95 {
    padding-top: 95px !important;
  }
  /* line 5627, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--95 {
    padding-bottom: 95px !important;
  }
  /* line 5631, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--95 {
    padding-left: 95px !important;
  }
  /* line 5635, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--95 {
    padding-right: 95px !important;
  }
  /* line 5639, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--95 {
    margin-top: 95px !important;
  }
  /* line 5643, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--95 {
    margin-bottom: 95px !important;
  }
  /* line 5647, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--100 {
    padding: 100px 0 !important;
  }
  /* line 5651, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--100 {
    padding: 0 100px !important;
  }
  /* line 5655, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--100 {
    padding-top: 100px !important;
  }
  /* line 5659, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--100 {
    padding-bottom: 100px !important;
  }
  /* line 5663, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--100 {
    padding-left: 100px !important;
  }
  /* line 5667, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--100 {
    padding-right: 100px !important;
  }
  /* line 5671, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--100 {
    margin-top: 100px !important;
  }
  /* line 5675, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--100 {
    margin-bottom: 100px !important;
  }
  /* line 5679, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--105 {
    padding: 105px 0 !important;
  }
  /* line 5683, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--105 {
    padding: 0 105px !important;
  }
  /* line 5687, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--105 {
    padding-top: 105px !important;
  }
  /* line 5691, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--105 {
    padding-bottom: 105px !important;
  }
  /* line 5695, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--105 {
    padding-left: 105px !important;
  }
  /* line 5699, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--105 {
    padding-right: 105px !important;
  }
  /* line 5703, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--105 {
    margin-top: 105px !important;
  }
  /* line 5707, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--105 {
    margin-bottom: 105px !important;
  }
  /* line 5711, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--110 {
    padding: 110px 0 !important;
  }
  /* line 5715, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--110 {
    padding: 0 110px !important;
  }
  /* line 5719, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--110 {
    padding-top: 110px !important;
  }
  /* line 5723, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--110 {
    padding-bottom: 110px !important;
  }
  /* line 5727, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--110 {
    padding-left: 110px !important;
  }
  /* line 5731, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--110 {
    padding-right: 110px !important;
  }
  /* line 5735, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--110 {
    margin-top: 110px !important;
  }
  /* line 5739, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--110 {
    margin-bottom: 110px !important;
  }
  /* line 5743, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--115 {
    padding: 115px 0 !important;
  }
  /* line 5747, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--115 {
    padding: 0 115px !important;
  }
  /* line 5751, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--115 {
    padding-top: 115px !important;
  }
  /* line 5755, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--115 {
    padding-bottom: 115px !important;
  }
  /* line 5759, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--115 {
    padding-left: 115px !important;
  }
  /* line 5763, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--115 {
    padding-right: 115px !important;
  }
  /* line 5767, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--115 {
    margin-top: 115px !important;
  }
  /* line 5771, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--115 {
    margin-bottom: 115px !important;
  }
  /* line 5775, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--120 {
    padding: 120px 0 !important;
  }
  /* line 5779, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--120 {
    padding: 0 120px !important;
  }
  /* line 5783, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--120 {
    padding-top: 120px !important;
  }
  /* line 5787, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--120 {
    padding-bottom: 120px !important;
  }
  /* line 5791, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--120 {
    padding-left: 120px !important;
  }
  /* line 5795, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--120 {
    padding-right: 120px !important;
  }
  /* line 5799, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--120 {
    margin-top: 120px !important;
  }
  /* line 5803, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--120 {
    margin-bottom: 120px !important;
  }
  /* line 5807, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--125 {
    padding: 125px 0 !important;
  }
  /* line 5811, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--125 {
    padding: 0 125px !important;
  }
  /* line 5815, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--125 {
    padding-top: 125px !important;
  }
  /* line 5819, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--125 {
    padding-bottom: 125px !important;
  }
  /* line 5823, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--125 {
    padding-left: 125px !important;
  }
  /* line 5827, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--125 {
    padding-right: 125px !important;
  }
  /* line 5831, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--125 {
    margin-top: 125px !important;
  }
  /* line 5835, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--125 {
    margin-bottom: 125px !important;
  }
  /* line 5839, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--130 {
    padding: 130px 0 !important;
  }
  /* line 5843, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--130 {
    padding: 0 130px !important;
  }
  /* line 5847, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--130 {
    padding-top: 130px !important;
  }
  /* line 5851, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--130 {
    padding-bottom: 130px !important;
  }
  /* line 5855, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--130 {
    padding-left: 130px !important;
  }
  /* line 5859, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--130 {
    padding-right: 130px !important;
  }
  /* line 5863, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--130 {
    margin-top: 130px !important;
  }
  /* line 5867, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--130 {
    margin-bottom: 130px !important;
  }
  /* line 5871, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--135 {
    padding: 135px 0 !important;
  }
  /* line 5875, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--135 {
    padding: 0 135px !important;
  }
  /* line 5879, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--135 {
    padding-top: 135px !important;
  }
  /* line 5883, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--135 {
    padding-bottom: 135px !important;
  }
  /* line 5887, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--135 {
    padding-left: 135px !important;
  }
  /* line 5891, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--135 {
    padding-right: 135px !important;
  }
  /* line 5895, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--135 {
    margin-top: 135px !important;
  }
  /* line 5899, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--135 {
    margin-bottom: 135px !important;
  }
  /* line 5903, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--140 {
    padding: 140px 0 !important;
  }
  /* line 5907, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--140 {
    padding: 0 140px !important;
  }
  /* line 5911, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--140 {
    padding-top: 140px !important;
  }
  /* line 5915, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--140 {
    padding-bottom: 140px !important;
  }
  /* line 5919, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--140 {
    padding-left: 140px !important;
  }
  /* line 5923, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--140 {
    padding-right: 140px !important;
  }
  /* line 5927, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--140 {
    margin-top: 140px !important;
  }
  /* line 5931, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--140 {
    margin-bottom: 140px !important;
  }
  /* line 5935, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--145 {
    padding: 145px 0 !important;
  }
  /* line 5939, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--145 {
    padding: 0 145px !important;
  }
  /* line 5943, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--145 {
    padding-top: 145px !important;
  }
  /* line 5947, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--145 {
    padding-bottom: 145px !important;
  }
  /* line 5951, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--145 {
    padding-left: 145px !important;
  }
  /* line 5955, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--145 {
    padding-right: 145px !important;
  }
  /* line 5959, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--145 {
    margin-top: 145px !important;
  }
  /* line 5963, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--145 {
    margin-bottom: 145px !important;
  }
  /* line 5967, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--150 {
    padding: 150px 0 !important;
  }
  /* line 5971, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--150 {
    padding: 0 150px !important;
  }
  /* line 5975, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--150 {
    padding-top: 150px !important;
  }
  /* line 5979, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--150 {
    padding-bottom: 150px !important;
  }
  /* line 5983, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--150 {
    padding-left: 150px !important;
  }
  /* line 5987, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--150 {
    padding-right: 150px !important;
  }
  /* line 5991, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--150 {
    margin-top: 150px !important;
  }
  /* line 5995, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--150 {
    margin-bottom: 150px !important;
  }
  /* line 5999, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--155 {
    padding: 155px 0 !important;
  }
  /* line 6003, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--155 {
    padding: 0 155px !important;
  }
  /* line 6007, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--155 {
    padding-top: 155px !important;
  }
  /* line 6011, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--155 {
    padding-bottom: 155px !important;
  }
  /* line 6015, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--155 {
    padding-left: 155px !important;
  }
  /* line 6019, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--155 {
    padding-right: 155px !important;
  }
  /* line 6023, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--155 {
    margin-top: 155px !important;
  }
  /* line 6027, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--155 {
    margin-bottom: 155px !important;
  }
  /* line 6031, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--160 {
    padding: 160px 0 !important;
  }
  /* line 6035, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--160 {
    padding: 0 160px !important;
  }
  /* line 6039, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--160 {
    padding-top: 160px !important;
  }
  /* line 6043, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--160 {
    padding-bottom: 160px !important;
  }
  /* line 6047, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--160 {
    padding-left: 160px !important;
  }
  /* line 6051, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--160 {
    padding-right: 160px !important;
  }
  /* line 6055, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--160 {
    margin-top: 160px !important;
  }
  /* line 6059, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--160 {
    margin-bottom: 160px !important;
  }
  /* line 6063, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--165 {
    padding: 165px 0 !important;
  }
  /* line 6067, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--165 {
    padding: 0 165px !important;
  }
  /* line 6071, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--165 {
    padding-top: 165px !important;
  }
  /* line 6075, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--165 {
    padding-bottom: 165px !important;
  }
  /* line 6079, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--165 {
    padding-left: 165px !important;
  }
  /* line 6083, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--165 {
    padding-right: 165px !important;
  }
  /* line 6087, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--165 {
    margin-top: 165px !important;
  }
  /* line 6091, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--165 {
    margin-bottom: 165px !important;
  }
  /* line 6095, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--170 {
    padding: 170px 0 !important;
  }
  /* line 6099, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--170 {
    padding: 0 170px !important;
  }
  /* line 6103, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--170 {
    padding-top: 170px !important;
  }
  /* line 6107, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--170 {
    padding-bottom: 170px !important;
  }
  /* line 6111, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--170 {
    padding-left: 170px !important;
  }
  /* line 6115, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--170 {
    padding-right: 170px !important;
  }
  /* line 6119, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--170 {
    margin-top: 170px !important;
  }
  /* line 6123, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--170 {
    margin-bottom: 170px !important;
  }
  /* line 6127, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--175 {
    padding: 175px 0 !important;
  }
  /* line 6131, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--175 {
    padding: 0 175px !important;
  }
  /* line 6135, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--175 {
    padding-top: 175px !important;
  }
  /* line 6139, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--175 {
    padding-bottom: 175px !important;
  }
  /* line 6143, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--175 {
    padding-left: 175px !important;
  }
  /* line 6147, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--175 {
    padding-right: 175px !important;
  }
  /* line 6151, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--175 {
    margin-top: 175px !important;
  }
  /* line 6155, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--175 {
    margin-bottom: 175px !important;
  }
  /* line 6159, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--180 {
    padding: 180px 0 !important;
  }
  /* line 6163, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--180 {
    padding: 0 180px !important;
  }
  /* line 6167, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--180 {
    padding-top: 180px !important;
  }
  /* line 6171, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--180 {
    padding-bottom: 180px !important;
  }
  /* line 6175, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--180 {
    padding-left: 180px !important;
  }
  /* line 6179, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--180 {
    padding-right: 180px !important;
  }
  /* line 6183, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--180 {
    margin-top: 180px !important;
  }
  /* line 6187, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--180 {
    margin-bottom: 180px !important;
  }
  /* line 6191, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--185 {
    padding: 185px 0 !important;
  }
  /* line 6195, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--185 {
    padding: 0 185px !important;
  }
  /* line 6199, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--185 {
    padding-top: 185px !important;
  }
  /* line 6203, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--185 {
    padding-bottom: 185px !important;
  }
  /* line 6207, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--185 {
    padding-left: 185px !important;
  }
  /* line 6211, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--185 {
    padding-right: 185px !important;
  }
  /* line 6215, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--185 {
    margin-top: 185px !important;
  }
  /* line 6219, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--185 {
    margin-bottom: 185px !important;
  }
  /* line 6223, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--190 {
    padding: 190px 0 !important;
  }
  /* line 6227, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--190 {
    padding: 0 190px !important;
  }
  /* line 6231, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--190 {
    padding-top: 190px !important;
  }
  /* line 6235, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--190 {
    padding-bottom: 190px !important;
  }
  /* line 6239, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--190 {
    padding-left: 190px !important;
  }
  /* line 6243, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--190 {
    padding-right: 190px !important;
  }
  /* line 6247, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--190 {
    margin-top: 190px !important;
  }
  /* line 6251, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--190 {
    margin-bottom: 190px !important;
  }
  /* line 6255, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--195 {
    padding: 195px 0 !important;
  }
  /* line 6259, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--195 {
    padding: 0 195px !important;
  }
  /* line 6263, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--195 {
    padding-top: 195px !important;
  }
  /* line 6267, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--195 {
    padding-bottom: 195px !important;
  }
  /* line 6271, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--195 {
    padding-left: 195px !important;
  }
  /* line 6275, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--195 {
    padding-right: 195px !important;
  }
  /* line 6279, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--195 {
    margin-top: 195px !important;
  }
  /* line 6283, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--195 {
    margin-bottom: 195px !important;
  }
  /* line 6287, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_md--200 {
    padding: 200px 0 !important;
  }
  /* line 6291, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--200 {
    padding: 0 200px !important;
  }
  /* line 6295, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_md--200 {
    padding-top: 200px !important;
  }
  /* line 6299, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_md--200 {
    padding-bottom: 200px !important;
  }
  /* line 6303, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_md--200 {
    padding-left: 200px !important;
  }
  /* line 6307, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_md--200 {
    padding-right: 200px !important;
  }
  /* line 6311, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_md--200 {
    margin-top: 200px !important;
  }
  /* line 6315, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_md--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 6320, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  /* line 6324, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--0 {
    padding: 0 !important;
  }
  /* line 6328, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--0 {
    padding-left: 0 !important;
  }
  /* line 6332, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--0 {
    padding-right: 0 !important;
  }
  /* line 6336, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--0 {
    padding-top: 0 !important;
  }
  /* line 6340, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  /* line 6344, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--0 {
    margin-right: 0 !important;
  }
  /* line 6348, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--0 {
    margin-left: 0 !important;
  }
  /* line 6352, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--0 {
    margin-top: 0 !important;
  }
  /* line 6356, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  /* line 6360, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--150 {
    padding-top: 150px !important;
  }
  /* line 6364, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  /* line 6368, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  /* line 6372, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--5 {
    padding: 0 5px !important;
  }
  /* line 6376, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--5 {
    padding-top: 5px !important;
  }
  /* line 6380, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  /* line 6384, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--5 {
    padding-left: 5px !important;
  }
  /* line 6388, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--5 {
    padding-right: 5px !important;
  }
  /* line 6392, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--5 {
    margin-top: 5px !important;
  }
  /* line 6396, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--5 {
    margin-left: 5px !important;
  }
  /* line 6400, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--5 {
    margin-right: 5px !important;
  }
  /* line 6404, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  /* line 6408, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  /* line 6412, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--10 {
    padding: 0 10px !important;
  }
  /* line 6416, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--10 {
    padding-top: 10px !important;
  }
  /* line 6420, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  /* line 6424, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--10 {
    padding-left: 10px !important;
  }
  /* line 6428, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--10 {
    padding-right: 10px !important;
  }
  /* line 6432, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--10 {
    margin-top: 10px !important;
  }
  /* line 6436, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--10 {
    margin-left: 10px !important;
  }
  /* line 6440, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--10 {
    margin-right: 10px !important;
  }
  /* line 6444, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  /* line 6448, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  /* line 6452, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--15 {
    padding: 0 15px !important;
  }
  /* line 6456, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--15 {
    padding-top: 15px !important;
  }
  /* line 6460, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  /* line 6464, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--15 {
    padding-left: 15px !important;
  }
  /* line 6468, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--15 {
    padding-right: 15px !important;
  }
  /* line 6472, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--15 {
    margin-top: 15px !important;
  }
  /* line 6476, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--15 {
    margin-left: 15px !important;
  }
  /* line 6480, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--15 {
    margin-right: 15px !important;
  }
  /* line 6484, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  /* line 6488, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  /* line 6492, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--20 {
    padding: 0 20px !important;
  }
  /* line 6496, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--20 {
    padding-top: 20px !important;
  }
  /* line 6500, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  /* line 6504, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--20 {
    padding-left: 20px !important;
  }
  /* line 6508, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--20 {
    padding-right: 20px !important;
  }
  /* line 6512, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--20 {
    margin-top: 20px !important;
  }
  /* line 6516, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--20 {
    margin-left: 20px !important;
  }
  /* line 6520, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--20 {
    margin-right: 20px !important;
  }
  /* line 6524, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  /* line 6528, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  /* line 6532, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--25 {
    padding: 0 25px !important;
  }
  /* line 6536, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--25 {
    padding-top: 25px !important;
  }
  /* line 6540, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  /* line 6544, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--25 {
    padding-left: 25px !important;
  }
  /* line 6548, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--25 {
    padding-right: 25px !important;
  }
  /* line 6552, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--25 {
    margin-top: 25px !important;
  }
  /* line 6556, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--25 {
    margin-left: 25px !important;
  }
  /* line 6560, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--25 {
    margin-right: 25px !important;
  }
  /* line 6564, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  /* line 6568, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  /* line 6572, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--30 {
    padding: 0 30px !important;
  }
  /* line 6576, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--30 {
    padding-top: 30px !important;
  }
  /* line 6580, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  /* line 6584, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--30 {
    padding-left: 30px !important;
  }
  /* line 6588, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--30 {
    padding-right: 30px !important;
  }
  /* line 6592, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--30 {
    margin-top: 30px !important;
  }
  /* line 6596, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--30 {
    margin-left: 30px !important;
  }
  /* line 6600, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--30 {
    margin-right: 30px !important;
  }
  /* line 6604, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  /* line 6608, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  /* line 6612, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--35 {
    padding: 0 35px !important;
  }
  /* line 6616, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--35 {
    padding-top: 35px !important;
  }
  /* line 6620, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  /* line 6624, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--35 {
    padding-left: 35px !important;
  }
  /* line 6628, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--35 {
    padding-right: 35px !important;
  }
  /* line 6632, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--35 {
    margin-top: 35px !important;
  }
  /* line 6636, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--35 {
    margin-left: 35px !important;
  }
  /* line 6640, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--35 {
    margin-right: 35px !important;
  }
  /* line 6644, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  /* line 6648, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  /* line 6652, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--40 {
    padding: 0 40px !important;
  }
  /* line 6656, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--40 {
    padding-top: 40px !important;
  }
  /* line 6660, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  /* line 6664, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--40 {
    padding-left: 40px !important;
  }
  /* line 6668, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--40 {
    padding-right: 40px !important;
  }
  /* line 6672, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--40 {
    margin-top: 40px !important;
  }
  /* line 6676, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--40 {
    margin-left: 40px !important;
  }
  /* line 6680, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--40 {
    margin-right: 40px !important;
  }
  /* line 6684, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  /* line 6688, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  /* line 6692, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--45 {
    padding: 0 45px !important;
  }
  /* line 6696, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--45 {
    padding-top: 45px !important;
  }
  /* line 6700, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  /* line 6704, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--45 {
    padding-left: 45px !important;
  }
  /* line 6708, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--45 {
    padding-right: 45px !important;
  }
  /* line 6712, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--45 {
    margin-top: 45px !important;
  }
  /* line 6716, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--45 {
    margin-left: 45px !important;
  }
  /* line 6720, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--45 {
    margin-right: 45px !important;
  }
  /* line 6724, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  /* line 6728, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  /* line 6732, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--50 {
    padding: 0 50px !important;
  }
  /* line 6736, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--50 {
    padding-top: 50px !important;
  }
  /* line 6740, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  /* line 6744, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--50 {
    padding-left: 50px !important;
  }
  /* line 6748, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--50 {
    padding-right: 50px !important;
  }
  /* line 6752, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--50 {
    margin-top: 50px !important;
  }
  /* line 6756, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--50 {
    margin-left: 50px !important;
  }
  /* line 6760, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--50 {
    margin-right: 50px !important;
  }
  /* line 6764, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  /* line 6768, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  /* line 6772, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--55 {
    padding: 0 55px !important;
  }
  /* line 6776, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--55 {
    padding-top: 55px !important;
  }
  /* line 6780, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  /* line 6784, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--55 {
    padding-left: 55px !important;
  }
  /* line 6788, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--55 {
    padding-right: 55px !important;
  }
  /* line 6792, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--55 {
    margin-top: 55px !important;
  }
  /* line 6796, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--55 {
    margin-left: 55px !important;
  }
  /* line 6800, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--55 {
    margin-right: 55px !important;
  }
  /* line 6804, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  /* line 6808, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  /* line 6812, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--60 {
    padding: 0 60px !important;
  }
  /* line 6816, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--60 {
    padding-top: 60px !important;
  }
  /* line 6820, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  /* line 6824, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--60 {
    padding-left: 60px !important;
  }
  /* line 6828, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--60 {
    padding-right: 60px !important;
  }
  /* line 6832, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--60 {
    margin-top: 60px !important;
  }
  /* line 6836, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--60 {
    margin-left: 60px !important;
  }
  /* line 6840, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--60 {
    margin-right: 60px !important;
  }
  /* line 6844, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  /* line 6848, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  /* line 6852, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--65 {
    padding: 0 65px !important;
  }
  /* line 6856, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--65 {
    padding-top: 65px !important;
  }
  /* line 6860, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  /* line 6864, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--65 {
    padding-left: 65px !important;
  }
  /* line 6868, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--65 {
    padding-right: 65px !important;
  }
  /* line 6872, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--65 {
    margin-top: 65px !important;
  }
  /* line 6876, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--65 {
    margin-left: 65px !important;
  }
  /* line 6880, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--65 {
    margin-right: 65px !important;
  }
  /* line 6884, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  /* line 6888, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  /* line 6892, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--70 {
    padding: 0 70px !important;
  }
  /* line 6896, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--70 {
    padding-top: 70px !important;
  }
  /* line 6900, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  /* line 6904, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--70 {
    padding-left: 70px !important;
  }
  /* line 6908, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--70 {
    padding-right: 70px !important;
  }
  /* line 6912, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--70 {
    margin-top: 70px !important;
  }
  /* line 6916, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--70 {
    margin-left: 70px !important;
  }
  /* line 6920, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--70 {
    margin-right: 70px !important;
  }
  /* line 6924, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  /* line 6928, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  /* line 6932, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--75 {
    padding: 0 75px !important;
  }
  /* line 6936, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--75 {
    padding-top: 75px !important;
  }
  /* line 6940, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  /* line 6944, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--75 {
    padding-left: 75px !important;
  }
  /* line 6948, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--75 {
    padding-right: 75px !important;
  }
  /* line 6952, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--75 {
    margin-top: 75px !important;
  }
  /* line 6956, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--75 {
    margin-left: 75px !important;
  }
  /* line 6960, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--75 {
    margin-right: 75px !important;
  }
  /* line 6964, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  /* line 6968, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  /* line 6972, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--80 {
    padding: 0 80px !important;
  }
  /* line 6976, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--80 {
    padding-top: 80px !important;
  }
  /* line 6980, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  /* line 6984, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--80 {
    padding-left: 80px !important;
  }
  /* line 6988, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--80 {
    padding-right: 80px !important;
  }
  /* line 6992, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--80 {
    margin-top: 80px !important;
  }
  /* line 6996, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--80 {
    margin-left: 80px !important;
  }
  /* line 7000, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--80 {
    margin-right: 80px !important;
  }
  /* line 7004, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  /* line 7008, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  /* line 7012, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--85 {
    padding: 0 85px !important;
  }
  /* line 7016, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--85 {
    padding-top: 85px !important;
  }
  /* line 7020, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  /* line 7024, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--85 {
    padding-left: 85px !important;
  }
  /* line 7028, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--85 {
    padding-right: 85px !important;
  }
  /* line 7032, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--85 {
    margin-top: 85px !important;
  }
  /* line 7036, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--85 {
    margin-left: 85px !important;
  }
  /* line 7040, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--85 {
    margin-right: 85px !important;
  }
  /* line 7044, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  /* line 7048, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  /* line 7052, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--90 {
    padding: 0 90px !important;
  }
  /* line 7056, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--90 {
    padding-top: 90px !important;
  }
  /* line 7060, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  /* line 7064, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--90 {
    padding-left: 90px !important;
  }
  /* line 7068, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--90 {
    padding-right: 90px !important;
  }
  /* line 7072, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--90 {
    margin-top: 90px !important;
  }
  /* line 7076, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--90 {
    margin-left: 90px !important;
  }
  /* line 7080, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--90 {
    margin-right: 90px !important;
  }
  /* line 7084, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  /* line 7088, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  /* line 7092, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--95 {
    padding: 0 95px !important;
  }
  /* line 7096, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--95 {
    padding-top: 95px !important;
  }
  /* line 7100, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  /* line 7104, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--95 {
    padding-left: 95px !important;
  }
  /* line 7108, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--95 {
    padding-right: 95px !important;
  }
  /* line 7112, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--95 {
    margin-top: 95px !important;
  }
  /* line 7116, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--95 {
    margin-left: 95px !important;
  }
  /* line 7120, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--95 {
    margin-right: 95px !important;
  }
  /* line 7124, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  /* line 7128, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  /* line 7132, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--100 {
    padding: 0 100px !important;
  }
  /* line 7136, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--100 {
    padding-top: 100px !important;
  }
  /* line 7140, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  /* line 7144, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--100 {
    padding-left: 100px !important;
  }
  /* line 7148, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--100 {
    padding-right: 100px !important;
  }
  /* line 7152, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--100 {
    margin-top: 100px !important;
  }
  /* line 7156, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--100 {
    margin-left: 100px !important;
  }
  /* line 7160, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--100 {
    margin-right: 100px !important;
  }
  /* line 7164, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  /* line 7168, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--105 {
    padding: 105px 0 !important;
  }
  /* line 7172, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--105 {
    padding: 0 105px !important;
  }
  /* line 7176, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--105 {
    padding-top: 105px !important;
  }
  /* line 7180, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--105 {
    padding-bottom: 105px !important;
  }
  /* line 7184, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--105 {
    padding-left: 105px !important;
  }
  /* line 7188, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--105 {
    padding-right: 105px !important;
  }
  /* line 7192, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--105 {
    margin-top: 105px !important;
  }
  /* line 7196, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--105 {
    margin-left: 105px !important;
  }
  /* line 7200, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--105 {
    margin-right: 105px !important;
  }
  /* line 7204, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--105 {
    margin-bottom: 105px !important;
  }
  /* line 7208, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--110 {
    padding: 110px 0 !important;
  }
  /* line 7212, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--110 {
    padding: 0 110px !important;
  }
  /* line 7216, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--110 {
    padding-top: 110px !important;
  }
  /* line 7220, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  /* line 7224, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--110 {
    padding-left: 110px !important;
  }
  /* line 7228, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--110 {
    padding-right: 110px !important;
  }
  /* line 7232, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--110 {
    margin-top: 110px !important;
  }
  /* line 7236, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--110 {
    margin-left: 110px !important;
  }
  /* line 7240, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--110 {
    margin-right: 110px !important;
  }
  /* line 7244, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--110 {
    margin-bottom: 110px !important;
  }
  /* line 7248, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--115 {
    padding: 115px 0 !important;
  }
  /* line 7252, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--115 {
    padding: 0 115px !important;
  }
  /* line 7256, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--115 {
    padding-top: 115px !important;
  }
  /* line 7260, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--115 {
    padding-bottom: 115px !important;
  }
  /* line 7264, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--115 {
    padding-left: 115px !important;
  }
  /* line 7268, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--115 {
    padding-right: 115px !important;
  }
  /* line 7272, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--115 {
    margin-top: 115px !important;
  }
  /* line 7276, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--115 {
    margin-left: 115px !important;
  }
  /* line 7280, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--115 {
    margin-right: 115px !important;
  }
  /* line 7284, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--115 {
    margin-bottom: 115px !important;
  }
  /* line 7288, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--120 {
    padding: 120px 0 !important;
  }
  /* line 7292, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--120 {
    padding: 0 120px !important;
  }
  /* line 7296, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--120 {
    padding-top: 120px !important;
  }
  /* line 7300, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--120 {
    padding-bottom: 120px !important;
  }
  /* line 7304, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--120 {
    padding-left: 120px !important;
  }
  /* line 7308, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--120 {
    padding-right: 120px !important;
  }
  /* line 7312, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--120 {
    margin-top: 120px !important;
  }
  /* line 7316, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--120 {
    margin-left: 120px !important;
  }
  /* line 7320, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--120 {
    margin-right: 120px !important;
  }
  /* line 7324, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--120 {
    margin-bottom: 120px !important;
  }
  /* line 7328, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--125 {
    padding: 125px 0 !important;
  }
  /* line 7332, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--125 {
    padding: 0 125px !important;
  }
  /* line 7336, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--125 {
    padding-top: 125px !important;
  }
  /* line 7340, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--125 {
    padding-bottom: 125px !important;
  }
  /* line 7344, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--125 {
    padding-left: 125px !important;
  }
  /* line 7348, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--125 {
    padding-right: 125px !important;
  }
  /* line 7352, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--125 {
    margin-top: 125px !important;
  }
  /* line 7356, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--125 {
    margin-left: 125px !important;
  }
  /* line 7360, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--125 {
    margin-right: 125px !important;
  }
  /* line 7364, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--125 {
    margin-bottom: 125px !important;
  }
  /* line 7368, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--130 {
    padding: 130px 0 !important;
  }
  /* line 7372, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--130 {
    padding: 0 130px !important;
  }
  /* line 7376, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--130 {
    padding-top: 130px !important;
  }
  /* line 7380, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--130 {
    padding-bottom: 130px !important;
  }
  /* line 7384, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--130 {
    padding-left: 130px !important;
  }
  /* line 7388, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--130 {
    padding-right: 130px !important;
  }
  /* line 7392, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--130 {
    margin-top: 130px !important;
  }
  /* line 7396, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--130 {
    margin-left: 130px !important;
  }
  /* line 7400, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--130 {
    margin-right: 130px !important;
  }
  /* line 7404, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--130 {
    margin-bottom: 130px !important;
  }
  /* line 7408, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--135 {
    padding: 135px 0 !important;
  }
  /* line 7412, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--135 {
    padding: 0 135px !important;
  }
  /* line 7416, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--135 {
    padding-top: 135px !important;
  }
  /* line 7420, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--135 {
    padding-bottom: 135px !important;
  }
  /* line 7424, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--135 {
    padding-left: 135px !important;
  }
  /* line 7428, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--135 {
    padding-right: 135px !important;
  }
  /* line 7432, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--135 {
    margin-top: 135px !important;
  }
  /* line 7436, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--135 {
    margin-left: 135px !important;
  }
  /* line 7440, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--135 {
    margin-right: 135px !important;
  }
  /* line 7444, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--135 {
    margin-bottom: 135px !important;
  }
  /* line 7448, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--140 {
    padding: 140px 0 !important;
  }
  /* line 7452, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--140 {
    padding: 0 140px !important;
  }
  /* line 7456, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--140 {
    padding-top: 140px !important;
  }
  /* line 7460, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--140 {
    padding-bottom: 140px !important;
  }
  /* line 7464, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--140 {
    padding-left: 140px !important;
  }
  /* line 7468, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--140 {
    padding-right: 140px !important;
  }
  /* line 7472, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--140 {
    margin-top: 140px !important;
  }
  /* line 7476, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--140 {
    margin-left: 140px !important;
  }
  /* line 7480, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--140 {
    margin-right: 140px !important;
  }
  /* line 7484, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--140 {
    margin-bottom: 140px !important;
  }
  /* line 7488, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--145 {
    padding: 145px 0 !important;
  }
  /* line 7492, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--145 {
    padding: 0 145px !important;
  }
  /* line 7496, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--145 {
    padding-top: 145px !important;
  }
  /* line 7500, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--145 {
    padding-bottom: 145px !important;
  }
  /* line 7504, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--145 {
    padding-left: 145px !important;
  }
  /* line 7508, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--145 {
    padding-right: 145px !important;
  }
  /* line 7512, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--145 {
    margin-top: 145px !important;
  }
  /* line 7516, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--145 {
    margin-left: 145px !important;
  }
  /* line 7520, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--145 {
    margin-right: 145px !important;
  }
  /* line 7524, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--145 {
    margin-bottom: 145px !important;
  }
  /* line 7528, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--150 {
    padding: 150px 0 !important;
  }
  /* line 7532, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--150 {
    padding: 0 150px !important;
  }
  /* line 7536, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--150 {
    padding-top: 150px !important;
  }
  /* line 7540, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--150 {
    padding-bottom: 150px !important;
  }
  /* line 7544, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--150 {
    padding-left: 150px !important;
  }
  /* line 7548, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--150 {
    padding-right: 150px !important;
  }
  /* line 7552, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--150 {
    margin-top: 150px !important;
  }
  /* line 7556, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--150 {
    margin-left: 150px !important;
  }
  /* line 7560, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--150 {
    margin-right: 150px !important;
  }
  /* line 7564, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--150 {
    margin-bottom: 150px !important;
  }
  /* line 7568, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--155 {
    padding: 155px 0 !important;
  }
  /* line 7572, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--155 {
    padding: 0 155px !important;
  }
  /* line 7576, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--155 {
    padding-top: 155px !important;
  }
  /* line 7580, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--155 {
    padding-bottom: 155px !important;
  }
  /* line 7584, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--155 {
    padding-left: 155px !important;
  }
  /* line 7588, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--155 {
    padding-right: 155px !important;
  }
  /* line 7592, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--155 {
    margin-top: 155px !important;
  }
  /* line 7596, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--155 {
    margin-left: 155px !important;
  }
  /* line 7600, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--155 {
    margin-right: 155px !important;
  }
  /* line 7604, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--155 {
    margin-bottom: 155px !important;
  }
  /* line 7608, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--160 {
    padding: 160px 0 !important;
  }
  /* line 7612, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--160 {
    padding: 0 160px !important;
  }
  /* line 7616, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--160 {
    padding-top: 160px !important;
  }
  /* line 7620, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--160 {
    padding-bottom: 160px !important;
  }
  /* line 7624, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--160 {
    padding-left: 160px !important;
  }
  /* line 7628, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--160 {
    padding-right: 160px !important;
  }
  /* line 7632, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--160 {
    margin-top: 160px !important;
  }
  /* line 7636, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--160 {
    margin-left: 160px !important;
  }
  /* line 7640, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--160 {
    margin-right: 160px !important;
  }
  /* line 7644, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--160 {
    margin-bottom: 160px !important;
  }
  /* line 7648, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--165 {
    padding: 165px 0 !important;
  }
  /* line 7652, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--165 {
    padding: 0 165px !important;
  }
  /* line 7656, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--165 {
    padding-top: 165px !important;
  }
  /* line 7660, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--165 {
    padding-bottom: 165px !important;
  }
  /* line 7664, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--165 {
    padding-left: 165px !important;
  }
  /* line 7668, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--165 {
    padding-right: 165px !important;
  }
  /* line 7672, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--165 {
    margin-top: 165px !important;
  }
  /* line 7676, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--165 {
    margin-left: 165px !important;
  }
  /* line 7680, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--165 {
    margin-right: 165px !important;
  }
  /* line 7684, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--165 {
    margin-bottom: 165px !important;
  }
  /* line 7688, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--170 {
    padding: 170px 0 !important;
  }
  /* line 7692, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--170 {
    padding: 0 170px !important;
  }
  /* line 7696, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--170 {
    padding-top: 170px !important;
  }
  /* line 7700, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--170 {
    padding-bottom: 170px !important;
  }
  /* line 7704, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--170 {
    padding-left: 170px !important;
  }
  /* line 7708, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--170 {
    padding-right: 170px !important;
  }
  /* line 7712, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--170 {
    margin-top: 170px !important;
  }
  /* line 7716, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--170 {
    margin-left: 170px !important;
  }
  /* line 7720, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--170 {
    margin-right: 170px !important;
  }
  /* line 7724, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--170 {
    margin-bottom: 170px !important;
  }
  /* line 7728, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--175 {
    padding: 175px 0 !important;
  }
  /* line 7732, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--175 {
    padding: 0 175px !important;
  }
  /* line 7736, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--175 {
    padding-top: 175px !important;
  }
  /* line 7740, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--175 {
    padding-bottom: 175px !important;
  }
  /* line 7744, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--175 {
    padding-left: 175px !important;
  }
  /* line 7748, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--175 {
    padding-right: 175px !important;
  }
  /* line 7752, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--175 {
    margin-top: 175px !important;
  }
  /* line 7756, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--175 {
    margin-left: 175px !important;
  }
  /* line 7760, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--175 {
    margin-right: 175px !important;
  }
  /* line 7764, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--175 {
    margin-bottom: 175px !important;
  }
  /* line 7768, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--180 {
    padding: 180px 0 !important;
  }
  /* line 7772, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--180 {
    padding: 0 180px !important;
  }
  /* line 7776, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--180 {
    padding-top: 180px !important;
  }
  /* line 7780, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--180 {
    padding-bottom: 180px !important;
  }
  /* line 7784, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--180 {
    padding-left: 180px !important;
  }
  /* line 7788, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--180 {
    padding-right: 180px !important;
  }
  /* line 7792, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--180 {
    margin-top: 180px !important;
  }
  /* line 7796, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--180 {
    margin-left: 180px !important;
  }
  /* line 7800, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--180 {
    margin-right: 180px !important;
  }
  /* line 7804, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--180 {
    margin-bottom: 180px !important;
  }
  /* line 7808, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--185 {
    padding: 185px 0 !important;
  }
  /* line 7812, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--185 {
    padding: 0 185px !important;
  }
  /* line 7816, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--185 {
    padding-top: 185px !important;
  }
  /* line 7820, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--185 {
    padding-bottom: 185px !important;
  }
  /* line 7824, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--185 {
    padding-left: 185px !important;
  }
  /* line 7828, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--185 {
    padding-right: 185px !important;
  }
  /* line 7832, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--185 {
    margin-top: 185px !important;
  }
  /* line 7836, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--185 {
    margin-left: 185px !important;
  }
  /* line 7840, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--185 {
    margin-right: 185px !important;
  }
  /* line 7844, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--185 {
    margin-bottom: 185px !important;
  }
  /* line 7848, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--190 {
    padding: 190px 0 !important;
  }
  /* line 7852, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--190 {
    padding: 0 190px !important;
  }
  /* line 7856, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--190 {
    padding-top: 190px !important;
  }
  /* line 7860, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--190 {
    padding-bottom: 190px !important;
  }
  /* line 7864, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--190 {
    padding-left: 190px !important;
  }
  /* line 7868, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--190 {
    padding-right: 190px !important;
  }
  /* line 7872, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--190 {
    margin-top: 190px !important;
  }
  /* line 7876, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--190 {
    margin-left: 190px !important;
  }
  /* line 7880, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--190 {
    margin-right: 190px !important;
  }
  /* line 7884, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--190 {
    margin-bottom: 190px !important;
  }
  /* line 7888, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--195 {
    padding: 195px 0 !important;
  }
  /* line 7892, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--195 {
    padding: 0 195px !important;
  }
  /* line 7896, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--195 {
    padding-top: 195px !important;
  }
  /* line 7900, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--195 {
    padding-bottom: 195px !important;
  }
  /* line 7904, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--195 {
    padding-left: 195px !important;
  }
  /* line 7908, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--195 {
    padding-right: 195px !important;
  }
  /* line 7912, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--195 {
    margin-top: 195px !important;
  }
  /* line 7916, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--195 {
    margin-left: 195px !important;
  }
  /* line 7920, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--195 {
    margin-right: 195px !important;
  }
  /* line 7924, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--195 {
    margin-bottom: 195px !important;
  }
  /* line 7928, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_sm--200 {
    padding: 200px 0 !important;
  }
  /* line 7932, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_sm--200 {
    padding: 0 200px !important;
  }
  /* line 7936, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--200 {
    padding-top: 200px !important;
  }
  /* line 7940, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--200 {
    padding-bottom: 200px !important;
  }
  /* line 7944, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--200 {
    padding-left: 200px !important;
  }
  /* line 7948, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--200 {
    padding-right: 200px !important;
  }
  /* line 7952, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--200 {
    margin-top: 200px !important;
  }
  /* line 7956, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--200 {
    margin-left: 200px !important;
  }
  /* line 7960, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--200 {
    margin-right: 200px !important;
  }
  /* line 7964, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--200 {
    margin-bottom: 200px !important;
  }
  /* line 7968, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_sm--0 {
    padding-left: 0;
  }
  /* line 7972, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_sm--0 {
    padding-right: 0;
  }
  /* line 7976, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_sm--0 {
    padding-top: 0;
  }
  /* line 7980, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_sm--0 {
    padding-bottom: 0;
  }
  /* line 7984, app/assets/stylesheets/accueil_style.scss */
  .home-page .mr_sm--0 {
    margin-right: 0;
  }
  /* line 7988, app/assets/stylesheets/accueil_style.scss */
  .home-page .ml_sm--0 {
    margin-left: 0;
  }
  /* line 7992, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_sm--0 {
    margin-top: 0;
  }
  /* line 7996, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_sm--0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  /* line 8001, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--5 {
    padding: 5px 0 !important;
  }
  /* line 8005, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--5 {
    padding: 0 5px !important;
  }
  /* line 8009, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--5 {
    padding-top: 5px !important;
  }
  /* line 8013, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--5 {
    padding-bottom: 5px !important;
  }
  /* line 8017, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--5 {
    padding-left: 5px !important;
  }
  /* line 8021, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--5 {
    padding-right: 5px !important;
  }
  /* line 8025, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--5 {
    margin-top: 5px !important;
  }
  /* line 8029, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--5 {
    margin-bottom: 5px !important;
  }
  /* line 8033, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--10 {
    padding: 10px 0 !important;
  }
  /* line 8037, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--10 {
    padding: 0 10px !important;
  }
  /* line 8041, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--10 {
    padding-top: 10px !important;
  }
  /* line 8045, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--10 {
    padding-bottom: 10px !important;
  }
  /* line 8049, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--10 {
    padding-left: 10px !important;
  }
  /* line 8053, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--10 {
    padding-right: 10px !important;
  }
  /* line 8057, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--10 {
    margin-top: 10px !important;
  }
  /* line 8061, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--10 {
    margin-bottom: 10px !important;
  }
  /* line 8065, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--15 {
    padding: 15px 0 !important;
  }
  /* line 8069, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--15 {
    padding: 0 15px !important;
  }
  /* line 8073, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--15 {
    padding-top: 15px !important;
  }
  /* line 8077, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--15 {
    padding-bottom: 15px !important;
  }
  /* line 8081, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--15 {
    padding-left: 15px !important;
  }
  /* line 8085, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--15 {
    padding-right: 15px !important;
  }
  /* line 8089, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--15 {
    margin-top: 15px !important;
  }
  /* line 8093, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--15 {
    margin-bottom: 15px !important;
  }
  /* line 8097, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--20 {
    padding: 20px 0 !important;
  }
  /* line 8101, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--20 {
    padding: 0 20px !important;
  }
  /* line 8105, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--20 {
    padding-top: 20px !important;
  }
  /* line 8109, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--20 {
    padding-bottom: 20px !important;
  }
  /* line 8113, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--20 {
    padding-left: 20px !important;
  }
  /* line 8117, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--20 {
    padding-right: 20px !important;
  }
  /* line 8121, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--20 {
    margin-top: 20px !important;
  }
  /* line 8125, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--20 {
    margin-bottom: 20px !important;
  }
  /* line 8129, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--25 {
    padding: 25px 0 !important;
  }
  /* line 8133, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--25 {
    padding: 0 25px !important;
  }
  /* line 8137, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--25 {
    padding-top: 25px !important;
  }
  /* line 8141, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--25 {
    padding-bottom: 25px !important;
  }
  /* line 8145, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--25 {
    padding-left: 25px !important;
  }
  /* line 8149, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--25 {
    padding-right: 25px !important;
  }
  /* line 8153, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--25 {
    margin-top: 25px !important;
  }
  /* line 8157, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--25 {
    margin-bottom: 25px !important;
  }
  /* line 8161, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--30 {
    padding: 30px 0 !important;
  }
  /* line 8165, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--30 {
    padding: 0 30px !important;
  }
  /* line 8169, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--30 {
    padding-top: 30px !important;
  }
  /* line 8173, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--30 {
    padding-bottom: 30px !important;
  }
  /* line 8177, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--30 {
    padding-left: 30px !important;
  }
  /* line 8181, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--30 {
    padding-right: 30px !important;
  }
  /* line 8185, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--30 {
    margin-top: 30px !important;
  }
  /* line 8189, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--30 {
    margin-bottom: 30px !important;
  }
  /* line 8193, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--35 {
    padding: 35px 0 !important;
  }
  /* line 8197, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--35 {
    padding: 0 35px !important;
  }
  /* line 8201, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--35 {
    padding-top: 35px !important;
  }
  /* line 8205, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--35 {
    padding-bottom: 35px !important;
  }
  /* line 8209, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--35 {
    padding-left: 35px !important;
  }
  /* line 8213, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--35 {
    padding-right: 35px !important;
  }
  /* line 8217, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--35 {
    margin-top: 35px !important;
  }
  /* line 8221, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--35 {
    margin-bottom: 35px !important;
  }
  /* line 8225, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--40 {
    padding: 40px 0 !important;
  }
  /* line 8229, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--40 {
    padding: 0 40px !important;
  }
  /* line 8233, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--40 {
    padding-top: 40px !important;
  }
  /* line 8237, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--40 {
    padding-bottom: 40px !important;
  }
  /* line 8241, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--40 {
    padding-left: 40px !important;
  }
  /* line 8245, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--40 {
    padding-right: 40px !important;
  }
  /* line 8249, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--40 {
    margin-top: 40px !important;
  }
  /* line 8253, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--40 {
    margin-bottom: 40px !important;
  }
  /* line 8257, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--45 {
    padding: 45px 0 !important;
  }
  /* line 8261, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--45 {
    padding: 0 45px !important;
  }
  /* line 8265, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--45 {
    padding-top: 45px !important;
  }
  /* line 8269, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--45 {
    padding-bottom: 45px !important;
  }
  /* line 8273, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--45 {
    padding-left: 45px !important;
  }
  /* line 8277, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--45 {
    padding-right: 45px !important;
  }
  /* line 8281, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--45 {
    margin-top: 45px !important;
  }
  /* line 8285, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--45 {
    margin-bottom: 45px !important;
  }
  /* line 8289, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--50 {
    padding: 50px 0 !important;
  }
  /* line 8293, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--50 {
    padding: 0 50px !important;
  }
  /* line 8297, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--50 {
    padding-top: 50px !important;
  }
  /* line 8301, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--50 {
    padding-bottom: 50px !important;
  }
  /* line 8305, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--50 {
    padding-left: 50px !important;
  }
  /* line 8309, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--50 {
    padding-right: 50px !important;
  }
  /* line 8313, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--50 {
    margin-top: 50px !important;
  }
  /* line 8317, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--50 {
    margin-bottom: 50px !important;
  }
  /* line 8321, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--55 {
    padding: 55px 0 !important;
  }
  /* line 8325, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--55 {
    padding: 0 55px !important;
  }
  /* line 8329, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--55 {
    padding-top: 55px !important;
  }
  /* line 8333, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--55 {
    padding-bottom: 55px !important;
  }
  /* line 8337, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--55 {
    padding-left: 55px !important;
  }
  /* line 8341, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--55 {
    padding-right: 55px !important;
  }
  /* line 8345, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--55 {
    margin-top: 55px !important;
  }
  /* line 8349, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--55 {
    margin-bottom: 55px !important;
  }
  /* line 8353, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--60 {
    padding: 60px 0 !important;
  }
  /* line 8357, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--60 {
    padding: 0 60px !important;
  }
  /* line 8361, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--60 {
    padding-top: 60px !important;
  }
  /* line 8365, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--60 {
    padding-bottom: 60px !important;
  }
  /* line 8369, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--60 {
    padding-left: 60px !important;
  }
  /* line 8373, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--60 {
    padding-right: 60px !important;
  }
  /* line 8377, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--60 {
    margin-top: 60px !important;
  }
  /* line 8381, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--60 {
    margin-bottom: 60px !important;
  }
  /* line 8385, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--65 {
    padding: 65px 0 !important;
  }
  /* line 8389, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--65 {
    padding: 0 65px !important;
  }
  /* line 8393, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--65 {
    padding-top: 65px !important;
  }
  /* line 8397, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--65 {
    padding-bottom: 65px !important;
  }
  /* line 8401, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--65 {
    padding-left: 65px !important;
  }
  /* line 8405, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--65 {
    padding-right: 65px !important;
  }
  /* line 8409, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--65 {
    margin-top: 65px !important;
  }
  /* line 8413, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--65 {
    margin-bottom: 65px !important;
  }
  /* line 8417, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--70 {
    padding: 70px 0 !important;
  }
  /* line 8421, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--70 {
    padding: 0 70px !important;
  }
  /* line 8425, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--70 {
    padding-top: 70px !important;
  }
  /* line 8429, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--70 {
    padding-bottom: 70px !important;
  }
  /* line 8433, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--70 {
    padding-left: 70px !important;
  }
  /* line 8437, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--70 {
    padding-right: 70px !important;
  }
  /* line 8441, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--70 {
    margin-top: 70px !important;
  }
  /* line 8445, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--70 {
    margin-bottom: 70px !important;
  }
  /* line 8449, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--75 {
    padding: 75px 0 !important;
  }
  /* line 8453, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--75 {
    padding: 0 75px !important;
  }
  /* line 8457, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--75 {
    padding-top: 75px !important;
  }
  /* line 8461, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--75 {
    padding-bottom: 75px !important;
  }
  /* line 8465, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--75 {
    padding-left: 75px !important;
  }
  /* line 8469, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--75 {
    padding-right: 75px !important;
  }
  /* line 8473, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--75 {
    margin-top: 75px !important;
  }
  /* line 8477, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--75 {
    margin-bottom: 75px !important;
  }
  /* line 8481, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--80 {
    padding: 80px 0 !important;
  }
  /* line 8485, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--80 {
    padding: 0 80px !important;
  }
  /* line 8489, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--80 {
    padding-top: 80px !important;
  }
  /* line 8493, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--80 {
    padding-bottom: 80px !important;
  }
  /* line 8497, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--80 {
    padding-left: 80px !important;
  }
  /* line 8501, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--80 {
    padding-right: 80px !important;
  }
  /* line 8505, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--80 {
    margin-top: 80px !important;
  }
  /* line 8509, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--80 {
    margin-bottom: 80px !important;
  }
  /* line 8513, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--85 {
    padding: 85px 0 !important;
  }
  /* line 8517, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--85 {
    padding: 0 85px !important;
  }
  /* line 8521, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--85 {
    padding-top: 85px !important;
  }
  /* line 8525, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--85 {
    padding-bottom: 85px !important;
  }
  /* line 8529, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--85 {
    padding-left: 85px !important;
  }
  /* line 8533, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--85 {
    padding-right: 85px !important;
  }
  /* line 8537, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--85 {
    margin-top: 85px !important;
  }
  /* line 8541, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--85 {
    margin-bottom: 85px !important;
  }
  /* line 8545, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--90 {
    padding: 90px 0 !important;
  }
  /* line 8549, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--90 {
    padding: 0 90px !important;
  }
  /* line 8553, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--90 {
    padding-top: 90px !important;
  }
  /* line 8557, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--90 {
    padding-bottom: 90px !important;
  }
  /* line 8561, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--90 {
    padding-left: 90px !important;
  }
  /* line 8565, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--90 {
    padding-right: 90px !important;
  }
  /* line 8569, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--90 {
    margin-top: 90px !important;
  }
  /* line 8573, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--90 {
    margin-bottom: 90px !important;
  }
  /* line 8577, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--95 {
    padding: 95px 0 !important;
  }
  /* line 8581, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--95 {
    padding: 0 95px !important;
  }
  /* line 8585, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--95 {
    padding-top: 95px !important;
  }
  /* line 8589, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--95 {
    padding-bottom: 95px !important;
  }
  /* line 8593, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--95 {
    padding-left: 95px !important;
  }
  /* line 8597, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--95 {
    padding-right: 95px !important;
  }
  /* line 8601, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--95 {
    margin-top: 95px !important;
  }
  /* line 8605, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--95 {
    margin-bottom: 95px !important;
  }
  /* line 8609, app/assets/stylesheets/accueil_style.scss */
  .home-page .ptb_mobile--100 {
    padding: 100px 0 !important;
  }
  /* line 8613, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_mobile--100 {
    padding: 0 100px !important;
  }
  /* line 8617, app/assets/stylesheets/accueil_style.scss */
  .home-page .pt_mobile--100 {
    padding-top: 100px !important;
  }
  /* line 8621, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_mobile--100 {
    padding-bottom: 100px !important;
  }
  /* line 8625, app/assets/stylesheets/accueil_style.scss */
  .home-page .pl_mobile--100 {
    padding-left: 100px !important;
  }
  /* line 8629, app/assets/stylesheets/accueil_style.scss */
  .home-page .pr_mobile--100 {
    padding-right: 100px !important;
  }
  /* line 8633, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_mobile--100 {
    margin-top: 100px !important;
  }
  /* line 8637, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

/* line 8641, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 8645, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 8650, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 8654, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 8659, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 8663, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 8668, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 8672, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 8677, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}

/* line 8681, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 8686, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 8690, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 8695, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}

/* line 8699, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 8704, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}

/* line 8708, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 8713, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}

/* line 8717, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

/* line 8722, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}

/* line 8726, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 8731, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}

/* line 8735, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

/* line 8740, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}

/* line 8744, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 8749, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}

/* line 8753, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

/* line 8758, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}

/* line 8762, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

/* line 8767, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}

/* line 8771, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

/* line 8776, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}

/* line 8780, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

/* line 8785, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}

/* line 8789, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

/* line 8794, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}

/* line 8798, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

/* line 8803, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}

/* line 8807, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

/* line 8812, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}

/* line 8816, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 8821, app/assets/stylesheets/accueil_style.scss */
.home-page .mt-dec-30 {
  margin-top: -30px !important;
}

/* line 8825, app/assets/stylesheets/accueil_style.scss */
.home-page .mt_dec--30 {
  margin-top: -30px !important;
}

/* line 8829, app/assets/stylesheets/accueil_style.scss */
.home-page .mt-dec-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
  /* line 8834, app/assets/stylesheets/accueil_style.scss */
  .home-page .small-margin-pricing {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 479px) {
  /* line 8840, app/assets/stylesheets/accueil_style.scss */
  .home-page .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8846, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 8852, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_dec--35 {
    margin-bottom: -75px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 8857, app/assets/stylesheets/accueil_style.scss */
  .home-page .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  /* line 8863, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt-contact-sm {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 8869, app/assets/stylesheets/accueil_style.scss */
  .home-page .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8875, app/assets/stylesheets/accueil_style.scss */
  .home-page .contact-input {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 8880, app/assets/stylesheets/accueil_style.scss */
  .home-page .contact-input {
    padding-bottom: 30px;
  }
}

/* line 8885, app/assets/stylesheets/accueil_style.scss */
.home-page .pb_xl--130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  /* line 8889, app/assets/stylesheets/accueil_style.scss */
  .home-page .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 8895, app/assets/stylesheets/accueil_style.scss */
  .home-page .mt_experience {
    margin-top: -10px;
  }
}

/* line 8900, app/assets/stylesheets/accueil_style.scss */
.home-page .mt_dec--120 {
  margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8905, app/assets/stylesheets/accueil_style.scss */
  .home-page .plr_md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 8911, app/assets/stylesheets/accueil_style.scss */
.home-page .padding-contorler-am-slide {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 8915, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 8920, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8925, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 8930, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

/* line 8935, app/assets/stylesheets/accueil_style.scss */
.home-page .padding-contorler-am-slide-11 {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 8939, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 8944, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

/* line 8949, app/assets/stylesheets/accueil_style.scss */
.home-page .padding-contorler-am-slide-right {
  padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 8953, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 8958, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 8964, app/assets/stylesheets/accueil_style.scss */
  .home-page .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

/* line 8970, app/assets/stylesheets/accueil_style.scss */
.home-page .g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

/* line 8975, app/assets/stylesheets/accueil_style.scss */
.home-page * {
  box-sizing: border-box;
}

/* line 8981, app/assets/stylesheets/accueil_style.scss */
.home-page article,
.home-page aside,
.home-page details,
.home-page figcaption,
.home-page figure,
.home-page footer,
.home-page header,
.home-page nav,
.home-page section,
.home-page summary {
  display: block;
}

/* line 8994, app/assets/stylesheets/accueil_style.scss */
.home-page audio,
.home-page canvas,
.home-page video {
  display: inline-block;
}

/* line 9000, app/assets/stylesheets/accueil_style.scss */
.home-page audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 9005, app/assets/stylesheets/accueil_style.scss */
.home-page [hidden] {
  display: none;
}

/* line 9009, app/assets/stylesheets/accueil_style.scss */
.home-page a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

/* line 9015, app/assets/stylesheets/accueil_style.scss */
.home-page a:hover,
.home-page a:focus,
.home-page a:active {
  text-decoration: none;
  outline: none;
  color: #0a69d4;
}

/* line 9023, app/assets/stylesheets/accueil_style.scss */
.home-page a:focus {
  outline: none;
}

/* line 9027, app/assets/stylesheets/accueil_style.scss */
.home-page address {
  margin: 0 0 24px;
}

/* line 9031, app/assets/stylesheets/accueil_style.scss */
.home-page abbr[title] {
  border-bottom: 1px dotted;
}

/* line 9035, app/assets/stylesheets/accueil_style.scss */
.home-page b,
.home-page strong {
  font-weight: bold;
}

/* line 9040, app/assets/stylesheets/accueil_style.scss */
.home-page mark, .home-page .mark {
  background: #0a69d4;
  color: #ffffff;
}

/* line 9045, app/assets/stylesheets/accueil_style.scss */
.home-page code,
.home-page kbd,
.home-page pre,
.home-page samp {
  font-size: 22px;
  -webkit-hyphens: none;
  hyphens: none;
  color: #0a69d4;
}

/* line 9057, app/assets/stylesheets/accueil_style.scss */
.home-page kbd,
.home-page ins {
  color: #ffffff;
}

/* line 9062, app/assets/stylesheets/accueil_style.scss */
.home-page pre {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #497696;
  background: var(--color-lighter);
}

/* line 9075, app/assets/stylesheets/accueil_style.scss */
.home-page small, .home-page .small {
  font-size: smaller;
}

/* line 9079, app/assets/stylesheets/accueil_style.scss */
.home-page sub,
.home-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 9087, app/assets/stylesheets/accueil_style.scss */
.home-page sup {
  top: -0.5em;
}

/* line 9091, app/assets/stylesheets/accueil_style.scss */
.home-page sub {
  bottom: -0.25em;
}

/* line 9095, app/assets/stylesheets/accueil_style.scss */
.home-page dl {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 9100, app/assets/stylesheets/accueil_style.scss */
.home-page dd {
  margin: 0 15px 15px;
}

/* line 9104, app/assets/stylesheets/accueil_style.scss */
.home-page dt {
  font-weight: bold;
  color: var(--color-heading);
}

/* line 9109, app/assets/stylesheets/accueil_style.scss */
.home-page menu,
.home-page ol,
.home-page ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* line 9116, app/assets/stylesheets/accueil_style.scss */
.home-page nav ul,
.home-page nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 9122, app/assets/stylesheets/accueil_style.scss */
.home-page li > ul,
.home-page li > ol {
  margin: 0;
}

/* line 9127, app/assets/stylesheets/accueil_style.scss */
.home-page ol ul {
  margin-bottom: 0;
}

/* line 9131, app/assets/stylesheets/accueil_style.scss */
.home-page img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/* line 9139, app/assets/stylesheets/accueil_style.scss */
.home-page svg:not(:root) {
  overflow: hidden;
}

/* line 9143, app/assets/stylesheets/accueil_style.scss */
.home-page figure {
  margin: 0;
}

/* line 9147, app/assets/stylesheets/accueil_style.scss */
.home-page form {
  margin: 0;
}

/* line 9151, app/assets/stylesheets/accueil_style.scss */
.home-page fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

/* line 9158, app/assets/stylesheets/accueil_style.scss */
.home-page legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 9164, app/assets/stylesheets/accueil_style.scss */
.home-page button,
.home-page input,
.home-page select,
.home-page textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

/* line 9174, app/assets/stylesheets/accueil_style.scss */
.home-page button,
.home-page input {
  line-height: normal;
}

/* line 9179, app/assets/stylesheets/accueil_style.scss */
.home-page button,
.home-page html input[type=button],
.home-page input[type=reset],
.home-page input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

/* line 9189, app/assets/stylesheets/accueil_style.scss */
.home-page button[disabled],
.home-page input[disabled] {
  cursor: default;
}

/* line 9194, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox],
.home-page input[type=radio] {
  padding: 0;
}

/* line 9199, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

/* line 9208, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* line 9213, app/assets/stylesheets/accueil_style.scss */
.home-page button::-moz-focus-inner,
.home-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 9219, app/assets/stylesheets/accueil_style.scss */
.home-page textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 9224, app/assets/stylesheets/accueil_style.scss */
.home-page caption,
.home-page th,
.home-page td {
  font-weight: normal;
}

/* line 9230, app/assets/stylesheets/accueil_style.scss */
.home-page th {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 9235, app/assets/stylesheets/accueil_style.scss */
.home-page td,
.home-page .wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

/* line 9241, app/assets/stylesheets/accueil_style.scss */
.home-page del {
  color: #333;
}

/* line 9245, app/assets/stylesheets/accueil_style.scss */
.home-page ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

/* line 9250, app/assets/stylesheets/accueil_style.scss */
.home-page hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* line 9257, app/assets/stylesheets/accueil_style.scss */
.home-page table a,
.home-page table a:link,
.home-page table a:visited {
  text-decoration: underline;
}

/* line 9263, app/assets/stylesheets/accueil_style.scss */
.home-page dt {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 9268, app/assets/stylesheets/accueil_style.scss */
.home-page dd {
  margin: 0 15px 15px;
}

/* line 9272, app/assets/stylesheets/accueil_style.scss */
.home-page caption {
  caption-side: top;
}

/* line 9276, app/assets/stylesheets/accueil_style.scss */
.home-page kbd {
  background: var(--heading-color);
}

/* line 9280, app/assets/stylesheets/accueil_style.scss */
.home-page dfn,
.home-page cite,
.home-page em {
  font-style: italic;
}

/* line 9287, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote,
.home-page q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

/* line 9296, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote:before,
.home-page blockquote:after,
.home-page q:before,
.home-page q:after {
  content: "";
  content: none;
}

/* line 9304, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

/* line 9311, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote blockquote {
  margin-right: 0;
}

/* line 9315, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote cite,
.home-page blockquote small,
.home-page blockquote .small {
  font-size: 22px;
  font-weight: normal;
}

/* line 9321, app/assets/stylesheets/accueil_style.scss */
.home-page blockquote strong,
.home-page blockquote b {
  font-weight: 700;
}

/* line 9327, app/assets/stylesheets/accueil_style.scss */
.home-page input,
.home-page button,
.home-page select,
.home-page textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: #497696;
  width: 100%;
}

/* line 9337, app/assets/stylesheets/accueil_style.scss */
.home-page input:focus, .home-page input:active,
.home-page button:focus,
.home-page button:active,
.home-page select:focus,
.home-page select:active,
.home-page textarea:focus,
.home-page textarea:active {
  outline: none;
  border-color: #0a69d4;
}

/* line 9348, app/assets/stylesheets/accueil_style.scss */
.home-page button,
.home-page [type=button],
.home-page [type=reset],
.home-page [type=submit] {
  -webkit-appearance: button;
}

/* line 9355, app/assets/stylesheets/accueil_style.scss */
.home-page input {
  height: 40px;
  padding: 0 15px;
}

/* line 9360, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=text],
.home-page input[type=password],
.home-page input[type=email],
.home-page input[type=number],
.home-page input[type=tel],
.home-page textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}

/* line 9379, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=text]::-moz-placeholder, .home-page input[type=password]::-moz-placeholder, .home-page input[type=email]::-moz-placeholder, .home-page input[type=number]::-moz-placeholder, .home-page input[type=tel]::-moz-placeholder, .home-page textarea::-moz-placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
.home-page input[type=text]::placeholder,
.home-page input[type=password]::placeholder,
.home-page input[type=email]::placeholder,
.home-page input[type=number]::placeholder,
.home-page input[type=tel]::placeholder,
.home-page textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

/* line 9389, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=text]:-ms-input-placeholder,
.home-page input[type=password]:-ms-input-placeholder,
.home-page input[type=email]:-ms-input-placeholder,
.home-page input[type=number]:-ms-input-placeholder,
.home-page input[type=tel]:-ms-input-placeholder,
.home-page textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

/* line 9398, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=text]::-ms-input-placeholder,
.home-page input[type=password]::-ms-input-placeholder,
.home-page input[type=email]::-ms-input-placeholder,
.home-page input[type=number]::-ms-input-placeholder,
.home-page input[type=tel]::-ms-input-placeholder,
.home-page textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

/* line 9407, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__active[type=text], .home-page .input-active input[type=text], .home-page input.input-active[type=text],
.home-page input.p-holder__active[type=password],
.home-page .input-active input[type=password],
.home-page input.input-active[type=password],
.home-page input.p-holder__active[type=email],
.home-page .input-active input[type=email],
.home-page input.input-active[type=email],
.home-page input.p-holder__active[type=number],
.home-page .input-active input[type=number],
.home-page input.input-active[type=number],
.home-page input.p-holder__active[type=tel],
.home-page .input-active input[type=tel],
.home-page input.input-active[type=tel],
.home-page textarea.p-holder__active,
.home-page textarea.input-active {
  border-color: #0a69d4;
  /* -- Placeholder -- */
}

/* line 9425, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__active[type=text]::-moz-placeholder, .home-page .input-active input[type=text]::-moz-placeholder, .home-page input.input-active[type=text]::-moz-placeholder, .home-page input.p-holder__active[type=password]::-moz-placeholder, .home-page .input-active input[type=password]::-moz-placeholder, .home-page input.input-active[type=password]::-moz-placeholder, .home-page input.p-holder__active[type=email]::-moz-placeholder, .home-page .input-active input[type=email]::-moz-placeholder, .home-page input.input-active[type=email]::-moz-placeholder, .home-page input.p-holder__active[type=number]::-moz-placeholder, .home-page .input-active input[type=number]::-moz-placeholder, .home-page input.input-active[type=number]::-moz-placeholder, .home-page input.p-holder__active[type=tel]::-moz-placeholder, .home-page .input-active input[type=tel]::-moz-placeholder, .home-page input.input-active[type=tel]::-moz-placeholder, .home-page textarea.p-holder__active::-moz-placeholder, .home-page textarea.input-active::-moz-placeholder {
  color: #0a69d4;
  /* Firefox */
  opacity: 1;
}
.home-page input.p-holder__active[type=text]::placeholder, .home-page .input-active input[type=text]::placeholder, .home-page input.input-active[type=text]::placeholder,
.home-page input.p-holder__active[type=password]::placeholder,
.home-page .input-active input[type=password]::placeholder,
.home-page input.input-active[type=password]::placeholder,
.home-page input.p-holder__active[type=email]::placeholder,
.home-page .input-active input[type=email]::placeholder,
.home-page input.input-active[type=email]::placeholder,
.home-page input.p-holder__active[type=number]::placeholder,
.home-page .input-active input[type=number]::placeholder,
.home-page input.input-active[type=number]::placeholder,
.home-page input.p-holder__active[type=tel]::placeholder,
.home-page .input-active input[type=tel]::placeholder,
.home-page input.input-active[type=tel]::placeholder,
.home-page textarea.p-holder__active::placeholder,
.home-page textarea.input-active::placeholder {
  color: #0a69d4;
  /* Firefox */
  opacity: 1;
}

/* line 9444, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__active[type=text]:-ms-input-placeholder, .home-page .input-active input[type=text]:-ms-input-placeholder, .home-page input.input-active[type=text]:-ms-input-placeholder,
.home-page input.p-holder__active[type=password]:-ms-input-placeholder,
.home-page .input-active input[type=password]:-ms-input-placeholder,
.home-page input.input-active[type=password]:-ms-input-placeholder,
.home-page input.p-holder__active[type=email]:-ms-input-placeholder,
.home-page .input-active input[type=email]:-ms-input-placeholder,
.home-page input.input-active[type=email]:-ms-input-placeholder,
.home-page input.p-holder__active[type=number]:-ms-input-placeholder,
.home-page .input-active input[type=number]:-ms-input-placeholder,
.home-page input.input-active[type=number]:-ms-input-placeholder,
.home-page input.p-holder__active[type=tel]:-ms-input-placeholder,
.home-page .input-active input[type=tel]:-ms-input-placeholder,
.home-page input.input-active[type=tel]:-ms-input-placeholder,
.home-page textarea.p-holder__active:-ms-input-placeholder,
.home-page textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0a69d4;
}

/* line 9462, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__active[type=text]::-ms-input-placeholder, .home-page .input-active input[type=text]::-ms-input-placeholder, .home-page input.input-active[type=text]::-ms-input-placeholder,
.home-page input.p-holder__active[type=password]::-ms-input-placeholder,
.home-page .input-active input[type=password]::-ms-input-placeholder,
.home-page input.input-active[type=password]::-ms-input-placeholder,
.home-page input.p-holder__active[type=email]::-ms-input-placeholder,
.home-page .input-active input[type=email]::-ms-input-placeholder,
.home-page input.input-active[type=email]::-ms-input-placeholder,
.home-page input.p-holder__active[type=number]::-ms-input-placeholder,
.home-page .input-active input[type=number]::-ms-input-placeholder,
.home-page input.input-active[type=number]::-ms-input-placeholder,
.home-page input.p-holder__active[type=tel]::-ms-input-placeholder,
.home-page .input-active input[type=tel]::-ms-input-placeholder,
.home-page input.input-active[type=tel]::-ms-input-placeholder,
.home-page textarea.p-holder__active::-ms-input-placeholder,
.home-page textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0a69d4;
}

/* line 9480, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__error[type=text], .home-page .input-error input[type=text], .home-page input.input-error[type=text],
.home-page input.p-holder__error[type=password],
.home-page .input-error input[type=password],
.home-page input.input-error[type=password],
.home-page input.p-holder__error[type=email],
.home-page .input-error input[type=email],
.home-page input.input-error[type=email],
.home-page input.p-holder__error[type=number],
.home-page .input-error input[type=number],
.home-page input.input-error[type=number],
.home-page input.p-holder__error[type=tel],
.home-page .input-error input[type=tel],
.home-page input.input-error[type=tel],
.home-page textarea.p-holder__error,
.home-page textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}

/* line 9498, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__error[type=text]::-moz-placeholder, .home-page .input-error input[type=text]::-moz-placeholder, .home-page input.input-error[type=text]::-moz-placeholder, .home-page input.p-holder__error[type=password]::-moz-placeholder, .home-page .input-error input[type=password]::-moz-placeholder, .home-page input.input-error[type=password]::-moz-placeholder, .home-page input.p-holder__error[type=email]::-moz-placeholder, .home-page .input-error input[type=email]::-moz-placeholder, .home-page input.input-error[type=email]::-moz-placeholder, .home-page input.p-holder__error[type=number]::-moz-placeholder, .home-page .input-error input[type=number]::-moz-placeholder, .home-page input.input-error[type=number]::-moz-placeholder, .home-page input.p-holder__error[type=tel]::-moz-placeholder, .home-page .input-error input[type=tel]::-moz-placeholder, .home-page input.input-error[type=tel]::-moz-placeholder, .home-page textarea.p-holder__error::-moz-placeholder, .home-page textarea.input-error::-moz-placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
.home-page input.p-holder__error[type=text]::placeholder, .home-page .input-error input[type=text]::placeholder, .home-page input.input-error[type=text]::placeholder,
.home-page input.p-holder__error[type=password]::placeholder,
.home-page .input-error input[type=password]::placeholder,
.home-page input.input-error[type=password]::placeholder,
.home-page input.p-holder__error[type=email]::placeholder,
.home-page .input-error input[type=email]::placeholder,
.home-page input.input-error[type=email]::placeholder,
.home-page input.p-holder__error[type=number]::placeholder,
.home-page .input-error input[type=number]::placeholder,
.home-page input.input-error[type=number]::placeholder,
.home-page input.p-holder__error[type=tel]::placeholder,
.home-page .input-error input[type=tel]::placeholder,
.home-page input.input-error[type=tel]::placeholder,
.home-page textarea.p-holder__error::placeholder,
.home-page textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}

/* line 9517, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__error[type=text]:-ms-input-placeholder, .home-page .input-error input[type=text]:-ms-input-placeholder, .home-page input.input-error[type=text]:-ms-input-placeholder,
.home-page input.p-holder__error[type=password]:-ms-input-placeholder,
.home-page .input-error input[type=password]:-ms-input-placeholder,
.home-page input.input-error[type=password]:-ms-input-placeholder,
.home-page input.p-holder__error[type=email]:-ms-input-placeholder,
.home-page .input-error input[type=email]:-ms-input-placeholder,
.home-page input.input-error[type=email]:-ms-input-placeholder,
.home-page input.p-holder__error[type=number]:-ms-input-placeholder,
.home-page .input-error input[type=number]:-ms-input-placeholder,
.home-page input.input-error[type=number]:-ms-input-placeholder,
.home-page input.p-holder__error[type=tel]:-ms-input-placeholder,
.home-page .input-error input[type=tel]:-ms-input-placeholder,
.home-page input.input-error[type=tel]:-ms-input-placeholder,
.home-page textarea.p-holder__error:-ms-input-placeholder,
.home-page textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}

/* line 9535, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__error[type=text]::-ms-input-placeholder, .home-page .input-error input[type=text]::-ms-input-placeholder, .home-page input.input-error[type=text]::-ms-input-placeholder,
.home-page input.p-holder__error[type=password]::-ms-input-placeholder,
.home-page .input-error input[type=password]::-ms-input-placeholder,
.home-page input.input-error[type=password]::-ms-input-placeholder,
.home-page input.p-holder__error[type=email]::-ms-input-placeholder,
.home-page .input-error input[type=email]::-ms-input-placeholder,
.home-page input.input-error[type=email]::-ms-input-placeholder,
.home-page input.p-holder__error[type=number]::-ms-input-placeholder,
.home-page .input-error input[type=number]::-ms-input-placeholder,
.home-page input.input-error[type=number]::-ms-input-placeholder,
.home-page input.p-holder__error[type=tel]::-ms-input-placeholder,
.home-page .input-error input[type=tel]::-ms-input-placeholder,
.home-page input.input-error[type=tel]::-ms-input-placeholder,
.home-page textarea.p-holder__error::-ms-input-placeholder,
.home-page textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

/* line 9553, app/assets/stylesheets/accueil_style.scss */
.home-page input.p-holder__error[type=text]:focus, .home-page .input-error input[type=text]:focus, .home-page input.input-error[type=text]:focus,
.home-page input.p-holder__error[type=password]:focus,
.home-page .input-error input[type=password]:focus,
.home-page input.input-error[type=password]:focus,
.home-page input.p-holder__error[type=email]:focus,
.home-page .input-error input[type=email]:focus,
.home-page input.input-error[type=email]:focus,
.home-page input.p-holder__error[type=number]:focus,
.home-page .input-error input[type=number]:focus,
.home-page input.input-error[type=number]:focus,
.home-page input.p-holder__error[type=tel]:focus,
.home-page .input-error input[type=tel]:focus,
.home-page input.input-error[type=tel]:focus,
.home-page textarea.p-holder__error:focus,
.home-page textarea.input-error:focus {
  border-color: #f4282d;
}

/* line 9570, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=text]:focus,
.home-page input[type=password]:focus,
.home-page input[type=email]:focus,
.home-page input[type=number]:focus,
.home-page input[type=tel]:focus,
.home-page textarea:focus {
  border-color: #0a69d4;
}

/* line 9579, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox],
.home-page input[type=radio] {
  opacity: 0;
  position: absolute;
}

/* line 9584, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox] ~ label,
.home-page input[type=radio] ~ label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: #497696;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
}

/* line 9594, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox] ~ label::before,
.home-page input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

/* line 9607, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox] ~ label::after,
.home-page input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

/* line 9623, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox]:checked ~ label::after,
.home-page input[type=radio]:checked ~ label::after {
  opacity: 1;
}

/* line 9628, app/assets/stylesheets/accueil_style.scss */
.home-page input:checked ~ .rn-check-box-label::before {
  background: #0a69d4 !important;
}

/* line 9632, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=radio] ~ label::before {
  border-radius: 50%;
}

/* line 9635, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

/* line 9643, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group {
  margin-bottom: 20px;
}

/* line 9646, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

/* line 9652, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
  transition: 0.3s;
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: 0.3s;
}

/* line 9663, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group input:focus {
  border-color: #0a69d4;
  box-shadow: none;
}

/* line 9667, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 16px;
  transition: 0.3s;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}

/* line 9678, app/assets/stylesheets/accueil_style.scss */
.home-page .form-group textarea:focus {
  border-color: #0a69d4;
}

/* line 9682, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: #0a69d4;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid #0a69d4;
  transition: 0.3s;
}

/* line 9699, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=submit]:hover {
  background: transparent;
  color: #0a69d4;
  transform: translateY(-5px);
}

/* line 9708, app/assets/stylesheets/accueil_style.scss */
.home-page .clearfix:before,
.home-page .clearfix:after {
  content: " ";
  display: table;
}

/* line 9714, app/assets/stylesheets/accueil_style.scss */
.home-page .clearfix:after {
  clear: both;
}

/* line 9718, app/assets/stylesheets/accueil_style.scss */
.home-page .fix {
  overflow: hidden;
}

/* line 9722, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-initialized .slick-slide {
  margin-bottom: -10px;
}

/* line 9726, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-15 {
  margin: -30px -15px;
}

/* line 9729, app/assets/stylesheets/accueil_style.scss */
.home-page .slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

/* line 9733, app/assets/stylesheets/accueil_style.scss */
.home-page iframe {
  width: 100%;
}

/* line 9740, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-primary {
  background: #0a69d4;
}

/* line 9744, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-secondary {
  background: #1F1F25;
}

/* line 9748, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-tertiary {
  background: var(--color-tertiary);
}

/* line 9752, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-gray {
  background: var(--color-gray);
}

/* line 9756, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-white {
  background: #FFFFFF;
}

/* line 9760, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-black {
  background: #1A1A1A;
}

/* line 9764, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-color-extra03 {
  background: var(--color-extra03);
}

/* line 9771, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 9779, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--2 {
  background-image: url(/../images/bg/bg-image-2.jpg);
}

/* line 9783, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--3 {
  background-image: url(/../images/bg/bg-image-3.jpg);
}

/* line 9787, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--4 {
  background-image: url(/../images/bg/bg-image-4.jpg);
}

/* line 9791, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--5 {
  background-image: url(/../images/bg/bg-image-5.jpg);
}

/* line 9795, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--6 {
  background-image: url(/../images/bg/bg-image-6.jpg);
}

/* line 9799, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--7 {
  background-image: url(/../images/bg/bg-image-7.jpg);
}

/* line 9803, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--8 {
  background-image: url(/../images/bg/bg-image-8.jpg);
}

/* line 9807, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--9 {
  background-image: url(/../images/bg/bg-image-9.jpg);
}

/* line 9811, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--10 {
  background-image: url(/../images/bg/bg-image-10.jpg);
}

/* line 9815, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--11 {
  background-image: url(/../images/bg/bg-image-11.jpg);
}

/* line 9819, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--12 {
  background-image: url(/../images/bg/bg-image-12.jpg);
}

/* line 9823, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--13 {
  background-image: url(/../images/bg/bg-image-13.jpg);
}

/* line 9827, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--14 {
  background-image: url(/../images/bg/bg-image-14.jpg);
}

/* line 9831, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--15 {
  background-image: url(/../images/bg/bg-image-15.jpg);
}

/* line 9835, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--16 {
  background-image: url(/../images/bg/bg-image-16.jpg);
}

/* line 9839, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--17 {
  background-image: url(/../images/bg/bg-image-17.jpg);
}

/* line 9843, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--18 {
  background-image: url(/../images/bg/bg-image-18.jpg);
}

/* line 9847, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--19 {
  background-image: url(/../images/bg/bg-image-19.jpg);
}

/* line 9851, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--20 {
  background-image: url(/../images/bg/bg-image-20.jpg);
}

/* line 9855, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--21 {
  background-image: url(/../images/bg/bg-image-21.jpg);
}

/* line 9859, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--22 {
  background-image: url(/../images/bg/bg-image-22.jpg);
}

/* line 9863, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--23 {
  background-image: url(/../images/bg/bg-image-23.jpg);
}

/* line 9867, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--24 {
  background-image: url(/../images/bg/bg-image-24.jpg);
}

/* line 9871, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--25 {
  background-image: url(/../images/bg/bg-image-25.jpg);
}

/* line 9875, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--26 {
  background-image: url(/../images/bg/bg-image-26.jpg);
}

/* line 9879, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--27 {
  background-image: url(/../images/bg/bg-image-27.jpg);
}

/* line 9883, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--28 {
  background-image: url(/../images/bg/bg-image-28.jpg);
}

/* line 9887, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--29 {
  background-image: url(/../images/bg/bg-image-29.jpg);
}

/* line 9891, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--30 {
  background-image: url(/../images/bg/bg-image-30.jpg);
}

/* line 9895, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--31 {
  background-image: url(/../images/bg/bg-image-31.jpg);
}

/* line 9899, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--32 {
  background-image: url(/../images/bg/bg-image-32.jpg);
}

/* line 9903, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--33 {
  background-image: url(/../images/bg/bg-image-33.jpg);
}

/* line 9907, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--34 {
  background-image: url(/../images/bg/bg-image-34.jpg);
}

/* line 9911, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--35 {
  background-image: url(/../images/bg/bg-image-35.jpg);
}

/* line 9915, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--36 {
  background-image: url(/../images/bg/bg-image-36.jpg);
}

/* line 9919, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--37 {
  background-image: url(/../images/bg/bg-image-37.jpg);
}

/* line 9923, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--38 {
  background-image: url(/../images/bg/bg-image-38.jpg);
}

/* line 9927, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--39 {
  background-image: url(/../images/bg/bg-image-39.jpg);
}

/* line 9931, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_image--40 {
  background-image: url(/../images/bg/bg-image-40.jpg);
}

/* line 9935, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--1 {
  background-image: url(/../images/bg/bg-image-1.png) !important;
  background-size: cover !important;
}

/* line 9940, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--2 {
  background-image: url(/../images/bg/bg-image-2.png) !important;
  background-size: cover !important;
}

/* line 9945, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--3 {
  background-image: url(/../images/bg/bg-image-3.png) !important;
  background-size: cover !important;
}

/* line 9950, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--4 {
  background-image: url(/../images/bg/bg-image-4.png) !important;
  background-size: cover !important;
}

/* line 9955, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--5 {
  background-image: url(/../images/bg/bg-image-5.png) !important;
  background-size: cover !important;
}

/* line 9960, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--6 {
  background-image: url(/../images/bg/bg-image-6.png) !important;
  background-size: cover !important;
}

/* line 9965, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--7 {
  background-image: url(/../images/bg/bg-image-7.png) !important;
  background-size: cover !important;
}

/* line 9970, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--8 {
  background-image: url(/../images/bg/bg-image-8.png) !important;
  background-size: cover !important;
}

/* line 9975, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--9 {
  background-image: url(/../images/bg/bg-image-9.png) !important;
  background-size: cover !important;
}

/* line 9980, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--10 {
  background-image: url(/../images/bg/bg-image-10.png) !important;
  background-size: cover !important;
}

/* line 9985, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--11 {
  background-image: url(/../images/bg/bg-image-11.png) !important;
  background-size: cover !important;
}

/* line 9990, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--12 {
  background-image: url(/../images/bg/bg-image-12.png) !important;
  background-size: cover !important;
}

/* line 9995, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--13 {
  background-image: url(/../images/bg/bg-image-13.png) !important;
  background-size: cover !important;
}

/* line 10000, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--14 {
  background-image: url(/../images/bg/bg-image-14.png) !important;
  background-size: cover !important;
}

/* line 10005, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--15 {
  background-image: url(/../images/bg/bg-image-15.png) !important;
  background-size: cover !important;
}

/* line 10010, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--16 {
  background-image: url(/../images/bg/bg-image-16.png) !important;
  background-size: cover !important;
}

/* line 10015, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--17 {
  background-image: url(/../images/bg/bg-image-17.png) !important;
  background-size: cover !important;
}

/* line 10020, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--18 {
  background-image: url(/../images/bg/bg-image-18.png) !important;
  background-size: cover !important;
}

/* line 10025, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--19 {
  background-image: url(/../images/bg/bg-image-19.png) !important;
  background-size: cover !important;
}

/* line 10030, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_tr-image--20 {
  background-image: url(/../images/bg/bg-image-20.png) !important;
  background-size: cover !important;
}

/* line 10036, app/assets/stylesheets/accueil_style.scss */
.home-page .fullscreen {
  min-height: 980px;
  width: 100%;
}

/* line 10044, app/assets/stylesheets/accueil_style.scss */
.home-page .row--0 {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 10048, app/assets/stylesheets/accueil_style.scss */
.home-page .row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 10053, app/assets/stylesheets/accueil_style.scss */
.home-page .row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 10057, app/assets/stylesheets/accueil_style.scss */
.home-page .row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 10062, app/assets/stylesheets/accueil_style.scss */
.home-page .row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 10066, app/assets/stylesheets/accueil_style.scss */
.home-page .row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 10071, app/assets/stylesheets/accueil_style.scss */
.home-page .row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10076, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10082, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10088, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10094, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10099, app/assets/stylesheets/accueil_style.scss */
.home-page .row--20 > [class*=col], .home-page .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10104, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 > [class*=col], .home-page .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10110, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 > [class*=col], .home-page .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10116, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 > [class*=col], .home-page .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10122, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--20 > [class*=col], .home-page .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10128, app/assets/stylesheets/accueil_style.scss */
.home-page .row--25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10133, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10139, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10145, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10151, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10156, app/assets/stylesheets/accueil_style.scss */
.home-page .row--25 > [class*=col], .home-page .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10161, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 > [class*=col], .home-page .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10167, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 > [class*=col], .home-page .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10173, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 > [class*=col], .home-page .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10179, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--25 > [class*=col], .home-page .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10185, app/assets/stylesheets/accueil_style.scss */
.home-page .row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10190, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10196, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10202, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10208, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10213, app/assets/stylesheets/accueil_style.scss */
.home-page .row--30 > [class*=col], .home-page .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10218, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 > [class*=col], .home-page .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10224, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 > [class*=col], .home-page .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10230, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 > [class*=col], .home-page .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10236, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--30 > [class*=col], .home-page .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10242, app/assets/stylesheets/accueil_style.scss */
.home-page .row--45 {
  margin-left: -45px;
  margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10247, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10253, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10259, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10265, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10270, app/assets/stylesheets/accueil_style.scss */
.home-page .row--45 > [class*=col], .home-page .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10275, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 > [class*=col], .home-page .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10281, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 > [class*=col], .home-page .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10287, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 > [class*=col], .home-page .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10293, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--45 > [class*=col], .home-page .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10299, app/assets/stylesheets/accueil_style.scss */
.home-page .row--40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10304, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10310, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10316, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10322, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10327, app/assets/stylesheets/accueil_style.scss */
.home-page .row--40 > [class*=col], .home-page .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10332, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 > [class*=col], .home-page .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10338, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 > [class*=col], .home-page .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10344, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 > [class*=col], .home-page .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10350, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--40 > [class*=col], .home-page .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10356, app/assets/stylesheets/accueil_style.scss */
.home-page .row--60 {
  margin-left: -60px;
  margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10361, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10367, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10373, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10379, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

/* line 10384, app/assets/stylesheets/accueil_style.scss */
.home-page .row--60 > [class*=col], .home-page .row--60 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 10389, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 > [class*=col], .home-page .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 10395, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 > [class*=col], .home-page .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10401, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 > [class*=col], .home-page .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10407, app/assets/stylesheets/accueil_style.scss */
  .home-page .row--60 > [class*=col], .home-page .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 10416, app/assets/stylesheets/accueil_style.scss */
.home-page input:-moz-placeholder,
.home-page textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 10422, app/assets/stylesheets/accueil_style.scss */
.home-page input::-webkit-input-placeholder,
.home-page textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 10428, app/assets/stylesheets/accueil_style.scss */
.home-page input::-moz-placeholder,
.home-page textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 10434, app/assets/stylesheets/accueil_style.scss */
.home-page input:-ms-input-placeholder,
.home-page textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 10443, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay],
.home-page [data-black-overlay],
.home-page [data-white-overlay] {
  position: relative;
  z-index: 2;
}

/* line 10450, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay] > div,
.home-page [data-overlay] > *,
.home-page [data-black-overlay] > div,
.home-page [data-black-overlay] > *,
.home-page [data-white-overlay] > div,
.home-page [data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

/* line 10460, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay]:before,
.home-page [data-black-overlay]:before,
.home-page [data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* line 10472, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay]:before {
  background: #0a69d4;
}

/* line 10476, app/assets/stylesheets/accueil_style.scss */
.home-page [data-black-overlay]:before {
  background-color: #000000;
}

/* line 10480, app/assets/stylesheets/accueil_style.scss */
.home-page [data-white-overlay]:before {
  background-color: #ffffff;
}

/* line 10484, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="1"]:before,
.home-page [data-black-overlay="1"]:before,
.home-page [data-white-overlay="1"]:before {
  opacity: 0.1;
}

/* line 10490, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="2"]:before,
.home-page [data-black-overlay="2"]:before,
.home-page [data-white-overlay="2"]:before {
  opacity: 0.2;
}

/* line 10496, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="3"]:before,
.home-page [data-black-overlay="3"]:before,
.home-page [data-white-overlay="3"]:before {
  opacity: 0.3;
}

/* line 10502, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="4"]:before,
.home-page [data-black-overlay="4"]:before,
.home-page [data-white-overlay="4"]:before {
  opacity: 0.4;
}

/* line 10508, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="5"]:before,
.home-page [data-black-overlay="5"]:before,
.home-page [data-white-overlay="5"]:before {
  opacity: 0.5;
}

/* line 10514, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="6"]:before,
.home-page [data-black-overlay="6"]:before,
.home-page [data-white-overlay="6"]:before {
  opacity: 0.6;
}

/* line 10520, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="7"]:before,
.home-page [data-black-overlay="7"]:before,
.home-page [data-white-overlay="7"]:before {
  opacity: 0.7;
}

/* line 10526, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="8"]:before,
.home-page [data-black-overlay="8"]:before,
.home-page [data-white-overlay="8"]:before {
  opacity: 0.8;
}

/* line 10532, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="9"]:before,
.home-page [data-black-overlay="9"]:before,
.home-page [data-white-overlay="9"]:before {
  opacity: 0.9;
}

/* line 10538, app/assets/stylesheets/accueil_style.scss */
.home-page [data-overlay="10"]:before,
.home-page [data-black-overlay="10"]:before,
.home-page [data-white-overlay="10"]:before {
  opacity: 1;
}

/* line 10547, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10565, app/assets/stylesheets/accueil_style.scss */
  .home-page #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 10571, app/assets/stylesheets/accueil_style.scss */
  .home-page #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

/* line 10576, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

/* line 10589, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  /* line 10604, app/assets/stylesheets/accueil_style.scss */
  .home-page #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 10612, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  /* line 10618, app/assets/stylesheets/accueil_style.scss */
  .home-page #scrollUp span.text {
    margin-top: 3px;
  }
}

/* line 10622, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #0a69d4 transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

/* line 10634, app/assets/stylesheets/accueil_style.scss */
.home-page #scrollUp:hover span.text {
  color: #0a69d4;
}

/* line 10645, app/assets/stylesheets/accueil_style.scss */
.home-page .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 10652, app/assets/stylesheets/accueil_style.scss */
.home-page .animated.infinite {
  animation-iteration-count: infinite;
}

/* line 10657, app/assets/stylesheets/accueil_style.scss */
.home-page .animated.hinge {
  animation-duration: 2s;
}

/* line 10662, app/assets/stylesheets/accueil_style.scss */
.home-page .animated.bounceIn,
.home-page .animated.bounceOut {
  animation-duration: 0.75s;
}

/* line 10668, app/assets/stylesheets/accueil_style.scss */
.home-page .animated.flipOutX,
.home-page .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* line 10722, app/assets/stylesheets/accueil_style.scss */
.home-page .bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50px, 0) scale(0.7);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-4 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0) scale(0.8);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-5 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 10815, app/assets/stylesheets/accueil_style.scss */
.home-page .flash {
  animation-name: flash;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 10848, app/assets/stylesheets/accueil_style.scss */
.home-page .pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 10913, app/assets/stylesheets/accueil_style.scss */
.home-page .rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 10946, app/assets/stylesheets/accueil_style.scss */
.home-page .shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 10995, app/assets/stylesheets/accueil_style.scss */
.home-page .swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 11046, app/assets/stylesheets/accueil_style.scss */
.home-page .tada {
  animation-name: tada;
}

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

/* line 11112, app/assets/stylesheets/accueil_style.scss */
.home-page .wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 11185, app/assets/stylesheets/accueil_style.scss */
.home-page .jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* line 11258, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

/* line 11319, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

/* line 11380, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

/* line 11441, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 11502, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 11539, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 11576, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 11605, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 11634, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 11671, app/assets/stylesheets/accueil_style.scss */
.home-page .bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 11692, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11721, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11750, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11779, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11808, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11837, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11866, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11907, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 11936, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 11957, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 11982, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 12007, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 12032, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 12057, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 12082, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 12107, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 12132, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 12157, app/assets/stylesheets/accueil_style.scss */
.home-page .fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

/* line 12226, app/assets/stylesheets/accueil_style.scss */
.home-page .animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 12289, app/assets/stylesheets/accueil_style.scss */
.home-page .flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 12352, app/assets/stylesheets/accueil_style.scss */
.home-page .flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 12391, app/assets/stylesheets/accueil_style.scss */
.home-page .flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 12430, app/assets/stylesheets/accueil_style.scss */
.home-page .flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

/* line 12481, app/assets/stylesheets/accueil_style.scss */
.home-page .lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 12508, app/assets/stylesheets/accueil_style.scss */
.home-page .lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

/* line 12547, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

/* line 12584, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

/* line 12621, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

/* line 12658, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

/* line 12695, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 12728, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 12761, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 12794, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 12827, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 12860, app/assets/stylesheets/accueil_style.scss */
.home-page .rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 12925, app/assets/stylesheets/accueil_style.scss */
.home-page .hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 12955, app/assets/stylesheets/accueil_style.scss */
.home-page .rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 12981, app/assets/stylesheets/accueil_style.scss */
.home-page .rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 13006, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13043, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13080, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13117, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13154, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 13185, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13226, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

/* line 13259, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

/* line 13292, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 13333, app/assets/stylesheets/accueil_style.scss */
.home-page .zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 13360, app/assets/stylesheets/accueil_style.scss */
.home-page .slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft2 {
  from {
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 13398, app/assets/stylesheets/accueil_style.scss */
.home-page .slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 13425, app/assets/stylesheets/accueil_style.scss */
.home-page .slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp2 {
  from {
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInUp3 {
  from {
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

/* line 13476, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=slideInUp2] {
  opacity: 0;
  transition-property: transform, opacity;
}

/* line 13480, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=slideInUp2] {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  /* line 13484, app/assets/stylesheets/accueil_style.scss */
  .home-page [data-aos=slideInUp2] {
    transform: translateY(30px);
  }
  /* line 13487, app/assets/stylesheets/accueil_style.scss */
  .home-page .aos-animate[data-aos=slideInUp2] {
    transform: translateY(0);
  }
}

/* line 13492, app/assets/stylesheets/accueil_style.scss */
.home-page .slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 13519, app/assets/stylesheets/accueil_style.scss */
.home-page .slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 13546, app/assets/stylesheets/accueil_style.scss */
.home-page .slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 13573, app/assets/stylesheets/accueil_style.scss */
.home-page .slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 13600, app/assets/stylesheets/accueil_style.scss */
.home-page .slideOutUp {
  animation-name: slideOutUp;
}

@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }
  100% {
    right: -23%;
    top: 0;
  }
}

@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}

@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-40%);
  }
}

@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}

/* line 13686, app/assets/stylesheets/accueil_style.scss */
.home-page .floting-line {
  animation: animate-floting 15s linear infinite;
}

/* line 13689, app/assets/stylesheets/accueil_style.scss */
.home-page .floting-line:hover {
  animation-play-state: paused;
}

/* line 13693, app/assets/stylesheets/accueil_style.scss */
.home-page .floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}

/* line 13696, app/assets/stylesheets/accueil_style.scss */
.home-page .floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(1.4, 1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morpspin {
  to {
    transform: rotate(1turn);
  }
}

/* line 13735, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-item {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 13741, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-item .reveal-animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: #0a69d4;
}

/* line 13749, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-item .reveal-animation::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-gray-400);
  transition-property: transform;
  transition-duration: 1s;
}

/* line 13765, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-primary::before {
  background: #0c0c0a;
}

/* line 13769, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-dark::before {
  background: #000;
}

/* line 13773, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-white::before {
  background: #000;
}

/* line 13777, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-top.aos-animate::before,
.home-page .reveal-animation.reveal-bottom.aos-animate::before {
  transform: scaleY(1);
}

/* line 13783, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-start.aos-animate::before,
.home-page .reveal-animation.reveal-end.aos-animate::before {
  transform: scaleX(1);
}

/* line 13789, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-top::before {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

/* line 13796, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-start::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

/* line 13803, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-end::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

/* line 13810, app/assets/stylesheets/accueil_style.scss */
.home-page .reveal-animation.reveal-bottom::before {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

/* line 13817, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-top],
.home-page [data-aos=reveal-start],
.home-page [data-aos=reveal-end],
.home-page [data-aos=reveal-bottom] {
  transition-property: transform;
  transition-delay: 1s;
}

/* line 13829, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-top] {
  transform: scaleY(1);
}

/* line 13834, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=reveal-top] {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

/* line 13841, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-start] {
  transform: scaleX(1);
}

/* line 13846, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=reveal-start] {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

/* line 13853, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-end] {
  transform: scaleX(1);
}

/* line 13858, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=reveal-end] {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

/* line 13865, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-bottom] {
  transform: scaleY(1);
}

/* line 13870, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=reveal-bottom] {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

/* line 13877, app/assets/stylesheets/accueil_style.scss */
.home-page [data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

/* line 13885, app/assets/stylesheets/accueil_style.scss */
.home-page .aos-animate[data-aos=reveal-item] {
  visibility: visible;
}

@keyframes customOne {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes liveAuction {
  0% {
    background: #fff;
  }
  100% {
    background: #FF0003;
  }
}

/* line 13909, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  /* line 13914, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 13919, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-intro {
    margin: 6em auto;
  }
}

/* line 13923, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  /* line 13929, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 13935, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-headline {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 13940, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-headline {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 13945, app/assets/stylesheets/accueil_style.scss */
  .home-page .cd-headline {
    font-size: 26px;
  }
}

/* line 13949, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

/* line 13955, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

/* line 13963, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-words-wrapper b.is-visible {
  position: relative;
}

/* line 13967, app/assets/stylesheets/accueil_style.scss */
.home-page .no-js .cd-words-wrapper b {
  opacity: 0;
}

/* line 13971, app/assets/stylesheets/accueil_style.scss */
.home-page .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* line 13980, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

/* line 13985, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}

/* line 13991, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

/* line 13995, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

/* line 14006, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip b {
  opacity: 0;
}

/* line 14010, app/assets/stylesheets/accueil_style.scss */
.home-page .cd-headline.clip b.is-visible {
  opacity: 1;
}

/* line 14023, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

/* line 14031, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

/* line 14035, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

/* line 14039, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

/* line 14043, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

/* line 14047, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

/* line 14051, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

/* line 14055, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

/* line 14059, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

/* line 14063, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

/* line 14067, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

/* line 14071, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

/* line 14075, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

/* line 14079, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

/* line 14083, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

/* line 14087, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

/* line 14091, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

/* line 14095, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

/* line 14099, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

/* line 14103, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

/* line 14107, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

/* line 14111, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

/* line 14115, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

/* line 14119, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

/* line 14123, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

/* line 14127, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

/* line 14131, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

/* line 14135, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

/* line 14139, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

/* line 14143, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

/* line 14147, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

/* line 14151, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

/* line 14155, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

/* line 14159, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

/* line 14163, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

/* line 14167, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

/* line 14171, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

/* line 14175, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

/* line 14179, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

/* line 14183, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

/* line 14187, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

/* line 14191, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

/* line 14195, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

/* line 14199, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

/* line 14203, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

/* line 14207, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

/* line 14211, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

/* line 14215, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

/* line 14219, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

/* line 14223, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

/* line 14227, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

/* line 14231, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

/* line 14235, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

/* line 14239, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

/* line 14243, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

/* line 14247, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

/* line 14251, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

/* line 14255, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

/* line 14259, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

/* line 14263, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

/* line 14267, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

/* line 14271, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

/* line 14275, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

/* line 14279, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 14283, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 14287, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14291, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

/* line 14295, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 14299, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 14303, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

/* line 14307, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 14311, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* line 14315, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 14319, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 14323, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 14327, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 14331, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 14335, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 14339, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* line 14343, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 14347, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 14351, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 14355, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 14359, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 14363, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 14367, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 14371, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 14378, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

/* line 14383, app/assets/stylesheets/accueil_style.scss */
.home-page .sal-animate[data-sal|=fade],
.home-page body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

/* line 14388, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

/* line 14393, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=slide-up] {
  transform: translateY(20%);
}

/* line 14397, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=slide-down] {
  transform: translateY(-20%);
}

/* line 14401, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=slide-left] {
  transform: translateX(20%);
}

/* line 14405, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=slide-right] {
  transform: translateX(-20%);
}

/* line 14409, app/assets/stylesheets/accueil_style.scss */
.home-page .sal-animate[data-sal|=slide],
.home-page body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

/* line 14415, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

/* line 14420, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=zoom-in] {
  transform: scale(0.5);
}

/* line 14424, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=zoom-out] {
  transform: scale(1.1);
}

/* line 14428, app/assets/stylesheets/accueil_style.scss */
.home-page .sal-animate[data-sal|=zoom],
.home-page body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

/* line 14434, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

/* line 14439, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

/* line 14443, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

/* line 14447, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

/* line 14451, app/assets/stylesheets/accueil_style.scss */
.home-page [data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

/* line 14455, app/assets/stylesheets/accueil_style.scss */
.home-page .sal-animate[data-sal|=flip],
.home-page body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/* line 14461, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper {
  /* text-align: center;
  width: 64%; */
  margin: auto;
}

@media only screen and (max-width: 767px) {
  /* line 14467, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper {
    width: 100%;
  }
}

/* line 14471, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .title {
  color: #fff;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 14478, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14484, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .title {
    font-size: 40px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14490, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 14495, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .title {
    font-size: 24px;
    line-height: 33px;
  }
}

/* line 14500, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .title span {
  color: #0a69d4;
}

/* line 14503, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper p.disc {
  color: #E3E3E3;
  width: 75%;
  margin: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  /* line 14510, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper p.disc {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  /* line 14515, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper p.disc {
    font-size: 14px;
    line-height: 24px;
  }
}

/* line 14520, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .button-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 575px) {
  /* line 14527, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .button-area {
    flex-direction: column;
    align-items: center;
  }
}

/* line 14532, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .button-area .rts-btn {
  padding: 12px 28px;
}

/* line 14535, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .button-area .rts-btn.btn-primary {
  border: 1px solid transparent;
}

/* line 14538, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .button-area .rts-btn.btn-primary:hover {
  background: rgba(217, 217, 217, 0.06);
  border: 1px solid rgba(151, 150, 233, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
}

/* line 14546, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 120px;
}

@media only screen and (max-width: 575px) {
  /* line 14554, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .user-area {
    flex-direction: column;
    gap: 20px;
  }
}

/* line 14559, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper {
  position: relative;
  display: flex;
}

@media only screen and (max-width: 575px) {
  /* line 14564, app/assets/stylesheets/accueil_style.scss */
  .home-page .content-main-wrapper .user-area .image-wrapper {
    margin-left: 90px;
  }
}

/* line 14568, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img {
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

/* line 14577, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 90%;
  height: 90%;
  background: #083a5e79;
}

/* line 14586, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img:hover {
  z-index: 10 !important;
  transform: scale(1.1) translateY(-5px);
}

/* line 14590, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img.five {
  position: absolute;
  right: 30px;
  z-index: 1;
}

/* line 14595, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img.four {
  position: absolute;
  right: 60px;
  z-index: 2;
}

/* line 14600, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img.three {
  position: absolute;
  right: 90px;
  z-index: 3;
}

/* line 14605, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img.two {
  position: absolute;
  right: 120px;
  z-index: 4;
}

/* line 14610, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area .image-wrapper img.one {
  z-index: 1;
  position: relative;
}

/* line 14614, app/assets/stylesheets/accueil_style.scss */
.home-page .content-main-wrapper .user-area p {
  margin-bottom: 0;
  margin-right: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/* line 14623, app/assets/stylesheets/accueil_style.scss */
.home-page .usefull-for-ani .single {
  padding: 5px 10px 5px 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(217, 217, 217, 0.06);
  border: 1px solid rgba(151, 150, 233, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  left: 127px;
  top: 350px;
  animation: jump-2 10s linear infinite;
  border-radius: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14640, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single {
    left: 40px;
    top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 14646, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single {
    display: none;
  }
}

/* line 14650, app/assets/stylesheets/accueil_style.scss */
.home-page .usefull-for-ani .single.blog {
  position: absolute;
  left: 254px;
  top: 564px;
  animation: jump-2 15s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 14657, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.blog {
    left: 128px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14662, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.blog {
    left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14667, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.blog {
    left: 20px;
    top: 380px;
  }
}

/* line 14672, app/assets/stylesheets/accueil_style.scss */
.home-page .usefull-for-ani .single.copy {
  right: 296px;
  top: 263px;
  left: auto;
  animation: jump-2 10s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 14679, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.copy {
    right: 126px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14684, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.copy {
    right: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14689, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.copy {
    right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14694, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.copy {
    right: 30px;
  }
}

/* line 14698, app/assets/stylesheets/accueil_style.scss */
.home-page .usefull-for-ani .single.freelancer {
  right: 94px;
  top: 484px;
  left: auto;
  animation: jump-2 15s linear infinite;
}

@media only screen and (max-width: 1199px) {
  /* line 14705, app/assets/stylesheets/accueil_style.scss */
  .home-page .usefull-for-ani .single.freelancer {
    right: 60px;
  }
}

/* line 14709, app/assets/stylesheets/accueil_style.scss */
.home-page .usefull-for-ani .single span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E3E3E3;
}

/* line 14717, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-deam {
  background: #F6F6F6;
}

/* line 14721, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content span.pre-title {
  padding: 5px 7px;
  background: #E6E6FF;
  color: #0a69d4;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

/* line 14729, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #083A5E;
  text-transform: capitalize;
  margin-top: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 14738, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .title {
    font-size: 48px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14744, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .title {
    font-size: 44px;
    line-height: 61px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 14750, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

/* line 14755, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .title span {
  color: #0a69d4;
}

/* line 14758, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 68%;
}

/* line 14764, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content form {
  width: 80%;
}

/* line 14767, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content form .input-area {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  /* line 14772, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content form .input-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* line 14778, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content form .input-area input {
  height: 60px;
  background: #fff;
  box-shadow: 0px 5px 5px rgba(22, 22, 22, 0.06);
  border-radius: 4px;
}

/* line 14784, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content form .input-area button {
  background: #0a69d4;
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 18px 30px;
  margin-left: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 14797, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content form .input-area button {
    margin-left: 0;
  }
}

/* line 14801, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content form .input-area button i {
  margin-left: 8px;
}

/* line 14804, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

@media only screen and (max-width: 479px) {
  /* line 14811, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .rating-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 14816, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 14823, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .rating-area .rating img {
  margin: 0 2px;
}

/* line 14826, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

/* line 14832, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-inner-content .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 14839, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .brand-arae {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 14846, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-inner-content .brand-arae img {
    max-width: 70px;
  }
}

/* line 14851, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-area {
  position: relative;
}

/* line 14854, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-two-area .banner-right-img {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14864, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-area .banner-right-img {
    position: relative;
    top: 111px;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  /* line 14874, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-area .banner-right-img {
    position: relative;
    top: 70px;
    left: 13%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  /* line 14884, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-area .banner-right-img {
    top: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 14889, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-area .banner-right-img img {
    width: 70%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 14894, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-two-area .banner-right-img img {
    width: 60%;
  }
}

/* line 14899, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three {
  background: linear-gradient(180deg, #D4F7EC 0%, rgba(217, 217, 217, 0) 100%);
}

/* line 14903, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner {
  height: 526px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  /* line 14911, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner {
    display: block;
    padding-top: 60px;
  }
}

/* line 14916, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner .title {
  line-height: 70px;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}

@media only screen and (max-width: 1199px) {
  /* line 14923, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .title {
    font-size: 50px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  /* line 14929, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14934, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 14940, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 14946, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .title {
    font-size: 32px;
    line-height: 44px;
  }
}

/* line 14951, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner .title span {
  background: linear-gradient(89.94deg, #33B89F 28.89%, #0a69d4 72.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* line 14958, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner p.disc {
  width: 53%;
  margin: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 14964, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner p.disc {
    width: 85%;
  }
}

@media only screen and (max-width: 575px) {
  /* line 14969, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner p.disc {
    width: 100%;
  }
}

/* line 14973, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner .button-area-main {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  /* line 14981, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-three-inner .button-area-main {
    flex-direction: column;
    align-items: center;
  }
}

/* line 14986, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner .button-area-main .rts-btn {
  width: 181px;
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 14990, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-three-inner span.bottom {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  color: #497696;
}

/* line 14998, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .button-area-main .rts-btn {
  padding: 11px 40px;
}

/* line 15002, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #CBF3E7;
  border-radius: 4px;
  transition: 0.3s;
  height: 100%;
}

/* line 15012, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15021, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three .info-wrapper span {
  margin-bottom: 0;
}

/* line 15024, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three .info-wrapper .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

/* line 15030, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three:hover {
  background: #33B89F;
}

/* line 15033, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three:hover .icon {
  background: #fff;
  border: 1px solid #33B89F;
}

/* line 15037, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three:hover .title {
  color: #fff;
}

/* line 15040, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-three:hover span {
  color: #fff;
}

/* line 15044, app/assets/stylesheets/accueil_style.scss */
.home-page .gradient-sec-three {
  background: linear-gradient(180deg, rgba(231, 255, 248, 0) 16.15%, #E8FFF8 100%);
}

/* line 15048, app/assets/stylesheets/accueil_style.scss */
.home-page .container-h-4 {
  max-width: 1720px;
  margin: auto;
}

/* line 15053, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-bg {
  height: 910px;
  background: #F2F8FD;
  border-radius: 30px 30px 0 0;
  margin-top: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15060, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-bg {
    margin-top: 0;
    border-radius: 0;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15067, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-bg {
    margin-top: 0;
    height: auto;
  }
}

/* line 15073, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four {
  height: 72px;
  background: #0a69d4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15078, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-top-four {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15083, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-top-four {
    display: none;
  }
}

/* line 15088, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 15095, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-top-four-area-wrapper {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15100, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-top-four-area-wrapper {
    padding: 0 30px;
  }
}

/* line 15104, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .social-area a {
  color: #fff;
  margin: 0 10px;
}

/* line 15108, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .mid-disc {
  margin: 0;
  color: #fff;
  margin-right: -160px;
}

/* line 15113, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .mid-disc a {
  font-weight: 700;
  text-decoration: underline;
}

/* line 15117, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .mid-disc a:hover {
  color: #fff;
}

/* line 15120, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .end-part {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* line 15125, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .end-part a {
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  color: #fff;
}

/* line 15131, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .end-part select {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* line 15141, app/assets/stylesheets/accueil_style.scss */
.home-page .header-top-four-area-wrapper .end-part select option {
  color: #083A5E;
  display: block;
  padding: 5px 10px;
}

/* line 15147, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #083A5E;
}

@media only screen and (max-width: 1199px) {
  /* line 15154, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15161, app/assets/stylesheets/accueil_style.scss */
  .home-page .left-area-core-feature-image img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15169, app/assets/stylesheets/accueil_style.scss */
  .home-page .left-area-core-feature-image img {
    width: 100%;
    max-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15175, app/assets/stylesheets/accueil_style.scss */
  .home-page .left-area-core-feature-image img {
    width: 100%;
    max-height: inherit;
  }
}

/* line 15181, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .title {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15185, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15190, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 26px;
    font-size: 32px;
    line-height: 49px;
  }
}

/* line 15197, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .title span.right-tag {
  padding: 6px 19px;
  display: block;
  position: absolute;
  right: 185px;
  top: 17px;
  border: 1px solid #0a69d4;
  color: #0a69d4;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border-radius: 30px;
}

@media only screen and (max-width: 1199px) {
  /* line 15211, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title span.right-tag {
    right: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15216, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title span.right-tag {
    right: 0;
    top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15222, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title span.right-tag {
    right: 0;
    top: 7px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 15228, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .title span.right-tag {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15233, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content p br {
    display: none;
  }
}

/* line 15237, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .button-area-main {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 479px) {
  /* line 15243, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-four-content .button-area-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

/* line 15249, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .button-area-main .btn-only {
  color: #0a69d4 !important;
  display: flex;
  align-items: center;
  font-weight: 600;
}

/* line 15255, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content .button-area-main .btn-only i {
  margin-left: 5px;
  margin-top: 2px;
}

/* line 15260, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-five {
  display: flex;
  align-items: center;
}

/* line 15264, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-five .button-area-main {
  gap: 20px;
}

/* line 15268, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15274, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15280, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

/* line 15286, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five span.pre-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  z-index: 1;
  color: #0a69d4;
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
}

/* line 15297, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five span.pre-title::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  height: 30px;
  width: 73px;
  background: linear-gradient(90deg, #E2E2FF -26.71%, rgba(217, 217, 217, 0) 121.23%);
}

/* line 15308, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five .btn-border-p {
  padding: 13px 25px;
}

/* line 15311, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five .rts-btn.btn-border-p:hover {
  color: #fff;
}

/* line 15314, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five .rts-btn {
  border: 1px solid #0a69d4;
}

/* line 15317, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five .rts-btn.btn-primary {
  font-weight: 700;
}

/* line 15320, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-four-content.five .rts-btn.btn-primary:hover {
  border: 1px solid #0a69d4 !important;
  color: #0a69d4 !important;
  background: transparent;
  font-weight: 700;
}

/* line 15327, app/assets/stylesheets/accueil_style.scss */
.home-page .title-area {
  position: relative;
}

/* line 15330, app/assets/stylesheets/accueil_style.scss */
.home-page .title-area img {
  position: absolute;
  right: 27%;
  bottom: 10px;
}

@media only screen and (max-width: 575px) {
  /* line 15336, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-area img {
    display: none;
  }
}

/* line 15341, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-header-area-five {
  border-bottom: 1px solid #ECECEC;
}

/* line 15345, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  /* line 15352, app/assets/stylesheets/accueil_style.scss */
  .home-page .voice-languages-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

/* line 15358, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper p {
  margin-bottom: 0;
}

/* line 15361, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper p a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 15367, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper {
  position: relative;
}

/* line 15370, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img {
  transition: 0.3s;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

/* line 15376, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img.one {
  position: relative;
}

/* line 15379, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img.two {
  position: absolute;
  left: 30px;
}

/* line 15383, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img.three {
  position: absolute;
  left: 60px;
}

/* line 15387, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img.four {
  position: absolute;
  left: 90px;
}

/* line 15391, app/assets/stylesheets/accueil_style.scss */
.home-page .voice-languages-wrapper .img-wrapper img:hover {
  z-index: 5;
}

/* line 15395, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one .content-main-wrapper .title span {
  background: linear-gradient(90deg, #0a69d4 64.91%, #45970b 95.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 15400, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one .content-main-wrapper .title span span {
  border-color: #45970b;
}

/* line 15403, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  height: auto;
}

@media (max-width: 1200px) {
  /* line 15410, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 75%;
  }
}

@media (max-width: 991px) {
  /* line 15415, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15420, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper {
    width: 100%;
  }
}

/* line 15424, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper form {
  width: 75%;
  margin: auto;
}

@media (max-width: 991px) {
  /* line 15429, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15434, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper form {
    width: 100%;
  }
}

/* line 15438, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill {
  position: relative;
}

/* line 15441, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
  background: #0a69d4;
  padding: 12px 33px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  /* line 15454, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill button {
    padding: 8px 20px;
  }
}

/* line 15458, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill input {
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  border-color: #121B32;
  height: 60px;
  color: #777777;
  background: #FFFFFF;
}

/* line 15467, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper form .input-area-fill input:focus {
  border: 1px solid #0a69d4;
}

/* line 15470, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area {
  padding: 0;
  margin: 15px auto auto auto;
  display: flex;
  align-items: center;
  width: 75%;
  gap: 10px;
}

@media (max-width: 991px) {
  /* line 15479, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area {
    width: 100%;
    flex-wrap: wrap;
  }
}

/* line 15484, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li {
  list-style: none;
  color: #E3E3E3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  width: 100px;
  padding: 5px 0;
  border-radius: 4px;
  background: #0E1424;
  transition: all 0.3s;
}

/* line 15497, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li a {
  width: 100%;
  display: block;
}

/* line 15501, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:hover {
  background: #0a69d4;
  color: #E3E3E3;
}

/* line 15505, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:hover a {
  color: #E3E3E3;
}

/* line 15508, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .content-main-wrapper .popular-tag-area li:first-child {
  font-weight: 600;
  background: none;
  margin-right: 10px;
}

/* line 15513, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .banner-poster-area {
  margin-top: 135px;
}

/* line 15516, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .banner-poster-area .container {
  width: 1720px;
  max-width: 100%;
}

/* line 15520, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area {
  border-radius: 12px;
  overflow: hidden;
  margin: 0 12px;
}

@media (max-width: 991px) {
  /* line 15526, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area {
    margin-bottom: 35px;
  }
}

/* line 15530, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area:hover img {
  transform: scale(105%);
}

/* line 15533, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-six .banner-poster-area .container .banner-poster-inner .image-area img {
  width: 100%;
  border-radius: 10px;
  transform: scale(100%);
  transition: all 0.4s;
}

/* line 15539, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven {
  z-index: 1;
}

/* line 15542, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven::after {
  content: "";
  position: absolute;
  background: rgba(12, 18, 33, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 15552, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper {
  width: 80%;
}

@media (max-width: 1200px) {
  /* line 15556, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 75%;
  }
}

@media (max-width: 991px) {
  /* line 15561, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15566, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper {
    width: 100%;
  }
}

/* line 15570, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.96px;
}

@media only screen and (max-width: 1199px) {
  /* line 15576, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 40px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15582, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 15587, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper .title {
    font-size: 28px;
    line-height: 40px;
  }
}

/* line 15592, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .disc {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

/* line 15598, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper form {
  width: 70%;
}

@media (max-width: 991px) {
  /* line 15602, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15607, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one.banner-seven .content-main-wrapper form {
    width: 100%;
  }
}

/* line 15611, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area {
  justify-content: center;
}

/* line 15614, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li {
  background: none;
  border-radius: 2px;
  border: 1px solid #515151;
}

/* line 15619, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li:first-child {
  border: none !important;
}

/* line 15622, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one.banner-seven .content-main-wrapper .popular-tag-area li:hover {
  border: 1px solid #0a69d4;
}

/* line 15626, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three {
  position: relative;
  z-index: 1;
}

/* line 15630, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 7px 20px 7px 7px;
  background: #CBF3E7;
  border-radius: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15640, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15645, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single {
    display: none;
  }
}

/* line 15649, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #083A5E;
}

/* line 15655, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single.one {
  left: 15%;
  animation: jump-2 10s linear infinite;
  top: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 15661, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.one {
    left: 3%;
    top: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15667, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.one {
    top: 30%;
    left: 1%;
  }
}

/* line 15672, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single.two {
  right: 15%;
  top: 50%;
  animation: jump-2 15s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 15678, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.two {
    right: 3%;
    top: 35%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15684, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.two {
    right: 1%;
    top: 27%;
  }
}

/* line 15689, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single.three {
  left: 5%;
  bottom: -10%;
  animation: jump-2 7s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 15695, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.three {
    left: 5%;
    bottom: 12%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15701, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.three {
    left: 2%;
    bottom: 15%;
  }
}

/* line 15706, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-three .shape-image .icon-wrapper .single.four {
  right: 3%;
  bottom: 0%;
  z-index: 1;
  background: #E3F3FF;
  animation: jump-2 12s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 15714, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.four {
    right: 2%;
    bottom: 21%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 15720, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-three .shape-image .icon-wrapper .single.four {
    bottom: 28%;
  }
}

/* line 15725, app/assets/stylesheets/accueil_style.scss */
.home-page .index-four .single-team-area {
  background: linear-gradient(180deg, #E3F3FF 0%, rgba(246, 246, 246, 0) 100%);
}

/* line 15729, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn {
  padding: 13px 25px;
  border-radius: 25px;
  transition: 0.3s;
  font-weight: 500 !important;
}

/* line 15735, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-primary {
  background: #0a69d4;
}

/* line 15738, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-primary:hover {
  background: #151f39;
}

/* line 15741, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-blur {
  padding: 10px 31px;
  background: #0d6efd;
  /* background: rgba(217, 217, 217, 0.06); */
  border: 1px solid rgba(151, 150, 233, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 30px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
}

/* line 15752, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-blur:hover {
  background: #0a69d4;
  border: 1px solid transparent;
}

/* line 15756, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-lonly {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding: 0;
}

/* line 15762, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-border-p {
  border: 1px solid #0a69d4;
  color: #0a69d4;
  font-weight: 700;
  padding: 10px 32px;
}

/* line 15768, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-btn.btn-border-p:hover {
  background: #0a69d4;
  border: 1px solid transparent;
}

/* line 15773, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn {
  padding: 13px 25px;
  border-radius: 5px;
  transition: 0.3s;
}

/* line 15778, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-primary {
  background: #33B89F;
}

/* line 15781, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-primary:hover {
  background: #083A5E;
}

/* line 15784, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-secondary {
  background: #083A5E;
}

/* line 15787, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-secondary:hover {
  background: #33B89F;
}

/* line 15790, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-blur {
  padding: 10px 31px;
  background: rgba(217, 217, 217, 0.06);
  border: 1px solid rgba(151, 150, 233, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 30px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
}

/* line 15800, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-blur:hover {
  background: #33B89F;
  border: 1px solid transparent;
}

/* line 15804, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-lonly {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding: 0;
}

/* line 15810, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-border-p {
  border: 1px solid #0a69d4;
  color: #33B89F;
  font-weight: 700;
  padding: 10px 32px;
}

/* line 15816, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .rts-btn.btn-border-p:hover {
  background: #33B89F;
  border: 1px solid transparent;
}

/* line 15821, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one {
  height: 1000px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 15826, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-banner-area-one {
    height: 730px;
  }
}

/* line 15830, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one .bottom-mid-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 15836, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-one .bottom-mid-img img {
  padding: 20px 20px 0 20px;
  background: rgba(217, 217, 217, 0.06);
  border: 1px solid rgba(151, 150, 233, 0.5);
  border-bottom: none;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px 10px 0 0;
}

/* line 15845, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature {
  /* padding: 40px; */
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.3s;
  border: 1px solid transparent;
  height: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 15856, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-tools-feature {
    padding: 20px;
  }
}

/* line 15860, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature:hover {
  border: 1px solid rgba(151, 150, 233, 0.2);
}

/* line 15863, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature .icon {
  margin-bottom: 26px;
}

/* line 15866, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature .title {
  color: #fff;
  margin-bottom: 20px;
}

/* line 15870, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature p.disc {
  color: #E3E3E3;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
}

/* line 15877, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature a.btn-lonly {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}

/* line 15884, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature a.btn-lonly i {
  margin-left: 8px;
  transition: 0.3s;
}

/* line 15888, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature a.btn-lonly:hover {
  color: #0a69d4;
}

/* line 15891, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tools-feature a.btn-lonly:hover i {
  color: #0a69d4;
}

@media (max-width: 1200px) {
  /* line 15896, app/assets/stylesheets/accueil_style.scss */
  .home-page .home-header--sticky .rts-btn.btn-lonly {
    display: none;
  }
}

/* line 15901, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header--sticky {
  transition: 0;
  top: 0;
  z-index: 5;
  position: relative;
}

/* line 15908, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #151f39;
  z-index: 999;
}

/* line 15918, app/assets/stylesheets/accueil_style.scss */
.home-page header.home-header-one {
  position: absolute;
  width: 100%;
  z-index: 5;
}

/* line 15923, app/assets/stylesheets/accueil_style.scss */
.home-page header.home-header-one .header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15930, app/assets/stylesheets/accueil_style.scss */
  .home-page header.home-header-one .header-main-wrapper {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15935, app/assets/stylesheets/accueil_style.scss */
  .home-page header.home-header-one .header-main-wrapper {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15941, app/assets/stylesheets/accueil_style.scss */
  .home-page .home-header-one .button-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 15946, app/assets/stylesheets/accueil_style.scss */
  .home-page .home-header-one .button-area {
    display: none;
  }
}

/* line 15951, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two {
  position: absolute;
  width: 100%;
  z-index: 5;
}

/* line 15956, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  /* line 15963, app/assets/stylesheets/accueil_style.scss */
  .home-page header.header-two .header-top-two {
    display: none;
  }
}

/* line 15967, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two .social-area ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 18px;
}

/* line 15975, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two .social-area ul li {
  margin: 0;
}

/* line 15978, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two .social-area ul li a {
  padding: 0;
  margin: 0;
}

/* line 15982, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two .right-area ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
}

/* line 15990, app/assets/stylesheets/accueil_style.scss */
.home-page header.header-two .header-top-two .right-area ul li {
  margin: 0;
  padding: 0;
}

/* line 15995, app/assets/stylesheets/accueil_style.scss */
.home-page .header-main-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16005, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-two {
    height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16010, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-two {
    height: 65px;
  }
}

/* line 16015, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .has-dropdown::after {
  color: #497696;
}

/* line 16018, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .has-dropdown .submenu li a {
  color: #497696;
}

/* line 16021, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .nav-area-main nav ul li a {
  color: #497696;
  font-weight: 400;
}

/* line 16025, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .button-area a {
  font-weight: 500;
}

/* line 16028, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .button-area a.btn-primary {
  margin-left: 30px;
  border-radius: 5px;
}

/* line 16032, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .header-main-two.home-header--sticky.sticky {
  position: fixed !important;
  top: 0;
  display: flex;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  z-index: 999;
  left: 0;
  padding: 0 290px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 16044, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-area.header-two .header-main-two.home-header--sticky.sticky {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 16049, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-area.header-two .header-main-two.home-header--sticky.sticky {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16054, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-area.header-two .header-main-two .button-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16059, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-area.header-two .header-main-two .button-area {
    display: none;
  }
}

/* line 16064, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three .button-area a {
  font-weight: 500;
}

/* line 16067, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three .button-area a.btn-primary {
  margin-left: 30px;
  border-radius: 5px;
}

/* line 16071, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 16076, app/assets/stylesheets/accueil_style.scss */
  .home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area {
    display: none;
  }
}

/* line 16080, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button {
  display: flex;
}

@media (max-width: 1200px) {
  /* line 16084, app/assets/stylesheets/accueil_style.scss */
  .home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button {
    display: none;
  }
}

/* line 16088, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon {
  position: relative;
  padding: 0 20px;
}

/* line 16092, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon svg path {
  stroke: #FFFFFF;
}

/* line 16095, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button a.search-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(217, 217, 217, 0.3);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 16105, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button .cart {
  margin: 0 20px;
  position: relative;
}

/* line 16109, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .search-cart-button .cart .wishlist-dot {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #000;
  background: #D9D9D9;
  width: 16px;
  height: 16px;
  font-size: 14px;
  display: block;
  line-height: 17px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}

/* line 16124, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one.header-three.header-four .header-main-wrapper .button-area .rts-btn {
  margin-left: 40px;
}

@media only screen and (max-width: 1199px) {
  /* line 16129, app/assets/stylesheets/accueil_style.scss */
  .home-page .working_p-swiper-main-wrapper .swiper-wrapper {
    margin-bottom: 30px;
  }
}

/* line 16134, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16141, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-three-area {
    height: 65px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16146, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-three-area {
    height: 65px;
  }
}

/* line 16150, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .nav-area-main ul li a {
  color: #083A5E;
  transition: 0.3s;
}

/* line 16154, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .nav-area-main ul li.has-dropdown::after {
  color: #083A5E;
  transition: 0.3s;
}

/* line 16158, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .nav-area-main ul li.has-dropdown:hover::after {
  color: #33B89F;
}

/* line 16161, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .nav-area-main ul li:hover a.links-main {
  color: #33B89F !important;
}

/* line 16164, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .nav-area-main ul li.has-dropdown .submenu li a:hover {
  background: transparent;
  color: #33B89F;
}

/* line 16168, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .button-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* line 16173, app/assets/stylesheets/accueil_style.scss */
.home-page .header-three-area .button-area a {
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16177, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-three-area .button-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16182, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-three-area .button-area {
    display: none;
  }
}

/* line 16187, app/assets/stylesheets/accueil_style.scss */
.home-page .header-style-three.home-header--sticky.sticky {
  background: #ffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16192, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-style-three .header-three-area .button-area {
    display: none !important;
  }
}

/* line 16197, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu:hover a.links-main::after {
  content: "\f077";
}

/* line 16200, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu::after {
  display: none;
}

/* line 16203, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu a.links-main {
  position: relative;
}

/* line 16206, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu a.links-main::after {
  position: absolute;
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 14px;
  right: -20px;
  top: 51%;
  transform: translateY(-50%);
  color: #497696;
}

/* line 16217, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 16224, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-4-header-wrapper {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 16229, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-4-header-wrapper {
    padding: 0 30px;
  }
}

/* line 16233, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .nav-area-main {
  margin-left: 126px;
  margin-right: auto;
}

@media only screen and (max-width: 1199px) {
  /* line 16238, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-4-header-wrapper .nav-area-main {
    margin-left: 35px;
  }
}

/* line 16242, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .nav-area-main ul li a.links-main {
  color: #083A5E;
}

/* line 16245, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .nav-area-main ul li a.links-main:hover {
  color: #0a69d4;
}

/* line 16248, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .nav-area-main ul li.has-dropdown::after {
  color: #083A5E;
}

/* line 16251, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .button-area a.rts-btn.btn-lonly {
  color: #0a69d4;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

/* line 16257, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .button-area a.rts-btn.btn-blur {
  background: #0a69d4;
  color: #fff;
}

/* line 16261, app/assets/stylesheets/accueil_style.scss */
.home-page .main-4-header-wrapper .button-area a.rts-btn.btn-blur:hover {
  background: #151f39;
}

/* line 16265, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page.case-2 .shape-img img {
  display: none;
}

/* line 16269, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu {
  padding-left: 10px;
}

/* line 16272, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.has-droupdown {
  position: relative;
}

/* line 16275, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.has-droupdown::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 5px;
  padding: 8px 13px;
  color: #fff;
  background: #0a69d4 !important;
  pointer-events: none;
  cursor: pointer;
}

/* line 16289, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.has-droupdown.mm-active::after {
  content: "\f077";
}

/* line 16292, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.has-droupdown a {
  margin-top: 6px;
}

/* line 16295, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.has-droupdown a::after {
  display: none;
}

/* line 16298, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu .parent .main {
  font-weight: 600;
  color: #151f39;
  font-size: 22px;
  display: block;
  padding: 10px 15px;
  margin: 0;
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}

/* line 16309, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.parent .submenu {
  padding-left: 20px;
  margin: 0;
}

/* line 16313, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.parent .submenu li {
  margin: 0 !important;
}

/* line 16316, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.parent .submenu li:last-child a::after {
  display: none;
}

/* line 16319, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.parent .submenu li a {
  padding: 5px 10px;
  display: block;
  font-weight: 600;
  color: #151f39;
  position: relative;
}

/* line 16326, app/assets/stylesheets/accueil_style.scss */
.home-page .mobile-menu-main .mainmenu li.parent .submenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #4976962c;
}

/* line 16336, app/assets/stylesheets/accueil_style.scss */
.home-page .header-main-wrapper.four-header {
  width: 100%;
  position: relative;
}

/* line 16340, app/assets/stylesheets/accueil_style.scss */
.home-page .header-main-wrapper.four-header.home-header--sticky.sticky {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16345, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky {
    height: 65px;
    background: #fff;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16353, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky {
    height: 65px;
    background: #fff;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16361, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky .container-h-4 {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16367, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky .container-h-4 {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16373, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky .container-h-4 .button-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16378, app/assets/stylesheets/accueil_style.scss */
  .home-page .header-main-wrapper.four-header.home-header--sticky .container-h-4 .button-area {
    display: none;
  }
}

/* line 16383, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-header-area-five.home-header--sticky {
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16388, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-header-area-five .button-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16393, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-header-area-five .button-area {
    display: none;
  }
}

/* line 16398, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

/* line 16404, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main nav ul li {
  margin: 0 20px;
}

/* line 16407, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main nav ul li a {
  padding: 30px 0;
  display: block;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 600;
}

/* line 16415, app/assets/stylesheets/accueil_style.scss */
.home-page .header-style-three nav ul li.has-dropdown:hover a.links-main {
  color: #33B89F !important;
}

/* line 16419, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown {
  position: relative;
  margin-right: 38px;
}

@media (max-width: 1200px) {
  /* line 16424, app/assets/stylesheets/accueil_style.scss */
  .home-page .nav-area-main ul li.has-dropdown {
    margin-right: 30px;
  }
}

/* line 16428, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown::after {
  position: absolute;
  content: "\f078";
  font-family: "fontAwesome";
  font-size: 14px;
  right: -20px;
  top: 51%;
  transform: translateY(-50%);
  color: #fff;
}

/* line 16438, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown .submenu {
  position: absolute;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
  transform-origin: 0 0 0;
  padding: 10px 30px 10px 10px;
  min-width: 180px;
}

/* line 16459, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown .submenu li {
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
}

/* line 16463, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown .submenu li a {
  color: #083A5E;
  padding: 5px 10px 5px 15px;
  transition: 0.3s;
}

/* line 16468, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown .submenu li a:hover {
  background: transparent;
  color: #0a69d4;
}

/* line 16472, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown .submenu li a span {
  background: #0a69d4;
  color: #FFFFFF;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 5px;
}

/* line 16480, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown:hover::after {
  content: "\f077";
  color: #0a69d4;
}

/* line 16484, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}

/* line 16490, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-area-main ul li.has-dropdown:hover a.links-main {
  color: #0a69d4 !important;
}

/* line 16494, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu {
  position: static !important;
}

/* line 16498, app/assets/stylesheets/accueil_style.scss */
.home-page .has-dropdown.mega-menu:hover .rts-mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1);
}

/* line 16505, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one .nav-area-main nav ul li a.links-main {
  transition: 0.3s;
}

/* line 16508, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one .nav-area-main nav ul li a.links-main:hover {
  color: #0a69d4;
}

/* line 16512, app/assets/stylesheets/accueil_style.scss */
.home-page .header-two .nav-area-main nav ul li a.links-main {
  transition: 0.3s;
}

/* line 16515, app/assets/stylesheets/accueil_style.scss */
.home-page .header-two .nav-area-main nav ul li a.links-main:hover {
  color: #0a69d4;
}

/* line 16519, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  transform: scaleY(0);
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s;
  border-radius: 0 0 5px 5px !important;
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
  transform-origin: 0 0 0;
  padding: 30px;
}

/* line 16539, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item {
  padding: 0;
  margin: 0;
  flex-direction: column;
  display: flex;
  align-items: flex-start !important;
}

/* line 16546, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li {
  margin-bottom: 19px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

/* line 16553, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li:hover a {
  border: 1px solid #E6E5FF;
  border-radius: 4px;
}

/* line 16557, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li a {
  display: flex !important;
  align-items: center;
  padding: 10px !important;
  border: 1px solid transparent;
  width: 90%;
}

/* line 16564, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li a img {
  margin-right: 16px;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #F0F0FF;
  border-radius: 4px;
}

/* line 16571, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li a .info p {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 16578, app/assets/stylesheets/accueil_style.scss */
.home-page .mega-menu-item li a .info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
}

/* line 16585, app/assets/stylesheets/accueil_style.scss */
.home-page p.brand-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 16592, app/assets/stylesheets/accueil_style.scss */
.home-page .brand-area-main-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16598, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-main-wrapper-one img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16603, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-main-wrapper-one img {
    max-width: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16608, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-main-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16615, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-main-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

/* line 16622, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-brand-area-start-five {
  background: #FFF4F4;
}

/* line 16625, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-brand-area-start-five .top-para p {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E;
  margin: auto;
  text-align: center;
}

/* line 16634, app/assets/stylesheets/accueil_style.scss */
.home-page .index-five .rts-btn {
  border-radius: 5px !important;
}

/* line 16638, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-tab-area {
  background: #F6F6F6;
}

/* line 16642, app/assets/stylesheets/accueil_style.scss */
.home-page .tab-vedio-five-main-wrapper .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

/* line 16651, app/assets/stylesheets/accueil_style.scss */
.home-page .tab-vedio-five-main-wrapper .nav li {
  padding: 0;
  margin: 0 10px;
}

/* line 16655, app/assets/stylesheets/accueil_style.scss */
.home-page .tab-vedio-five-main-wrapper .nav li button {
  padding: 10px 18px;
  background: #FFFFFF;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

/* line 16667, app/assets/stylesheets/accueil_style.scss */
.home-page .tab-vedio-five-main-wrapper .nav li button svg {
  margin-top: -3px;
  margin-right: 10px;
}

/* line 16671, app/assets/stylesheets/accueil_style.scss */
.home-page .tab-vedio-five-main-wrapper .nav li button.active {
  border: 1px solid #0a69d4;
}

/* line 16675, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  max-width: 850px;
  margin: auto;
  position: relative;
}

/* line 16685, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
  position: absolute;
  left: 25%;
  top: 58%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16691, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    left: 45%;
    top: 37%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16697, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    left: 45%;
    top: 37%;
  }
}

@media only screen and (max-width: 479px) {
  /* line 16703, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone {
    top: 25%;
    left: 39%;
  }
}

/* line 16708, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button span {
  border-left: 15px solid #083A5E;
}

/* line 16711, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button::before {
  background: rgba(9, 9, 9, 0.6);
}

/* line 16714, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .thumbnail-image-large .vedio-icone .video-play-button::after {
  width: 80px;
  height: 80px;
}

/* line 16718, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .thumbnail-image-large img {
  width: 100%;
}

/* line 16721, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content {
  background: #F6F6F6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px;
  padding: 35px 40px;
}

/* line 16731, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner {
  margin-top: 0px;
}

/* line 16734, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner p.disc {
  margin-bottom: 22px;
}

/* line 16737, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner .bottom-area .authore {
  text-align: center;
}

/* line 16740, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner .bottom-area .authore img {
  margin-bottom: 10px;
}

/* line 16743, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner .bottom-area .authore span {
  display: block;
}

/* line 16746, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner .bottom-area .authore span.name {
  color: #0a69d4;
  font-weight: 700;
}

/* line 16750, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .right-content .inner .bottom-area .authore span.deg {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
}

/* line 16758, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail {
  position: relative;
}

/* line 16761, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 15px;
  top: 15%;
  right: -28%;
  animation: jump-2 8s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 16776, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start {
    right: -1%;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 16781, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start {
    right: -5%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16786, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start {
    top: 5%;
  }
}

@media only screen and (max-width: 479px) {
  /* line 16791, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start {
    padding: 5px;
    right: 0;
    top: 0;
  }
}

/* line 16797, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start:hover {
  animation-play-state: paused;
}

/* line 16800, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start.left {
  left: -6%;
  bottom: 18%;
  right: auto;
  top: auto;
  animation: jump-1 8s linear infinite;
}

@media only screen and (max-width: 767px) {
  /* line 16808, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start.left {
    bottom: 5%;
  }
}

@media only screen and (max-width: 479px) {
  /* line 16813, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .single-mp3-start.left {
    left: 0;
  }
}

/* line 16817, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start.left:hover {
  animation-play-state: paused;
}

/* line 16820, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start .mid p {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #083A5E;
}

/* line 16827, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .single-mp3-start .icon-play {
  width: 36px;
  height: 36px;
  background: #0a69d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 16837, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .mp3-click-icon-banner {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  /* line 16845, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .mp3-click-icon-banner {
    left: 50%;
  }
}

/* line 16849, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .mp3-click-icon-banner a {
  position: relative;
  z-index: 1;
}

/* line 16853, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .mp3-click-icon-banner a svg {
  height: 60px;
  width: 60px;
}

/* line 16857, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .mp3-click-icon-banner a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: rgba(9, 9, 9, 0.6);
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  /* line 16870, app/assets/stylesheets/accueil_style.scss */
  .home-page .banner-five-thumbnail .mp3-click-icon-banner a::after {
    height: 90px;
    width: 90px;
  }
}

/* line 16875, app/assets/stylesheets/accueil_style.scss */
.home-page .banner-five-thumbnail .mp3-click-icon-banner a.ppbutton.fa-pauses svg path {
  fill: #0a69d4 !important;
}

/* line 16879, app/assets/stylesheets/accueil_style.scss */
.home-page .single-mp3-start .ppbutton.fa.icon-play.fa-pauses {
  background: #212123;
}

/* line 16882, app/assets/stylesheets/accueil_style.scss */
.home-page .single-mp3-start .ppbutton.fa.icon-play.fa-pauses svg path {
  fill: #0a69d4;
}

/* line 16886, app/assets/stylesheets/accueil_style.scss */
.home-page #menu-btn {
  cursor: pointer;
}

/* line 16890, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area {
  background: #F6F6F6;
}

/* line 16893, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border: none;
}

@media only screen and (max-width: 767px) {
  /* line 16903, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-audio-bot-area ul {
    gap: 0;
  }
}

/* line 16907, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li {
  flex-basis: 48%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  /* line 16912, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-audio-bot-area ul li {
    flex-basis: 100%;
  }
}

/* line 16916, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .ppbutton {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  /* line 16924, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-audio-bot-area ul li {
    flex-basis: 100%;
  }
}

/* line 16928, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link {
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  padding: 26px;
  border: 1px solid transparent;
}

/* line 16935, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link:hover {
  box-shadow: none;
  background: linear-gradient(180deg, #EFEFFF 0%, rgba(239, 239, 255, 0) 100%);
  border: 1px solid #0a69d4;
}

/* line 16940, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}

/* line 16946, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area .icon-audio {
  margin-left: -20px;
}

/* line 16949, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area::after {
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

/* line 16956, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area .info h6, .home-page .rts-audio-bot-area ul li .nav-link .press-area .info .h6 {
  margin-bottom: 6px;
  color: #083A5E;
}

/* line 16960, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area .info span.one {
  color: #083A5E;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}

/* line 16965, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area .info span {
  display: block;
}

/* line 16968, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link .press-area .info span.two {
  color: #497696;
  color: #497696;
  font-size: 17px !important;
  margin-top: 10px;
  font-family: "Space Grotesk", sans-serif;
}

/* line 16975, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link.active {
  background: linear-gradient(180deg, #EFEFFF 0%, rgba(239, 239, 255, 0) 100%);
  border: 1px solid #0a69d4;
}

/* line 16979, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-audio-bot-area ul li .nav-link.active .press-area .icon-audio svg path {
  fill: #0a69d4;
}

/* line 16983, app/assets/stylesheets/accueil_style.scss */
.home-page .thumbnail-voice-bot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16989, app/assets/stylesheets/accueil_style.scss */
  .home-page .thumbnail-voice-bot img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 16994, app/assets/stylesheets/accueil_style.scss */
  .home-page .thumbnail-voice-bot img {
    width: 100%;
  }
}

/* line 16999, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-header-area-five .rts-btn.btn-blur {
  padding: 10px 20px;
}

/* line 17003, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-banner-area-five .button-area-main .rts-btn {
  width: 190px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 17011, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-header-area-five .main-4-header-wrapper {
  height: 65px;
}

/* line 17015, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-brand-area.home-seven {
  background: #0E1424;
}

/* line 17018, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-brand-area.home-seven .single-brand {
  cursor: pointer;
  transition: all 0.3s;
}

/* line 17022, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-brand-area.home-seven .single-brand:hover svg path {
  fill: #FFFFFF;
}

/* line 17026, app/assets/stylesheets/accueil_style.scss */
.home-page .title-conter-area {
  text-align: center;
}

/* line 17029, app/assets/stylesheets/accueil_style.scss */
.home-page .title-conter-area p.disc {
  width: 35%;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  /* line 17034, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-conter-area p.disc {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17039, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-conter-area p.disc {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17044, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-conter-area p.disc {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17050, app/assets/stylesheets/accueil_style.scss */
  .home-page h2.title, .home-page .title.h2 {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 17054, app/assets/stylesheets/accueil_style.scss */
  .home-page h2.title br, .home-page .title.h2 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17059, app/assets/stylesheets/accueil_style.scss */
  .home-page h2.title, .home-page .title.h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 17065, app/assets/stylesheets/accueil_style.scss */
  .home-page h2.title, .home-page .title.h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 17071, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three {
  text-align: center;
}

/* line 17074, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three .pre {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  padding: 5px 15px;
  background: #D4F7EC;
  border-radius: 17px;
}

/* line 17083, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three .title {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  color: #083A5E;
  margin-top: 20px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17092, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-center-three .title {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 17096, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-center-three .title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17101, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-center-three .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 17107, app/assets/stylesheets/accueil_style.scss */
  .home-page .title-center-three .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 17112, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three .title span {
  position: relative;
}

/* line 17115, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three .title span::after {
  position: absolute;
  content: "";
  height: 27px;
  width: 179px;
  background-image: url(/../images/banner/03.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: -20px;
}

/* line 17125, app/assets/stylesheets/accueil_style.scss */
.home-page .title-center-three p {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 17132, app/assets/stylesheets/accueil_style.scss */
.home-page .title-main-center-4 {
  text-align: center;
}

/* line 17136, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-service-4 {
  background: #F2F8FD;
}

/* line 17140, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 200px 0;
  background: #0E1424;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17166, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

/* line 17172, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner {
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 17182, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner .input-div {
  width: 80%;
  position: relative;
}

/* line 17186, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner input {
  background: none;
  border: 1px solid rgba(94, 94, 94, 0.6);
  padding: 20px;
  padding-left: 40px;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  position: relative;
  color: #777777;
}

/* line 17197, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner input:focus {
  border: 1px solid #0a69d4;
}

/* line 17200, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner input::-moz-placeholder {
  color: #777777;
}
.home-page .search-input-area .search-input-inner input::placeholder {
  color: #777777;
}

/* line 17203, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner .search-close-icon {
  width: 6%;
}

/* line 17206, app/assets/stylesheets/accueil_style.scss */
.home-page .search-input-area .search-input-inner .search-close-icon i {
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  background: #0a69d4;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

/* line 17217, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar.show {
  visibility: visible;
  transform: translateX(0);
}

/* line 17222, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar {
  position: fixed;
  top: 0;
  right: 0;
  background: #0C1221;
  width: 390px;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transform: translateX(100%);
  transition: all 500ms ease;
  z-index: 100;
}

/* line 17238, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e74d;
}

/* line 17246, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-header .cart-heading {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
}

/* line 17251, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-area3 .product-item .bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 17256, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e74d;
}

/* line 17265, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-item:last-child {
  margin-bottom: 0;
}

/* line 17268, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 17273, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

/* line 17277, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

/* line 17281, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #040404;
}

/* line 17286, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-variation span {
  color: #E3E3E3;
  font-family: roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

/* line 17293, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-qnty {
  margin-right: 5px;
}

/* line 17296, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-qnty,
.home-page .cart-bar .product-detail .product-price {
  color: #E3E3E3;
  font-weight: 500;
  font-size: 13px;
  font-family: roboto;
}

/* line 17303, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 17308, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}

/* line 17311, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit {
  display: flex;
  border: 1px solid #E7E7E7;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
}

/* line 17318, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 40px;
}

/* line 17322, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

/* line 17326, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #868686;
}

/* line 17330, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .product-edit {
  margin-right: 15px;
}

/* line 17333, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .product-edit i {
  font-size: 13px;
  color: #404040;
}

/* line 17337, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .delete-cart i {
  font-size: 16px;
  color: #4E4E4E;
  margin-top: 5px;
}

/* line 17342, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

/* line 17347, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .spend-shipping {
  margin-bottom: 30px;
  background: #f6f6f6;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
  text-align: center;
}

/* line 17356, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .spend-shipping .amount {
  font-weight: 700;
  color: #04040404;
}

/* line 17360, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .spend-shipping i {
  font-size: 15px;
  margin-right: 7px;
}

/* line 17364, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .total-price {
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 17371, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .cart-btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-align: center;
  transition: all 300ms;
}

/* line 17379, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .checkout-btn {
  border: 1px solid #0a69d4;
  margin-bottom: 10px;
  color: #0a69d4;
}

/* line 17384, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .checkout-btn:hover {
  background: #0a69d4;
  color: #FFFFFF;
}

/* line 17388, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-bottom-area .view-btn {
  border: 1px solid transparent;
  background: #0a69d4;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  /* line 17394, app/assets/stylesheets/accueil_style.scss */
  .home-page .cart-bar {
    width: 100%;
  }
}

/* line 17399, app/assets/stylesheets/accueil_style.scss */
.home-page .close-cart {
  cursor: pointer;
}

/* line 17402, app/assets/stylesheets/accueil_style.scss */
.home-page .close-cart i {
  color: #FFFFFF;
}

/* line 17406, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar.show .product-detail .product-name {
  color: #FFFFFF;
}

/* line 17410, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start {
  display: flex;
  align-items: center;
  padding: 86px 70px;
  background: #F2F2FF;
  justify-content: space-between;
  gap: 130px;
  margin-bottom: 60px;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  /* line 17421, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start.index-feature {
    padding: 15px;
    padding-bottom: 40px;
  }
}

/* line 17426, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.index-feature .image-area {
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media only screen and (max-width: 1199px) {
  /* line 17431, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start.index-feature .image-area {
    min-width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17436, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start.index-feature .image-area {
    min-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17441, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start.index-feature .image-area {
    min-width: auto;
  }
}

/* line 17445, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.index-feature .feature-content-area p.disc {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 17449, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start {
    gap: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 17454, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start {
    padding: 30px;
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17460, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 17467, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

/* line 17473, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.bg-red-l {
  background: #FFF2F2;
}

/* line 17476, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.bg-red-l .featue-content-area span.pre {
  -webkit-text-stroke-color: #FFC6C6;
  color: #FFF2F2;
}

/* line 17480, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.bg-blue-l {
  background: #F2FAFF;
}

/* line 17483, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start.bg-blue-l .featue-content-area span.pre {
  -webkit-text-stroke-color: #C0E7FF;
  color: #F2FAFF;
}

/* line 17487, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start:last-child {
  margin-bottom: 0;
}

/* line 17490, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start .image-area {
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media only screen and (max-width: 1199px) {
  /* line 17495, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start .image-area {
    min-width: 350px;
  }
}

/* line 17499, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start .featue-content-area span.pre {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #BCBCFF;
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: #F2F2FF;
}

/* line 17507, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start .featue-content-area .title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 17511, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-feature-area-start .featue-content-area .title {
    font-size: 36px;
  }
}

/* line 17515, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-start .featue-content-area p.disc {
  margin-bottom: 50px;
  width: 90%;
}

/* line 17520, app/assets/stylesheets/accueil_style.scss */
.home-page .title-left-feature .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #083A5E;
}

/* line 17526, app/assets/stylesheets/accueil_style.scss */
.home-page .title-left-feature p.disc {
  width: 65%;
}

/* line 17530, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner {
  padding: 80px;
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 30px;
}

/* line 17536, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner:last-child {
  margin-bottom: 0;
}

/* line 17539, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner .feature-content-inner .title {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: #083A5E;
}

/* line 17545, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner .feature-content-inner .title span {
  color: #0a69d4;
}

/* line 17548, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner .feature-content-inner p.disc {
  width: 70%;
}

/* line 17551, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner .thumbnail-feature {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #BCBCFF;
  background: #F6F6F6;
}

/* line 17557, app/assets/stylesheets/accueil_style.scss */
.home-page .single-feature-area-main-inner .thumbnail-feature img {
  width: 100%;
}

/* line 17561, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six {
  background: #0C1221;
}

/* line 17564, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner {
  border-radius: 10px;
  border: 1px solid #121B32;
  background: #0E1424;
  padding: 40px;
}

/* line 17570, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content {
  margin-right: 100px;
}

@media (max-width: 991px) {
  /* line 17574, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

/* line 17579, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content .title {
  color: #FFFFFF;
  margin-bottom: 25px;
}

/* line 17583, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content .disc {
  color: #FFFFFF;
  margin-bottom: 60px;
}

/* line 17587, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content .rts-btn {
  border-radius: 4px;
}

/* line 17590, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content.area-2 {
  margin-left: 50px;
  margin-right: 0;
}

@media (max-width: 991px) {
  /* line 17595, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-feature-area.home-six .rts-feature-area-inner .left-side-content.area-2 {
    margin-left: 0;
    margin-top: 80px;
  }
}

/* line 17600, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-area.home-six .rts-feature-area-inner .right-side-image {
  text-align: center;
}

/* line 17604, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area {
  background: #0C1221;
}

/* line 17607, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .rts-isotope-area-inner {
  margin: 0 80px;
}

@media (max-width: 576px) {
  /* line 17611, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-isotope-area .rts-isotope-area-inner {
    margin: 0 20px;
  }
}

/* line 17615, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .rts-heading .title-inner .title {
  color: #FFFFFF;
  text-transform: capitalize;
}

/* line 17619, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .rts-heading .title-inner .disc {
  color: #FFFFFF;
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  /* line 17624, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-isotope-area .rts-heading .title-inner .disc br {
    display: none;
  }
}

/* line 17628, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .portfolio-menu {
  display: flex;
  max-width: 470px;
  margin: 0 auto 50px auto;
}

/* line 17633, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .portfolio-menu button {
  color: #FFFFFF;
  background: none;
  padding: 5px 10px;
  border-radius: 4px;
}

/* line 17639, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .portfolio-menu button.active {
  background: #0a69d4;
}

/* line 17642, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2 {
  margin: 0 10px 30px 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}

/* line 17649, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2:hover .portfolio-text {
  transform: translateY(0);
  opacity: 1;
}

/* line 17653, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2:hover .img-fluid {
  transform: scale(105%);
}

/* line 17656, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2 .img-fluid {
  transform: scale(100%);
  transition: all 0.4s;
  width: 100%;
}

/* line 17661, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2 .portfolio-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s;
}

/* line 17669, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-isotope-area .grid .grid-item .portfolio-wrapper2 .portfolio-text .text .p-title {
  color: #121B32;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px 32px;
}

/* line 17680, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-image-holder .mfp-content {
  width: 450px;
  height: 450px;
}

/* line 17685, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-gallery .mfp-image-holder .mfp-figure {
  width: 100%;
  height: 100%;
}

/* line 17689, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-gallery .mfp-image-holder .mfp-figure figure {
  width: 100%;
  height: 100%;
}

/* line 17693, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-gallery .mfp-image-holder .mfp-figure figure img {
  width: 100%;
}

/* line 17697, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-bottom-bar {
  position: unset;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

/* line 17703, app/assets/stylesheets/accueil_style.scss */
.home-page .mfp-bottom-bar .mfp-counter {
  position: unset;
}

/* line 17707, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area {
  background: #0E1424;
}

/* line 17710, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

/* line 17719, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner {
  margin: 0 80px;
}

@media (max-width: 576px) {
  /* line 17723, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-project-area .rts-project-area-inner {
    margin: 0 20px;
  }
}

@media (max-width: 400px) {
  /* line 17728, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-project-area .rts-project-area-inner {
    margin: 0 10px;
  }
}

/* line 17732, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area {
  margin: 0 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  /* line 17738, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-project-area .rts-project-area-inner .image-area {
    margin: 15px;
  }
}

/* line 17742, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area:hover::after {
  opacity: 1;
}

/* line 17745, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area:hover .content span a i {
  opacity: 1;
}

/* line 17748, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(18, 27, 50, 0.6);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

/* line 17759, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area img {
  width: 100%;
}

/* line 17762, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area .content {
  position: absolute;
  width: 85%;
  display: flex;
  justify-content: space-between;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* line 17772, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area .content span a {
  color: #FFFFFF;
}

/* line 17775, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-project-area .rts-project-area-inner .image-area .content span a i {
  opacity: 0;
  transition: all 0.3s;
}

/* line 17780, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area {
  background: #0C1221;
}

/* line 17783, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

/* line 17792, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .rts-popular-image-area-inner {
  margin: 0 80px;
}

@media (max-width: 576px) {
  /* line 17796, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-popular-image-area .rts-popular-image-area-inner {
    margin: 0 20px;
  }
}

@media (max-width: 400px) {
  /* line 17801, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-popular-image-area .rts-popular-image-area-inner {
    margin: 0 10px;
  }
}

/* line 17805, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area {
  position: relative;
  margin: 15px;
  overflow: hidden;
  transition: all 0.3s;
}

/* line 17811, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area:hover .action-button {
  right: 20px;
}

/* line 17814, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area:hover .content .bottom-wrapper .price {
  transform: translateY(-30px);
}

/* line 17817, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area:hover .content .bottom-wrapper .add-to-cart {
  transform: translateY(-25px);
}

/* line 17820, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .image {
  width: 100%;
}

/* line 17823, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 17830, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .image a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 27, 50, 0.3);
}

/* line 17839, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area img {
  width: 100%;
  position: relative;
}

/* line 17843, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .crown-tag {
  position: absolute;
  background: rgba(18, 27, 50, 0.3);
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  top: 20px;
  z-index: 1;
}

/* line 17856, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .crown-tag img {
  width: auto;
}

/* line 17859, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  right: -50px;
  transition: all 0.3s;
  z-index: 1;
}

/* line 17868, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button .single-action {
  list-style: none;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

/* line 17879, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button .single-action a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  border-radius: 4px;
}

/* line 17885, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button .single-action a i {
  color: #121B32;
}

/* line 17888, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button .single-action a:hover {
  background: #151f39;
}

/* line 17891, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .action-button .single-action a:hover i {
  color: #ffffff;
}

/* line 17894, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content {
  margin-top: 30px;
}

/* line 17897, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content span a {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
  transition: all 0.3s;
}

/* line 17906, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content span a:hover {
  color: #0a69d4;
}

/* line 17909, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content .bottom-wrapper {
  margin-top: 10px;
  overflow: hidden;
}

/* line 17913, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content .bottom-wrapper .price,
.home-page .rts-popular-image-area .image-area .content .bottom-wrapper .add-to-cart {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.32px;
  transition: all 0.3s;
}

/* line 17922, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .image-area .content .bottom-wrapper .add-to-cart {
  transform: translateY(30px);
  display: block;
}

/* line 17926, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .button-area {
  margin-top: 50px;
}

/* line 17929, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-popular-image-area .button-area .rts-btn {
  border-radius: 5px;
}

/* line 17933, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-tools {
  background: radial-gradient(21.09% 21.09% at 50% 58.35%, #151F39 0%, #0E1424 100%);
}

/* line 17936, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-tools .title-conter-area .title {
  color: #fff;
}

/* line 17939, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-tools .title-conter-area p.disc {
  color: #E3E3E3;
}

/* line 17943, app/assets/stylesheets/accueil_style.scss */
.home-page .bg_faq {
  background: #F6F6F6;
}

/* line 17947, app/assets/stylesheets/accueil_style.scss */
.home-page .steps-main-content-three {
  text-align: left;
}

/* line 17950, app/assets/stylesheets/accueil_style.scss */
.home-page .steps-main-content-three span {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #33B89F;
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: transparent;
}

/* line 17958, app/assets/stylesheets/accueil_style.scss */
.home-page .steps-main-content-three .title {
  margin-top: 10px;
  text-transform: capitalize;
}

/* line 17962, app/assets/stylesheets/accueil_style.scss */
.home-page .steps-main-content-three p.disc {
  width: 70%;
  margin-bottom: 50px;
}

/* line 17967, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .bottom-gradient {
  background: linear-gradient(180deg, #E7FFF8 16.15%, rgba(231, 255, 248, 0) 100%) !important;
}

/* line 17970, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .bg_faq {
  background: transparent !important;
}

/* line 17973, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .accordion-area-one .accordion .accordion-item {
  background: transparent;
}

/* line 17977, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper-three .main-wrapper-cta-three {
  background-image: url(/../images/cta/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
  border-radius: 10px;
}

@media only screen and (max-width: 479px) {
  /* line 17985, app/assets/stylesheets/accueil_style.scss */
  .home-page .cta-main-wrapper-three .main-wrapper-cta-three {
    padding: 20px;
  }
}

/* line 17989, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three {
  text-align: left;
  margin-top: 50px;
}

/* line 17993, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}

/* line 17999, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #E3E3E3;
}

/* line 18005, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper-three .main-wrapper-cta-three .content-main-wrapper-three a.rts-btn {
  margin-top: 30px;
  background: #fff;
  color: #083A5E;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

/* line 18014, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .bg-footer.footer-two {
  background: linear-gradient(180deg, rgba(231, 255, 248, 0) 16.15%, #E7FFF8 100%);
}

/* line 18018, app/assets/stylesheets/accueil_style.scss */
.home-page .image-feature-area-three {
  position: relative;
  z-index: 1;
}

/* line 18022, app/assets/stylesheets/accueil_style.scss */
.home-page .image-feature-area-three .shape-bg {
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 23%;
  z-index: -1;
}

/* line 18029, app/assets/stylesheets/accueil_style.scss */
.home-page .image-feature-area-three .shape-bg img {
  min-width: -moz-max-content;
  min-width: max-content;
  animation: jump-2 8s linear infinite;
}

/* line 18034, app/assets/stylesheets/accueil_style.scss */
.home-page .main--wrapper-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* line 18041, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree {
  background: #F7F7FF;
  border: 1px solid #BCBCFF;
  border-radius: 10px;
  padding: 25px;
}

/* line 18047, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* line 18053, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

/* line 18059, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top .author .info-content .title {
  margin-bottom: -5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

/* line 18065, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top .author .info-content span.deg {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
}

/* line 18071, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top .stars-area {
  display: flex;
  align-items: center;
}

/* line 18075, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonials-marquree .top .stars-area i {
  margin: 0 2px;
  color: #083A5E;
  font-size: 14px;
}

/* line 18081, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li:hover span {
  visibility: visible;
  opacity: 1;
}

/* line 18086, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll {
  position: fixed;
  top: 50%;
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}

/* line 18096, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 18101, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li {
  margin: 10px 0;
  position: relative;
  font-size: 20px;
}

/* line 18106, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li span {
  position: absolute;
  background-color: #0a69d4;
  color: #fff;
  white-space: nowrap;
  padding: 5px 20px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0ms;
}

/* line 18121, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li span::after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #0a69d4;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 18133, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li i {
  cursor: pointer;
  color: #000;
  padding: 10px 10px;
  display: block;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  background: #fff;
  transition: 0.3s;
}

/* line 18144, app/assets/stylesheets/accueil_style.scss */
.home-page .modal-sidebar-scroll ul li i:hover {
  background: #0a69d4;
  color: #fff;
}

/* line 18149, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one {
  padding: 0 200px;
}

@media only screen and (max-width: 1199px) {
  /* line 18153, app/assets/stylesheets/accueil_style.scss */
  .home-page .accordion-area-one {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18158, app/assets/stylesheets/accueil_style.scss */
  .home-page .accordion-area-one {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18163, app/assets/stylesheets/accueil_style.scss */
  .home-page .accordion-area-one {
    padding: 0;
  }
}

/* line 18167, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item {
  background: #fff;
  border: 1px solid #E6E5FF;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 18175, app/assets/stylesheets/accueil_style.scss */
  .home-page .accordion-area-one .accordion .accordion-item {
    padding: 0;
  }
}

/* line 18179, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

/* line 18182, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item button {
  font-weight: 600;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 36px;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #083A5E;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  /* line 18194, app/assets/stylesheets/accueil_style.scss */
  .home-page .accordion-area-one .accordion .accordion-item button {
    font-size: 14px;
    line-height: 22px;
  }
}

/* line 18199, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item button::after {
  background-image: none;
  content: "+";
  font-family: "fontAwesome";
  transform: none;
  margin-top: -20px;
}

/* line 18206, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item button[aria-expanded=true]::after {
  content: "\f068";
}

/* line 18209, app/assets/stylesheets/accueil_style.scss */
.home-page .accordion-area-one .accordion .accordion-item .accordion-body {
  padding: 0px 15px 20px 15px;
}

/* line 18213, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-faq-area-inner .accordion-area-one {
  padding: 0;
}

/* line 18217, app/assets/stylesheets/accueil_style.scss */
.home-page .header-area.header-two .nav-area-main nav ul li a.links-main {
  padding: 23px 0;
}

/* line 18221, app/assets/stylesheets/accueil_style.scss */
.home-page .index-three .accordion-area-one .accordion .accordion-item button {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
}

@media only screen and (max-width: 767px) {
  /* line 18228, app/assets/stylesheets/accueil_style.scss */
  .home-page .index-three .accordion-area-one .accordion .accordion-item button {
    font-size: 18px;
  }
}

/* line 18233, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one {
  padding: 35px;
  text-align: center;
  box-shadow: 0px 0px 4px 6px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
}

/* line 18241, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one.active {
  box-shadow: none;
  border: 1px solid #0a69d4;
  background: #F8F8FF;
}

/* line 18246, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one.active .body a.rts-btn.btn-border-p {
  background: #0a69d4;
  color: #fff;
}

/* line 18250, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one:hover {
  box-shadow: none;
  background: #F8F8FF;
  border: 1px solid #0a69d4;
}

/* line 18255, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .head .top {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #0a69d4;
}

/* line 18261, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .head .date-use {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
}

/* line 18267, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .head .date-use .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E;
}

/* line 18273, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .head .date-use span {
  margin-bottom: 24px;
  margin-left: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 18281, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body {
  margin-top: 30px;
}

/* line 18284, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body a.rts-btn {
  transition: 0.3s;
}

/* line 18287, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body .chek-area {
  margin-top: 40px;
}

/* line 18290, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body .chek-area .single-check {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 18295, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body .chek-area .single-check p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #083A5E;
}

/* line 18301, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body .chek-area .single-check i {
  margin-right: 10px;
}

/* line 18304, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-style-one .body a.rts-btn.btn-border-p:hover {
  background: #0a69d4;
  color: #fff;
}

/* line 18309, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two {
  padding: 50px 80px;
  box-shadow: 1px 2px 10px 4px rgba(223, 223, 223, 0.2);
  border-radius: 10px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  /* line 18316, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-pricing-single-two {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18321, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-pricing-single-two {
    padding: 40px 60px;
  }
}

@media (max-width: 991px) {
  /* line 18326, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-pricing-single-two {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18331, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-pricing-single-two {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 18336, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-pricing-single-two {
    padding: 30px 30px;
  }
}

/* line 18340, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two.active {
  background: #F8F8FF;
  border: 1px solid #0a69d4;
}

/* line 18344, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two.active a.pricing-btn {
  padding: 14px 35px;
  background: #0a69d4 !important;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

/* line 18353, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .head span.top {
  padding: 4px 22px;
  background: #DEDEFF;
  border-radius: 4px;
  color: #0a69d4;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 18361, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .head .date-use {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 23px;
}

/* line 18369, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .head .date-use .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 18376, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .head .date-use span {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 18383, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body p.para {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  margin-bottom: 30px;
}

/* line 18390, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body .check-wrapper {
  text-align: center;
  margin-bottom: 45px;
  padding-left: 32px;
}

/* line 18395, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body .check-wrapper .check-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0;
}

/* line 18401, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body .check-wrapper .check-area i {
  color: #083A5E;
}

/* line 18404, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body .check-wrapper .check-area p {
  color: #083A5E;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

/* line 18412, app/assets/stylesheets/accueil_style.scss */
.home-page .single-pricing-single-two .body a.pricing-btn {
  padding: 14px 35px;
  background: #E0F2FF;
  border-radius: 4px;
  color: #083A5E;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

/* line 18422, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 10px;
  border-radius: 30px;
  background: #F6F6F6;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  gap: 10px;
  position: relative;
}

/* line 18435, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one.two .save-badge span {
  background: #E6E5FF;
  padding: 1px 18px;
  border-radius: 20px;
  display: block;
  color: #0a69d4;
  font-weight: 600;
  font-size: 12px;
}

/* line 18444, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one.two li button {
  background-color: transparent !important;
}

/* line 18447, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one.two li button.active {
  background-color: #fff !important;
  color: #0a69d4 !important;
}

/* line 18451, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one .right-image-inner {
  position: absolute;
  top: -30px;
  right: -36%;
  z-index: -1;
}

/* line 18457, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one li {
  margin: 0;
  border: none;
}

/* line 18461, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one li button {
  border: none !important;
  box-shadow: none;
  background-color: #D6D6FF !important;
  padding: 8px 23px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 20px;
  color: #0a69d4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* line 18475, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-button-one li button.active {
  border: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 20px;
  border: none !important;
  box-shadow: none;
  background-color: #0a69d4 !important;
  color: #fff;
}

/* line 18487, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three {
  text-align: center;
}

/* line 18490, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three.left-area {
  padding: 30px;
}

/* line 18493, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three .thumbnail-img {
  margin-bottom: 30px;
}

/* line 18496, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three .content-text .single-con {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 18px 0;
  gap: 30px;
}

/* line 18503, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three .content-text .single-con p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
}

/* line 18510, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three .content-text .single-con p span {
  color: #777777;
}

/* line 18514, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper {
  padding: 30px;
  text-align: center;
  border: 1px solid #CBF3E7;
  border-radius: 10px;
  margin-top: 20px;
}

/* line 18521, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .head-area {
  padding-bottom: 20px;
  border-bottom: 1px solid #CBF3E7;
  margin-bottom: 20px;
}

/* line 18526, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .head-area .pre {
  background: #D4F7EC;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 18536, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .head-area .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #083A5E;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 18545, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .head-area .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: lowercase;
}

/* line 18552, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .body p.disc {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #083A5E;
  margin-bottom: 30px;
}

/* line 18559, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .body .check-only {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  margin: 21px 0;
}

/* line 18565, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .body .check-only p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 18572, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .body .rts-btn.btn-border {
  border: 1px solid #CBF3E7;
  border-radius: 4px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
  color: #083A5E;
  font-weight: 700;
  padding: 9px 30px;
}

/* line 18583, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper .body .rts-btn.btn-border:hover {
  background: #33B89F;
  color: #fff;
}

/* line 18587, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper.active {
  background: #D4F7EC;
  border: 1px solid transparent;
}

/* line 18591, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper.active .head-area .pre {
  background: #33B89F;
  color: #fff;
}

/* line 18595, app/assets/stylesheets/accueil_style.scss */
.home-page .single-prcing-three-main-wrapper.active .body .rts-btn.btn-border {
  background: #33B89F;
  color: #fff;
}

/* line 18600, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-pricing-main-con-three.left-area {
  margin-top: -36px;
}

/* line 18604, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-button-area-main {
  display: flex;
  align-items: center;
  border: none;
  margin: auto;
  justify-content: center;
  padding: 15px 20px;
  background: #D4F7EC;
  border-radius: 100px;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #e2fff0;
}

/* line 18616, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-button-area-main li {
  margin: 0;
  display: block;
  margin: 0 10px;
}

/* line 18621, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-button-area-main li button {
  padding: 10px 20px;
  background: #ffffff !important;
  display: block;
  border-radius: 33px !important;
  border: none !important;
  box-shadow: none;
  font-weight: 700;
  color: #33b89f;
}

/* line 18631, app/assets/stylesheets/accueil_style.scss */
.home-page .nav-button-area-main li button.active {
  background: #33b89f !important;
  border: none;
  box-shadow: none;
  color: #fff !important;
}

/* line 18638, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .nav-button-area-main {
  background: #F5F5FF;
}

/* line 18641, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active {
  background: #F5F5FF;
  border: 1px solid #0a69d4;
}

/* line 18645, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .single-prcing-three-main-wrapper .head-area .pre {
  background: #E2E2FF;
}

/* line 18648, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active .head-area .pre {
  background: #0a69d4 !important;
}

/* line 18651, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .single-prcing-three-main-wrapper.active .body .rts-btn.btn-border {
  background: #0a69d4 !important;
}

/* line 18654, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .pricing-table-three-area .title-center-three .pre {
  background: #F5F5FF;
}

/* line 18658, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper {
  position: relative;
  z-index: 1;
}

/* line 18662, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .thumbnail-img-left {
  position: absolute;
  left: -360px;
  z-index: -11;
  top: 0;
}

/* line 18669, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-tab-area.home-two {
  position: relative;
  z-index: 1;
}

/* line 18673, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-feature-tab-area.home-two .bg-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  top: 0;
  background: linear-gradient(180deg, #F5F5F5 35.37%, rgba(255, 255, 255, 0) 94.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18689, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-feature-tab-area.home-two .bg-text {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18694, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-feature-tab-area.home-two .bg-text {
    font-size: 110px;
  }
}

/* line 18699, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-start.index-two {
  position: relative;
}

/* line 18702, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-start.index-two .bg-text {
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  top: 0;
  background: linear-gradient(180deg, #F5F5F5 35.37%, rgba(255, 255, 255, 0) 94.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
}

/* line 18719, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six {
  background: #0C1221;
}

/* line 18722, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .title-conter-area .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18731, app/assets/stylesheets/accueil_style.scss */
  .home-page .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 18735, app/assets/stylesheets/accueil_style.scss */
  .home-page .pricing-plane-area.home-six .title-conter-area .title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18740, app/assets/stylesheets/accueil_style.scss */
  .home-page .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 18746, app/assets/stylesheets/accueil_style.scss */
  .home-page .pricing-plane-area.home-six .title-conter-area .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 18751, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .title-conter-area .disc {
  color: #E3E3E3;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* line 18758, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two {
  box-shadow: none;
  border: 1px solid #121B32;
}

/* line 18762, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head span.top {
  background: #0E1424;
  color: #0a69d4;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

/* line 18771, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head .date-use .title {
  color: #FFFFFF;
}

/* line 18774, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .head .date-use span {
  color: #FFFFFF;
}

/* line 18777, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .para {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  /* line 18781, app/assets/stylesheets/accueil_style.scss */
  .home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .para br {
    display: none;
  }
}

/* line 18785, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .check-wrapper .check-area i,
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .check-wrapper .check-area p {
  color: #FFFFFF;
}

/* line 18789, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two .body .pricing-btn {
  background: none;
  border: 1px solid #121B32;
  color: #FFFFFF;
}

/* line 18794, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two.active {
  background: #0E1424;
  border: 1px solid #121B32;
}

/* line 18798, app/assets/stylesheets/accueil_style.scss */
.home-page .pricing-plane-area.home-six .tab-area-pricing-two .single-pricing-single-two.active .head span.top {
  background: #121B32;
}

/* line 18802, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper {
  background-image: url(/assets/bann-e2f7e966d313feab090b4b2c3dff6530f3167c02644de42d2099f1c364058366.jpg);
  padding: 63px 109px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18812, app/assets/stylesheets/accueil_style.scss */
  .home-page .cta-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18819, app/assets/stylesheets/accueil_style.scss */
  .home-page .cta-main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 15px;
  }
}

/* line 18826, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper .left .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 40px;
  color: #fff;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18835, app/assets/stylesheets/accueil_style.scss */
  .home-page .cta-main-wrapper .left .title {
    font-size: 22px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18841, app/assets/stylesheets/accueil_style.scss */
  .home-page .cta-main-wrapper .left .title {
    font-size: 22px;
    line-height: 33px;
  }
}

/* line 18846, app/assets/stylesheets/accueil_style.scss */
.home-page .cta-main-wrapper .left a.rts-btn {
  padding: 15px 30px;
}

/* line 18850, app/assets/stylesheets/accueil_style.scss */
.home-page .main-cta-five {
  background-image: url(/../images/cta/05.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

/* line 18857, app/assets/stylesheets/accueil_style.scss */
.home-page .main-cta-five .ca-main-content-wrapper-left {
  padding: 80px 0;
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  /* line 18862, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-cta-five .ca-main-content-wrapper-left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  /* line 18867, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-cta-five .ca-main-content-wrapper-left {
    margin-left: 0;
    text-align: center;
  }
}

/* line 18872, app/assets/stylesheets/accueil_style.scss */
.home-page .main-cta-five .ca-main-content-wrapper-left .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 18881, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-cta-five .ca-main-content-wrapper-left .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18888, app/assets/stylesheets/accueil_style.scss */
  .home-page .main-cta-five .ca-main-content-wrapper-left .title br {
    display: none;
  }
}

/* line 18892, app/assets/stylesheets/accueil_style.scss */
.home-page .main-cta-five .right-image-thumbnail {
  margin-left: auto;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 40px;
  margin-right: 40px;
}

/* line 18902, app/assets/stylesheets/accueil_style.scss */
.home-page .bg-footer {
  background: #0E1424;
}

/* line 18906, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 103px;
}

@media only screen and (max-width: 1199px) {
  /* line 18913, app/assets/stylesheets/accueil_style.scss */
  .home-page .footer-one-main-wrapper {
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18918, app/assets/stylesheets/accueil_style.scss */
  .home-page .footer-one-main-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  /* line 18923, app/assets/stylesheets/accueil_style.scss */
  .home-page .footer-one-main-wrapper {
    flex-direction: column;
  }
}

/* line 18927, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.left-logo {
  flex-basis: 22%;
}

/* line 18930, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area {
  flex-basis: 28%;
}

/* line 18933, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill {
  position: relative;
}

/* line 18936, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
  background: #0a69d4;
  padding: 9px 15px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

/* line 18948, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill input {
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  border-color: #121B32;
  height: 60px;
  color: #777777;
}

/* line 18956, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area .input-area-fill input:focus {
  border: 1px solid #0a69d4;
}

/* line 18959, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  color: #E3E3E3;
  margin-top: 15px;
}

/* line 18963, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .head {
  margin-bottom: 25px;
}

/* line 18966, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .body p.dsic {
  color: #E3E3E3;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

/* line 18972, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .head .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* line 18977, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 18982, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .body ul li a {
  color: #E3E3E3;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
}

/* line 18989, app/assets/stylesheets/accueil_style.scss */
.home-page .footer-one-main-wrapper .footer-singl-wized .body ul li a:hover {
  color: #0a69d4;
}

/* line 18993, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two {
  background: #fff;
  border-top: 1px solid #E6E5FF;
}

@media only screen and (max-width: 767px) {
  /* line 18998, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-footer-area.footer-two {
    padding: 0 15px;
  }
}

/* line 19002, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body ul li a {
  color: #497696;
  font-weight: 400;
}

/* line 19006, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body ul li a:hover {
  color: #0a69d4;
}

/* line 19009, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .head .title {
  color: #083A5E;
}

/* line 19012, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized .body p.dsic {
  color: #497696;
  font-weight: 400;
}

/* line 19016, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .footer-one-main-wrapper .footer-singl-wized.input-area p.disc {
  color: #497696;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}

/* line 19023, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .f-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #083A5E;
  margin-bottom: 0;
}

/* line 19030, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .f-link .link {
  margin-bottom: 10px;
  transition: 0.3s;
}

/* line 19034, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .f-link .link:hover {
  color: #0a69d4;
}

/* line 19037, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .number {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  transition: 0.3s;
}

/* line 19044, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two .number:hover {
  color: #0a69d4;
}

/* line 19048, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one .has-dropdown.mega-menu a.links-main::after {
  color: #fff;
}

/* line 19051, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one .has-dropdown.mega-menu:hover a.links-main::after {
  color: #0a69d4;
}

/* line 19055, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 19062, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul li {
  margin: 0;
  padding: 0;
}

/* line 19066, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul li a {
  height: 30px;
  width: 30px;
  border: 1px solid #497696;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* line 19077, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul li a i {
  color: #083A5E;
  transition: 0.3s;
}

/* line 19081, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul li a:hover {
  background: #0a69d4;
  border-color: #0a69d4;
}

/* line 19085, app/assets/stylesheets/accueil_style.scss */
.home-page .social-area-one ul li a:hover i {
  color: #fff;
}

/* line 19089, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 60px;
  background: rgba(230, 229, 255, 0.25);
  border-radius: 10px 10px 0px 0px;
}

@media only screen and (max-width: 575px) {
  /* line 19098, app/assets/stylesheets/accueil_style.scss */
  .home-page .copy-right-two {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
}

/* line 19105, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two p {
  margin: 0;
  margin-bottom: 0;
  color: #497696;
}

@media only screen and (max-width: 767px) {
  /* line 19111, app/assets/stylesheets/accueil_style.scss */
  .home-page .copy-right-two p {
    font-size: 14px;
  }
}

/* line 19115, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two p a {
  color: #0a69d4;
  font-weight: 600;
}

/* line 19119, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two .menu {
  display: flex;
  align-items: center;
}

/* line 19123, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two .menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 30px;
}

/* line 19131, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two .menu ul li {
  margin: 0;
}

/* line 19134, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two .menu ul li a {
  color: #0a69d4;
  font-weight: 400;
  font-size: 14px;
}

/* line 19140, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.bg-footer.footer-two input {
  border: 1px solid #CBF3E7 !important;
}

/* line 19143, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.bg-footer.footer-two input:focus {
  border-color: #33B89F !important;
}

/* line 19146, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.bg-footer.footer-two .footer-singl-wized.input-area button {
  background: #33B89F;
}

/* line 19149, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.bg-footer.footer-two .footer-singl-wized .menu li a:hover {
  color: #33B89F !important;
}

/* line 19153, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #CBF3E7;
}

@media only screen and (max-width: 575px) {
  /* line 19161, app/assets/stylesheets/accueil_style.scss */
  .home-page .copy-right-start-two {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* line 19167, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two p {
  margin: 0;
  padding: 0;
}

/* line 19171, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two p a {
  transition: 0.3s;
}

/* line 19174, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two p a:hover {
  color: #33B89F !important;
}

/* line 19177, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two ul {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
}

@media only screen and (max-width: 575px) {
  /* line 19184, app/assets/stylesheets/accueil_style.scss */
  .home-page .copy-right-start-two ul {
    padding-left: 0;
    margin: 5px 0;
  }
}

/* line 19189, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two ul li {
  margin: 0;
  padding: 0;
}

/* line 19193, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-start-two ul li a {
  color: #33B89F;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* line 19200, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
}

/* line 19207, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul li {
  margin: 0;
  padding: 0;
}

/* line 19211, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* line 19222, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul li a i {
  font-size: 14px;
  line-height: 14px;
  color: #33B89F;
  transition: 0.3s;
}

/* line 19228, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul li a:hover {
  background: #083A5E;
}

/* line 19231, app/assets/stylesheets/accueil_style.scss */
.home-page .social-style-two ul li a:hover i {
  color: #fff;
}

/* line 19235, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .social-style-two ul li a {
  background: transparent;
  border-color: #121B32;
}

/* line 19239, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .social-style-two ul li a i {
  color: #fff;
}

/* line 19242, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .social-style-two ul li a:hover {
  background: #0a69d4;
}

/* line 19245, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .social-style-two ul li a:hover i {
  color: #fff;
}

/* line 19248, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .copy-right-start-two {
  border-color: #121B32;
}

@media only screen and (max-width: 767px) {
  /* line 19252, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-footer-area.footer-one .copy-right-start-two {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 19257, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .copy-right-start-two p {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  /* line 19261, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-footer-area.footer-one .copy-right-start-two p {
    font-size: 14px;
  }
}

/* line 19265, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .copy-right-start-two p a:hover {
  color: #0a69d4 !important;
}

@media only screen and (max-width: 767px) {
  /* line 19269, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-footer-area.footer-one .copy-right-start-two ul {
    padding: 0;
  }
}

/* line 19273, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .copy-right-start-two ul li a {
  color: #fff;
  transition: 0.3s;
}

/* line 19277, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-one .copy-right-start-two ul li a:hover {
  color: #0a69d4 !important;
}

/* line 19281, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.footer-mid .footer-singl-wized.input-area {
  flex-basis: 20%;
}

/* line 19284, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.footer-mid .footer-singl-wized .body li a:hover {
  color: #0a69d4 !important;
}

/* line 19288, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-clients-review-area .title-conter-area p.disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 19295, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-clients-review-area .title-conter-area .brand-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  /* line 19303, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-clients-review-area .title-conter-area .brand-area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}

/* line 19310, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.four {
  background: #F2F8FD;
  border-top: none;
}

/* line 19314, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E;
}

/* line 19320, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .input-footer-4 input {
  width: 300px;
  height: 40px;
  border: 1px solid #D6EEFF;
  border-radius: 20px;
  font-size: 14px;
}

/* line 19327, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-footer-area.footer-two.four .footer-singl-wized.left-logo .body .input-footer-4 button {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 41px !important;
  margin-top: 10px;
  height: 40px;
  width: 140px;
}

/* line 19335, app/assets/stylesheets/accueil_style.scss */
.home-page .copy-right-two.four {
  padding: 15px 0;
  background: transparent;
}

/* line 19340, app/assets/stylesheets/accueil_style.scss */
.home-page .home-header-one .menu-btn svg rect {
  fill: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19345, app/assets/stylesheets/accueil_style.scss */
  .home-page header.header-style-three {
    height: 71px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19352, app/assets/stylesheets/accueil_style.scss */
  .home-page header.header-style-three .button-area {
    display: none;
  }
}

/* line 19357, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

/* line 19374, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 19380, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #0a69d4;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border: 2px solid #0a69d4;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

/* line 19403, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap:hover::after {
  opacity: 1;
  content: "\e84b";
  border: 2px solid #0a69d4;
}

/* line 19409, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0a69d4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

/* line 19431, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap:hover::before {
  opacity: 0;
}

/* line 19435, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap svg path {
  fill: none;
}

/* line 19439, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap svg {
  color: #0a69d4;
  border-radius: 50%;
  background: #fff;
}

/* line 19445, app/assets/stylesheets/accueil_style.scss */
.home-page .progress-wrap svg.progress-circle path {
  stroke: #0a69d4;
  stroke-width: 34px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* line 19453, app/assets/stylesheets/accueil_style.scss */
.home-page .home-blue .progress-wrap svg.progress-circle path {
  stroke: #33B89F;
}

/* line 19456, app/assets/stylesheets/accueil_style.scss */
.home-page .home-blue .progress-wrap::after {
  border-color: #33B89F;
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: #33B89F;
}

/* line 19462, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper {
  background: #F6F6F6;
  border-radius: 10px;
}

/* line 19466, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 10px 10px 0 0;
}

/* line 19471, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .thumbnail:hover img {
  transform: scale(1.2);
}

/* line 19474, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .thumbnail img {
  width: 100%;
  transition: 0.3s;
}

/* line 19478, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content {
  padding: 40px;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 1199px) {
  /* line 19483, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-blog-area-wrapper .inner-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 19488, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-blog-area-wrapper .inner-content {
    padding: 15px;
  }
}

/* line 19492, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .head {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* line 19498, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .head span.tag {
  padding: 5px 9px;
  background: #E6E5FF;
  color: #0a69d4;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  border-radius: 2px;
}

/* line 19508, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .head span.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  text-transform: capitalize;
  position: relative;
}

/* line 19516, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .head span.time::after {
  position: absolute;
  content: "";
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #497696;
  top: 50%;
  transform: translateY(-50%);
}

/* line 19527, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body a .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  /* line 19535, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-blog-area-wrapper .inner-content .body a .title {
    font-size: 18px;
  }
}

/* line 19539, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body a .title:hover {
  color: #0a69d4;
}

/* line 19542, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

/* line 19548, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 19553, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area .author p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 19561, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area .author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

/* line 19566, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area .author .info {
  margin-bottom: -7px;
}

/* line 19569, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #083A5E;
  transition: 0.3s;
}

/* line 19578, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area a:hover {
  color: #0a69d4;
}

/* line 19581, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area a:hover i {
  color: #0a69d4;
}

/* line 19584, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-wrapper .inner-content .body .author-area a i {
  margin-left: 10px;
  transition: 0.3s;
}

/* line 19589, app/assets/stylesheets/accueil_style.scss */
.home-page .title-conter-area .pre-title-bg {
  padding: 5px 15px;
  border-radius: 5px;
  background: #E6E5FF;
  color: #0a69d4;
  font-weight: 700;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-bottom: 26px;
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 19602, app/assets/stylesheets/accueil_style.scss */
.home-page .title-left-area .pre-title-bg {
  padding: 5px 15px;
  border-radius: 5px;
  background: #E6E5FF;
  color: #0a69d4;
  font-weight: 700;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 30px;
}

/* line 19613, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-start .title-left-area a {
  display: flex;
  align-items: center;
  color: #083A5E;
  margin-top: 35px;
}

/* line 19619, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-start .title-left-area a i {
  margin-left: 10px;
  color: #083A5E;
}

/* line 19624, app/assets/stylesheets/accueil_style.scss */
.home-page .bd-breadcrumb {
  height: 200px;
  background: #121B32;
}

/* line 19629, app/assets/stylesheets/accueil_style.scss */
.home-page .container-bd {
  max-width: 990px;
  margin: auto;
}

/* line 19634, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19641, app/assets/stylesheets/accueil_style.scss */
  .home-page .authore-bd-area {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19646, app/assets/stylesheets/accueil_style.scss */
  .home-page .authore-bd-area {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 19652, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area .sub-area p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  color: #083A5E;
  margin-bottom: -5px;
}

/* line 19660, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area .sub-area span.deg {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #497696;
  margin-bottom: 0;
}

/* line 19667, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area .main {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 19672, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area .main .info .deg {
  font-weight: 600;
  font-size: 16px;
  color: #083A5E;
  display: block;
  margin-bottom: -5px;
}

/* line 19679, app/assets/stylesheets/accueil_style.scss */
.home-page .authore-bd-area .main .info .name {
  font-weight: 600;
  font-size: 14px;
  color: #497696;
}

/* line 19685, app/assets/stylesheets/accueil_style.scss */
.home-page .main-image-big img {
  width: 100%;
}

/* line 19689, app/assets/stylesheets/accueil_style.scss */
.home-page .top-blog-details-start .title-area .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #083A5E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19697, app/assets/stylesheets/accueil_style.scss */
  .home-page .top-blog-details-start .title-area .title {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 19701, app/assets/stylesheets/accueil_style.scss */
  .home-page .top-blog-details-start .title-area .title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19706, app/assets/stylesheets/accueil_style.scss */
  .home-page .top-blog-details-start .title-area .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 19712, app/assets/stylesheets/accueil_style.scss */
  .home-page .top-blog-details-start .title-area .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 19718, app/assets/stylesheets/accueil_style.scss */
.home-page .quote-area-bd {
  padding: 36px 15px;
  width: 100%;
  background: rgba(237, 237, 255, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  /* line 19729, app/assets/stylesheets/accueil_style.scss */
  .home-page .quote-area-bd {
    padding: 15px;
  }
}

/* line 19733, app/assets/stylesheets/accueil_style.scss */
.home-page .quote-area-bd .inner {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}

/* line 19738, app/assets/stylesheets/accueil_style.scss */
.home-page .quote-area-bd .inner .title {
  color: #0a69d4;
  margin-bottom: 0;
}

/* line 19742, app/assets/stylesheets/accueil_style.scss */
.home-page .quote-area-bd .inner .title span {
  color: #083A5E;
  font-size: 20px;
}

/* line 19747, app/assets/stylesheets/accueil_style.scss */
.home-page .para-area-wrapper p {
  margin-bottom: 30px;
}

/* line 19750, app/assets/stylesheets/accueil_style.scss */
.home-page .para-area-wrapper p:last-child {
  margin-bottom: 0;
}

/* line 19754, app/assets/stylesheets/accueil_style.scss */
.home-page .case-details-2 .title-conter-area.top-tt .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19760, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt .title {
    font-size: 36px;
    line-height: 40px;
  }
  /* line 19764, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt .title br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19769, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  /* line 19775, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 19780, app/assets/stylesheets/accueil_style.scss */
.home-page .case-details-2 .title-conter-area.top-tt p.disc {
  width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19784, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt p.disc {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19789, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt p.disc {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  /* line 19794, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-details-2 .title-conter-area.top-tt p.disc {
    width: 100%;
  }
}

/* line 19798, app/assets/stylesheets/accueil_style.scss */
.home-page .case-details-2 .title-conter-area.top-tt a.rts-btn {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-top: 30px;
}

/* line 19805, app/assets/stylesheets/accueil_style.scss */
.home-page .use-case-left-thumb img {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px;
  border: 1px solid rgba(151, 150, 233, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  background: rgba(83, 81, 81, 0.06);
}

@media only screen and (max-width: 1199px) {
  /* line 19815, app/assets/stylesheets/accueil_style.scss */
  .home-page .use-case-left-thumb img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19820, app/assets/stylesheets/accueil_style.scss */
  .home-page .use-case-left-thumb img {
    max-width: -webkit-fill-available;
    max-width: 100%;
  }
}

/* line 19826, app/assets/stylesheets/accueil_style.scss */
.home-page .use-case-right-thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 19831, app/assets/stylesheets/accueil_style.scss */
.home-page .use-case-right-thumb img {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border: 1px solid rgba(151, 150, 233, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin-left: auto;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
  background: rgba(83, 81, 81, 0.06);
}

@media only screen and (max-width: 1199px) {
  /* line 19845, app/assets/stylesheets/accueil_style.scss */
  .home-page .use-case-right-thumb img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 19850, app/assets/stylesheets/accueil_style.scss */
  .home-page .use-case-right-thumb img {
    max-width: 100%;
  }
}

/* line 19855, app/assets/stylesheets/accueil_style.scss */
.home-page .case-lg-img-w {
  position: relative;
}

/* line 19858, app/assets/stylesheets/accueil_style.scss */
.home-page .case-lg-img-w .share-mid {
  position: absolute;
  left: 49%;
  top: 20%;
}

@media only screen and (max-width: 1199px) {
  /* line 19864, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-lg-img-w .share-mid img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19869, app/assets/stylesheets/accueil_style.scss */
  .home-page .case-lg-img-w .share-mid img {
    display: none;
  }
}

/* line 19874, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .thumbnail {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

/* line 19880, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .thumbnail img {
  width: 100%;
  transition: 0.3s;
}

/* line 19884, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .thumbnail:hover img {
  transform: scale(1.1);
}

/* line 19887, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content .meta-area .left {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 10px;
}

/* line 19893, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content .meta-area .left .name {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #083A5E;
}

/* line 19900, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content .meta-area .left .name::after {
  position: absolute;
  content: "";
  right: -16px;
  height: 80%;
  background: #D9D9D9;
  width: 1px;
  top: 3px;
}

/* line 19909, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content .meta-area .left .date {
  color: #497696;
  color: #497696;
}

/* line 19913, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content a .title {
  color: #083A5E;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

/* line 19919, app/assets/stylesheets/accueil_style.scss */
.home-page .single-blog-area-start .inner-content a .title:hover {
  color: #0a69d4;
}

/* line 19923, app/assets/stylesheets/accueil_style.scss */
.home-page .brand-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  /* line 19929, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  /* line 19934, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-4 img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
  /* line 19939, app/assets/stylesheets/accueil_style.scss */
  .home-page .brand-area-4 img {
    max-width: 70px;
  }
}

/* line 19943, app/assets/stylesheets/accueil_style.scss */
.home-page .brand-area-4 img {
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}

/* line 19948, app/assets/stylesheets/accueil_style.scss */
.home-page .brand-area-4 img:hover {
  opacity: 1;
}

/* line 19952, app/assets/stylesheets/accueil_style.scss */
.home-page .border-copy {
  border-top: 1px solid #E0F1FF;
  padding: 10px 0;
}

/* line 19957, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six {
  background: #0E1424;
}

/* line 19960, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six .title-main-center-4 .title {
  color: #FFFFFF;
}

/* line 19963, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six .title-main-center-4 .disc {
  color: #E3E3E3;
}

@media (max-width: 400px) {
  /* line 19967, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-latest-update.home-six .title-main-center-4 .disc br {
    display: none;
  }
}

/* line 19971, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six .single-blog-area-start .inner-content .meta-area .left span {
  color: #FFFFFF;
}

/* line 19974, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six .single-blog-area-start .inner-content .title {
  color: #FFFFFF;
}

@media (max-width: 400px) {
  /* line 19978, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-latest-update.home-six .single-blog-area-start .inner-content .title br {
    display: none;
  }
}

/* line 19982, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-latest-update.home-six .single-blog-area-start .inner-content .title:hover {
  color: #0a69d4;
}

/* line 19986, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area {
  padding: 40px;
  background: linear-gradient(180deg, #F0F0FF 0%, #f5f5f500 100%);
  border-radius: 10px;
  border: 2px solid #f5f5f500;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19995, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-team-area {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 20000, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-team-area {
    padding: 20px;
  }
}

/* line 20004, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .quote {
  position: absolute;
  left: 56%;
  top: 40%;
  z-index: -1;
}

/* line 20010, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .star {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background: rgba(63, 62, 237, 0.1);
  border-radius: 3px;
  padding: 3px 7px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 20020, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .star i {
  margin: 0 2px;
  color: #0a69d4;
}

/* line 20024, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area p.disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #497696;
  text-transform: capitalize;
}

/* line 20031, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .authore-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 20036, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .authore-area .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 20041, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .authore-area .author p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 20049, app/assets/stylesheets/accueil_style.scss */
.home-page .single-team-area .authore-area .author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #497696;
  text-transform: capitalize;
}

/* line 20057, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper {
  padding: 0 40px 25px 40px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

/* line 20064, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: #F6F6F6;
  z-index: -1;
  opacity: 1;
  transition: 0.3s;
  border-radius: 10px;
}

/* line 20077, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper:hover::after {
  opacity: 1;
  height: 60%;
}

/* line 20081, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper .thumbnail {
  margin-bottom: 18px;
}

/* line 20084, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper .inner-content .title {
  margin-bottom: 8px;
  cursor: auto;
}

/* line 20088, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper .inner-content span {
  color: #497696;
}

/* line 20092, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three {
  padding: 30px;
  background: #D4F7EC;
  border-radius: 10px;
  height: 100%;
}

/* line 20098, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 20104, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area .start-area {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* line 20109, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area .start-area i {
  margin: 0 2px;
  color: #083A5E;
  font-weight: 900;
  font-size: 14px;
}

/* line 20115, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area .author {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* line 20120, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area .info-wrapper-area p {
  margin-bottom: 0;
  color: #083A5E;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: -5px;
}

/* line 20128, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .top-area .info-wrapper-area span {
  color: #33B89F;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

/* line 20134, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .body {
  margin-top: 20px;
}

/* line 20137, app/assets/stylesheets/accueil_style.scss */
.home-page .single-testimonial-three .body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  text-transform: capitalize;
}

/* line 20145, app/assets/stylesheets/accueil_style.scss */
.home-page .gradient-sec-three-two {
  background: linear-gradient(180deg, #E7FFF8 16.15%, rgba(232, 255, 248, 0) 100%);
}

/* line 20149, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-single-case-three {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 30px;
  border: 1px solid #CBF3E7;
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 20160, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-single-case-three {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 20166, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-single-case-three .icon {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #083A5E;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 20175, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-single-case-three .inner-content .title {
  margin-bottom: 10px;
}

/* line 20178, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-single-case-three .inner-content p.disc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #083A5E;
}

/* line 20184, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-single-case-three:hover {
  background: #D4F7EC;
}

/* line 20188, app/assets/stylesheets/accueil_style.scss */
.home-page .m-center {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 20196, app/assets/stylesheets/accueil_style.scss */
.home-page .how-it-work-area {
  background: linear-gradient(180deg, rgba(231, 255, 248, 0) 16.15%, #E7FFF8 100%);
}

/* line 20200, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

/* line 20204, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 20222, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto !important;
  left: auto !important;
  margin: 0;
}

/* line 20230, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

/* line 20242, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/* line 20247, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper {
  position: relative;
}

/* line 20250, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination {
  flex-direction: column;
  display: flex;
  right: -100px !important;
  transform: translateY(-50%);
  align-items: flex-end;
  top: 50%;
}

/* line 20258, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CBF3E7;
  background: transparent;
  color: #33B89F;
  margin: 10px 0;
}

/* line 20267, app/assets/stylesheets/accueil_style.scss */
.home-page .working_p-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
  border: 1px solid #33B89F;
  color: #33B89F;
}

/* line 20273, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper .inner-content .social-icon {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  opacity: 0;
  width: 0%;
  transition: 0.3s;
  margin-left: -10px;
  opacity: 1;
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

/* line 20287, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper .inner-content .social-icon a {
  margin: 0 12px;
}

/* line 20290, app/assets/stylesheets/accueil_style.scss */
.home-page .team-area-ab-wrapper:hover .inner-content .social-icon {
  opacity: 1;
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

/* line 20297, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper {
  padding: 35px 40px;
  border-radius: 10px;
  border: 1px solid #E6E5FF;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 100%;
}

/* line 20306, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #F0F0FF 0%, rgba(245, 245, 255, 0) 100%);
  z-index: -1;
  transition: 0.3s;
  border-radius: 10px;
}

/* line 20318, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper:hover {
  border: 1px solid transparent;
}

/* line 20321, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper:hover::after {
  width: 100%;
}

/* line 20324, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper .icon {
  margin-bottom: 25px;
  box-shadow: 0px 4px 10px rgba(238, 238, 238, 0.5);
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 20329, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper p.disc {
  margin-bottom: 15px;
}

/* line 20332, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper a {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

/* line 20338, app/assets/stylesheets/accueil_style.scss */
.home-page .single-case-area-wrapper a:hover {
  color: #0a69d4;
}

/* line 20342, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three {
  position: relative;
  z-index: 1;
}

/* line 20346, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three .shape-img img {
  position: absolute;
  z-index: -1;
}

/* line 20350, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three .shape-img img.right {
  right: 0;
  top: 10%;
  animation: jump-2 15s linear infinite;
}

/* line 20355, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three .shape-img img.left {
  left: 0;
  bottom: 7%;
  animation: jump-2 8s linear infinite;
}

/* line 20361, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case {
  text-align: center;
}

/* line 20364, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case .icon {
  margin-bottom: 30px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #EDEDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}

/* line 20376, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

/* line 20382, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

/* line 20388, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case .read-more-btn-c {
  font-weight: 700;
  transition: 0.3s;
  color: #083A5E;
  opacity: 0;
  margin-left: 40px;
}

/* line 20395, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case .read-more-btn-c:hover {
  color: #0a69d4 !important;
}

/* line 20398, app/assets/stylesheets/accueil_style.scss */
.home-page .signle-voice-generator-case:hover .read-more-btn-c {
  opacity: 1;
  margin-left: 0;
}

/* line 20403, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three.inner-pages .rts-single-case-three {
  border: 1px solid #ddddff;
}

/* line 20406, app/assets/stylesheets/accueil_style.scss */
.home-page .case-area-three.inner-pages .rts-single-case-three:hover {
  background: #F8F8FF !important;
  border-color: #0a69d4;
}

/* line 20411, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-area-wrapper {
  background-image: url(/../images/steps/01.jpg);
  padding: 50px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 20417, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-steps-area-wrapper {
    padding: 30px 15px;
  }
}

/* line 20422, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper {
  background-image: url(/../images/steps/03.jpg);
  padding: 77px 60px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 20428, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20433, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20438, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 20443, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav {
    margin-top: 20px;
  }
}

/* line 20447, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button {
  background: linear-gradient(90deg, #E6E6FF 0%, rgba(255, 255, 255, 0) 97.93%);
  border: 1px solid #BCBCFF;
  border-radius: 30px;
  padding: 12px 40px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #083A5E;
  text-transform: capitalize;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  /* line 20461, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav button {
    padding: 12px 11px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 20467, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav button {
    padding: 12px 11px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20473, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav button {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 20478, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-freature-area-wrapper .tab-button-area .nav button {
    margin-bottom: 10px;
  }
}

/* line 20482, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button svg {
  margin-right: 20px;
}

/* line 20485, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button svg path {
  fill: #0a69d4;
}

/* line 20488, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button:last-child {
  margin-bottom: 0;
}

/* line 20491, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button[aria-selected=true] {
  background: #0a69d4;
  color: #fff;
}

/* line 20495, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .tab-button-area .nav button[aria-selected=true] svg path {
  fill: #fff;
}

/* line 20499, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper {
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  /* line 20503, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-steps-main-wrapper {
    padding-left: 0;
  }
}

/* line 20507, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

/* line 20515, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area::after {
  position: absolute;
  top: 66%;
  height: 80px;
  left: 20px;
  width: 1px;
  background: #E3E3E3;
  content: "";
}

/* line 20524, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area:last-child {
  margin-bottom: 0;
}

/* line 20527, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area:last-child::after {
  display: none;
}

/* line 20530, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area .number {
  position: absolute;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  left: 66%;
  top: 5%;
  background: linear-gradient(180deg, #E6E6E6 41.14%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
}

/* line 20544, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area .number.active {
  background: linear-gradient(180deg, #C89FFC 12.56%, #f0f0f0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* line 20551, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area .icon {
  margin-top: 5px;
}

/* line 20554, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area .info-wrapper .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #083A5E;
}

/* line 20561, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-steps-main-wrapper .single-steps-area .info-wrapper p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #497696;
}

@media only screen and (max-width: 767px) {
  /* line 20568, app/assets/stylesheets/accueil_style.scss */
  .home-page .easy-steps-main-wrapper .single-steps-area .info-wrapper p.disc br {
    display: none;
  }
}

/* line 20573, app/assets/stylesheets/accueil_style.scss */
.home-page .right-image-steps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20579, app/assets/stylesheets/accueil_style.scss */
  .home-page .right-image-steps {
    justify-content: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 20585, app/assets/stylesheets/accueil_style.scss */
  .home-page .right-image-steps {
    justify-content: center;
    margin-top: 40px;
  }
}

/* line 20590, app/assets/stylesheets/accueil_style.scss */
.home-page .right-image-steps img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.06);
}

/* line 20595, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-bread-crumb-area {
  background-image: url(/../images/banner/breadcrumb/01.jpg);
  padding: 180px 0 100px 0;
}

/* line 20600, app/assets/stylesheets/accueil_style.scss */
.home-page .breadcrumb-inne {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 20606, app/assets/stylesheets/accueil_style.scss */
.home-page .breadcrumb-inne .title-area .bread-title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 8px;
}

/* line 20613, app/assets/stylesheets/accueil_style.scss */
.home-page .breadcrumb-inne .title-area .inner-wrapper {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

/* line 20620, app/assets/stylesheets/accueil_style.scss */
.home-page .breadcrumb-inne .title-area .inner-wrapper a {
  color: #0a69d4;
}

/* line 20623, app/assets/stylesheets/accueil_style.scss */
.home-page .breadcrumb-inne .title-area .inner-wrapper a.active {
  color: #fff;
}

/* line 20627, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .bg_faq {
  background: transparent;
}

/* line 20631, app/assets/stylesheets/accueil_style.scss */
.home-page .about-section-one.inner-about .title-left-area .pre-title-bg {
  margin-bottom: 12px;
}

/* line 20635, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content p.disc-l {
  width: 98%;
}

/* line 20638, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 20645, app/assets/stylesheets/accueil_style.scss */
  .home-page .about-p-right .inner-content .rating-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 20650, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 20657, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content .rating-area .rating img {
  margin: 0 2px;
}

/* line 20660, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

/* line 20666, app/assets/stylesheets/accueil_style.scss */
.home-page .about-p-right .inner-content .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  /* line 20673, app/assets/stylesheets/accueil_style.scss */
  .home-page .about-p-right .inner-content .brand-arae {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* line 20679, app/assets/stylesheets/accueil_style.scss */
.home-page .large-image-about-p {
  text-align: center;
}

/* line 20683, app/assets/stylesheets/accueil_style.scss */
.home-page .inner-page .title-conter-area span.pre-title-bg {
  margin-bottom: 10px !important;
}

/* line 20687, app/assets/stylesheets/accueil_style.scss */
.home-page .gradient-about-title {
  background: -webkit-linear-gradient(0deg, #0a69d4, #33B89F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 20693, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p {
  text-align: center;
}

/* line 20696, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p .rating-area {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-bottom: 30px;
}

/* line 20705, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p .rating-area .rating {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #083A5E;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 20712, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p .rating-area .rating img {
  margin: 0 2px;
}

/* line 20715, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p .rating-area p.disc {
  color: #083A5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  width: -moz-max-content;
  width: max-content;
}

/* line 20722, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p p.disc-5 {
  text-transform: lowercase;
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

/* line 20730, app/assets/stylesheets/accueil_style.scss */
.home-page .rating-area-main-p .brand-arae {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  justify-content: center;
}

/* line 20738, app/assets/stylesheets/accueil_style.scss */
.home-page .about-inner-main-four p.disc {
  margin-bottom: 30px;
}

/* line 20741, app/assets/stylesheets/accueil_style.scss */
.home-page .about-inner-main-four .check-main-wrapper {
  display: block;
  margin-bottom: 50px;
}

/* line 20745, app/assets/stylesheets/accueil_style.scss */
.home-page .about-inner-main-four .check-main-wrapper .single-check {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 10px 0;
}

/* line 20751, app/assets/stylesheets/accueil_style.scss */
.home-page .about-inner-main-four .check-main-wrapper .single-check p {
  color: #083A5E;
  font-size: 16px;
  font-weight: 500;
}

/* line 20756, app/assets/stylesheets/accueil_style.scss */
.home-page .about-inner-main-four a.rts-btn {
  padding: 13px 40px;
}

/* line 20760, app/assets/stylesheets/accueil_style.scss */
.home-page .about-image-thu-5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

/* line 20767, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 20773, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area .small-image {
  border-radius: 22px;
  display: flex;
  align-items: center;
  padding: 9px 18px;
  background: #F6F6F6;
  gap: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
}

/* line 20783, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area .small-image p {
  color: #083A5E;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 20789, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area .small-image:hover {
  border: 1px solid #0a69d4;
}

/* line 20792, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area .image-author-language {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}

/* line 20798, app/assets/stylesheets/accueil_style.scss */
.home-page .small-image-area .image-author-language span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

/* line 20805, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .imge-thumb-vedio {
  position: relative;
}

/* line 20808, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .imge-thumb-vedio .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 20814, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .imge-thumb-vedio .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #0a69d4;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

/* line 20827, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .imge-thumb-vedio .video-play-button::after {
  background: #BCBCFF;
  border: none;
  width: 100px;
  height: 100px;
}

/* line 20833, app/assets/stylesheets/accueil_style.scss */
.home-page .easy-freature-area-wrapper .imge-thumb-vedio .video-play-button::before {
  background: rgba(228, 227, 255, 0.6);
}

/* line 20837, app/assets/stylesheets/accueil_style.scss */
.home-page .single-tab-main-content-area-five .rts-btn {
  padding: 11px 25px;
}

/* line 20841, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six {
  background: #121B32;
}

/* line 20844, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  /* line 20848, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content {
    margin-left: 0;
    margin-top: 50px;
  }
}

/* line 20853, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* line 20862, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  /* line 20867, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 56px;
  }
  /* line 20870, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title br {
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 20875, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}

/* line 20880, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc {
  color: #E3E3E3;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* line 20887, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc br {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 20892, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .desc br {
    display: none;
  }
}

/* line 20896, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 576px) {
  /* line 20903, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper {
    gap: 30px;
  }
}

/* line 20907, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li {
  list-style: none;
}

/* line 20910, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
}

/* line 20916, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(18, 27, 50, 0.4);
  top: 0;
  left: 0;
  border-radius: 4px;
}

/* line 20926, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: unset;
}

/* line 20935, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button::before, .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button::after {
  display: none;
}

/* line 20938, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .content-wrapper li .video-thumb .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: auto;
  height: auto;
  padding: unset;
  border: none;
  top: unset;
  transform: unset;
  left: unset;
  color: #FFFFFF;
  font-size: 45px;
}

/* line 20952, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* line 20959, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
    gap: 50px;
  }
}

@media (max-width: 576px) {
  /* line 20964, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper {
    display: block;
  }
}

/* line 20968, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .button-area .rts-btn {
  border-radius: 4px;
}

/* line 20971, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
  display: flex;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* line 20977, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
    gap: 80px;
  }
}

@media (max-width: 576px) {
  /* line 20982, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area {
    margin-top: 50px;
  }
}

/* line 20986, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper {
  position: relative;
  display: flex;
}

/* line 20990, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img {
  position: relative;
  padding: 5px;
  background: #121B32;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

/* line 21001, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 90%;
  height: 90%;
  background: #083a5e79;
}

/* line 21010, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img.two {
  position: absolute;
  left: 40px;
  z-index: 4;
}

/* line 21015, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area .image-wrapper img.three {
  position: absolute;
  left: 80px;
  z-index: 4;
}

/* line 21020, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area p {
  font-size: 18px;
  line-height: 26px;
  color: #E3E3E3;
  font-weight: 400;
}

/* line 21026, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-about-us-area.home-six .about-us-area-inner .right-side-content .bottom-wrapper .user-area p span {
  font-weight: 700;
  color: #0a69d4;
}

/* line 21031, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case {
  text-align: center;
  padding: 40px;
  border: 1px solid #E2E2FF;
  border-radius: 10px;
  transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  /* line 21039, app/assets/stylesheets/accueil_style.scss */
  .home-page .single-use-case {
    padding: 25px;
  }
}

/* line 21043, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case:hover {
  border-color: #0a69d4;
}

/* line 21046, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case .icon {
  margin-bottom: 30px;
}

/* line 21049, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case .title {
  margin-bottom: 25px;
}

/* line 21052, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case p.disc {
  margin-bottom: 25px;
}

/* line 21055, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case a.more-case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #497696;
}

/* line 21064, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case a.more-case-btn i {
  margin-left: 10px;
}

/* line 21067, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case a.more-case-btn:hover {
  color: #0a69d4;
}

/* line 21070, app/assets/stylesheets/accueil_style.scss */
.home-page .single-use-case a.more-case-btn:hover i {
  color: #0a69d4;
}

/* line 21074, app/assets/stylesheets/accueil_style.scss */
.home-page .container-use-case-d {
  max-width: 875px;
  margin: auto;
}

/* line 21079, app/assets/stylesheets/accueil_style.scss */
.home-page .thumbnail-case-top {
  padding: 15px;
  background: rgba(83, 81, 81, 0.06);
  border: 1px solid rgba(151, 150, 233, 0.5);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 10px;
}

/* line 21086, app/assets/stylesheets/accueil_style.scss */
.home-page .thumbnail-case-top img {
  width: 100%;
}

/* line 21090, app/assets/stylesheets/accueil_style.scss */
.home-page .section-seperatorBottom {
  position: relative;
}

/* line 21093, app/assets/stylesheets/accueil_style.scss */
.home-page .section-seperatorBottom::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}

/* line 21103, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper {
  margin: 50px 0;
  position: relative;
}

/* line 21107, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper .water {
  position: absolute;
  font-weight: 700;
  font-size: 300px;
  line-height: 300px;
  left: -330px;
  top: 200px;
  text-transform: capitalize;
  background: linear-gradient(180deg, #EEEEEE 0%, rgba(238, 238, 238, 0) 99.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transform: rotate(-90deg);
}

/* line 21122, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper .water.odd {
  right: -330px;
  left: auto;
}

/* line 21126, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
}

/* line 21132, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper .title span {
  color: #0a69d4;
}

/* line 21135, app/assets/stylesheets/accueil_style.scss */
.home-page .single-steps-wrapper .thumbnail-image img {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #BCBCFF;
  border-radius: 10px;
}

/* line 21142, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form .single-input {
  position: relative;
}

/* line 21145, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form .single-input i {
  position: absolute;
  left: 15px;
  top: 58px;
}

/* line 21150, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
  margin-bottom: 15px;
}

/* line 21157, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form input {
  height: 50px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  padding: 10px 15px 10px 40px;
}

/* line 21163, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form textarea {
  height: 115px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  padding: 10px 15px 10px 40px;
}

/* line 21169, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form textarea:focus {
  border-color: #0a69d4;
}

/* line 21172, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form .single-input {
  margin: 20px 0;
}

/* line 21175, app/assets/stylesheets/accueil_style.scss */
.home-page .contact-page-form button {
  border-radius: 4px;
}

/* line 21179, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper {
  padding: 33px 15px;
  text-align: center;
  border: 1px solid #E2E2FF;
  border-radius: 10px;
  transition: 0.3s;
}

/* line 21186, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper:hover {
  border-color: #0a69d4;
}

/* line 21189, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper a.rts-btn {
  border-radius: 4px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  border: 1px solid #0a69d4;
  background: transparent;
  color: #0a69d4;
  transition: 0.3s;
}

/* line 21201, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper a.rts-btn i {
  margin-left: 10px;
  transition: 0.3s;
}

/* line 21205, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper a.rts-btn:hover {
  background: #0a69d4;
  color: #fff;
}

/* line 21209, app/assets/stylesheets/accueil_style.scss */
.home-page .single-card-area-wrapper a.rts-btn:hover i {
  color: #fff;
}

/* line 21213, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper {
  max-width: 410px;
  margin: auto;
  text-align: center;
}

/* line 21218, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .head span {
  color: #0a69d4;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* line 21224, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .head .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

/* line 21229, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body input {
  height: 50px;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  margin: 10px 0;
}

/* line 21235, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body input:focus {
  border-color: #0a69d4;
}

/* line 21238, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body .check-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* line 21244, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body .check-wrapper a {
  color: #0a69d4 !important;
}

/* line 21247, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body .check-wrapper label {
  font-weight: 400;
  font-size: 16px;
}

/* line 21251, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body button {
  border-radius: 4px;
  margin-top: 25px;
}

/* line 21255, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body p {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

/* line 21261, app/assets/stylesheets/accueil_style.scss */
.home-page .single-form-s-wrapper .body p a {
  color: #0a69d4;
}

/* line 21265, app/assets/stylesheets/accueil_style.scss */
.home-page .other-separator {
  position: relative;
  margin-top: 30px;
}

/* line 21269, app/assets/stylesheets/accueil_style.scss */
.home-page .other-separator::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 180px;
  background: #E2E2FF;
}

/* line 21278, app/assets/stylesheets/accueil_style.scss */
.home-page .other-separator::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 1px;
  width: 180px;
  background: #E2E2FF;
}

/* line 21287, app/assets/stylesheets/accueil_style.scss */
.home-page .other-separator span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 21294, app/assets/stylesheets/accueil_style.scss */
.home-page .sign-in-otherway {
  margin-top: 45px;
}

/* line 21297, app/assets/stylesheets/accueil_style.scss */
.home-page .sign-in-otherway .single {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  text-align: center;
  justify-content: center;
  border: 1px solid #E2E2FF;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}

/* line 21308, app/assets/stylesheets/accueil_style.scss */
.home-page .sign-in-otherway .single .icon {
  margin-right: 10px;
}

/* line 21311, app/assets/stylesheets/accueil_style.scss */
.home-page .sign-in-otherway .single p {
  margin-bottom: 0;
  position: relative;
  margin-bottom: -4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #083A5E;
}

/* line 21321, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox] ~ label::before, .home-page input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px solid #E2E2FF;
}

/* line 21335, app/assets/stylesheets/accueil_style.scss */
.home-page input[type=checkbox] ~ label::after, .home-page input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #0a69d4;
  border-left: 2px solid #0a69d4;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

/* line 21351, app/assets/stylesheets/accueil_style.scss */
.home-page #form-messages .success {
  color: #0a69d4;
}

/* line 21354, app/assets/stylesheets/accueil_style.scss */
.home-page #form-messages .error {
  color: #FF0003;
}

/* line 21358, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee {
  max-width: 1920px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px;
}

/* line 21365, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee:hover .marquee__item {
  animation-play-state: paused;
}

/* line 21368, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 65s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 21382, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee {
  max-width: 1920px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px;
}

/* line 21389, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee:hover .marquee__item-2 {
  animation-play-state: paused;
}

/* line 21392, app/assets/stylesheets/accueil_style.scss */
.home-page .marquee__item-2 {
  display: inline-block;
  will-change: transform;
  animation: marquee-2 115s linear infinite;
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* line 21406, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 28px;
}

/* line 21411, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 .icon {
  margin-bottom: 20px;
}

/* line 21414, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 .title {
  font-size: 22px;
  color: #083A5E;
}

/* line 21418, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #497696;
  margin-bottom: 20px;
}

/* line 21425, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 a {
  color: #083A5E;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

/* line 21431, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 a:hover {
  color: #0a69d4;
}

/* line 21434, app/assets/stylesheets/accueil_style.scss */
.home-page .single-service-area-4 a i {
  margin-left: 8px;
}

/* line 21438, app/assets/stylesheets/accueil_style.scss */
.home-page .feature-nav-btn .nav-link {
  background: #FFFFFF;
  border: 1px solid #E6E5FF;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 37px 40px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 21449, app/assets/stylesheets/accueil_style.scss */
.home-page .feature-nav-btn .nav-link .single-core-feature .title {
  margin-bottom: 10px;
  color: #083A5E;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

/* line 21456, app/assets/stylesheets/accueil_style.scss */
.home-page .feature-nav-btn .nav-link .single-core-feature p.disc {
  color: #497696;
  font-size: 16px;
  line-height: 22px;
}

/* line 21461, app/assets/stylesheets/accueil_style.scss */
.home-page .feature-nav-btn .nav-link.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border: 1px solid transparent;
}

/* line 21467, app/assets/stylesheets/accueil_style.scss */
.home-page .feature-nav-btn .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #0a69d4;
}

/* line 21477, app/assets/stylesheets/accueil_style.scss */
.home-page .mySwiper-t4 {
  position: relative;
  padding-bottom: 80px;
}

/* line 21481, app/assets/stylesheets/accueil_style.scss */
.home-page .mySwiper-t4 .swiper-pagination-bullet {
  background: #BCBCFF;
  opacity: 1;
}

/* line 21485, app/assets/stylesheets/accueil_style.scss */
.home-page .mySwiper-t4 .swiper-pagination-bullet-active {
  background: #BCBCFF;
  opacity: 1;
  width: 18px;
  height: 8px;
  background: #6D6CFF;
  border-radius: 5px;
}

/* line 21494, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six {
  background: #0C1221;
}

/* line 21497, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .title-main-center-4 .title {
  text-align: left;
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
}

/* line 21505, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .title-main-center-4 .disc {
  color: #E3E3E3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* line 21511, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 {
  background: none;
  border-radius: 10px;
  border: 1px solid #121B32;
  text-align: center;
  padding: 45px 30px;
  transition: all 0.3s;
}

/* line 21519, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4:hover {
  background: #0a69d4;
}

/* line 21522, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4:hover .icon svg path {
  fill: #FFFFFF;
}

/* line 21525, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 .icon svg path {
  fill: #0a69d4;
  transition: all 0.3s;
}

/* line 21529, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

/* line 21536, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 .disc {
  color: #FFF;
}

/* line 21539, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 a {
  justify-content: center;
  color: #FFFFFF;
}

/* line 21543, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-service-area-four.home-six .single-service-area-4 a i {
  transform: rotate(-45deg);
}

/* line 21547, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area {
  background: #0E1424;
}

/* line 21550, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  /* line 21555, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-gallery-area .gallery-area-inner {
    flex-wrap: wrap;
  }
}

/* line 21559, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image {
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 21565, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-gallery-area .gallery-area-inner .gallery-image {
    width: 25%;
  }
}

@media (max-width: 576px) {
  /* line 21570, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-gallery-area .gallery-area-inner .gallery-image {
    width: 50%;
  }
}

/* line 21574, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

/* line 21581, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(12, 18, 33, 0.5);
  opacity: 0;
  transition: all 0.3s;
}

/* line 21592, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a img {
  width: 100%;
}

/* line 21595, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a:hover::before {
  opacity: 1;
}

/* line 21598, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a:hover .center-icon {
  transform: translate(-50%, -50%) scale(1);
}

/* line 21601, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}

/* line 21608, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-gallery-area .gallery-area-inner .gallery-image a .center-icon i {
  color: #FFFFFF;
  font-size: 24px;
}

/* line 21613, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main {
  padding: 120px 0 0 0;
  background: #0E1424;
}

/* line 21617, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .left-side-image {
  margin-right: 0;
}

/* line 21620, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .left-side-image img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 21624, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-main .single-product .ms-single-product .ms-single-product__content {
    margin-top: 100px;
    padding-left: 0;
  }
}

/* line 21629, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .ms-single-product__content .cart .single_add_to_cart_button {
  line-height: 42px;
}

@media (max-width: 520px) {
  /* line 21633, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-main .single-product .ms-single-product .tab-area .nav-tabs {
    justify-content: center;
  }
}

/* line 21637, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  /* line 21642, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}

/* line 21646, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  padding: 8pt 20pt;
  border-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 21655, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #0a69d4;
  border-color: #0a69d4;
}

/* line 21660, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #121B32;
  padding: 30pt 0;
  line-height: 1.8;
  margin-top: -1px;
}

/* line 21668, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p {
  color: #E3E3E3;
}

/* line 21671, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p img {
  float: right;
}

@media (max-width: 576px) {
  /* line 21675, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane p img {
    float: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 21681, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .ms-heading-title {
  font-size: 24px;
  font-weight: 700;
  margin: 1rem 0;
}

/* line 21686, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child th {
  border-bottom: none;
}

/* line 21689, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr:last-child td {
  border-bottom: none;
}

/* line 21692, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr th {
  border-left: none;
  border-right: none;
  font-weight: 700;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}

/* line 21700, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane table tbody tr td {
  border-left: none;
  border-right: none;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}

/* line 21707, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form {
  padding: 60px 40px;
  background: #151f39;
}

/* line 21711, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .heading-title {
  font-size: 24px;
  font-weight: 400;
  margin: 1rem 0;
  color: #FFFFFF;
}

/* line 21717, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box {
  width: 100%;
}

/* line 21720, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: none;
  border: 1px solid #121B32;
  transition: all 0.4s;
  background: unset;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 21730, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea {
    margin-bottom: 25px;
  }
}

/* line 21734, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:hover {
  border: 1px solid #0a69d4;
}

/* line 21737, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea:focus {
  outline: 0;
  border-color: #0a69d4;
  color: #0a69d4;
}

/* line 21742, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea::-moz-placeholder {
  color: #777777;
}
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box textarea::placeholder {
  color: #777777;
}

/* line 21745, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input {
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  background: none;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid #121B32;
  margin-bottom: 25px;
  transition: all 0.4s;
  background: unset;
}

/* line 21756, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:hover {
  border: 1px solid #0a69d4;
}

/* line 21759, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input:focus {
  outline: 0;
  border-color: #0a69d4;
  box-shadow: 0 0 0 4px var(--color-shadow);
  background-color: var(--color-bg);
  color: var(--color-contrast-higher);
}

/* line 21766, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input::-moz-placeholder {
  color: #777777;
}
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .input-box input::placeholder {
  color: #777777;
}

/* line 21769, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

/* line 21774, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .rating p {
  margin-bottom: 0;
}

/* line 21777, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .btn {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  display: block;
  height: auto;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  border: 1px solid #0a69d4;
}

/* line 21788, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-main .single-product .ms-single-product .tab-area .tab-content .tab-pane .woocommerce-Reviews .full-details-inner .reveiw-form .contact-form .btn:hover {
  border: 1px solid #121B32;
}

/* line 21792, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content {
  padding-left: 120px;
  position: relative;
}

/* line 21796, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .posted_in strong {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: "Arapey", sans-serif;
}

/* line 21802, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .posted_in span {
  color: #777777;
}

/* line 21805, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .product_meta {
  margin-bottom: 20px;
}

/* line 21808, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .product_meta a {
  font-weight: 600;
  color: #E3E3E3;
}

/* line 21812, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .product-making ul {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 21817, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .product-making ul li {
  list-style: none;
  width: 50%;
  margin: 0 0 10px 0;
}

@media (max-width: 450px) {
  /* line 21823, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-single-product .ms-single-product__content .product-making ul li {
    width: 100%;
  }
}

/* line 21827, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .product-making ul li span {
  color: #E3E3E3;
}

/* line 21831, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .ms-single-product_title {
  font-size: 28px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #FFFFFF;
}

/* line 21838, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .price {
  margin: 2rem 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  font-size: 36px;
}

/* line 21846, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .price bdi {
  font-size: 18px;
  font-weight: bold;
  color: #0a69d4;
}

/* line 21852, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .ms-woocommerce-product-rating {
  display: flex;
  align-items: center;
  line-height: initial;
  margin-bottom: 2rem;
}

/* line 21859, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-rating-icon {
  display: flex;
  align-items: center;
}

/* line 21863, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-rating-icon .person-rating {
  margin-left: 10px;
}

/* line 21866, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-rating-icon .person-rating a {
  color: #777777;
}

/* line 21870, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-rating-icon svg {
  fill: #FFB03B;
  width: 20px;
}

/* line 21875, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .stock, .home-page .ms-single-product .ms-single-product__content .woocommerce-product-details__short-description {
  margin-bottom: 4rem;
  line-height: 1.8;
}

/* line 21879, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .stock p, .home-page .ms-single-product .ms-single-product__content .woocommerce-product-details__short-description p {
  color: #E3E3E3;
}

/* line 21883, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .stock.in-stock {
  color: #2eb740;
}

/* line 21887, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

/* line 21892, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area .cart-edit {
  margin: 0 20px 0 0;
}

/* line 21895, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area .cart-edit button {
  padding: 18px 0;
  border: none;
}

@media (max-width: 576px) {
  /* line 21900, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-single-product .ms-single-product__content .quantity-area .cart-edit button {
    padding: 14px 0;
  }
}

/* line 21904, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area .cart-edit input {
  border: none;
}

/* line 21907, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area .rts-btn {
  border: 1px solid #0a69d4;
  border-radius: 8px;
}

/* line 21911, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .quantity-area .rts-btn:hover {
  background: none;
  border: 1px solid #121B32;
  color: #FFFFFF;
}

/* line 21917, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-single-product .ms-single-product__content .cart {
  display: flex;
}

/* line 21921, app/assets/stylesheets/accueil_style.scss */
.home-page .related h2, .home-page .related .h2 {
  font-size: 50px;
  font-weight: 400;
}

/* line 21925, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper {
  transition: all 0.4s;
}

/* line 21928, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper:hover .inner .pre-tag {
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(-30px);
}

/* line 21933, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper:hover .inner .btn-read-more-blog {
  opacity: 1;
  transform: translateY(-25px);
}

/* line 21937, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper .image-area img {
  width: 100%;
}

/* line 21940, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper .inner {
  text-align: center;
  margin-top: 20px;
}

/* line 21944, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper .inner .title {
  margin-bottom: 10px;
  font-size: 18px !important;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

/* line 21951, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper .inner .pre-tag {
  display: block;
  color: #0a69d4;
  font-weight: 600;
  transition: all 0.4s;
}

/* line 21957, app/assets/stylesheets/accueil_style.scss */
.home-page .related .blog-single-two-wrapper .inner .btn-read-more-blog {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s;
  display: block;
  background: #0a69d4;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
}

/* line 21971, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit {
  margin: 0 auto;
  width: 150px;
}

/* line 21976, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-thumb {
  margin-right: 15px;
  max-width: 75px;
}

/* line 21981, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit {
  display: flex;
  border: 1px solid #121B32;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 3px;
}

/* line 21991, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit .quantity-edit {
  display: flex;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #121B32;
}

/* line 22000, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .item-wrapper {
  display: inline-block;
}

/* line 22004, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
}

/* line 22009, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #C0C0C0;
}

/* line 22014, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

/* line 22019, app/assets/stylesheets/accueil_style.scss */
.home-page edit .quantity-edit button {
  background: none;
  font-size: 0;
}

/* line 22024, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit .quantity-edit button {
  background: none;
  font-size: 0;
  padding: 10px 5px;
}

/* line 22030, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button i {
  font-size: 14px;
  color: #FFFFFF;
}

/* line 22034, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit button i:hover {
  color: #0a69d4;
}

/* line 22038, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit .quantity-edit button i {
  font-size: 16px;
  color: #FFFFFF;
}

/* line 22043, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .quantity-edit input {
  text-align: center;
  padding: 0 5px;
}

/* line 22048, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-edit .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border-width: 0 1px;
  border-style: solid;
  border-color: #121B32;
}

/* line 22059, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .cart-edit .product-edit {
  margin-right: 15px;
}

/* line 22063, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail .product-name {
  font-size: 14px;
  font-weight: 400;
  color: #0a69d4;
}

/* line 22069, app/assets/stylesheets/accueil_style.scss */
.home-page .cart-bar .product-detail span {
  display: inline-block;
  line-height: 19px !important;
}

/* line 22074, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-cart-area {
  background: #0E1424;
}

/* line 22078, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table {
  border: 1px solid #e2e2e2;
}

/* line 22081, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table th {
  border-top: none;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  padding-left: 0;
  text-align: center;
}

/* line 22089, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table thead {
  border: none;
}

@media (max-width: 767px) {
  /* line 22093, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .shop_table thead {
    display: none;
  }
}

/* line 22097, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table td {
  padding: 25px;
  text-align: center;
  border-left: none;
  border-right: none;
  color: #FFFFFF;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 22106, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .shop_table td {
    border: none !important;
  }
}

/* line 22110, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table th, .home-page .ms-woocommerce-cart-form-wrapper .shop_table td {
  border-left: none;
  border-right: none;
}

/* line 22114, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table th {
  padding: 15px 0;
}

/* line 22117, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table.shop_table_responsive {
  border: none;
}

/* line 22120, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .shop_table tr {
  text-align: left;
  border: none;
}

@media (max-width: 767px) {
  /* line 22125, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .shop_table tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
  }
}

/* line 22149, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-remove {
  font-size: 28px;
}

@media (max-width: 767px) {
  /* line 22153, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-remove {
    width: 100% !important;
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  /* line 22159, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-remove svg {
    width: 32px;
  }
}

/* line 22163, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-thumbnail {
  width: 20rem;
}

@media (max-width: 767px) {
  /* line 22167, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-thumbnail {
    width: 100%;
  }
}

/* line 22171, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-thumbnail img {
  width: 80px;
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 22176, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-thumbnail img {
    width: 100%;
  }
}

/* line 22180, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-name {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 22185, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-name {
    border: none !important;
    width: 100%;
    text-align: left !important;
    font-size: 22px;
  }
}

/* line 22192, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-name a {
  color: #FFFFFF;
  transition: all 0.3s;
  font-weight: 400;
  text-decoration: none;
}

/* line 22198, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-name a:hover {
  text-decoration: underline;
  color: #0a69d4;
}

@media (max-width: 767px) {
  /* line 22203, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-price {
    width: 50%;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  /* line 22209, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-subtotal {
    width: 100%;
    text-align: left !important;
  }
}

/* line 22214, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-remove {
  width: 3rem;
  padding-left: 0;
}

@media (max-width: 767px) {
  /* line 22219, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .product-remove {
    border: none !important;
  }
}

/* line 22223, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-remove svg {
  fill: #FFFFFF;
  transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  width: 20px;
}

/* line 22231, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .product-remove svg:hover {
  fill: #0a69d4;
}

/* line 22234, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity {
  position: relative;
  width: 8rem;
  display: flex;
}

/* line 22239, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .input-text {
  padding: 0.5em;
  height: 45px;
  border: none;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #f7f7f7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 22249, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .input-text:focus-visible {
  outline: none;
}

/* line 22252, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-outer-spin-button,
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

/* line 22257, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus,
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: var(--color-contrast-lower);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 22266, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg,
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  width: 20px;
  stroke-width: 2pt;
  stroke: var(--color-contrast-higher);
}

/* line 22272, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:hover,
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:hover {
  background-color: var(--color-contrast-low);
}

/* line 22276, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus:active,
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus:active {
  transform: translateY(2px);
}

/* line 22280, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus {
  border-top-left-radius: 6pt;
  border-bottom-left-radius: 6pt;
  border-right: solid 1px var(--color-bg);
}

/* line 22285, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-minus svg {
  margin-left: 1pt;
}

/* line 22288, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus {
  border-top-right-radius: 6pt;
  border-bottom-right-radius: 6pt;
  border-left: solid 1px var(--color-bg);
}

/* line 22293, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-quantity .button-plus svg {
  margin-right: 1pt;
}

/* line 22296, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 22301, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .ms-actions-inner {
    display: block;
  }
}

/* line 22305, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon {
  display: inline-flex;
  overflow: hidden;
  background-color: var(--color-contrast-lower);
}

@media (max-width: 767px) {
  /* line 22311, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .coupon {
    width: 100%;
  }
}

/* line 22315, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon .button {
  border: 1px solid #0a69d4;
  padding: 15px 33px;
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 1;
  border-radius: 4px;
}

@media (max-width: 400px) {
  /* line 22325, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .coupon .button {
    width: 50%;
  }
}

/* line 22329, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon .button:hover {
  border: 1px solid #d3ced2;
  color: #FFFFFF;
  background: none;
}

/* line 22334, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon + .button {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #0a69d4;
  color: #fff;
  border: none;
  margin-right: 0;
  margin-left: auto;
  line-height: 2.4;
  font-size: 15px;
  border: solid 1px transparent;
  transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 22347, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
  color: var(--color-contrast-high);
  background-color: transparent;
  border: solid 1px var(--color-contrast-high);
}

@media (max-width: 767px) {
  /* line 22353, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .coupon + .button:disabled {
    display: none;
  }
}

/* line 22357, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .coupon + .button:active {
  transform: translateY(2px);
}

/* line 22360, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper #coupon_code {
  border: 1px solid #121B32;
  padding: 0.5em 1em 0.5em 1em;
  height: 45px;
  width: 320px;
  border-radius: 4px;
  color: #777777;
  margin-right: 20px;
}

@media (max-width: 400px) {
  /* line 22370, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper #coupon_code {
    width: 50%;
  }
}

/* line 22374, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper #coupon_code:focus-visible {
  outline: none;
}

/* line 22377, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper #coupon_code::-moz-placeholder {
  color: #777777;
}
.home-page .ms-woocommerce-cart-form-wrapper #coupon_code::placeholder {
  color: #777777;
}

/* line 22380, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 40px;
  border: 1px solid #121B32;
}

/* line 22386, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .cart-subtotal td,
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  text-align: right;
}

/* line 22390, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals tr {
  border-bottom: 1px solid #121B32;
}

/* line 22393, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals th, .home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals td {
  border: none;
  padding: 30px 10px;
  text-align: start;
  font-size: 16px;
  font-weight: bold;
  color: #777777;
}

/* line 22401, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals th .woocommerce-Price-amount, .home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals td .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

/* line 22406, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total th, .home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .order-total td {
  padding: 30px 10px;
}

/* line 22409, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals h3, .home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .h3 {
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  border-bottom: 1px solid #121B32;
  padding-bottom: 17px;
  margin-bottom: 0;
}

/* line 22418, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none;
}

/* line 22422, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0;
  color: #777777;
}

/* line 22426, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex;
}

@media (max-width: 767px) {
  /* line 22431, app/assets/stylesheets/accueil_style.scss */
  .home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout {
    flex-direction: unset;
  }
}

/* line 22435, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #0a69d4;
  border-radius: 4px;
}

/* line 22444, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px);
}

/* line 22447, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .ms-proceed-to-checkout a:hover {
  color: #FFFFFF;
  border: 1px solid #121B32;
}

/* line 22451, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 22456, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}

/* line 22459, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px;
}

/* line 22463, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
  background-color: #f7f7f7;
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0;
  color: #FFFFFF;
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out);
}

/* line 22473, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: #0a69d4;
}

/* line 22476, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
  z-index: 1;
  border-color: #0a69d4;
  outline: 0;
}

/* line 22481, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single {
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 6pt;
  background-color: var(--color-bg);
  border: 1px solid #f7f7f7;
}

/* line 22489, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher);
}

/* line 22492, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  width: 100%;
}

/* line 22496, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 8pt;
}

/* line 22500, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  color: #ffffff;
  border-radius: 6pt;
  float: right;
}

/* line 22508, app/assets/stylesheets/accueil_style.scss */
.home-page .ms-woocommerce-cart-form-wrapper .ms-cart-totals .shop_table td {
  text-align: right;
}

/* line 22512, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area {
  background: #0E1424;
}

/* line 22515, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card {
  border: unset;
  border-radius: 0;
}

/* line 22519, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
  padding: 15px 10px;
  background: #151f39;
}

/* line 22526, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}

/* line 22529, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title span {
  border: 0 !important;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
}

/* line 22535, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}

/* line 22538, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  width: unset;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

/* line 22549, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #0a69d4;
}

/* line 22552, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body {
  border-top: 1px solid #d3ced252;
  padding: 20px 20px 50px 20px;
  background: #151f39;
  text-align: left;
}

/* line 22558, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .rts-btn {
  border-radius: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 25px;
}

/* line 22563, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body p {
  color: #E3E3E3;
}

/* line 22566, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
}

/* line 22570, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 50px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  background: #f7f7f7;
}

/* line 22578, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid {
  margin-top: 25px;
}

/* line 22581, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box {
  margin-bottom: 50px;
}

/* line 22584, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #E3E3E3;
}

/* line 22591, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group select {
  color: #666666;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: 1px solid #121B32;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

/* line 22607, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group textarea {
  height: 60px;
  min-height: 60px;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  padding: 10px 18px;
  background: none;
  border: 1px solid #121B32;
  margin: 0;
  outline: none;
}

/* line 22620, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner input,
.home-page .rts-checkout-area .checkout-area-inner textarea {
  color: #777777;
}

/* line 22624, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner input::-moz-placeholder, .home-page .rts-checkout-area .checkout-area-inner textarea::-moz-placeholder {
  color: #777777;
}
.home-page .rts-checkout-area .checkout-area-inner input::placeholder,
.home-page .rts-checkout-area .checkout-area-inner textarea::placeholder {
  color: #777777;
}

/* line 22628, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group .form-control-mod {
  height: 45px;
  padding: 10px 18px;
  background: none;
  border: 1px solid #121B32;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}

/* line 22639, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}

/* line 22642, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table {
  width: 100%;
}

/* line 22645, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

/* line 22649, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

/* line 22653, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}

/* line 22656, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}

/* line 22659, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}

/* line 22663, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}

/* line 22674, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .payment-method .top-area .p-msg:before {
  content: "";
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

/* line 22686, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 35px !important;
}

/* line 22693, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #E9E9E9;
  border-radius: 0;
  margin-bottom: 35px;
}

/* line 22704, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .from-control:hover {
  border: 1px solid #0a69d4;
}

@media (max-width: 576px) {
  /* line 22708, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .rts-service-two-col {
    padding-bottom: 130px !important;
  }
}

/* line 22712, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four {
  position: relative;
  height: 100%;
  background: #171717;
}

/* line 22717, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four:hover .thumbnail img {
  transform: scale(1.2);
}

/* line 22720, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four:hover .thumbnail::after {
  left: -50px;
  top: -50px;
}

/* line 22724, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four:hover .content-area .rts-btn {
  transform: scale(1);
}

/* line 22727, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .icon-area {
  position: absolute;
  top: 42px;
  left: 40px;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  /* line 22738, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .single-service-four .icon-area {
    position: absolute;
    top: 34px;
    left: 28px;
    background: #FFFFFF;
    width: 60px;
    height: 60px;
    padding: 16px;
  }
}

/* line 22748, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}

/* line 22753, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .thumbnail::after {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: #0a69d4;
  filter: blur(50px);
  left: -250px;
  top: -250px;
  transition: 0.3s;
}

/* line 22764, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .thumbnail img {
  width: 100%;
  transition: 0.3s;
}

/* line 22768, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area {
  padding: 32px 40px;
  position: relative;
}

/* line 22772, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area a.rts-btn {
  position: absolute;
  right: 25px;
  top: -25px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  text-transform: capitalize;
  transform: scaleY(0);
  transition: 0.3s;
}

/* line 22784, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area a.rts-btn i {
  font-size: 14px;
}

/* line 22787, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area span {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

/* line 22796, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area a .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  /* line 22806, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area a .title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 22811, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .single-service-four .content-area a:hover .title {
  color: #0a69d4;
}

/* line 22814, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order {
  margin-left: 35px;
}

@media (max-width: 1200px) {
  /* line 22818, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order {
    margin-left: 10px;
  }
}

/* line 22822, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .wc_payment_methods,
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
  padding: 1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d3ced2;
}

/* line 22830, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .wc_payment_methods li,
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table li {
  list-style: none;
  border-top: 3px solid #0a69d4;
  background: #f5f5f5;
  padding: 1em 2em 1em 3.5em;
  line-height: 2;
  color: #515151;
  font-family: Plus Jakarta Sans !important;
}

/* line 22840, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin-bottom: 30px;
  color: #E3E3E3;
}

/* line 22844, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .button {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #0a69d4;
}

/* line 22854, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .button:hover {
  color: #FFFFFF;
  border: 1px solid #121B32;
}

@media (max-width: 767px) {
  /* line 22859, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-bottom: 50px;
  }
}

/* line 22863, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product {
  display: flex;
  align-items: center;
}

/* line 22867, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__thumbnail img {
  width: 90px;
  margin-right: 20px;
}

/* line 22871, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content h5, .home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .h5 {
  font-size: 16px;
}

/* line 22874, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .ms-checkout-product .ms-checkout-product__content .woocommerce-Price-amount {
  color: #0a69d4;
}

/* line 22877, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table .cart_item td {
  border: none;
  padding: 0;
  padding-bottom: 2rem;
}

/* line 22882, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot th {
  text-align: left;
  padding-left: 0;
}

/* line 22886, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot td {
  text-align: right;
  padding-right: 0;
}

/* line 22890, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot th, .home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot td {
  border: none;
}

/* line 22893, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot tr {
  border-bottom: dotted 1px #e2e2e2;
}

/* line 22896, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot tr:last-child {
  border-bottom: none;
}

/* line 22899, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-checkout-review-order-table tfoot .woocommerce-shipping-methods {
  list-style: none;
}

/* line 22902, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon {
  margin-bottom: 2rem;
}

/* line 22905, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon p:first-child {
  margin-bottom: 1rem;
}

/* line 22908, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first,
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-last {
  display: inline-flex;
}

/* line 22912, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first input {
  border: none;
  border-radius: 6pt;
  background-color: #f7f7f7;
  padding: 0.5em 1.6em 0.5em 1em;
  height: 45px;
}

/* line 22919, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-first input:focus-visible {
  outline: none;
}

/* line 22922, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-last {
  margin-left: -12pt;
}

/* line 22925, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .checkout_coupon.woocommerce-form-coupon .form-row-last button {
  border: none;
  height: 45px;
  background-color: #0a69d4;
  color: #fff;
  border-radius: 6pt;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  line-height: 2.4;
}

/* line 22935, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table {
  width: 100%;
}

/* line 22938, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

/* line 22942, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

/* line 22946, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 40px;
  border: 1px solid #121B32;
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* line 22953, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals {
    padding: 40px 5px;
  }
}

@media (max-width: 500px) {
  /* line 22958, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals {
    padding: 40px 5px;
  }
}

/* line 22962, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .cart-subtotal td,
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total td {
  text-align: right;
}

/* line 22966, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr {
  border: none;
}

/* line 22969, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-name {
  color: #E3E3E3;
}

/* line 22972, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-total {
  color: #E3E3E3;
}

@media (max-width: 991px) {
  /* line 22976, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr .product-total {
    text-align: end;
  }
}

/* line 22980, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product th, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product td {
  font-size: 14px;
  font-weight: 400;
  color: #E3E3E3;
}

/* line 22985, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals tr.cart-subtotal.product td span {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

/* line 22990, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals th, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals td {
  border: none;
  padding: 30px 10px;
  text-align: start;
  font-size: 16px;
  font-weight: bold;
  color: #E3E3E3;
}

/* line 22998, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals th .woocommerce-Price-amount, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals td .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: bold;
  color: #E3E3E3;
}

/* line 23003, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals th .woocommerce-Price-amount label, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals td .woocommerce-Price-amount label {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
}

/* line 23008, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total th, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .order-total td {
  padding: 30px 10px;
}

/* line 23011, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals h3, .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .h3 {
  font-size: 30px;
  line-height: 30px;
  color: #E3E3E3;
  font-weight: 400;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 0;
}

/* line 23020, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-methods {
  padding-left: 0;
  list-style: none;
}

/* line 23024, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-destination {
  margin: 4pt 0;
}

/* line 23027, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout {
  margin-top: 3rem;
  display: flex;
}

@media (max-width: 767px) {
  /* line 23032, app/assets/stylesheets/accueil_style.scss */
  .home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout {
    flex-direction: unset;
  }
}

/* line 23036, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a {
  padding: 0.5em 1.2em 0.5em 1.2em;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: 1px solid #0a69d4;
  border-radius: 0;
}

/* line 23045, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a:active {
  transform: translateY(2px);
}

/* line 23048, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .ms-proceed-to-checkout a:hover {
  color: #FFFFFF;
  border: 1px solid #121B32;
}

/* line 23052, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 23057, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}

/* line 23060, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  max-width: 100%;
  padding-top: 15px;
}

/* line 23064, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text {
  background-color: #f7f7f7;
  width: 100%;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0;
  color: #FFFFFF;
  transition: border-color 150ms var(--ease-in-out), box-shadow 150ms var(--ease-in-out);
}

/* line 23074, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:hover {
  border-color: #0a69d4;
}

/* line 23077, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .input-text:focus-visible {
  z-index: 1;
  border-color: #0a69d4;
  outline: 0;
}

/* line 23082, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single {
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 6pt;
  background-color: var(--color-bg);
  border: 1px solid #f7f7f7;
}

/* line 23090, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-contrast-higher);
}

/* line 23093, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  width: 100%;
}

/* line 23097, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 8pt;
}

/* line 23101, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  height: 45px;
  padding: 0 1rem;
  border: none;
  color: #ffffff;
  border-radius: 6pt;
  float: right;
}

/* line 23109, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .ms-cart-totals .shop_table td {
  text-align: right;
}

/* line 23113, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-checkout-area .checkout-area-inner .full-grid .checkout-title h3, .home-page .rts-checkout-area .checkout-area-inner .full-grid .checkout-title .h3 {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
}

/* line 23119, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button p.text {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 10px;
  margin-left: 55px;
  color: #fff;
}

/* line 23125, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: -36px;
  left: 32px;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}

/* line 23139, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: rgba(117, 39, 8, 0.3);
  border-radius: 50%;
  border: 1px solid #ffffff00;
  animation: waves 3s ease-in-out infinite;
}

/* line 23153, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #fff;
  transition: all 200ms;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  /* line 23169, app/assets/stylesheets/accueil_style.scss */
  .home-page .vedio-icone .video-play-button::after {
    width: 100px;
    height: 100px;
  }
}

/* line 23174, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #0a69d4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

/* line 23187, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: #0a69d4;
  font-weight: 500;
}

/* line 23196, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}

/* line 23208, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

/* line 23220, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}

/* line 23226, app/assets/stylesheets/accueil_style.scss */
.home-page .vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

/* line 23240, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  /* line 23260, app/assets/stylesheets/accueil_style.scss */
  .home-page .side-bar {
    width: 317px;
  }
}

/* line 23264, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

/* line 23268, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}

/* line 23272, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

/* line 23276, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

/* line 23281, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

/* line 23284, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}

/* line 23289, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

/* line 23292, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

/* line 23296, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar.show {
  right: 0;
  overflow-y: auto;
}

/* line 23301, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar button {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
  margin-left: -53px;
  margin-top: 0;
  position: absolute;
}

/* line 23308, app/assets/stylesheets/accueil_style.scss */
.home-page .side-bar button i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -53px;
  font-size: 27px;
  background: #0a69d4;
}

/* line 23322, app/assets/stylesheets/accueil_style.scss */
.home-page #anywhere-home {
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

/* line 23334, app/assets/stylesheets/accueil_style.scss */
.home-page #anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

/* line 23343, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-social-style-one ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 10px;
}

/* line 23350, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-social-style-one ul li {
  margin: 0;
  padding: 0;
}

/* line 23354, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-social-style-one ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #0a69d4;
}

/* line 23363, app/assets/stylesheets/accueil_style.scss */
.home-page .rts-social-style-one ul li a i {
  color: #fff;
}
