@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #00628a;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ea015d;
  --bs-red: #dc3545;
  --bs-orange: #f2972d;
  --bs-yellow: #f0ad4e;
  --bs-green: #3e672d;
  --bs-teal: #20c997;
  --bs-cyan: #39b2d6;
  --bs-white: #fff;
  --bs-gray: #9a9c9e;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #e7e7e7;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #9a9c9e;
  --bs-gray-700: #4C4D4F;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00628a;
  --bs-secondary: #9a9c9e;
  --bs-success: #3e672d;
  --bs-info: #39b2d6;
  --bs-warning: #f0ad4e;
  --bs-danger: #dc3545;
  --bs-light: #e7e7e7;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 98, 138;
  --bs-secondary-rgb: 154, 156, 158;
  --bs-success-rgb: 62, 103, 45;
  --bs-info-rgb: 57, 178, 214;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 231, 231, 231;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 113, 112, 115;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, "Arial", arial, sans-serif;
  --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: #717073;
  --bs-body-bg: #fff;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* line 49, ../usr/local/bundle/gems/bootstrap-5.1.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 69, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.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 98, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 113, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 208, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 236, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 245, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #00628a;
  text-decoration: underline;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: #004e6e;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 276, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 290, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 299, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 306, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #ea015d;
  word-wrap: break-word;
}

/* line 312, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 317, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 324, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 336, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 343, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 358, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #9a9c9e;
  text-align: left;
}

/* line 369, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 391, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 398, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 426, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 433, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 437, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 451, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 460, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 475, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 482, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 493, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 505, ../usr/local/bundle/gems/bootstrap-5.1.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 505, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 514, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 522, ../usr/local/bundle/gems/bootstrap-5.1.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 532, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 542, ../usr/local/bundle/gems/bootstrap-5.1.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 563, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 569, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 576, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
}

/* line 583, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 590, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 596, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 604, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 614, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 623, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #9a9c9e;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #9a9c9e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

/* line 90, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gx-8 {
  --bs-gutter-x: 7.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-8,
.gy-8 {
  --bs-gutter-y: 7.5rem;
}

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

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

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

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

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

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

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #717073;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #717073;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #717073;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #717073;
  vertical-align: top;
  border-color: #9a9c9e;
}

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

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

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

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

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

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

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

/* line 105, ../usr/local/bundle/gems/bootstrap-5.1.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 115, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #cce0e8;
  --bs-table-striped-bg: #c2d5dc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cad1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdcfd7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cad1;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #ebebec;
  --bs-table-striped-bg: #dfdfe0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4d4d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9d9da;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4d4d4;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d8e1d5;
  --bs-table-striped-bg: #cdd6ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cbc0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c8d0c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2cbc0;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #d7f0f7;
  --bs-table-striped-bg: #cce4eb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2d8de;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7dee4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2d8de;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fcefdc;
  --bs-table-striped-bg: #efe3d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3d7c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9ddcc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3d7c6;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #e7e7e7;
  --bs-table-striped-bg: #dbdbdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d0d0d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d6d6d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d0d0d0;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1449.98px) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #9a9c9e;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.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: #717073;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

/* line 34, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #717073;
  background-color: #fff;
  border-color: #80b1c5;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

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

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #9a9c9e;
  opacity: 1;
}
.form-control::placeholder {
  color: #9a9c9e;
  opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #717073;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
  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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

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

/* line 95, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #717073;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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 95, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.1.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: #717073;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.1.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 145, ../usr/local/bundle/gems/bootstrap-5.1.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.2rem;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.1.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.3rem;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 176, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 187, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 191, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.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: #717073;
  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 5l6 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.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #80b1c5;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.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 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #717073;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.1.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.2rem;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.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.3rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.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;
          color-adjust: exact;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #80b1c5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #00628a;
  border-color: #00628a;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.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 10l3 3l6-6'/%3e%3c/svg%3e"), var(--bs-gradient);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.1.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"), var(--bs-gradient);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #00628a;
  border-color: #00628a;
  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"), var(--bs-gradient);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.1.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 110, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.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='%2380b1c5'/%3e%3c/svg%3e");
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.1.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"), var(--bs-gradient);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.1.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(0, 98, 138, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.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(0, 98, 138, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00628a;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d0dc;
  background-image: var(--bs-gradient);
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.1.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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00628a;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b3d0dc;
  background-image: var(--bs-gradient);
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.1.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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

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

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

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  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 10, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.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-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.1.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 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

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

/* line 21, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.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: #717073;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.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.3rem;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.1.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.2rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.1.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 25, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #3e672d;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.1.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(62, 103, 45, 0.9);
  border-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3e672d;
  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='%233e672d' d='M2.3 6.73L.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3e672d;
  box-shadow: 0 0 0 0.25rem rgba(62, 103, 45, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #3e672d;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.1.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 5l6 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='%233e672d' d='M2.3 6.73L.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #3e672d;
  box-shadow: 0 0 0 0.25rem rgba(62, 103, 45, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #3e672d;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #3e672d;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.1.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(62, 103, 45, 0.25);
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.1.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: #3e672d;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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.25rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.1.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 5l6 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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.1.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 117, ../usr/local/bundle/gems/bootstrap-5.1.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 123, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #717073;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #717073;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #00628a;
  background-image: var(--bs-gradient);
  border-color: #00628a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #005375;
  background-image: var(--bs-gradient);
  border-color: #004e6e;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #005375;
  background-image: var(--bs-gradient);
  border-color: #004e6e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(38, 122, 156, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004e6e;
  background-image: none;
  border-color: #004a68;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(38, 122, 156, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #00628a;
  background-image: none;
  border-color: #00628a;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #9a9c9e;
  background-image: var(--bs-gradient);
  border-color: #9a9c9e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #838586;
  background-image: var(--bs-gradient);
  border-color: #7b7d7e;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #838586;
  background-image: var(--bs-gradient);
  border-color: #7b7d7e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(169, 171, 173, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7b7d7e;
  background-image: none;
  border-color: #747577;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(169, 171, 173, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #9a9c9e;
  background-image: none;
  border-color: #9a9c9e;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #3e672d;
  background-image: var(--bs-gradient);
  border-color: #3e672d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #355826;
  background-image: var(--bs-gradient);
  border-color: #325224;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #355826;
  background-image: var(--bs-gradient);
  border-color: #325224;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(91, 126, 77, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #325224;
  background-image: none;
  border-color: #2f4d22;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(91, 126, 77, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #3e672d;
  background-image: none;
  border-color: #3e672d;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #000;
  background-color: #39b2d6;
  background-image: var(--bs-gradient);
  border-color: #39b2d6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #000;
  background-color: #57bedc;
  background-image: var(--bs-gradient);
  border-color: #4dbada;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #57bedc;
  background-image: var(--bs-gradient);
  border-color: #4dbada;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(48, 151, 182, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #61c1de;
  background-image: none;
  border-color: #4dbada;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(48, 151, 182, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #39b2d6;
  background-image: none;
  border-color: #39b2d6;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #000;
  background-color: #f0ad4e;
  background-image: var(--bs-gradient);
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #f2b969;
  background-image: var(--bs-gradient);
  border-color: #f2b560;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f2b969;
  background-image: var(--bs-gradient);
  border-color: #f2b560;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(204, 147, 66, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f3bd71;
  background-image: none;
  border-color: #f2b560;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(204, 147, 66, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #f0ad4e;
  background-image: none;
  border-color: #f0ad4e;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  background-image: var(--bs-gradient);
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  background-image: var(--bs-gradient);
  border-color: #b02a37;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  background-image: var(--bs-gradient);
  border-color: #b02a37;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  background-image: none;
  border-color: #a52834;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  background-image: none;
  border-color: #dc3545;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #e7e7e7;
  background-image: var(--bs-gradient);
  border-color: #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #ebebeb;
  background-image: var(--bs-gradient);
  border-color: #e9e9e9;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #ebebeb;
  background-image: var(--bs-gradient);
  border-color: #e9e9e9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #ececec;
  background-image: none;
  border-color: #e9e9e9;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #e7e7e7;
  background-image: none;
  border-color: #e7e7e7;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  background-image: var(--bs-gradient);
  border-color: #212529;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  background-image: var(--bs-gradient);
  border-color: #1a1e21;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  background-image: var(--bs-gradient);
  border-color: #1a1e21;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  background-image: none;
  border-color: #191c1f;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  background-image: none;
  border-color: #212529;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #00628a;
  border-color: #00628a;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00628a;
  border-color: #00628a;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #00628a;
  border-color: #00628a;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 98, 138, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00628a;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #9a9c9e;
  border-color: #9a9c9e;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #9a9c9e;
  border-color: #9a9c9e;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(154, 156, 158, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #9a9c9e;
  border-color: #9a9c9e;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(154, 156, 158, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #9a9c9e;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #3e672d;
  border-color: #3e672d;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #3e672d;
  border-color: #3e672d;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 103, 45, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #3e672d;
  border-color: #3e672d;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(62, 103, 45, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #3e672d;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #39b2d6;
  border-color: #39b2d6;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #39b2d6;
  border-color: #39b2d6;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 178, 214, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #39b2d6;
  border-color: #39b2d6;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(57, 178, 214, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #39b2d6;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 173, 78, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(240, 173, 78, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f0ad4e;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #e7e7e7;
  border-color: #e7e7e7;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 231, 231, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(231, 231, 231, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e7e7e7;
  background-color: transparent;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #00628a;
  text-decoration: underline;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #004e6e;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #9a9c9e;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

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

/* line 4, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

/* line 21, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #717073;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1450px) {
  /* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 73, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00628a;
  background-image: var(--bs-gradient);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #9a9c9e;
  white-space: nowrap;
}

/* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 208, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: var(--bs-gradient);
}

/* line 217, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #00628a;
  background-image: var(--bs-gradient);
}

/* line 223, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

/* line 8, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.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 72, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.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 82, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.1.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 92, ../usr/local/bundle/gems/bootstrap-5.1.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 100, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.1.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 130, ../usr/local/bundle/gems/bootstrap-5.1.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 135, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00628a;
  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 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #004e6e;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #9a9c9e;
  pointer-events: none;
  cursor: default;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #9a9c9e;
  background-color: transparent;
  border-color: transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4C4D4F;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00628a;
  background-image: var(--bs-gradient);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: var(--bs-gradient);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.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 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 120, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1450px) {
  /* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .offcanvas-header {
    display: none;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .offcanvas-top,
.navbar-expand-xxxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 166, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 197, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 251, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 261, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 267, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 272, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: 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");
}

/* line 276, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 279, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 289, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 292, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 299, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 302, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 307, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 312, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 318, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 323, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: 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 327, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 329, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 99, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 160, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 172, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 187, ../usr/local/bundle/gems/bootstrap-5.1.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 192, ../usr/local/bundle/gems/bootstrap-5.1.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 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 202, ../usr/local/bundle/gems/bootstrap-5.1.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 207, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #717073;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #00587c;
  background-color: #e6eff3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300587c'%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");
  transform: rotate(-180deg);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23717073'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #80b1c5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #9a9c9e;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #9a9c9e;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #00628a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #004e6e;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #004e6e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00628a;
  background-image: var(--bs-gradient);
  border-color: #00628a;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #9a9c9e;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-image: var(--bs-gradient);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #003b53;
  background-color: #cce0e8;
  background-image: var(--bs-gradient);
  border-color: #b3d0dc;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002f42;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #5c5e5f;
  background-color: #ebebec;
  background-image: var(--bs-gradient);
  border-color: #e1e1e2;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #4a4b4c;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #253e1b;
  background-color: #d8e1d5;
  background-image: var(--bs-gradient);
  border-color: #c5d1c0;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #1e3216;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #226b80;
  background-color: #d7f0f7;
  background-image: var(--bs-gradient);
  border-color: #c4e8f3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #1b5666;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #90682f;
  background-color: #fcefdc;
  background-image: var(--bs-gradient);
  border-color: #fbe6ca;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #735326;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  background-image: var(--bs-gradient);
  border-color: #f5c2c7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #8b8b8b;
  background-color: #fafafa;
  background-image: var(--bs-gradient);
  border-color: #f8f8f8;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6f6f6f;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  background-image: var(--bs-gradient);
  border-color: #bcbebf;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

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

/* line 11, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00628a;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.1.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: 1rem 1rem;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #4C4D4F;
  text-align: inherit;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #4C4D4F;
  text-decoration: none;
  background-color: #e7e7e7;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #717073;
  background-color: #e9ecef;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #9a9c9e;
  pointer-events: none;
  background-color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00628a;
  border-color: #00628a;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1450px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  /* line 112, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #003b53;
  background-color: #cce0e8;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #003b53;
  background-color: #b8cad1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003b53;
  border-color: #003b53;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #5c5e5f;
  background-color: #ebebec;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #5c5e5f;
  background-color: #d4d4d4;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5c5e5f;
  border-color: #5c5e5f;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #253e1b;
  background-color: #d8e1d5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #253e1b;
  background-color: #c2cbc0;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #253e1b;
  border-color: #253e1b;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #226b80;
  background-color: #d7f0f7;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #226b80;
  background-color: #c2d8de;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #226b80;
  border-color: #226b80;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #90682f;
  background-color: #fcefdc;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #90682f;
  background-color: #e3d7c6;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #90682f;
  border-color: #90682f;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #8b8b8b;
  background-color: #fafafa;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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: #8b8b8b;
  background-color: #e1e1e1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

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

/* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 138, 0.25);
  opacity: 1;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #9a9c9e;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.1.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 35, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  outline: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #9a9c9e;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 102, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #9a9c9e;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 138, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 146, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 151, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 155, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 163, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 174, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1449.98px) {
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.1.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.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: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.1.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-5.1.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: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.1.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;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.1.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-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.1.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-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.1.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-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.1.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.1.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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #717073;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

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

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

/* line 39, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.1.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 77, ../usr/local/bundle/gems/bootstrap-5.1.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 77, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.1.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 90, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.1.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 118, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.1.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 146, ../usr/local/bundle/gems/bootstrap-5.1.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 149, ../usr/local/bundle/gems/bootstrap-5.1.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 158, ../usr/local/bundle/gems/bootstrap-5.1.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 173, ../usr/local/bundle/gems/bootstrap-5.1.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 173, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.1.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 217, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

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

/* line 11, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 45, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #00628a;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #004e6e;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #9a9c9e;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #7b7d7e;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #3e672d;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #325224;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #39b2d6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #61c1de;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #f0ad4e;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #f3bd71;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #e7e7e7;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #ececec;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1450px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.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, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0-hover:hover {
  opacity: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25-hover:hover {
  opacity: 0.25 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50-hover:hover {
  opacity: 0.5 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75-hover:hover {
  opacity: 0.75 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100-hover:hover {
  opacity: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-auto {
  top: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-n-2 {
  top: -2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-5 {
  top: 5% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-7 {
  top: 7% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-10 {
  top: 10% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-25 {
  top: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-40 {
  top: 40% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-75 {
  top: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-90 {
  top: 90% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-95 {
  top: 95% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-auto {
  bottom: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-n-2 {
  bottom: -2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-5 {
  bottom: 5% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-7 {
  bottom: 7% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-10 {
  bottom: 10% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-25 {
  bottom: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-40 {
  bottom: 40% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-75 {
  bottom: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-90 {
  bottom: 90% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-95 {
  bottom: 95% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-auto {
  left: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-n-2 {
  left: -2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-5 {
  left: 5% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-7 {
  left: 7% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-10 {
  left: 10% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-25 {
  left: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-40 {
  left: 40% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-75 {
  left: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-90 {
  left: 90% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-95 {
  left: 95% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-auto {
  right: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-n-2 {
  right: -2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-5 {
  right: 5% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-7 {
  right: 7% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-10 {
  right: 10% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-25 {
  right: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-40 {
  right: 40% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-75 {
  right: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-90 {
  right: 90% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-95 {
  right: 95% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #00628a !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #3e672d !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #39b2d6 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #f0ad4e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #e7e7e7 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-dark {
  border-color: #005071 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-darker {
  border-color: #002c3e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-light {
  border-color: #0bb8ff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-lighten {
  border-color: #a4e4ff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary-lighter {
  border-color: #f0fbff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-dark {
  border-color: #8d8f92 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-darker {
  border-color: #737678 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-light {
  border-color: #cecfd0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-lighten {
  border-color: white !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary-lighter {
  border-color: white !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-dark {
  border-color: #335525 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success-darker {
  border-color: #1e3216 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-grey {
  border-color: #545454 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-grey-light {
  border-color: #e9ecef !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-grey-lighter {
  border-color: #f5f5f5 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-orange {
  border-color: #f2972d !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-6 {
  border-width: 6px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-7 {
  border-width: 7px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-8 {
  border-width: 8px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-9 {
  border-width: 9px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-10 {
  border-width: 10px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-33 {
  width: 33.3% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-6 {
  gap: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-7 {
  gap: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-8 {
  gap: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-7 {
  margin: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-8 {
  margin: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-8 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-6 {
  margin-top: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-7 {
  margin-top: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-8 {
  margin-top: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-6 {
  margin-right: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-7 {
  margin-right: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-8 {
  margin-right: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-6 {
  margin-bottom: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-7 {
  margin-bottom: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-8 {
  margin-bottom: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-6 {
  margin-left: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-7 {
  margin-left: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-8 {
  margin-left: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n7 {
  margin: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-n8 {
  margin: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-n8 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-n8 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n6 {
  margin-top: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n7 {
  margin-top: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-n8 {
  margin-top: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n4 {
  margin-right: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n5 {
  margin-right: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n6 {
  margin-right: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n7 {
  margin-right: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-n8 {
  margin-right: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n7 {
  margin-bottom: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-n8 {
  margin-bottom: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n5 {
  margin-left: -3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n6 {
  margin-left: -4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n7 {
  margin-left: -6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-n8 {
  margin-left: -7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-7 {
  padding: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-8 {
  padding: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-8 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-6 {
  padding-top: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-7 {
  padding-top: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-8 {
  padding-top: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-6 {
  padding-right: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-7 {
  padding-right: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-8 {
  padding-right: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-6 {
  padding-bottom: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-7 {
  padding-bottom: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-8 {
  padding-bottom: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-6 {
  padding-left: 4.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-7 {
  padding-left: 6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-8 {
  padding-left: 7.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-0 {
  font-size: 3.3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: 2.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: 2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: 1.75rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: 1.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-7 {
  font-size: 0.85rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-8 {
  font-size: 0.778rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-9 {
  font-size: 0.66rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-10 {
  font-size: 0.5rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-xl {
  font-size: 3.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-xxl {
  font-size: 3.375rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-unset {
  font-size: unset !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-extrabold {
  font-weight: 800 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-2 {
  line-height: 2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-3 {
  line-height: 3 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-4 {
  line-height: 4 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-5 {
  line-height: 5 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  color: #00628a !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  color: #9a9c9e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  color: #3e672d !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  color: #39b2d6 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  color: #f0ad4e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  color: #e7e7e7 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  color: #212529 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  color: #717073 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  color: #4C4D4F !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  color: #fff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  color: inherit !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-twitter {
  color: #1da1f2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-facebook {
  color: #4267b2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-pinterest {
  color: #e60023 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-youtube {
  color: #ff0000 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-bs-blue {
  color: #007bff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-bs-green {
  color: #28a745 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-hw-green {
  color: #64b804 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-dark {
  color: #005071 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-darker {
  color: #002c3e !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-light {
  color: #0bb8ff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-lighten {
  color: #a4e4ff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary-lighter {
  color: #f0fbff !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-dark {
  color: #8d8f92 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-darker {
  color: #737678 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-light {
  color: #cecfd0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-lighten {
  color: white !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary-lighter {
  color: white !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-dark {
  color: #335525 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success-darker {
  color: #1e3216 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-grey {
  color: #545454 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-grey-light {
  color: #e9ecef !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-grey-lighter {
  color: #f5f5f5 !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.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 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: 0.6rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-15 {
  border-radius: 15px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-16 {
  border-radius: 1rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-n1 {
  top: -1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-n2 {
  top: -2px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-n3 {
  top: -3px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-n4 {
  top: -4px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-n5 {
  top: -5px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-1 {
  top: 1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-2 {
  top: 2px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-3 {
  top: 3px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-4 {
  top: 4px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.t-5 {
  top: 5px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-n1 {
  bottom: -1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-n2 {
  bottom: -2px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-n3 {
  bottom: -3px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-n4 {
  bottom: -4px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-n5 {
  bottom: -5px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-1 {
  bottom: 1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-2 {
  bottom: 2px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-3 {
  bottom: 3px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-4 {
  bottom: 4px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.b-5 {
  bottom: 5px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-em-1 {
  width: 1em !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-em-2 {
  width: 2em !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-em-3 {
  width: 3em !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-em-4 {
  width: 4em !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-em-5 {
  width: 5em !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-n1 {
  letter-spacing: -1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-mormal {
  letter-spacing: 0 !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-1 {
  letter-spacing: 1px !important;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ls-2 {
  letter-spacing: 2px !important;
}

@media (min-width: 576px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-sm-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-sm-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-sm-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-sm-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-sm-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-sm-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-sm-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-sm-5 {
    bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-md-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-md-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-md-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-md-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-md-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-md-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-md-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-md-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-md-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-md-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-md-5 {
    bottom: 5px !important;
  }
}

@media (min-width: 992px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-lg-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-lg-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-lg-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-lg-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-lg-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-lg-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-lg-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-lg-5 {
    bottom: 5px !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xl-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xl-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xl-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xl-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xl-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xl-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xl-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xl-5 {
    bottom: 5px !important;
  }
}

@media (min-width: 1400px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxl-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxl-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxl-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxl-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxl-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxl-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxl-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxl-5 {
    bottom: 5px !important;
  }
}

@media (min-width: 1450px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxxl-start {
    float: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxxl-end {
    float: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxxl-none {
    float: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-0 {
    opacity: 0 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-0-hover:hover {
    opacity: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-25 {
    opacity: 0.25 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-25-hover:hover {
    opacity: 0.25 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-50 {
    opacity: 0.5 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-50-hover:hover {
    opacity: 0.5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-75 {
    opacity: 0.75 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-75-hover:hover {
    opacity: 0.75 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-100 {
    opacity: 1 !important;
  }
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .opacity-xxxl-100-hover:hover {
    opacity: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxxl-none {
    display: none !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxxl-static {
    position: static !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxxl-relative {
    position: relative !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxxl-absolute {
    position: absolute !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxxl-fixed {
    position: fixed !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .position-xxxl-sticky {
    position: sticky !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-auto {
    top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-n-2 {
    top: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-0 {
    top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-5 {
    top: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-7 {
    top: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-10 {
    top: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-25 {
    top: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-40 {
    top: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-50 {
    top: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-75 {
    top: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-90 {
    top: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-95 {
    top: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .top-xxxl-100 {
    top: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-auto {
    bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-n-2 {
    bottom: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-0 {
    bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-5 {
    bottom: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-7 {
    bottom: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-10 {
    bottom: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-25 {
    bottom: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-40 {
    bottom: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-50 {
    bottom: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-75 {
    bottom: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-90 {
    bottom: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-95 {
    bottom: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bottom-xxxl-100 {
    bottom: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-auto {
    left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-n-2 {
    left: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-0 {
    left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-5 {
    left: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-7 {
    left: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-10 {
    left: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-25 {
    left: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-40 {
    left: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-50 {
    left: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-75 {
    left: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-90 {
    left: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-95 {
    left: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .start-xxxl-100 {
    left: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-auto {
    right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-n-2 {
    right: -2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-0 {
    right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-5 {
    right: 5% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-7 {
    right: 7% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-10 {
    right: 10% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-25 {
    right: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-40 {
    right: 40% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-50 {
    right: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-75 {
    right: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-90 {
    right: 90% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-95 {
    right: 95% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .end-xxxl-100 {
    right: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxxl {
    transform: translate(-50%, -50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxxl-x {
    transform: translateX(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .translate-middle-xxxl-y {
    transform: translateY(-50%) !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxxl {
    border-top: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-top-xxxl-0 {
    border-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxxl {
    border-bottom: 1px solid #9a9c9e !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .border-bottom-xxxl-0 {
    border-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-25 {
    width: 25% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-33 {
    width: 33.3% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-50 {
    width: 50% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-75 {
    width: 75% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-100 {
    width: 100% !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .w-xxxl-auto {
    width: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-6 {
    gap: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-7 {
    gap: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxxl-8 {
    gap: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxxl-center {
    align-items: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-center {
    align-content: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-center {
    align-self: center !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-first {
    order: -1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-0 {
    order: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-1 {
    order: 1 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-2 {
    order: 2 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-3 {
    order: 3 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-4 {
    order: 4 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-5 {
    order: 5 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxxl-last {
    order: 6 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-0 {
    margin: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-6 {
    margin: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-7 {
    margin: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-8 {
    margin: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-auto {
    margin: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-7 {
    margin-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-7 {
    margin-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-7 {
    margin-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-7 {
    margin-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n6 {
    margin: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n7 {
    margin: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxxl-n8 {
    margin: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxxl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n7 {
    margin-top: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxxl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n7 {
    margin-right: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxxl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n7 {
    margin-bottom: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n7 {
    margin-left: -6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxxl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-0 {
    padding: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-6 {
    padding: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-7 {
    padding: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxxl-8 {
    padding: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-7 {
    padding-top: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxxl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-7 {
    padding-right: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxxl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-7 {
    padding-bottom: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxxl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-7 {
    padding-left: 6rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxxl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-0 {
    font-size: 3.3rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-2 {
    font-size: 2rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-4 {
    font-size: 1.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-5 {
    font-size: 1.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-6 {
    font-size: 1rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-7 {
    font-size: 0.85rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-8 {
    font-size: 0.778rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-9 {
    font-size: 0.66rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-10 {
    font-size: 0.5rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-xl {
    font-size: 3.25rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-xxl {
    font-size: 3.375rem !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-xxxl-unset {
    font-size: unset !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxxl-start {
    text-align: left !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxxl-end {
    text-align: right !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxxl-center {
    text-align: center !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-10 {
    --bs-bg-opacity: 0.1;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-25 {
    --bs-bg-opacity: 0.25;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-50 {
    --bs-bg-opacity: 0.5;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-75 {
    --bs-bg-opacity: 0.75;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-80 {
    --bs-bg-opacity: 0.8;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .bg-opacity-xxxl-100 {
    --bs-bg-opacity: 1;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-n1 {
    top: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-n2 {
    top: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-n3 {
    top: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-n4 {
    top: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-n5 {
    top: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-1 {
    top: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-2 {
    top: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-3 {
    top: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-4 {
    top: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .t-xxxl-5 {
    top: 5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-n1 {
    bottom: -1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-n2 {
    bottom: -2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-n3 {
    bottom: -3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-n4 {
    bottom: -4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-n5 {
    bottom: -5px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-1 {
    bottom: 1px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-2 {
    bottom: 2px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-3 {
    bottom: 3px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-4 {
    bottom: 4px !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .b-xxxl-5 {
    bottom: 5px !important;
  }
}

@media print {
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.lst-circle {
  list-style-type: circle;
}

/* line 6, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-text-white:hover {
  color: #fff !important;
}

/* line 10, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-text-dark:hover {
  color: #000 !important;
}

/* line 14, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.text-muted-light {
  color: #6C757D;
}

/* line 18, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.link-white {
  color: #fff;
}

/* line 21, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.link-white:hover, .link-white:focus {
  color: #e7e7e7;
}

/* line 27, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.link-grey {
  color: #717073;
}

/* line 30, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.link-grey:hover, .link-grey:focus {
  color: #545454;
}

/* line 37, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.text-shadow-primary-dark {
  text-shadow: 0 0 30px #005071, -1px -1px 0 #005071, 1px -1px 0 #005071, -1px 1px 0 #005071, 1px 1px 0 #005071;
}

/* line 46, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.footer-bg-color {
  background-color: #f0fbff;
}

/* line 50, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-brand-body-color {
  background-color: #f0fbff;
}

/* line 54, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-none {
  background: none !important;
}

/* line 58, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-gradient-1-0 {
  background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0)) !important;
}

/* line 62, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-diagonal-danger {
  background-image: linear-gradient(-10deg, #fff 50%, #dc3545 50%);
  background-size: 150% 150%;
  background-position: 0 -180px;
}

/* line 68, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-gradient-none {
  background-image: none !important;
}

/* line 72, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-grey {
  background-color: #545454 !important;
}

/* line 76, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-grey-light {
  background-color: #e9ecef !important;
}

/* line 80, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-grey-lighter {
  background-color: #f5f5f5 !important;
}

/* line 84, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-grey-light-100 {
  background-color: #F8F9FA !important;
}

/* line 88, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-beige-light {
  background-color: #f8f7f3 !important;
}

/* line 92, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-hw-green {
  background-color: #64b804 !important;
}

/* line 96, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-bs-green {
  background-color: #28a745 !important;
}

/* line 100, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.border-yellow {
  border-color: rgba(255, 193, 7, 0.5) !important;
}

/* line 104, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.border-red {
  border-color: rgba(220, 53, 69, 0.5) !important;
}

/* line 108, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.border-gradient-primary {
  border-color: transparent !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #E40154, #025EE9) border-box;
}

/* line 114, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.font-red-danger {
  color: #dc3545 !important;
}

/* line 118, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-bs-blue {
  background-color: #007bff !important;
}

/* line 122, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-orange {
  background-color: #f2972d !important;
}

/* line 126, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-primary-light {
  background-color: #0bb8ff !important;
}

/* line 130, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-primary-lighten {
  background-color: #a4e4ff !important;
}

/* line 134, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-primary-lighter {
  background-color: #f0fbff !important;
}

/* line 138, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-primary-dark {
  background-color: #005071 !important;
}

/* line 142, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-primary-darker {
  background-color: #002c3e !important;
}

/* line 146, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-secondary-dark {
  background-color: #8d8f92 !important;
}

/* line 150, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-secondary-darker {
  background-color: #737678 !important;
}

/* line 154, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-secondary-light {
  background-color: #cecfd0 !important;
}

/* line 158, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-secondary-lighten {
  background-color: white !important;
}

/* line 162, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bg-secondary-lighter {
  background-color: white !important;
}

/* line 167, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-opacity-80:hover, .hover-opacity-80:focus {
  opacity: 0.8 !important;
}

/* line 174, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-opacity-90:hover, .hover-opacity-90:focus {
  opacity: 0.9 !important;
}

/* line 181, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-white:hover, .hover-bg-white:focus {
  background-color: #fff !important;
}

/* line 188, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-light:hover, .hover-bg-light:focus {
  background-color: #e7e7e7 !important;
}

/* line 195, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-grey:hover, .hover-bg-grey:focus {
  background-color: #545454 !important;
}

/* line 202, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-grey-light:hover, .hover-bg-grey-light:focus {
  background-color: #9a9c9e !important;
}

/* line 209, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-dark:hover, .hover-bg-dark:focus {
  background-color: #212529 !important;
}

/* line 216, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-primary:hover, .hover-bg-primary:focus {
  background-color: #00628a !important;
}

/* line 223, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-primary-light:hover, .hover-bg-primary-light:focus {
  background-color: #0bb8ff !important;
}

/* line 230, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-primary-lighter:hover, .hover-bg-primary-lighter:focus {
  background-color: #f0fbff !important;
}

/* line 237, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-primary-dark:hover, .hover-bg-primary-dark:focus {
  background-color: #005071 !important;
}

/* line 244, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-secondary:hover, .hover-bg-secondary:focus {
  background-color: #9a9c9e !important;
}

/* line 251, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-secondary-light:hover, .hover-bg-secondary-light:focus {
  background-color: #cecfd0 !important;
}

/* line 258, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hover-bg-secondary-dark:hover, .hover-bg-secondary-dark:focus {
  background-color: #8d8f92 !important;
}

@media (min-width: 576px) {
  /* line 264, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .bg-transparent-sm {
    background-color: transparent !important;
  }
}

/* line 271, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.card-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 275, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hard-card-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* line 280, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.mt-05 {
  margin-top: .15rem !important;
}

/* line 285, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 289, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

/* line 294, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-outline-primary:hover {
  color: #fff;
}

/* line 298, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-support {
  background-color: #78a300;
  border: 0;
}

/* line 303, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-orange-dark {
  background-color: #e95a23;
}

/* line 306, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-orange-dark:hover {
  background-color: #d84c16;
}

/* line 312, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-blue {
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 white, 0 1px 1px black;
  color: #fff;
}

/* line 319, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-blue-flat {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

/* line 325, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-blue:disabled {
  background-color: #007bff;
  background-image: none;
  border-color: #007bff;
  color: #fff;
}

/* line 332, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-primary-light {
  background-color: #9a9c9e;
}

/* line 336, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.btn-primary-dark {
  background-color: #005071;
}

/* line 342, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bs5date .month {
  max-width: 100%;
  width: 100%;
}

/* line 347, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bs5date .day, .bs5date .year {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 353, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .bs5date .month {
    margin-right: .5rem;
    width: 50%;
  }
  /* line 358, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .bs5date .day {
    margin-right: .5rem;
    width: 25%;
  }
  /* line 363, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .bs5date .year {
    width: 25%;
  }
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-25 {
  width: 25% !important;
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-50 {
  width: 50% !important;
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-75 {
  width: 75% !important;
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-100 {
  width: 100% !important;
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-auto {
  width: auto !important;
}

/* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.w-xs-40p {
  width: 40px !important;
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-25 {
    width: 25% !important;
  }
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-50 {
    width: 50% !important;
  }
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-75 {
    width: 75% !important;
  }
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-auto {
    width: auto !important;
  }
}

@media (min-width: 576px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-sm-40p {
    width: 40px !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-25 {
    width: 25% !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-75 {
    width: 75% !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-md-40p {
    width: 40px !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-25 {
    width: 25% !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-50 {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-lg-40p {
    width: 40px !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-25 {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-100 {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xl-40p {
    width: 40px !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-auto {
    width: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxl-40p {
    width: 40px !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-25 {
    width: 25% !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-50 {
    width: 50% !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-100 {
    width: 100% !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-auto {
    width: auto !important;
  }
}

@media (min-width: 1450px) {
  /* line 373, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .w-xxxl-40p {
    width: 40px !important;
  }
}

/* line 379, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.z-index-fixed {
  z-index: 1030;
}

@media (min-width: 576px) {
  /* line 383, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .z-index-sm-norm {
    z-index: 1;
  }
}

/* line 390, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector {
  border: 2px solid #dbdcdc;
  display: inline-flex;
}

/* line 395, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 3rem;
  justify-content: center;
  margin: 0;
  outline: none;
  position: relative;
  width: 3rem;
}

/* line 409, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector button::before,
.quantity-selector button::after {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 1rem;
}

/* line 420, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector button.plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* line 424, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector input[type=number] {
  border: solid #dbdcdc;
  border-width: 0 2px;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: bold;
  height: 3rem;
  max-width: 5rem;
  padding: .5rem;
  text-align: center;
  -moz-appearance: textfield;
}

/* line 437, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.quantity-selector input[type=number]::-webkit-outer-spin-button,
.quantity-selector input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 444, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.angled-border {
  border-radius: 4px;
  transform: skew(-10deg);
}

/* line 448, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.angled-border.bg-orange-linear-gradient {
  background: linear-gradient(90deg, #f8971d 1.08%, #d23816 98.92%);
}

/* line 455, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.upsell-ilth h1, .upsell-ilth .h1 {
  color: #0076a2;
}

/* line 459, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.upsell-ilth .text-blue {
  color: #03567c !important;
}

/* line 468, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.upsell-iltb .rectangle-container .upsell-triangle {
  border-bottom: 22px solid #ea015d;
  border-left: 18px solid #fff;
  border-top: 22px solid #ea015d;
  content: '';
  height: 45px;
}

/* line 476, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.upsell-iltb .rectangle-container .premium-upsell {
  background-color: #ea015d;
  height: 45px;
}

@media (max-width: 575.98px) {
  /* line 484, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .upsell-iltb table.table-bordered,
.upsell-iltb table tbody,
.upsell-iltb table tbody td,
.upsell-iltb table tbody tr,
.upsell-iltb table thead th,
.upsell-iltb table tfoot td {
    border-color: #fff !important;
  }
}

/* line 498, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.hide-text-overflow,
.show-text-overflow:target,
.show-text-overflow:target ~ .text-fade {
  display: none;
}

/* line 506, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.show-text-overflow:target ~ .hide-text-overflow {
  display: block;
}

/* line 510, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.show-text-overflow:target ~ .text-panel {
  max-height: 4000px;
}

/* line 515, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.text-panel {
  max-height: 175px;
  transition: max-height .5s ease;
}

/* line 520, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.text-fade {
  background: linear-gradient(to bottom, rgba(240, 251, 255, 0) 0%, #f0fbff 75%);
  height: 100px;
  margin-top: -100px;
}

/* line 527, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social {
  vertical-align: top;
}

/* line 530, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social li {
  vertical-align: top;
}

/* line 534, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a {
  background-image: url("https://assets.kalkomey.com/shared/images/sprites/sprite-footer.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
}

/* line 544, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.blog {
  background-image: none;
  height: auto;
  overflow: auto;
  text-indent: 0;
  width: auto;
}

/* line 552, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.facebook {
  background-position: 0   -32px;
}

/* line 553, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.google-plus {
  background-position: -32px -32px;
}

/* line 554, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.pinterest {
  background-position: -64px -32px;
}

/* line 555, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.twitter {
  background-position: -96px -32px;
}

/* line 556, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.list-social a.youtube {
  background-position: -128px -32px;
}

/* line 560, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.course-footer-nav-border {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

/* line 565, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.progress {
  border: 1px solid #b2b2b2;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  display: flex;
  font-size: 0.75rem;
  height: .5rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 565, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .progress {
    height: .75rem;
  }
}

/* line 579, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.pw-preview {
  bottom: 2.2rem;
  cursor: pointer;
  float: right;
  position: relative;
  right: 1rem;
}

/* line 587, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block {
  background-color: #f5f5f5;
  padding: 1rem;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

/* line 592, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block h4, .grey-block .h4 {
  font-size: 24px;
  font-weight: 300;
}

/* line 597, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block p {
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: break-word;
}

/* line 603, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block .pbold {
  font-weight: 500;
}

/* line 608, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block .address p {
  margin: 0;
}

/* line 613, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.grey-block .total {
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 576px) {
  /* line 587, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  .grey-block {
    padding: 2rem;
  }
}

/* line 623, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.neue {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

/* line 627, app/assets/stylesheets/bootstrap_5/_base_new.scss */
h4.neue, .neue.h4 {
  font-size: 24px;
  font-weight: 300;
}

/* line 632, app/assets/stylesheets/bootstrap_5/_base_new.scss */
h1.neue, .neue.h1 {
  font-size: 40px;
  font-weight: 500;
}

/* line 637, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.mt-n20 {
  margin-top: -20px;
}

/* line 641, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.mt-main {
  margin-top: 59px !important;
}

/* line 646, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.bi-fw-bold {
  -webkit-text-stroke: .5px;
}

/* line 650, app/assets/stylesheets/bootstrap_5/_base_new.scss */
svg.bi.bi-1-circle-fill {
  vertical-align: baseline;
}

/* line 655, app/assets/stylesheets/bootstrap_5/_base_new.scss */
[id] {
  scroll-margin: 70px 0 0;
}

/* line 661, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__header,
#testimonials .SA__more_review,
#testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content::after,
#testimonials .SA__prev,
#testimonials .SA__next {
  display: none;
}

/* line 669, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials #SA_wrapper_a80bZ8Kt0Fjm .SA__widget_content,
#testimonials #SA_wrapper_7a71wYX5SVv2 .SA__widget_content,
#testimonials #SA_wrapper_c0awpVgvnM9q .SA__widget_content,
#testimonials #SA_wrapper_1bbkNxdGCRyq .SA__widget_content,
#testimonials #SA_wrapper_a80bZ8Kt0Fjm .SA__widget_content,
#testimonials .SA__widget_content.SA__overall,
#testimonials .SA__wrapper .SA__widget .tns-ovh .SA__widget_item .SA__widget_content::before {
  background: none !important;
}

/* line 679, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__widget_content,
#testimonials .SA__widget_content.SA__no,
#testimonials .SA__widget_content:hover,
#testimonials .SA__widget_content.SA__no:hover {
  box-shadow: none !important;
}

/* line 686, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__widget .SA__reviews.tns-vertical .SA__widget_item {
  align-items: center !important;
  display: flex !important;
}

/* line 691, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__container.vertical .SA__widget_item .SA__widget_content .stars {
  display: inline-block;
  margin-bottom: 7px;
  text-align: center;
}

/* line 697, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content {
  padding: 0 !important;
}

/* line 700, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content h2, #testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content .h2 {
  text-align: center;
  padding-bottom: 15px;
}

/* line 705, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content p {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 697, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  #testimonials .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content {
    padding: 0 20px !important;
  }
}

/* line 714, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .tns-item,
#testimonials .SA__wrapper .SA__widget .SA__widget_item.SA__has_border .SA__widget_content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 721, app/assets/stylesheets/bootstrap_5/_base_new.scss */
#testimonials .SA__wrapper .SA__widget {
  padding: 0 !important;
}

@media (min-width: 768px) {
  /* line 721, app/assets/stylesheets/bootstrap_5/_base_new.scss */
  #testimonials .SA__wrapper .SA__widget {
    padding: 0 50px !important;
  }
}

/* object-fit-* are defined on Bootstrap 5.3 */
/* line 732, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 735, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 738, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

/* line 741, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

/* line 744, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.object-fit-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* Border radius */
/* line 749, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.rounded-32 {
  border-radius: 32px;
}

/* Banner Arrow */
/* line 754, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.banner-arrow-right {
  background-color: #ea015d;
  height: 45px;
  padding-left: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}

/* line 765, app/assets/stylesheets/bootstrap_5/_base_new.scss */
.banner-arrow-right:after {
  margin-left: 1rem;
  border-bottom: 22px solid #ea015d;
  border-right: 18px solid #fff;
  border-top: 22px solid #ea015d;
  content: '';
  height: 45px;
}

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/assets/bootstrap-icons-27d885addfe079eb04cee2c022d466b099893b0abe842927ec45a77a232532e0.woff2?28df46889dced875dea48cfe64755198) format("woff2"), url(/assets/bootstrap-icons-1318ed9e208644ca408f3f8d039d68fc2ecb94a502ff43d951110675bbe5b353.woff?28df46889dced875dea48cfe64755198) format("woff");
}

/* line 11, app/assets/stylesheets/_bootstrap-icons.scss */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2025, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-123::before {
  content: "";
}

/* line 2026, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-alarm-fill::before {
  content: "";
}

/* line 2027, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-alarm::before {
  content: "";
}

/* line 2028, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-bottom::before {
  content: "";
}

/* line 2029, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-center::before {
  content: "";
}

/* line 2030, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-end::before {
  content: "";
}

/* line 2031, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-middle::before {
  content: "";
}

/* line 2032, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-start::before {
  content: "";
}

/* line 2033, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-align-top::before {
  content: "";
}

/* line 2034, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-alt::before {
  content: "";
}

/* line 2035, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-app-indicator::before {
  content: "";
}

/* line 2036, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-app::before {
  content: "";
}

/* line 2037, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-archive-fill::before {
  content: "";
}

/* line 2038, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-archive::before {
  content: "";
}

/* line 2039, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-90deg-down::before {
  content: "";
}

/* line 2040, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-90deg-left::before {
  content: "";
}

/* line 2041, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-90deg-right::before {
  content: "";
}

/* line 2042, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-90deg-up::before {
  content: "";
}

/* line 2043, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-bar-down::before {
  content: "";
}

/* line 2044, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-bar-left::before {
  content: "";
}

/* line 2045, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-bar-right::before {
  content: "";
}

/* line 2046, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-bar-up::before {
  content: "";
}

/* line 2047, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-clockwise::before {
  content: "";
}

/* line 2048, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-counterclockwise::before {
  content: "";
}

/* line 2049, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-circle-fill::before {
  content: "";
}

/* line 2050, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-circle::before {
  content: "";
}

/* line 2051, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-left-circle-fill::before {
  content: "";
}

/* line 2052, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-left-circle::before {
  content: "";
}

/* line 2053, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-left-square-fill::before {
  content: "";
}

/* line 2054, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-left-square::before {
  content: "";
}

/* line 2055, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-left::before {
  content: "";
}

/* line 2056, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-right-circle-fill::before {
  content: "";
}

/* line 2057, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-right-circle::before {
  content: "";
}

/* line 2058, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-right-square-fill::before {
  content: "";
}

/* line 2059, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-right-square::before {
  content: "";
}

/* line 2060, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-right::before {
  content: "";
}

/* line 2061, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-short::before {
  content: "";
}

/* line 2062, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-square-fill::before {
  content: "";
}

/* line 2063, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-square::before {
  content: "";
}

/* line 2064, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down-up::before {
  content: "";
}

/* line 2065, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-down::before {
  content: "";
}

/* line 2066, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-circle-fill::before {
  content: "";
}

/* line 2067, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-circle::before {
  content: "";
}

/* line 2068, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-right::before {
  content: "";
}

/* line 2069, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-short::before {
  content: "";
}

/* line 2070, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-square-fill::before {
  content: "";
}

/* line 2071, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left-square::before {
  content: "";
}

/* line 2072, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-left::before {
  content: "";
}

/* line 2073, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-repeat::before {
  content: "";
}

/* line 2074, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-return-left::before {
  content: "";
}

/* line 2075, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-return-right::before {
  content: "";
}

/* line 2076, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right-circle-fill::before {
  content: "";
}

/* line 2077, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right-circle::before {
  content: "";
}

/* line 2078, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right-short::before {
  content: "";
}

/* line 2079, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right-square-fill::before {
  content: "";
}

/* line 2080, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right-square::before {
  content: "";
}

/* line 2081, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-right::before {
  content: "";
}

/* line 2082, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-circle-fill::before {
  content: "";
}

/* line 2083, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-circle::before {
  content: "";
}

/* line 2084, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-left-circle-fill::before {
  content: "";
}

/* line 2085, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-left-circle::before {
  content: "";
}

/* line 2086, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-left-square-fill::before {
  content: "";
}

/* line 2087, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-left-square::before {
  content: "";
}

/* line 2088, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-left::before {
  content: "";
}

/* line 2089, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-right-circle-fill::before {
  content: "";
}

/* line 2090, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-right-circle::before {
  content: "";
}

/* line 2091, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-right-square-fill::before {
  content: "";
}

/* line 2092, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-right-square::before {
  content: "";
}

/* line 2093, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-right::before {
  content: "";
}

/* line 2094, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-short::before {
  content: "";
}

/* line 2095, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-square-fill::before {
  content: "";
}

/* line 2096, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up-square::before {
  content: "";
}

/* line 2097, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-up::before {
  content: "";
}

/* line 2098, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-angle-contract::before {
  content: "";
}

/* line 2099, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-angle-expand::before {
  content: "";
}

/* line 2100, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-collapse::before {
  content: "";
}

/* line 2101, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-expand::before {
  content: "";
}

/* line 2102, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-fullscreen::before {
  content: "";
}

/* line 2103, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrows-move::before {
  content: "";
}

/* line 2104, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-aspect-ratio-fill::before {
  content: "";
}

/* line 2105, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-aspect-ratio::before {
  content: "";
}

/* line 2106, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-asterisk::before {
  content: "";
}

/* line 2107, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-at::before {
  content: "";
}

/* line 2108, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-award-fill::before {
  content: "";
}

/* line 2109, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-award::before {
  content: "";
}

/* line 2110, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-back::before {
  content: "";
}

/* line 2111, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-backspace-fill::before {
  content: "";
}

/* line 2112, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-backspace-reverse-fill::before {
  content: "";
}

/* line 2113, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-backspace-reverse::before {
  content: "";
}

/* line 2114, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-backspace::before {
  content: "";
}

/* line 2115, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-3d-fill::before {
  content: "";
}

/* line 2116, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-3d::before {
  content: "";
}

/* line 2117, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-4k-fill::before {
  content: "";
}

/* line 2118, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-4k::before {
  content: "";
}

/* line 2119, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-8k-fill::before {
  content: "";
}

/* line 2120, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-8k::before {
  content: "";
}

/* line 2121, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-ad-fill::before {
  content: "";
}

/* line 2122, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-ad::before {
  content: "";
}

/* line 2123, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-ar-fill::before {
  content: "";
}

/* line 2124, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-ar::before {
  content: "";
}

/* line 2125, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-cc-fill::before {
  content: "";
}

/* line 2126, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-cc::before {
  content: "";
}

/* line 2127, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-hd-fill::before {
  content: "";
}

/* line 2128, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-hd::before {
  content: "";
}

/* line 2129, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-tm-fill::before {
  content: "";
}

/* line 2130, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-tm::before {
  content: "";
}

/* line 2131, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-vo-fill::before {
  content: "";
}

/* line 2132, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-vo::before {
  content: "";
}

/* line 2133, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-vr-fill::before {
  content: "";
}

/* line 2134, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-vr::before {
  content: "";
}

/* line 2135, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-wc-fill::before {
  content: "";
}

/* line 2136, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-wc::before {
  content: "";
}

/* line 2137, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-check-fill::before {
  content: "";
}

/* line 2138, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-check::before {
  content: "";
}

/* line 2139, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-dash-fill::before {
  content: "";
}

/* line 2140, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-dash::before {
  content: "";
}

/* line 2141, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-fill::before {
  content: "";
}

/* line 2142, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-plus-fill::before {
  content: "";
}

/* line 2143, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-plus::before {
  content: "";
}

/* line 2144, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-x-fill::before {
  content: "";
}

/* line 2145, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-x::before {
  content: "";
}

/* line 2146, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag::before {
  content: "";
}

/* line 2147, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bar-chart-fill::before {
  content: "";
}

/* line 2148, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bar-chart-line-fill::before {
  content: "";
}

/* line 2149, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bar-chart-line::before {
  content: "";
}

/* line 2150, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bar-chart-steps::before {
  content: "";
}

/* line 2151, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bar-chart::before {
  content: "";
}

/* line 2152, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket-fill::before {
  content: "";
}

/* line 2153, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket::before {
  content: "";
}

/* line 2154, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket2-fill::before {
  content: "";
}

/* line 2155, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket2::before {
  content: "";
}

/* line 2156, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket3-fill::before {
  content: "";
}

/* line 2157, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-basket3::before {
  content: "";
}

/* line 2158, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-battery-charging::before {
  content: "";
}

/* line 2159, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-battery-full::before {
  content: "";
}

/* line 2160, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-battery-half::before {
  content: "";
}

/* line 2161, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-battery::before {
  content: "";
}

/* line 2162, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bell-fill::before {
  content: "";
}

/* line 2163, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bell::before {
  content: "";
}

/* line 2164, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bezier::before {
  content: "";
}

/* line 2165, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bezier2::before {
  content: "";
}

/* line 2166, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bicycle::before {
  content: "";
}

/* line 2167, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-binoculars-fill::before {
  content: "";
}

/* line 2168, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-binoculars::before {
  content: "";
}

/* line 2169, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-blockquote-left::before {
  content: "";
}

/* line 2170, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-blockquote-right::before {
  content: "";
}

/* line 2171, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-book-fill::before {
  content: "";
}

/* line 2172, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-book-half::before {
  content: "";
}

/* line 2173, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-book::before {
  content: "";
}

/* line 2174, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-check-fill::before {
  content: "";
}

/* line 2175, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-check::before {
  content: "";
}

/* line 2176, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-dash-fill::before {
  content: "";
}

/* line 2177, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-dash::before {
  content: "";
}

/* line 2178, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-fill::before {
  content: "";
}

/* line 2179, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-heart-fill::before {
  content: "";
}

/* line 2180, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-heart::before {
  content: "";
}

/* line 2181, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-plus-fill::before {
  content: "";
}

/* line 2182, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-plus::before {
  content: "";
}

/* line 2183, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-star-fill::before {
  content: "";
}

/* line 2184, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-star::before {
  content: "";
}

/* line 2185, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-x-fill::before {
  content: "";
}

/* line 2186, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark-x::before {
  content: "";
}

/* line 2187, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmark::before {
  content: "";
}

/* line 2188, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmarks-fill::before {
  content: "";
}

/* line 2189, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookmarks::before {
  content: "";
}

/* line 2190, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bookshelf::before {
  content: "";
}

/* line 2191, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bootstrap-fill::before {
  content: "";
}

/* line 2192, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bootstrap-reboot::before {
  content: "";
}

/* line 2193, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bootstrap::before {
  content: "";
}

/* line 2194, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-all::before {
  content: "";
}

/* line 2195, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-bottom::before {
  content: "";
}

/* line 2196, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-center::before {
  content: "";
}

/* line 2197, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-inner::before {
  content: "";
}

/* line 2198, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-left::before {
  content: "";
}

/* line 2199, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-middle::before {
  content: "";
}

/* line 2200, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-outer::before {
  content: "";
}

/* line 2201, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-right::before {
  content: "";
}

/* line 2202, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-style::before {
  content: "";
}

/* line 2203, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-top::before {
  content: "";
}

/* line 2204, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border-width::before {
  content: "";
}

/* line 2205, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-border::before {
  content: "";
}

/* line 2206, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bounding-box-circles::before {
  content: "";
}

/* line 2207, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bounding-box::before {
  content: "";
}

/* line 2208, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-down-left::before {
  content: "";
}

/* line 2209, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-down-right::before {
  content: "";
}

/* line 2210, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-down::before {
  content: "";
}

/* line 2211, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-down-left::before {
  content: "";
}

/* line 2212, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-down-right::before {
  content: "";
}

/* line 2213, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-down::before {
  content: "";
}

/* line 2214, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-left::before {
  content: "";
}

/* line 2215, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-right::before {
  content: "";
}

/* line 2216, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-up-left::before {
  content: "";
}

/* line 2217, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-up-right::before {
  content: "";
}

/* line 2218, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-in-up::before {
  content: "";
}

/* line 2219, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-left::before {
  content: "";
}

/* line 2220, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-right::before {
  content: "";
}

/* line 2221, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-up-left::before {
  content: "";
}

/* line 2222, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-up-right::before {
  content: "";
}

/* line 2223, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-arrow-up::before {
  content: "";
}

/* line 2224, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-seam::before {
  content: "";
}

/* line 2225, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box::before {
  content: "";
}

/* line 2226, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-braces::before {
  content: "";
}

/* line 2227, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bricks::before {
  content: "";
}

/* line 2228, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-briefcase-fill::before {
  content: "";
}

/* line 2229, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-briefcase::before {
  content: "";
}

/* line 2230, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-alt-high-fill::before {
  content: "";
}

/* line 2231, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-alt-high::before {
  content: "";
}

/* line 2232, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-alt-low-fill::before {
  content: "";
}

/* line 2233, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-alt-low::before {
  content: "";
}

/* line 2234, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-high-fill::before {
  content: "";
}

/* line 2235, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-high::before {
  content: "";
}

/* line 2236, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-low-fill::before {
  content: "";
}

/* line 2237, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brightness-low::before {
  content: "";
}

/* line 2238, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-broadcast-pin::before {
  content: "";
}

/* line 2239, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-broadcast::before {
  content: "";
}

/* line 2240, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brush-fill::before {
  content: "";
}

/* line 2241, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-brush::before {
  content: "";
}

/* line 2242, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bucket-fill::before {
  content: "";
}

/* line 2243, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bucket::before {
  content: "";
}

/* line 2244, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bug-fill::before {
  content: "";
}

/* line 2245, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bug::before {
  content: "";
}

/* line 2246, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building::before {
  content: "";
}

/* line 2247, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bullseye::before {
  content: "";
}

/* line 2248, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calculator-fill::before {
  content: "";
}

/* line 2249, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calculator::before {
  content: "";
}

/* line 2250, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-check-fill::before {
  content: "";
}

/* line 2251, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-check::before {
  content: "";
}

/* line 2252, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-date-fill::before {
  content: "";
}

/* line 2253, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-date::before {
  content: "";
}

/* line 2254, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-day-fill::before {
  content: "";
}

/* line 2255, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-day::before {
  content: "";
}

/* line 2256, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-event-fill::before {
  content: "";
}

/* line 2257, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-event::before {
  content: "";
}

/* line 2258, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-fill::before {
  content: "";
}

/* line 2259, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-minus-fill::before {
  content: "";
}

/* line 2260, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-minus::before {
  content: "";
}

/* line 2261, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-month-fill::before {
  content: "";
}

/* line 2262, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-month::before {
  content: "";
}

/* line 2263, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-plus-fill::before {
  content: "";
}

/* line 2264, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-plus::before {
  content: "";
}

/* line 2265, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-range-fill::before {
  content: "";
}

/* line 2266, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-range::before {
  content: "";
}

/* line 2267, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-week-fill::before {
  content: "";
}

/* line 2268, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-week::before {
  content: "";
}

/* line 2269, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-x-fill::before {
  content: "";
}

/* line 2270, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-x::before {
  content: "";
}

/* line 2271, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar::before {
  content: "";
}

/* line 2272, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-check-fill::before {
  content: "";
}

/* line 2273, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-check::before {
  content: "";
}

/* line 2274, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-date-fill::before {
  content: "";
}

/* line 2275, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-date::before {
  content: "";
}

/* line 2276, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-day-fill::before {
  content: "";
}

/* line 2277, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-day::before {
  content: "";
}

/* line 2278, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-event-fill::before {
  content: "";
}

/* line 2279, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-event::before {
  content: "";
}

/* line 2280, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-fill::before {
  content: "";
}

/* line 2281, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-minus-fill::before {
  content: "";
}

/* line 2282, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-minus::before {
  content: "";
}

/* line 2283, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-month-fill::before {
  content: "";
}

/* line 2284, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-month::before {
  content: "";
}

/* line 2285, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-plus-fill::before {
  content: "";
}

/* line 2286, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-plus::before {
  content: "";
}

/* line 2287, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-range-fill::before {
  content: "";
}

/* line 2288, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-range::before {
  content: "";
}

/* line 2289, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-week-fill::before {
  content: "";
}

/* line 2290, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-week::before {
  content: "";
}

/* line 2291, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-x-fill::before {
  content: "";
}

/* line 2292, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-x::before {
  content: "";
}

/* line 2293, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2::before {
  content: "";
}

/* line 2294, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-event-fill::before {
  content: "";
}

/* line 2295, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-event::before {
  content: "";
}

/* line 2296, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-fill::before {
  content: "";
}

/* line 2297, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-range-fill::before {
  content: "";
}

/* line 2298, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-range::before {
  content: "";
}

/* line 2299, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-week-fill::before {
  content: "";
}

/* line 2300, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3-week::before {
  content: "";
}

/* line 2301, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar3::before {
  content: "";
}

/* line 2302, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar4-event::before {
  content: "";
}

/* line 2303, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar4-range::before {
  content: "";
}

/* line 2304, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar4-week::before {
  content: "";
}

/* line 2305, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar4::before {
  content: "";
}

/* line 2306, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-fill::before {
  content: "";
}

/* line 2307, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-reels-fill::before {
  content: "";
}

/* line 2308, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-reels::before {
  content: "";
}

/* line 2309, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-video-fill::before {
  content: "";
}

/* line 2310, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-video-off-fill::before {
  content: "";
}

/* line 2311, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-video-off::before {
  content: "";
}

/* line 2312, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera-video::before {
  content: "";
}

/* line 2313, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera::before {
  content: "";
}

/* line 2314, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-camera2::before {
  content: "";
}

/* line 2315, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-capslock-fill::before {
  content: "";
}

/* line 2316, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-capslock::before {
  content: "";
}

/* line 2317, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-card-checklist::before {
  content: "";
}

/* line 2318, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-card-heading::before {
  content: "";
}

/* line 2319, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-card-image::before {
  content: "";
}

/* line 2320, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-card-list::before {
  content: "";
}

/* line 2321, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-card-text::before {
  content: "";
}

/* line 2322, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-down-fill::before {
  content: "";
}

/* line 2323, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-down-square-fill::before {
  content: "";
}

/* line 2324, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-down-square::before {
  content: "";
}

/* line 2325, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-down::before {
  content: "";
}

/* line 2326, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-left-fill::before {
  content: "";
}

/* line 2327, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-left-square-fill::before {
  content: "";
}

/* line 2328, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-left-square::before {
  content: "";
}

/* line 2329, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-left::before {
  content: "";
}

/* line 2330, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-right-fill::before {
  content: "";
}

/* line 2331, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-right-square-fill::before {
  content: "";
}

/* line 2332, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-right-square::before {
  content: "";
}

/* line 2333, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-right::before {
  content: "";
}

/* line 2334, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-up-fill::before {
  content: "";
}

/* line 2335, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-up-square-fill::before {
  content: "";
}

/* line 2336, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-up-square::before {
  content: "";
}

/* line 2337, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-caret-up::before {
  content: "";
}

/* line 2338, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-check-fill::before {
  content: "";
}

/* line 2339, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-check::before {
  content: "";
}

/* line 2340, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-dash-fill::before {
  content: "";
}

/* line 2341, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-dash::before {
  content: "";
}

/* line 2342, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-fill::before {
  content: "";
}

/* line 2343, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-plus-fill::before {
  content: "";
}

/* line 2344, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-plus::before {
  content: "";
}

/* line 2345, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-x-fill::before {
  content: "";
}

/* line 2346, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart-x::before {
  content: "";
}

/* line 2347, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart::before {
  content: "";
}

/* line 2348, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart2::before {
  content: "";
}

/* line 2349, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart3::before {
  content: "";
}

/* line 2350, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cart4::before {
  content: "";
}

/* line 2351, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cash-stack::before {
  content: "";
}

/* line 2352, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cash::before {
  content: "";
}

/* line 2353, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cast::before {
  content: "";
}

/* line 2354, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-dots-fill::before {
  content: "";
}

/* line 2355, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-dots::before {
  content: "";
}

/* line 2356, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-fill::before {
  content: "";
}

/* line 2357, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-dots-fill::before {
  content: "";
}

/* line 2358, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-dots::before {
  content: "";
}

/* line 2359, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-fill::before {
  content: "";
}

/* line 2360, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-quote-fill::before {
  content: "";
}

/* line 2361, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-quote::before {
  content: "";
}

/* line 2362, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-text-fill::before {
  content: "";
}

/* line 2363, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-text::before {
  content: "";
}

/* line 2364, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left::before {
  content: "";
}

/* line 2365, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-quote-fill::before {
  content: "";
}

/* line 2366, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-quote::before {
  content: "";
}

/* line 2367, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-dots-fill::before {
  content: "";
}

/* line 2368, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-dots::before {
  content: "";
}

/* line 2369, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-fill::before {
  content: "";
}

/* line 2370, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-quote-fill::before {
  content: "";
}

/* line 2371, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-quote::before {
  content: "";
}

/* line 2372, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-text-fill::before {
  content: "";
}

/* line 2373, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-text::before {
  content: "";
}

/* line 2374, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right::before {
  content: "";
}

/* line 2375, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-dots-fill::before {
  content: "";
}

/* line 2376, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-dots::before {
  content: "";
}

/* line 2377, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-fill::before {
  content: "";
}

/* line 2378, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-quote-fill::before {
  content: "";
}

/* line 2379, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-quote::before {
  content: "";
}

/* line 2380, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-text-fill::before {
  content: "";
}

/* line 2381, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-text::before {
  content: "";
}

/* line 2382, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square::before {
  content: "";
}

/* line 2383, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-text-fill::before {
  content: "";
}

/* line 2384, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-text::before {
  content: "";
}

/* line 2385, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat::before {
  content: "";
}

/* line 2386, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-all::before {
  content: "";
}

/* line 2387, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-circle-fill::before {
  content: "";
}

/* line 2388, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-circle::before {
  content: "";
}

/* line 2389, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-square-fill::before {
  content: "";
}

/* line 2390, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-square::before {
  content: "";
}

/* line 2391, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check::before {
  content: "";
}

/* line 2392, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check2-all::before {
  content: "";
}

/* line 2393, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check2-circle::before {
  content: "";
}

/* line 2394, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check2-square::before {
  content: "";
}

/* line 2395, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check2::before {
  content: "";
}

/* line 2396, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-contract::before {
  content: "";
}

/* line 2397, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-down::before {
  content: "";
}

/* line 2398, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-expand::before {
  content: "";
}

/* line 2399, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-left::before {
  content: "";
}

/* line 2400, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-right::before {
  content: "";
}

/* line 2401, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-bar-up::before {
  content: "";
}

/* line 2402, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-compact-down::before {
  content: "";
}

/* line 2403, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-compact-left::before {
  content: "";
}

/* line 2404, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-compact-right::before {
  content: "";
}

/* line 2405, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-compact-up::before {
  content: "";
}

/* line 2406, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-contract::before {
  content: "";
}

/* line 2407, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-double-down::before {
  content: "";
}

/* line 2408, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-double-left::before {
  content: "";
}

/* line 2409, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-double-right::before {
  content: "";
}

/* line 2410, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-double-up::before {
  content: "";
}

/* line 2411, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-down::before {
  content: "";
}

/* line 2412, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-expand::before {
  content: "";
}

/* line 2413, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-left::before {
  content: "";
}

/* line 2414, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-right::before {
  content: "";
}

/* line 2415, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chevron-up::before {
  content: "";
}

/* line 2416, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-circle-fill::before {
  content: "";
}

/* line 2417, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-circle-half::before {
  content: "";
}

/* line 2418, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-circle-square::before {
  content: "";
}

/* line 2419, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-circle::before {
  content: "";
}

/* line 2420, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-check::before {
  content: "";
}

/* line 2421, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-data::before {
  content: "";
}

/* line 2422, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-minus::before {
  content: "";
}

/* line 2423, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-plus::before {
  content: "";
}

/* line 2424, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-x::before {
  content: "";
}

/* line 2425, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard::before {
  content: "";
}

/* line 2426, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clock-fill::before {
  content: "";
}

/* line 2427, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clock-history::before {
  content: "";
}

/* line 2428, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clock::before {
  content: "";
}

/* line 2429, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-arrow-down-fill::before {
  content: "";
}

/* line 2430, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-arrow-down::before {
  content: "";
}

/* line 2431, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-arrow-up-fill::before {
  content: "";
}

/* line 2432, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-arrow-up::before {
  content: "";
}

/* line 2433, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-check-fill::before {
  content: "";
}

/* line 2434, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-check::before {
  content: "";
}

/* line 2435, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-download-fill::before {
  content: "";
}

/* line 2436, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-download::before {
  content: "";
}

/* line 2437, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-drizzle-fill::before {
  content: "";
}

/* line 2438, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-drizzle::before {
  content: "";
}

/* line 2439, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-fill::before {
  content: "";
}

/* line 2440, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-fog-fill::before {
  content: "";
}

/* line 2441, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-fog::before {
  content: "";
}

/* line 2442, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-fog2-fill::before {
  content: "";
}

/* line 2443, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-fog2::before {
  content: "";
}

/* line 2444, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-hail-fill::before {
  content: "";
}

/* line 2445, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-hail::before {
  content: "";
}

/* line 2446, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-haze-1::before {
  content: "";
}

/* line 2447, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-haze-fill::before {
  content: "";
}

/* line 2448, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-haze::before {
  content: "";
}

/* line 2449, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-haze2-fill::before {
  content: "";
}

/* line 2450, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-lightning-fill::before {
  content: "";
}

/* line 2451, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-lightning-rain-fill::before {
  content: "";
}

/* line 2452, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-lightning-rain::before {
  content: "";
}

/* line 2453, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-lightning::before {
  content: "";
}

/* line 2454, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-minus-fill::before {
  content: "";
}

/* line 2455, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-minus::before {
  content: "";
}

/* line 2456, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-moon-fill::before {
  content: "";
}

/* line 2457, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-moon::before {
  content: "";
}

/* line 2458, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-plus-fill::before {
  content: "";
}

/* line 2459, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-plus::before {
  content: "";
}

/* line 2460, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-rain-fill::before {
  content: "";
}

/* line 2461, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-rain-heavy-fill::before {
  content: "";
}

/* line 2462, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-rain-heavy::before {
  content: "";
}

/* line 2463, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-rain::before {
  content: "";
}

/* line 2464, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-slash-fill::before {
  content: "";
}

/* line 2465, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-slash::before {
  content: "";
}

/* line 2466, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-sleet-fill::before {
  content: "";
}

/* line 2467, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-sleet::before {
  content: "";
}

/* line 2468, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-snow-fill::before {
  content: "";
}

/* line 2469, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-snow::before {
  content: "";
}

/* line 2470, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-sun-fill::before {
  content: "";
}

/* line 2471, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-sun::before {
  content: "";
}

/* line 2472, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-upload-fill::before {
  content: "";
}

/* line 2473, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-upload::before {
  content: "";
}

/* line 2474, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud::before {
  content: "";
}

/* line 2475, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clouds-fill::before {
  content: "";
}

/* line 2476, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clouds::before {
  content: "";
}

/* line 2477, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloudy-fill::before {
  content: "";
}

/* line 2478, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloudy::before {
  content: "";
}

/* line 2479, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-code-slash::before {
  content: "";
}

/* line 2480, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-code-square::before {
  content: "";
}

/* line 2481, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-code::before {
  content: "";
}

/* line 2482, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-collection-fill::before {
  content: "";
}

/* line 2483, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-collection-play-fill::before {
  content: "";
}

/* line 2484, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-collection-play::before {
  content: "";
}

/* line 2485, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-collection::before {
  content: "";
}

/* line 2486, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-columns-gap::before {
  content: "";
}

/* line 2487, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-columns::before {
  content: "";
}

/* line 2488, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-command::before {
  content: "";
}

/* line 2489, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-compass-fill::before {
  content: "";
}

/* line 2490, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-compass::before {
  content: "";
}

/* line 2491, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cone-striped::before {
  content: "";
}

/* line 2492, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cone::before {
  content: "";
}

/* line 2493, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-controller::before {
  content: "";
}

/* line 2494, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cpu-fill::before {
  content: "";
}

/* line 2495, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cpu::before {
  content: "";
}

/* line 2496, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card-2-back-fill::before {
  content: "";
}

/* line 2497, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card-2-back::before {
  content: "";
}

/* line 2498, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card-2-front-fill::before {
  content: "";
}

/* line 2499, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card-2-front::before {
  content: "";
}

/* line 2500, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card-fill::before {
  content: "";
}

/* line 2501, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-credit-card::before {
  content: "";
}

/* line 2502, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-crop::before {
  content: "";
}

/* line 2503, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cup-fill::before {
  content: "";
}

/* line 2504, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cup-straw::before {
  content: "";
}

/* line 2505, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cup::before {
  content: "";
}

/* line 2506, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cursor-fill::before {
  content: "";
}

/* line 2507, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cursor-text::before {
  content: "";
}

/* line 2508, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cursor::before {
  content: "";
}

/* line 2509, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-circle-dotted::before {
  content: "";
}

/* line 2510, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-circle-fill::before {
  content: "";
}

/* line 2511, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-circle::before {
  content: "";
}

/* line 2512, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-square-dotted::before {
  content: "";
}

/* line 2513, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-square-fill::before {
  content: "";
}

/* line 2514, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-square::before {
  content: "";
}

/* line 2515, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash::before {
  content: "";
}

/* line 2516, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diagram-2-fill::before {
  content: "";
}

/* line 2517, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diagram-2::before {
  content: "";
}

/* line 2518, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diagram-3-fill::before {
  content: "";
}

/* line 2519, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diagram-3::before {
  content: "";
}

/* line 2520, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diamond-fill::before {
  content: "";
}

/* line 2521, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diamond-half::before {
  content: "";
}

/* line 2522, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-diamond::before {
  content: "";
}

/* line 2523, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-1-fill::before {
  content: "";
}

/* line 2524, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-1::before {
  content: "";
}

/* line 2525, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-2-fill::before {
  content: "";
}

/* line 2526, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-2::before {
  content: "";
}

/* line 2527, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-3-fill::before {
  content: "";
}

/* line 2528, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-3::before {
  content: "";
}

/* line 2529, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-4-fill::before {
  content: "";
}

/* line 2530, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-4::before {
  content: "";
}

/* line 2531, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-5-fill::before {
  content: "";
}

/* line 2532, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-5::before {
  content: "";
}

/* line 2533, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-6-fill::before {
  content: "";
}

/* line 2534, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dice-6::before {
  content: "";
}

/* line 2535, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-disc-fill::before {
  content: "";
}

/* line 2536, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-disc::before {
  content: "";
}

/* line 2537, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-discord::before {
  content: "";
}

/* line 2538, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-display-fill::before {
  content: "";
}

/* line 2539, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-display::before {
  content: "";
}

/* line 2540, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-distribute-horizontal::before {
  content: "";
}

/* line 2541, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-distribute-vertical::before {
  content: "";
}

/* line 2542, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-door-closed-fill::before {
  content: "";
}

/* line 2543, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-door-closed::before {
  content: "";
}

/* line 2544, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-door-open-fill::before {
  content: "";
}

/* line 2545, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-door-open::before {
  content: "";
}

/* line 2546, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dot::before {
  content: "";
}

/* line 2547, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-download::before {
  content: "";
}

/* line 2548, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-droplet-fill::before {
  content: "";
}

/* line 2549, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-droplet-half::before {
  content: "";
}

/* line 2550, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-droplet::before {
  content: "";
}

/* line 2551, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-earbuds::before {
  content: "";
}

/* line 2552, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel-fill::before {
  content: "";
}

/* line 2553, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel::before {
  content: "";
}

/* line 2554, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-egg-fill::before {
  content: "";
}

/* line 2555, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-egg-fried::before {
  content: "";
}

/* line 2556, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-egg::before {
  content: "";
}

/* line 2557, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eject-fill::before {
  content: "";
}

/* line 2558, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eject::before {
  content: "";
}

/* line 2559, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-angry-fill::before {
  content: "";
}

/* line 2560, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-angry::before {
  content: "";
}

/* line 2561, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-dizzy-fill::before {
  content: "";
}

/* line 2562, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-dizzy::before {
  content: "";
}

/* line 2563, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-expressionless-fill::before {
  content: "";
}

/* line 2564, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-expressionless::before {
  content: "";
}

/* line 2565, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-frown-fill::before {
  content: "";
}

/* line 2566, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-frown::before {
  content: "";
}

/* line 2567, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-heart-eyes-fill::before {
  content: "";
}

/* line 2568, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-heart-eyes::before {
  content: "";
}

/* line 2569, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-laughing-fill::before {
  content: "";
}

/* line 2570, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-laughing::before {
  content: "";
}

/* line 2571, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-neutral-fill::before {
  content: "";
}

/* line 2572, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-neutral::before {
  content: "";
}

/* line 2573, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-smile-fill::before {
  content: "";
}

/* line 2574, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-smile-upside-down-fill::before {
  content: "";
}

/* line 2575, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-smile-upside-down::before {
  content: "";
}

/* line 2576, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-smile::before {
  content: "";
}

/* line 2577, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-sunglasses-fill::before {
  content: "";
}

/* line 2578, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-sunglasses::before {
  content: "";
}

/* line 2579, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-wink-fill::before {
  content: "";
}

/* line 2580, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-wink::before {
  content: "";
}

/* line 2581, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-fill::before {
  content: "";
}

/* line 2582, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-open-fill::before {
  content: "";
}

/* line 2583, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-open::before {
  content: "";
}

/* line 2584, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope::before {
  content: "";
}

/* line 2585, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eraser-fill::before {
  content: "";
}

/* line 2586, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eraser::before {
  content: "";
}

/* line 2587, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-circle-fill::before {
  content: "";
}

/* line 2588, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-circle::before {
  content: "";
}

/* line 2589, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-diamond-fill::before {
  content: "";
}

/* line 2590, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-diamond::before {
  content: "";
}

/* line 2591, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-octagon-fill::before {
  content: "";
}

/* line 2592, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-octagon::before {
  content: "";
}

/* line 2593, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-square-fill::before {
  content: "";
}

/* line 2594, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-square::before {
  content: "";
}

/* line 2595, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-triangle-fill::before {
  content: "";
}

/* line 2596, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-triangle::before {
  content: "";
}

/* line 2597, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation::before {
  content: "";
}

/* line 2598, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclude::before {
  content: "";
}

/* line 2599, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eye-fill::before {
  content: "";
}

/* line 2600, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eye-slash-fill::before {
  content: "";
}

/* line 2601, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eye-slash::before {
  content: "";
}

/* line 2602, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eye::before {
  content: "";
}

/* line 2603, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eyedropper::before {
  content: "";
}

/* line 2604, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-eyeglasses::before {
  content: "";
}

/* line 2605, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-facebook::before {
  content: "";
}

/* line 2606, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-arrow-down-fill::before {
  content: "";
}

/* line 2607, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-arrow-down::before {
  content: "";
}

/* line 2608, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-arrow-up-fill::before {
  content: "";
}

/* line 2609, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-arrow-up::before {
  content: "";
}

/* line 2610, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-bar-graph-fill::before {
  content: "";
}

/* line 2611, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-bar-graph::before {
  content: "";
}

/* line 2612, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-binary-fill::before {
  content: "";
}

/* line 2613, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-binary::before {
  content: "";
}

/* line 2614, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-break-fill::before {
  content: "";
}

/* line 2615, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-break::before {
  content: "";
}

/* line 2616, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-check-fill::before {
  content: "";
}

/* line 2617, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-check::before {
  content: "";
}

/* line 2618, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-code-fill::before {
  content: "";
}

/* line 2619, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-code::before {
  content: "";
}

/* line 2620, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-diff-fill::before {
  content: "";
}

/* line 2621, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-diff::before {
  content: "";
}

/* line 2622, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-arrow-down-fill::before {
  content: "";
}

/* line 2623, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-arrow-down::before {
  content: "";
}

/* line 2624, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-arrow-up-fill::before {
  content: "";
}

/* line 2625, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-arrow-up::before {
  content: "";
}

/* line 2626, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-bar-graph-fill::before {
  content: "";
}

/* line 2627, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-bar-graph::before {
  content: "";
}

/* line 2628, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-binary-fill::before {
  content: "";
}

/* line 2629, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-binary::before {
  content: "";
}

/* line 2630, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-break-fill::before {
  content: "";
}

/* line 2631, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-break::before {
  content: "";
}

/* line 2632, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-check-fill::before {
  content: "";
}

/* line 2633, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-check::before {
  content: "";
}

/* line 2634, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-code-fill::before {
  content: "";
}

/* line 2635, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-code::before {
  content: "";
}

/* line 2636, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-diff-fill::before {
  content: "";
}

/* line 2637, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-diff::before {
  content: "";
}

/* line 2638, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-easel-fill::before {
  content: "";
}

/* line 2639, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-easel::before {
  content: "";
}

/* line 2640, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-excel-fill::before {
  content: "";
}

/* line 2641, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-excel::before {
  content: "";
}

/* line 2642, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-fill::before {
  content: "";
}

/* line 2643, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-font-fill::before {
  content: "";
}

/* line 2644, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-font::before {
  content: "";
}

/* line 2645, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-image-fill::before {
  content: "";
}

/* line 2646, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-image::before {
  content: "";
}

/* line 2647, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-lock-fill::before {
  content: "";
}

/* line 2648, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-lock::before {
  content: "";
}

/* line 2649, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-lock2-fill::before {
  content: "";
}

/* line 2650, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-lock2::before {
  content: "";
}

/* line 2651, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-medical-fill::before {
  content: "";
}

/* line 2652, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-medical::before {
  content: "";
}

/* line 2653, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-minus-fill::before {
  content: "";
}

/* line 2654, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-minus::before {
  content: "";
}

/* line 2655, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-music-fill::before {
  content: "";
}

/* line 2656, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-music::before {
  content: "";
}

/* line 2657, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-person-fill::before {
  content: "";
}

/* line 2658, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-person::before {
  content: "";
}

/* line 2659, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-play-fill::before {
  content: "";
}

/* line 2660, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-play::before {
  content: "";
}

/* line 2661, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-plus-fill::before {
  content: "";
}

/* line 2662, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-plus::before {
  content: "";
}

/* line 2663, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-post-fill::before {
  content: "";
}

/* line 2664, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-post::before {
  content: "";
}

/* line 2665, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-ppt-fill::before {
  content: "";
}

/* line 2666, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-ppt::before {
  content: "";
}

/* line 2667, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-richtext-fill::before {
  content: "";
}

/* line 2668, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-richtext::before {
  content: "";
}

/* line 2669, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-ruled-fill::before {
  content: "";
}

/* line 2670, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-ruled::before {
  content: "";
}

/* line 2671, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-slides-fill::before {
  content: "";
}

/* line 2672, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-slides::before {
  content: "";
}

/* line 2673, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-spreadsheet-fill::before {
  content: "";
}

/* line 2674, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-spreadsheet::before {
  content: "";
}

/* line 2675, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-text-fill::before {
  content: "";
}

/* line 2676, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-text::before {
  content: "";
}

/* line 2677, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-word-fill::before {
  content: "";
}

/* line 2678, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-word::before {
  content: "";
}

/* line 2679, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-x-fill::before {
  content: "";
}

/* line 2680, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-x::before {
  content: "";
}

/* line 2681, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-zip-fill::before {
  content: "";
}

/* line 2682, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-zip::before {
  content: "";
}

/* line 2683, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark::before {
  content: "";
}

/* line 2684, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-easel-fill::before {
  content: "";
}

/* line 2685, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-easel::before {
  content: "";
}

/* line 2686, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-excel-fill::before {
  content: "";
}

/* line 2687, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-excel::before {
  content: "";
}

/* line 2688, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-fill::before {
  content: "";
}

/* line 2689, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-font-fill::before {
  content: "";
}

/* line 2690, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-font::before {
  content: "";
}

/* line 2691, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-image-fill::before {
  content: "";
}

/* line 2692, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-image::before {
  content: "";
}

/* line 2693, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-lock-fill::before {
  content: "";
}

/* line 2694, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-lock::before {
  content: "";
}

/* line 2695, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-lock2-fill::before {
  content: "";
}

/* line 2696, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-lock2::before {
  content: "";
}

/* line 2697, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-medical-fill::before {
  content: "";
}

/* line 2698, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-medical::before {
  content: "";
}

/* line 2699, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-minus-fill::before {
  content: "";
}

/* line 2700, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-minus::before {
  content: "";
}

/* line 2701, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-music-fill::before {
  content: "";
}

/* line 2702, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-music::before {
  content: "";
}

/* line 2703, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-person-fill::before {
  content: "";
}

/* line 2704, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-person::before {
  content: "";
}

/* line 2705, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-play-fill::before {
  content: "";
}

/* line 2706, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-play::before {
  content: "";
}

/* line 2707, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-plus-fill::before {
  content: "";
}

/* line 2708, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-plus::before {
  content: "";
}

/* line 2709, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-post-fill::before {
  content: "";
}

/* line 2710, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-post::before {
  content: "";
}

/* line 2711, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-ppt-fill::before {
  content: "";
}

/* line 2712, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-ppt::before {
  content: "";
}

/* line 2713, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-richtext-fill::before {
  content: "";
}

/* line 2714, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-richtext::before {
  content: "";
}

/* line 2715, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-ruled-fill::before {
  content: "";
}

/* line 2716, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-ruled::before {
  content: "";
}

/* line 2717, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-slides-fill::before {
  content: "";
}

/* line 2718, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-slides::before {
  content: "";
}

/* line 2719, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-spreadsheet-fill::before {
  content: "";
}

/* line 2720, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-spreadsheet::before {
  content: "";
}

/* line 2721, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-text-fill::before {
  content: "";
}

/* line 2722, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-text::before {
  content: "";
}

/* line 2723, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-word-fill::before {
  content: "";
}

/* line 2724, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-word::before {
  content: "";
}

/* line 2725, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-x-fill::before {
  content: "";
}

/* line 2726, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-x::before {
  content: "";
}

/* line 2727, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-zip-fill::before {
  content: "";
}

/* line 2728, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-zip::before {
  content: "";
}

/* line 2729, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file::before {
  content: "";
}

/* line 2730, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-files-alt::before {
  content: "";
}

/* line 2731, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-files::before {
  content: "";
}

/* line 2732, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-film::before {
  content: "";
}

/* line 2733, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-circle-fill::before {
  content: "";
}

/* line 2734, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-circle::before {
  content: "";
}

/* line 2735, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-left::before {
  content: "";
}

/* line 2736, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-right::before {
  content: "";
}

/* line 2737, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-square-fill::before {
  content: "";
}

/* line 2738, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter-square::before {
  content: "";
}

/* line 2739, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filter::before {
  content: "";
}

/* line 2740, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-flag-fill::before {
  content: "";
}

/* line 2741, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-flag::before {
  content: "";
}

/* line 2742, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-flower1::before {
  content: "";
}

/* line 2743, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-flower2::before {
  content: "";
}

/* line 2744, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-flower3::before {
  content: "";
}

/* line 2745, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-check::before {
  content: "";
}

/* line 2746, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-fill::before {
  content: "";
}

/* line 2747, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-minus::before {
  content: "";
}

/* line 2748, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-plus::before {
  content: "";
}

/* line 2749, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-symlink-fill::before {
  content: "";
}

/* line 2750, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-symlink::before {
  content: "";
}

/* line 2751, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder-x::before {
  content: "";
}

/* line 2752, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder::before {
  content: "";
}

/* line 2753, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder2-open::before {
  content: "";
}

/* line 2754, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-folder2::before {
  content: "";
}

/* line 2755, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fonts::before {
  content: "";
}

/* line 2756, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-forward-fill::before {
  content: "";
}

/* line 2757, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-forward::before {
  content: "";
}

/* line 2758, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-front::before {
  content: "";
}

/* line 2759, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fullscreen-exit::before {
  content: "";
}

/* line 2760, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fullscreen::before {
  content: "";
}

/* line 2761, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-funnel-fill::before {
  content: "";
}

/* line 2762, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-funnel::before {
  content: "";
}

/* line 2763, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gear-fill::before {
  content: "";
}

/* line 2764, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gear-wide-connected::before {
  content: "";
}

/* line 2765, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gear-wide::before {
  content: "";
}

/* line 2766, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gear::before {
  content: "";
}

/* line 2767, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gem::before {
  content: "";
}

/* line 2768, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-geo-alt-fill::before {
  content: "";
}

/* line 2769, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-geo-alt::before {
  content: "";
}

/* line 2770, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-geo-fill::before {
  content: "";
}

/* line 2771, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-geo::before {
  content: "";
}

/* line 2772, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gift-fill::before {
  content: "";
}

/* line 2773, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gift::before {
  content: "";
}

/* line 2774, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-github::before {
  content: "";
}

/* line 2775, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe::before {
  content: "";
}

/* line 2776, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe2::before {
  content: "";
}

/* line 2777, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-google::before {
  content: "";
}

/* line 2778, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-graph-down::before {
  content: "";
}

/* line 2779, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-graph-up::before {
  content: "";
}

/* line 2780, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-1x2-fill::before {
  content: "";
}

/* line 2781, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-1x2::before {
  content: "";
}

/* line 2782, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x2-gap-fill::before {
  content: "";
}

/* line 2783, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x2-gap::before {
  content: "";
}

/* line 2784, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x2::before {
  content: "";
}

/* line 2785, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x3-gap-fill::before {
  content: "";
}

/* line 2786, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x3-gap::before {
  content: "";
}

/* line 2787, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-3x3::before {
  content: "";
}

/* line 2788, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid-fill::before {
  content: "";
}

/* line 2789, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grid::before {
  content: "";
}

/* line 2790, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grip-horizontal::before {
  content: "";
}

/* line 2791, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-grip-vertical::before {
  content: "";
}

/* line 2792, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hammer::before {
  content: "";
}

/* line 2793, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-index-fill::before {
  content: "";
}

/* line 2794, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-index-thumb-fill::before {
  content: "";
}

/* line 2795, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-index-thumb::before {
  content: "";
}

/* line 2796, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-index::before {
  content: "";
}

/* line 2797, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-thumbs-down-fill::before {
  content: "";
}

/* line 2798, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-thumbs-down::before {
  content: "";
}

/* line 2799, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-thumbs-up-fill::before {
  content: "";
}

/* line 2800, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hand-thumbs-up::before {
  content: "";
}

/* line 2801, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-handbag-fill::before {
  content: "";
}

/* line 2802, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-handbag::before {
  content: "";
}

/* line 2803, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hash::before {
  content: "";
}

/* line 2804, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-fill::before {
  content: "";
}

/* line 2805, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-network-fill::before {
  content: "";
}

/* line 2806, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-network::before {
  content: "";
}

/* line 2807, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-rack-fill::before {
  content: "";
}

/* line 2808, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-rack::before {
  content: "";
}

/* line 2809, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-stack-fill::before {
  content: "";
}

/* line 2810, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd-stack::before {
  content: "";
}

/* line 2811, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdd::before {
  content: "";
}

/* line 2812, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-headphones::before {
  content: "";
}

/* line 2813, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-headset::before {
  content: "";
}

/* line 2814, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart-fill::before {
  content: "";
}

/* line 2815, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart-half::before {
  content: "";
}

/* line 2816, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart::before {
  content: "";
}

/* line 2817, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heptagon-fill::before {
  content: "";
}

/* line 2818, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heptagon-half::before {
  content: "";
}

/* line 2819, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heptagon::before {
  content: "";
}

/* line 2820, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hexagon-fill::before {
  content: "";
}

/* line 2821, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hexagon-half::before {
  content: "";
}

/* line 2822, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hexagon::before {
  content: "";
}

/* line 2823, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hourglass-bottom::before {
  content: "";
}

/* line 2824, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hourglass-split::before {
  content: "";
}

/* line 2825, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hourglass-top::before {
  content: "";
}

/* line 2826, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hourglass::before {
  content: "";
}

/* line 2827, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-door-fill::before {
  content: "";
}

/* line 2828, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-door::before {
  content: "";
}

/* line 2829, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-fill::before {
  content: "";
}

/* line 2830, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house::before {
  content: "";
}

/* line 2831, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hr::before {
  content: "";
}

/* line 2832, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hurricane::before {
  content: "";
}

/* line 2833, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-image-alt::before {
  content: "";
}

/* line 2834, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-image-fill::before {
  content: "";
}

/* line 2835, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-image::before {
  content: "";
}

/* line 2836, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-images::before {
  content: "";
}

/* line 2837, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-inbox-fill::before {
  content: "";
}

/* line 2838, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-inbox::before {
  content: "";
}

/* line 2839, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-inboxes-fill::before {
  content: "";
}

/* line 2840, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-inboxes::before {
  content: "";
}

/* line 2841, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info-circle-fill::before {
  content: "";
}

/* line 2842, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info-circle::before {
  content: "";
}

/* line 2843, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info-square-fill::before {
  content: "";
}

/* line 2844, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info-square::before {
  content: "";
}

/* line 2845, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info::before {
  content: "";
}

/* line 2846, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-input-cursor-text::before {
  content: "";
}

/* line 2847, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-input-cursor::before {
  content: "";
}

/* line 2848, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-instagram::before {
  content: "";
}

/* line 2849, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-intersect::before {
  content: "";
}

/* line 2850, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-album::before {
  content: "";
}

/* line 2851, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-arrow-down::before {
  content: "";
}

/* line 2852, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-arrow-up::before {
  content: "";
}

/* line 2853, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-bookmark-fill::before {
  content: "";
}

/* line 2854, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-bookmark::before {
  content: "";
}

/* line 2855, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-check::before {
  content: "";
}

/* line 2856, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-code::before {
  content: "";
}

/* line 2857, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-medical::before {
  content: "";
}

/* line 2858, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-minus::before {
  content: "";
}

/* line 2859, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-plus::before {
  content: "";
}

/* line 2860, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-richtext::before {
  content: "";
}

/* line 2861, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-text::before {
  content: "";
}

/* line 2862, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal-x::before {
  content: "";
}

/* line 2863, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journal::before {
  content: "";
}

/* line 2864, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-journals::before {
  content: "";
}

/* line 2865, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-joystick::before {
  content: "";
}

/* line 2866, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-justify-left::before {
  content: "";
}

/* line 2867, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-justify-right::before {
  content: "";
}

/* line 2868, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-justify::before {
  content: "";
}

/* line 2869, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-kanban-fill::before {
  content: "";
}

/* line 2870, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-kanban::before {
  content: "";
}

/* line 2871, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-key-fill::before {
  content: "";
}

/* line 2872, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-key::before {
  content: "";
}

/* line 2873, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-keyboard-fill::before {
  content: "";
}

/* line 2874, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-keyboard::before {
  content: "";
}

/* line 2875, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ladder::before {
  content: "";
}

/* line 2876, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lamp-fill::before {
  content: "";
}

/* line 2877, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lamp::before {
  content: "";
}

/* line 2878, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-laptop-fill::before {
  content: "";
}

/* line 2879, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-laptop::before {
  content: "";
}

/* line 2880, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layer-backward::before {
  content: "";
}

/* line 2881, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layer-forward::before {
  content: "";
}

/* line 2882, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layers-fill::before {
  content: "";
}

/* line 2883, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layers-half::before {
  content: "";
}

/* line 2884, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layers::before {
  content: "";
}

/* line 2885, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-sidebar-inset-reverse::before {
  content: "";
}

/* line 2886, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-sidebar-inset::before {
  content: "";
}

/* line 2887, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-sidebar-reverse::before {
  content: "";
}

/* line 2888, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-sidebar::before {
  content: "";
}

/* line 2889, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-split::before {
  content: "";
}

/* line 2890, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-text-sidebar-reverse::before {
  content: "";
}

/* line 2891, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-text-sidebar::before {
  content: "";
}

/* line 2892, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-text-window-reverse::before {
  content: "";
}

/* line 2893, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-text-window::before {
  content: "";
}

/* line 2894, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-three-columns::before {
  content: "";
}

/* line 2895, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-layout-wtf::before {
  content: "";
}

/* line 2896, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-life-preserver::before {
  content: "";
}

/* line 2897, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightbulb-fill::before {
  content: "";
}

/* line 2898, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightbulb-off-fill::before {
  content: "";
}

/* line 2899, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightbulb-off::before {
  content: "";
}

/* line 2900, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightbulb::before {
  content: "";
}

/* line 2901, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightning-charge-fill::before {
  content: "";
}

/* line 2902, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightning-charge::before {
  content: "";
}

/* line 2903, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightning-fill::before {
  content: "";
}

/* line 2904, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lightning::before {
  content: "";
}

/* line 2905, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-link-45deg::before {
  content: "";
}

/* line 2906, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-link::before {
  content: "";
}

/* line 2907, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-linkedin::before {
  content: "";
}

/* line 2908, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-check::before {
  content: "";
}

/* line 2909, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-nested::before {
  content: "";
}

/* line 2910, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-ol::before {
  content: "";
}

/* line 2911, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-stars::before {
  content: "";
}

/* line 2912, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-task::before {
  content: "";
}

/* line 2913, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-ul::before {
  content: "";
}

/* line 2914, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list::before {
  content: "";
}

/* line 2915, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lock-fill::before {
  content: "";
}

/* line 2916, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lock::before {
  content: "";
}

/* line 2917, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mailbox::before {
  content: "";
}

/* line 2918, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mailbox2::before {
  content: "";
}

/* line 2919, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-map-fill::before {
  content: "";
}

/* line 2920, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-map::before {
  content: "";
}

/* line 2921, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-markdown-fill::before {
  content: "";
}

/* line 2922, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-markdown::before {
  content: "";
}

/* line 2923, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mask::before {
  content: "";
}

/* line 2924, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-megaphone-fill::before {
  content: "";
}

/* line 2925, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-megaphone::before {
  content: "";
}

/* line 2926, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-app-fill::before {
  content: "";
}

/* line 2927, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-app::before {
  content: "";
}

/* line 2928, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-button-fill::before {
  content: "";
}

/* line 2929, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-button-wide-fill::before {
  content: "";
}

/* line 2930, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-button-wide::before {
  content: "";
}

/* line 2931, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-button::before {
  content: "";
}

/* line 2932, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-down::before {
  content: "";
}

/* line 2933, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-menu-up::before {
  content: "";
}

/* line 2934, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mic-fill::before {
  content: "";
}

/* line 2935, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mic-mute-fill::before {
  content: "";
}

/* line 2936, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mic-mute::before {
  content: "";
}

/* line 2937, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mic::before {
  content: "";
}

/* line 2938, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-minecart-loaded::before {
  content: "";
}

/* line 2939, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-minecart::before {
  content: "";
}

/* line 2940, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-moisture::before {
  content: "";
}

/* line 2941, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-moon-fill::before {
  content: "";
}

/* line 2942, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-moon-stars-fill::before {
  content: "";
}

/* line 2943, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-moon-stars::before {
  content: "";
}

/* line 2944, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-moon::before {
  content: "";
}

/* line 2945, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse-fill::before {
  content: "";
}

/* line 2946, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse::before {
  content: "";
}

/* line 2947, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse2-fill::before {
  content: "";
}

/* line 2948, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse2::before {
  content: "";
}

/* line 2949, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse3-fill::before {
  content: "";
}

/* line 2950, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mouse3::before {
  content: "";
}

/* line 2951, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-music-note-beamed::before {
  content: "";
}

/* line 2952, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-music-note-list::before {
  content: "";
}

/* line 2953, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-music-note::before {
  content: "";
}

/* line 2954, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-music-player-fill::before {
  content: "";
}

/* line 2955, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-music-player::before {
  content: "";
}

/* line 2956, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-newspaper::before {
  content: "";
}

/* line 2957, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-node-minus-fill::before {
  content: "";
}

/* line 2958, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-node-minus::before {
  content: "";
}

/* line 2959, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-node-plus-fill::before {
  content: "";
}

/* line 2960, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-node-plus::before {
  content: "";
}

/* line 2961, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-nut-fill::before {
  content: "";
}

/* line 2962, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-nut::before {
  content: "";
}

/* line 2963, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-octagon-fill::before {
  content: "";
}

/* line 2964, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-octagon-half::before {
  content: "";
}

/* line 2965, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-octagon::before {
  content: "";
}

/* line 2966, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-option::before {
  content: "";
}

/* line 2967, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-outlet::before {
  content: "";
}

/* line 2968, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-paint-bucket::before {
  content: "";
}

/* line 2969, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-palette-fill::before {
  content: "";
}

/* line 2970, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-palette::before {
  content: "";
}

/* line 2971, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-palette2::before {
  content: "";
}

/* line 2972, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-paperclip::before {
  content: "";
}

/* line 2973, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-paragraph::before {
  content: "";
}

/* line 2974, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-check-fill::before {
  content: "";
}

/* line 2975, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-check::before {
  content: "";
}

/* line 2976, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-exclamation-fill::before {
  content: "";
}

/* line 2977, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-exclamation::before {
  content: "";
}

/* line 2978, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-minus-fill::before {
  content: "";
}

/* line 2979, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-minus::before {
  content: "";
}

/* line 2980, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-plus-fill::before {
  content: "";
}

/* line 2981, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-plus::before {
  content: "";
}

/* line 2982, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-question-fill::before {
  content: "";
}

/* line 2983, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-patch-question::before {
  content: "";
}

/* line 2984, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause-btn-fill::before {
  content: "";
}

/* line 2985, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause-btn::before {
  content: "";
}

/* line 2986, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause-circle-fill::before {
  content: "";
}

/* line 2987, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause-circle::before {
  content: "";
}

/* line 2988, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause-fill::before {
  content: "";
}

/* line 2989, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pause::before {
  content: "";
}

/* line 2990, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-peace-fill::before {
  content: "";
}

/* line 2991, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-peace::before {
  content: "";
}

/* line 2992, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pen-fill::before {
  content: "";
}

/* line 2993, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pen::before {
  content: "";
}

/* line 2994, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pencil-fill::before {
  content: "";
}

/* line 2995, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pencil-square::before {
  content: "";
}

/* line 2996, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pencil::before {
  content: "";
}

/* line 2997, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pentagon-fill::before {
  content: "";
}

/* line 2998, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pentagon-half::before {
  content: "";
}

/* line 2999, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pentagon::before {
  content: "";
}

/* line 3000, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-people-fill::before {
  content: "";
}

/* line 3001, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-people::before {
  content: "";
}

/* line 3002, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-percent::before {
  content: "";
}

/* line 3003, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-badge-fill::before {
  content: "";
}

/* line 3004, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-badge::before {
  content: "";
}

/* line 3005, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-bounding-box::before {
  content: "";
}

/* line 3006, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-check-fill::before {
  content: "";
}

/* line 3007, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-check::before {
  content: "";
}

/* line 3008, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-circle::before {
  content: "";
}

/* line 3009, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-dash-fill::before {
  content: "";
}

/* line 3010, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-dash::before {
  content: "";
}

/* line 3011, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill::before {
  content: "";
}

/* line 3012, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-lines-fill::before {
  content: "";
}

/* line 3013, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-plus-fill::before {
  content: "";
}

/* line 3014, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-plus::before {
  content: "";
}

/* line 3015, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-square::before {
  content: "";
}

/* line 3016, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-x-fill::before {
  content: "";
}

/* line 3017, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-x::before {
  content: "";
}

/* line 3018, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person::before {
  content: "";
}

/* line 3019, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-fill::before {
  content: "";
}

/* line 3020, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-landscape-fill::before {
  content: "";
}

/* line 3021, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-landscape::before {
  content: "";
}

/* line 3022, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-vibrate-fill::before {
  content: "";
}

/* line 3023, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-vibrate::before {
  content: "";
}

/* line 3024, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone::before {
  content: "";
}

/* line 3025, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pie-chart-fill::before {
  content: "";
}

/* line 3026, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pie-chart::before {
  content: "";
}

/* line 3027, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin-angle-fill::before {
  content: "";
}

/* line 3028, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin-angle::before {
  content: "";
}

/* line 3029, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin-fill::before {
  content: "";
}

/* line 3030, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin::before {
  content: "";
}

/* line 3031, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pip-fill::before {
  content: "";
}

/* line 3032, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pip::before {
  content: "";
}

/* line 3033, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play-btn-fill::before {
  content: "";
}

/* line 3034, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play-btn::before {
  content: "";
}

/* line 3035, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play-circle-fill::before {
  content: "";
}

/* line 3036, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play-circle::before {
  content: "";
}

/* line 3037, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play-fill::before {
  content: "";
}

/* line 3038, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-play::before {
  content: "";
}

/* line 3039, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plug-fill::before {
  content: "";
}

/* line 3040, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plug::before {
  content: "";
}

/* line 3041, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-circle-dotted::before {
  content: "";
}

/* line 3042, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-circle-fill::before {
  content: "";
}

/* line 3043, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-circle::before {
  content: "";
}

/* line 3044, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-square-dotted::before {
  content: "";
}

/* line 3045, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-square-fill::before {
  content: "";
}

/* line 3046, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-square::before {
  content: "";
}

/* line 3047, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus::before {
  content: "";
}

/* line 3048, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-power::before {
  content: "";
}

/* line 3049, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-printer-fill::before {
  content: "";
}

/* line 3050, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-printer::before {
  content: "";
}

/* line 3051, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-puzzle-fill::before {
  content: "";
}

/* line 3052, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-puzzle::before {
  content: "";
}

/* line 3053, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-circle-fill::before {
  content: "";
}

/* line 3054, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-circle::before {
  content: "";
}

/* line 3055, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-diamond-fill::before {
  content: "";
}

/* line 3056, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-diamond::before {
  content: "";
}

/* line 3057, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-octagon-fill::before {
  content: "";
}

/* line 3058, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-octagon::before {
  content: "";
}

/* line 3059, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-square-fill::before {
  content: "";
}

/* line 3060, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-square::before {
  content: "";
}

/* line 3061, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question::before {
  content: "";
}

/* line 3062, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rainbow::before {
  content: "";
}

/* line 3063, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-receipt-cutoff::before {
  content: "";
}

/* line 3064, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-receipt::before {
  content: "";
}

/* line 3065, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reception-0::before {
  content: "";
}

/* line 3066, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reception-1::before {
  content: "";
}

/* line 3067, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reception-2::before {
  content: "";
}

/* line 3068, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reception-3::before {
  content: "";
}

/* line 3069, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reception-4::before {
  content: "";
}

/* line 3070, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record-btn-fill::before {
  content: "";
}

/* line 3071, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record-btn::before {
  content: "";
}

/* line 3072, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record-circle-fill::before {
  content: "";
}

/* line 3073, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record-circle::before {
  content: "";
}

/* line 3074, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record-fill::before {
  content: "";
}

/* line 3075, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record::before {
  content: "";
}

/* line 3076, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record2-fill::before {
  content: "";
}

/* line 3077, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-record2::before {
  content: "";
}

/* line 3078, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reply-all-fill::before {
  content: "";
}

/* line 3079, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reply-all::before {
  content: "";
}

/* line 3080, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reply-fill::before {
  content: "";
}

/* line 3081, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reply::before {
  content: "";
}

/* line 3082, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rss-fill::before {
  content: "";
}

/* line 3083, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rss::before {
  content: "";
}

/* line 3084, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rulers::before {
  content: "";
}

/* line 3085, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-save-fill::before {
  content: "";
}

/* line 3086, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-save::before {
  content: "";
}

/* line 3087, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-save2-fill::before {
  content: "";
}

/* line 3088, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-save2::before {
  content: "";
}

/* line 3089, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-scissors::before {
  content: "";
}

/* line 3090, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-screwdriver::before {
  content: "";
}

/* line 3091, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-search::before {
  content: "";
}

/* line 3092, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-segmented-nav::before {
  content: "";
}

/* line 3093, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-server::before {
  content: "";
}

/* line 3094, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-share-fill::before {
  content: "";
}

/* line 3095, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-share::before {
  content: "";
}

/* line 3096, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-check::before {
  content: "";
}

/* line 3097, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-exclamation::before {
  content: "";
}

/* line 3098, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill-check::before {
  content: "";
}

/* line 3099, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill-exclamation::before {
  content: "";
}

/* line 3100, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill-minus::before {
  content: "";
}

/* line 3101, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill-plus::before {
  content: "";
}

/* line 3102, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill-x::before {
  content: "";
}

/* line 3103, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-fill::before {
  content: "";
}

/* line 3104, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-lock-fill::before {
  content: "";
}

/* line 3105, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-lock::before {
  content: "";
}

/* line 3106, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-minus::before {
  content: "";
}

/* line 3107, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-plus::before {
  content: "";
}

/* line 3108, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-shaded::before {
  content: "";
}

/* line 3109, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-slash-fill::before {
  content: "";
}

/* line 3110, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-slash::before {
  content: "";
}

/* line 3111, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield-x::before {
  content: "";
}

/* line 3112, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shield::before {
  content: "";
}

/* line 3113, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shift-fill::before {
  content: "";
}

/* line 3114, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shift::before {
  content: "";
}

/* line 3115, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shop-window::before {
  content: "";
}

/* line 3116, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shop::before {
  content: "";
}

/* line 3117, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-shuffle::before {
  content: "";
}

/* line 3118, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost-2-fill::before {
  content: "";
}

/* line 3119, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost-2::before {
  content: "";
}

/* line 3120, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost-fill::before {
  content: "";
}

/* line 3121, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost-split-fill::before {
  content: "";
}

/* line 3122, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost-split::before {
  content: "";
}

/* line 3123, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signpost::before {
  content: "";
}

/* line 3124, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sim-fill::before {
  content: "";
}

/* line 3125, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sim::before {
  content: "";
}

/* line 3126, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward-btn-fill::before {
  content: "";
}

/* line 3127, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward-btn::before {
  content: "";
}

/* line 3128, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward-circle-fill::before {
  content: "";
}

/* line 3129, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward-circle::before {
  content: "";
}

/* line 3130, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward-fill::before {
  content: "";
}

/* line 3131, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-backward::before {
  content: "";
}

/* line 3132, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end-btn-fill::before {
  content: "";
}

/* line 3133, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end-btn::before {
  content: "";
}

/* line 3134, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end-circle-fill::before {
  content: "";
}

/* line 3135, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end-circle::before {
  content: "";
}

/* line 3136, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end-fill::before {
  content: "";
}

/* line 3137, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-end::before {
  content: "";
}

/* line 3138, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward-btn-fill::before {
  content: "";
}

/* line 3139, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward-btn::before {
  content: "";
}

/* line 3140, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward-circle-fill::before {
  content: "";
}

/* line 3141, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward-circle::before {
  content: "";
}

/* line 3142, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward-fill::before {
  content: "";
}

/* line 3143, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-forward::before {
  content: "";
}

/* line 3144, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start-btn-fill::before {
  content: "";
}

/* line 3145, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start-btn::before {
  content: "";
}

/* line 3146, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start-circle-fill::before {
  content: "";
}

/* line 3147, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start-circle::before {
  content: "";
}

/* line 3148, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start-fill::before {
  content: "";
}

/* line 3149, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skip-start::before {
  content: "";
}

/* line 3150, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slack::before {
  content: "";
}

/* line 3151, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash-circle-fill::before {
  content: "";
}

/* line 3152, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash-circle::before {
  content: "";
}

/* line 3153, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash-square-fill::before {
  content: "";
}

/* line 3154, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash-square::before {
  content: "";
}

/* line 3155, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash::before {
  content: "";
}

/* line 3156, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sliders::before {
  content: "";
}

/* line 3157, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-smartwatch::before {
  content: "";
}

/* line 3158, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-snow::before {
  content: "";
}

/* line 3159, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-snow2::before {
  content: "";
}

/* line 3160, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-snow3::before {
  content: "";
}

/* line 3161, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-alpha-down-alt::before {
  content: "";
}

/* line 3162, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-alpha-down::before {
  content: "";
}

/* line 3163, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-alpha-up-alt::before {
  content: "";
}

/* line 3164, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-alpha-up::before {
  content: "";
}

/* line 3165, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-down-alt::before {
  content: "";
}

/* line 3166, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-down::before {
  content: "";
}

/* line 3167, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-numeric-down-alt::before {
  content: "";
}

/* line 3168, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-numeric-down::before {
  content: "";
}

/* line 3169, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-numeric-up-alt::before {
  content: "";
}

/* line 3170, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-numeric-up::before {
  content: "";
}

/* line 3171, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-up-alt::before {
  content: "";
}

/* line 3172, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sort-up::before {
  content: "";
}

/* line 3173, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-soundwave::before {
  content: "";
}

/* line 3174, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-speaker-fill::before {
  content: "";
}

/* line 3175, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-speaker::before {
  content: "";
}

/* line 3176, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-speedometer::before {
  content: "";
}

/* line 3177, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-speedometer2::before {
  content: "";
}

/* line 3178, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-spellcheck::before {
  content: "";
}

/* line 3179, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-square-fill::before {
  content: "";
}

/* line 3180, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-square-half::before {
  content: "";
}

/* line 3181, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-square::before {
  content: "";
}

/* line 3182, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stack::before {
  content: "";
}

/* line 3183, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-star-fill::before {
  content: "";
}

/* line 3184, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-star-half::before {
  content: "";
}

/* line 3185, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-star::before {
  content: "";
}

/* line 3186, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stars::before {
  content: "";
}

/* line 3187, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stickies-fill::before {
  content: "";
}

/* line 3188, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stickies::before {
  content: "";
}

/* line 3189, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sticky-fill::before {
  content: "";
}

/* line 3190, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sticky::before {
  content: "";
}

/* line 3191, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop-btn-fill::before {
  content: "";
}

/* line 3192, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop-btn::before {
  content: "";
}

/* line 3193, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop-circle-fill::before {
  content: "";
}

/* line 3194, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop-circle::before {
  content: "";
}

/* line 3195, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop-fill::before {
  content: "";
}

/* line 3196, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stop::before {
  content: "";
}

/* line 3197, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stoplights-fill::before {
  content: "";
}

/* line 3198, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stoplights::before {
  content: "";
}

/* line 3199, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stopwatch-fill::before {
  content: "";
}

/* line 3200, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stopwatch::before {
  content: "";
}

/* line 3201, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-subtract::before {
  content: "";
}

/* line 3202, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-club-fill::before {
  content: "";
}

/* line 3203, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-club::before {
  content: "";
}

/* line 3204, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-diamond-fill::before {
  content: "";
}

/* line 3205, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-diamond::before {
  content: "";
}

/* line 3206, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-heart-fill::before {
  content: "";
}

/* line 3207, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-heart::before {
  content: "";
}

/* line 3208, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-spade-fill::before {
  content: "";
}

/* line 3209, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-suit-spade::before {
  content: "";
}

/* line 3210, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sun-fill::before {
  content: "";
}

/* line 3211, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sun::before {
  content: "";
}

/* line 3212, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sunglasses::before {
  content: "";
}

/* line 3213, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sunrise-fill::before {
  content: "";
}

/* line 3214, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sunrise::before {
  content: "";
}

/* line 3215, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sunset-fill::before {
  content: "";
}

/* line 3216, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sunset::before {
  content: "";
}

/* line 3217, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-symmetry-horizontal::before {
  content: "";
}

/* line 3218, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-symmetry-vertical::before {
  content: "";
}

/* line 3219, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-table::before {
  content: "";
}

/* line 3220, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tablet-fill::before {
  content: "";
}

/* line 3221, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tablet-landscape-fill::before {
  content: "";
}

/* line 3222, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tablet-landscape::before {
  content: "";
}

/* line 3223, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tablet::before {
  content: "";
}

/* line 3224, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tag-fill::before {
  content: "";
}

/* line 3225, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tag::before {
  content: "";
}

/* line 3226, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tags-fill::before {
  content: "";
}

/* line 3227, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tags::before {
  content: "";
}

/* line 3228, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telegram::before {
  content: "";
}

/* line 3229, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-fill::before {
  content: "";
}

/* line 3230, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-forward-fill::before {
  content: "";
}

/* line 3231, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-forward::before {
  content: "";
}

/* line 3232, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-inbound-fill::before {
  content: "";
}

/* line 3233, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-inbound::before {
  content: "";
}

/* line 3234, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-minus-fill::before {
  content: "";
}

/* line 3235, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-minus::before {
  content: "";
}

/* line 3236, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-outbound-fill::before {
  content: "";
}

/* line 3237, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-outbound::before {
  content: "";
}

/* line 3238, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-plus-fill::before {
  content: "";
}

/* line 3239, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-plus::before {
  content: "";
}

/* line 3240, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-x-fill::before {
  content: "";
}

/* line 3241, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone-x::before {
  content: "";
}

/* line 3242, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-telephone::before {
  content: "";
}

/* line 3243, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-fill::before {
  content: "";
}

/* line 3244, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal::before {
  content: "";
}

/* line 3245, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-center::before {
  content: "";
}

/* line 3246, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-indent-left::before {
  content: "";
}

/* line 3247, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-indent-right::before {
  content: "";
}

/* line 3248, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-left::before {
  content: "";
}

/* line 3249, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-paragraph::before {
  content: "";
}

/* line 3250, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-right::before {
  content: "";
}

/* line 3251, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-textarea-resize::before {
  content: "";
}

/* line 3252, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-textarea-t::before {
  content: "";
}

/* line 3253, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-textarea::before {
  content: "";
}

/* line 3254, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer-half::before {
  content: "";
}

/* line 3255, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer-high::before {
  content: "";
}

/* line 3256, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer-low::before {
  content: "";
}

/* line 3257, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer-snow::before {
  content: "";
}

/* line 3258, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer-sun::before {
  content: "";
}

/* line 3259, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thermometer::before {
  content: "";
}

/* line 3260, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-three-dots-vertical::before {
  content: "";
}

/* line 3261, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-three-dots::before {
  content: "";
}

/* line 3262, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggle-off::before {
  content: "";
}

/* line 3263, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggle-on::before {
  content: "";
}

/* line 3264, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggle2-off::before {
  content: "";
}

/* line 3265, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggle2-on::before {
  content: "";
}

/* line 3266, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggles::before {
  content: "";
}

/* line 3267, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-toggles2::before {
  content: "";
}

/* line 3268, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tools::before {
  content: "";
}

/* line 3269, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tornado::before {
  content: "";
}

/* line 3270, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash-fill::before {
  content: "";
}

/* line 3271, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash::before {
  content: "";
}

/* line 3272, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash2-fill::before {
  content: "";
}

/* line 3273, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash2::before {
  content: "";
}

/* line 3274, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tree-fill::before {
  content: "";
}

/* line 3275, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tree::before {
  content: "";
}

/* line 3276, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-triangle-fill::before {
  content: "";
}

/* line 3277, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-triangle-half::before {
  content: "";
}

/* line 3278, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-triangle::before {
  content: "";
}

/* line 3279, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trophy-fill::before {
  content: "";
}

/* line 3280, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trophy::before {
  content: "";
}

/* line 3281, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tropical-storm::before {
  content: "";
}

/* line 3282, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-truck-flatbed::before {
  content: "";
}

/* line 3283, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-truck::before {
  content: "";
}

/* line 3284, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tsunami::before {
  content: "";
}

/* line 3285, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tv-fill::before {
  content: "";
}

/* line 3286, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tv::before {
  content: "";
}

/* line 3287, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-twitch::before {
  content: "";
}

/* line 3288, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-twitter::before {
  content: "";
}

/* line 3289, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-bold::before {
  content: "";
}

/* line 3290, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-h1::before {
  content: "";
}

/* line 3291, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-h2::before {
  content: "";
}

/* line 3292, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-h3::before {
  content: "";
}

/* line 3293, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-italic::before {
  content: "";
}

/* line 3294, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-strikethrough::before {
  content: "";
}

/* line 3295, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type-underline::before {
  content: "";
}

/* line 3296, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-type::before {
  content: "";
}

/* line 3297, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ui-checks-grid::before {
  content: "";
}

/* line 3298, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ui-checks::before {
  content: "";
}

/* line 3299, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ui-radios-grid::before {
  content: "";
}

/* line 3300, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ui-radios::before {
  content: "";
}

/* line 3301, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-umbrella-fill::before {
  content: "";
}

/* line 3302, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-umbrella::before {
  content: "";
}

/* line 3303, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-union::before {
  content: "";
}

/* line 3304, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-unlock-fill::before {
  content: "";
}

/* line 3305, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-unlock::before {
  content: "";
}

/* line 3306, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-upc-scan::before {
  content: "";
}

/* line 3307, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-upc::before {
  content: "";
}

/* line 3308, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-upload::before {
  content: "";
}

/* line 3309, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-vector-pen::before {
  content: "";
}

/* line 3310, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-view-list::before {
  content: "";
}

/* line 3311, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-view-stacked::before {
  content: "";
}

/* line 3312, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-vinyl-fill::before {
  content: "";
}

/* line 3313, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-vinyl::before {
  content: "";
}

/* line 3314, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-voicemail::before {
  content: "";
}

/* line 3315, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-down-fill::before {
  content: "";
}

/* line 3316, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-down::before {
  content: "";
}

/* line 3317, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-mute-fill::before {
  content: "";
}

/* line 3318, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-mute::before {
  content: "";
}

/* line 3319, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-off-fill::before {
  content: "";
}

/* line 3320, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-off::before {
  content: "";
}

/* line 3321, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-up-fill::before {
  content: "";
}

/* line 3322, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-volume-up::before {
  content: "";
}

/* line 3323, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-vr::before {
  content: "";
}

/* line 3324, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wallet-fill::before {
  content: "";
}

/* line 3325, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wallet::before {
  content: "";
}

/* line 3326, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wallet2::before {
  content: "";
}

/* line 3327, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-watch::before {
  content: "";
}

/* line 3328, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-water::before {
  content: "";
}

/* line 3329, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-whatsapp::before {
  content: "";
}

/* line 3330, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wifi-1::before {
  content: "";
}

/* line 3331, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wifi-2::before {
  content: "";
}

/* line 3332, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wifi-off::before {
  content: "";
}

/* line 3333, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wifi::before {
  content: "";
}

/* line 3334, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wind::before {
  content: "";
}

/* line 3335, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-dock::before {
  content: "";
}

/* line 3336, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-sidebar::before {
  content: "";
}

/* line 3337, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window::before {
  content: "";
}

/* line 3338, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wrench::before {
  content: "";
}

/* line 3339, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-circle-fill::before {
  content: "";
}

/* line 3340, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-circle::before {
  content: "";
}

/* line 3341, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-diamond-fill::before {
  content: "";
}

/* line 3342, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-diamond::before {
  content: "";
}

/* line 3343, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-octagon-fill::before {
  content: "";
}

/* line 3344, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-octagon::before {
  content: "";
}

/* line 3345, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-square-fill::before {
  content: "";
}

/* line 3346, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-square::before {
  content: "";
}

/* line 3347, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x::before {
  content: "";
}

/* line 3348, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-youtube::before {
  content: "";
}

/* line 3349, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-zoom-in::before {
  content: "";
}

/* line 3350, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-zoom-out::before {
  content: "";
}

/* line 3351, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bank::before {
  content: "";
}

/* line 3352, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bank2::before {
  content: "";
}

/* line 3353, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bell-slash-fill::before {
  content: "";
}

/* line 3354, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bell-slash::before {
  content: "";
}

/* line 3355, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cash-coin::before {
  content: "";
}

/* line 3356, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-check-lg::before {
  content: "";
}

/* line 3357, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-coin::before {
  content: "";
}

/* line 3358, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-bitcoin::before {
  content: "";
}

/* line 3359, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-dollar::before {
  content: "";
}

/* line 3360, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-euro::before {
  content: "";
}

/* line 3361, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-exchange::before {
  content: "";
}

/* line 3362, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-pound::before {
  content: "";
}

/* line 3363, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-yen::before {
  content: "";
}

/* line 3364, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dash-lg::before {
  content: "";
}

/* line 3365, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-exclamation-lg::before {
  content: "";
}

/* line 3366, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-pdf-fill::before {
  content: "";
}

/* line 3367, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-earmark-pdf::before {
  content: "";
}

/* line 3368, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-pdf-fill::before {
  content: "";
}

/* line 3369, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-file-pdf::before {
  content: "";
}

/* line 3370, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gender-ambiguous::before {
  content: "";
}

/* line 3371, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gender-female::before {
  content: "";
}

/* line 3372, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gender-male::before {
  content: "";
}

/* line 3373, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gender-trans::before {
  content: "";
}

/* line 3374, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-headset-vr::before {
  content: "";
}

/* line 3375, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-info-lg::before {
  content: "";
}

/* line 3376, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mastodon::before {
  content: "";
}

/* line 3377, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-messenger::before {
  content: "";
}

/* line 3378, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-piggy-bank-fill::before {
  content: "";
}

/* line 3379, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-piggy-bank::before {
  content: "";
}

/* line 3380, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin-map-fill::before {
  content: "";
}

/* line 3381, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pin-map::before {
  content: "";
}

/* line 3382, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-lg::before {
  content: "";
}

/* line 3383, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-question-lg::before {
  content: "";
}

/* line 3384, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-recycle::before {
  content: "";
}

/* line 3385, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-reddit::before {
  content: "";
}

/* line 3386, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-safe-fill::before {
  content: "";
}

/* line 3387, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-safe2-fill::before {
  content: "";
}

/* line 3388, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-safe2::before {
  content: "";
}

/* line 3389, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sd-card-fill::before {
  content: "";
}

/* line 3390, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sd-card::before {
  content: "";
}

/* line 3391, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-skype::before {
  content: "";
}

/* line 3392, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-slash-lg::before {
  content: "";
}

/* line 3393, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-translate::before {
  content: "";
}

/* line 3394, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-x-lg::before {
  content: "";
}

/* line 3395, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-safe::before {
  content: "";
}

/* line 3396, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-apple::before {
  content: "";
}

/* line 3397, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-microsoft::before {
  content: "";
}

/* line 3398, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-windows::before {
  content: "";
}

/* line 3399, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-behance::before {
  content: "";
}

/* line 3400, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dribbble::before {
  content: "";
}

/* line 3401, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-line::before {
  content: "";
}

/* line 3402, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-medium::before {
  content: "";
}

/* line 3403, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-paypal::before {
  content: "";
}

/* line 3404, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pinterest::before {
  content: "";
}

/* line 3405, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-signal::before {
  content: "";
}

/* line 3406, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-snapchat::before {
  content: "";
}

/* line 3407, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-spotify::before {
  content: "";
}

/* line 3408, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stack-overflow::before {
  content: "";
}

/* line 3409, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-strava::before {
  content: "";
}

/* line 3410, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wordpress::before {
  content: "";
}

/* line 3411, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-vimeo::before {
  content: "";
}

/* line 3412, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-activity::before {
  content: "";
}

/* line 3413, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel2-fill::before {
  content: "";
}

/* line 3414, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel2::before {
  content: "";
}

/* line 3415, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel3-fill::before {
  content: "";
}

/* line 3416, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-easel3::before {
  content: "";
}

/* line 3417, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fan::before {
  content: "";
}

/* line 3418, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fingerprint::before {
  content: "";
}

/* line 3419, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-graph-down-arrow::before {
  content: "";
}

/* line 3420, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-graph-up-arrow::before {
  content: "";
}

/* line 3421, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hypnotize::before {
  content: "";
}

/* line 3422, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-magic::before {
  content: "";
}

/* line 3423, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-rolodex::before {
  content: "";
}

/* line 3424, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-video::before {
  content: "";
}

/* line 3425, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-video2::before {
  content: "";
}

/* line 3426, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-video3::before {
  content: "";
}

/* line 3427, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-workspace::before {
  content: "";
}

/* line 3428, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-radioactive::before {
  content: "";
}

/* line 3429, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-webcam-fill::before {
  content: "";
}

/* line 3430, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-webcam::before {
  content: "";
}

/* line 3431, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-yin-yang::before {
  content: "";
}

/* line 3432, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bandaid-fill::before {
  content: "";
}

/* line 3433, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bandaid::before {
  content: "";
}

/* line 3434, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bluetooth::before {
  content: "";
}

/* line 3435, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-body-text::before {
  content: "";
}

/* line 3436, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-boombox::before {
  content: "";
}

/* line 3437, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-boxes::before {
  content: "";
}

/* line 3438, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dpad-fill::before {
  content: "";
}

/* line 3439, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dpad::before {
  content: "";
}

/* line 3440, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ear-fill::before {
  content: "";
}

/* line 3441, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ear::before {
  content: "";
}

/* line 3442, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-check-1::before {
  content: "";
}

/* line 3443, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-check-fill::before {
  content: "";
}

/* line 3444, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-check::before {
  content: "";
}

/* line 3445, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-dash-1::before {
  content: "";
}

/* line 3446, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-dash-fill::before {
  content: "";
}

/* line 3447, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-dash::before {
  content: "";
}

/* line 3448, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-exclamation-1::before {
  content: "";
}

/* line 3449, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-exclamation-fill::before {
  content: "";
}

/* line 3450, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-exclamation::before {
  content: "";
}

/* line 3451, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-plus-fill::before {
  content: "";
}

/* line 3452, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-plus::before {
  content: "";
}

/* line 3453, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-slash-1::before {
  content: "";
}

/* line 3454, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-slash-fill::before {
  content: "";
}

/* line 3455, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-slash::before {
  content: "";
}

/* line 3456, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-x-1::before {
  content: "";
}

/* line 3457, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-x-fill::before {
  content: "";
}

/* line 3458, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-x::before {
  content: "";
}

/* line 3459, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-explicit-fill::before {
  content: "";
}

/* line 3460, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-explicit::before {
  content: "";
}

/* line 3461, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-git::before {
  content: "";
}

/* line 3462, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-infinity::before {
  content: "";
}

/* line 3463, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-columns-reverse::before {
  content: "";
}

/* line 3464, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-list-columns::before {
  content: "";
}

/* line 3465, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-meta::before {
  content: "";
}

/* line 3466, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mortorboard-fill::before {
  content: "";
}

/* line 3467, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mortorboard::before {
  content: "";
}

/* line 3468, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-nintendo-switch::before {
  content: "";
}

/* line 3469, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pc-display-horizontal::before {
  content: "";
}

/* line 3470, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pc-display::before {
  content: "";
}

/* line 3471, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pc-horizontal::before {
  content: "";
}

/* line 3472, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pc::before {
  content: "";
}

/* line 3473, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-playstation::before {
  content: "";
}

/* line 3474, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plus-slash-minus::before {
  content: "";
}

/* line 3475, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-projector-fill::before {
  content: "";
}

/* line 3476, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-projector::before {
  content: "";
}

/* line 3477, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-qr-code-scan::before {
  content: "";
}

/* line 3478, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-qr-code::before {
  content: "";
}

/* line 3479, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-quora::before {
  content: "";
}

/* line 3480, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-quote::before {
  content: "";
}

/* line 3481, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-robot::before {
  content: "";
}

/* line 3482, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-check-fill::before {
  content: "";
}

/* line 3483, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-check::before {
  content: "";
}

/* line 3484, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-dash-fill::before {
  content: "";
}

/* line 3485, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-dash::before {
  content: "";
}

/* line 3486, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-exclamation-1::before {
  content: "";
}

/* line 3487, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-exclamation-fill::before {
  content: "";
}

/* line 3488, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-exclamation::before {
  content: "";
}

/* line 3489, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-fill::before {
  content: "";
}

/* line 3490, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-plus-fill::before {
  content: "";
}

/* line 3491, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-plus::before {
  content: "";
}

/* line 3492, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-slash-fill::before {
  content: "";
}

/* line 3493, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-slash::before {
  content: "";
}

/* line 3494, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-x-fill::before {
  content: "";
}

/* line 3495, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send-x::before {
  content: "";
}

/* line 3496, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-send::before {
  content: "";
}

/* line 3497, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-steam::before {
  content: "";
}

/* line 3498, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-dash-1::before {
  content: "";
}

/* line 3499, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-dash::before {
  content: "";
}

/* line 3500, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-plus::before {
  content: "";
}

/* line 3501, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-split::before {
  content: "";
}

/* line 3502, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket-detailed-fill::before {
  content: "";
}

/* line 3503, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket-detailed::before {
  content: "";
}

/* line 3504, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket-fill::before {
  content: "";
}

/* line 3505, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket-perforated-fill::before {
  content: "";
}

/* line 3506, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket-perforated::before {
  content: "";
}

/* line 3507, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ticket::before {
  content: "";
}

/* line 3508, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tiktok::before {
  content: "";
}

/* line 3509, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-dash::before {
  content: "";
}

/* line 3510, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-desktop::before {
  content: "";
}

/* line 3511, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-fullscreen::before {
  content: "";
}

/* line 3512, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-plus::before {
  content: "";
}

/* line 3513, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-split::before {
  content: "";
}

/* line 3514, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-stack::before {
  content: "";
}

/* line 3515, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-window-x::before {
  content: "";
}

/* line 3516, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-xbox::before {
  content: "";
}

/* line 3517, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ethernet::before {
  content: "";
}

/* line 3518, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdmi-fill::before {
  content: "";
}

/* line 3519, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hdmi::before {
  content: "";
}

/* line 3520, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-c-fill::before {
  content: "";
}

/* line 3521, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-c::before {
  content: "";
}

/* line 3522, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-fill::before {
  content: "";
}

/* line 3523, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-plug-fill::before {
  content: "";
}

/* line 3524, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-plug::before {
  content: "";
}

/* line 3525, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-symbol::before {
  content: "";
}

/* line 3526, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb::before {
  content: "";
}

/* line 3527, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-boombox-fill::before {
  content: "";
}

/* line 3528, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-displayport-1::before {
  content: "";
}

/* line 3529, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-displayport::before {
  content: "";
}

/* line 3530, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-gpu-card::before {
  content: "";
}

/* line 3531, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-memory::before {
  content: "";
}

/* line 3532, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-modem-fill::before {
  content: "";
}

/* line 3533, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-modem::before {
  content: "";
}

/* line 3534, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-motherboard-fill::before {
  content: "";
}

/* line 3535, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-motherboard::before {
  content: "";
}

/* line 3536, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-optical-audio-fill::before {
  content: "";
}

/* line 3537, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-optical-audio::before {
  content: "";
}

/* line 3538, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pci-card::before {
  content: "";
}

/* line 3539, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-router-fill::before {
  content: "";
}

/* line 3540, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-router::before {
  content: "";
}

/* line 3541, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ssd-fill::before {
  content: "";
}

/* line 3542, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ssd::before {
  content: "";
}

/* line 3543, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thunderbolt-fill::before {
  content: "";
}

/* line 3544, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-thunderbolt::before {
  content: "";
}

/* line 3545, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-drive-fill::before {
  content: "";
}

/* line 3546, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-drive::before {
  content: "";
}

/* line 3547, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-micro-fill::before {
  content: "";
}

/* line 3548, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-micro::before {
  content: "";
}

/* line 3549, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-mini-fill::before {
  content: "";
}

/* line 3550, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-usb-mini::before {
  content: "";
}

/* line 3551, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cloud-haze2::before {
  content: "";
}

/* line 3552, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-device-hdd-fill::before {
  content: "";
}

/* line 3553, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-device-hdd::before {
  content: "";
}

/* line 3554, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-device-ssd-fill::before {
  content: "";
}

/* line 3555, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-device-ssd::before {
  content: "";
}

/* line 3556, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-displayport-fill::before {
  content: "";
}

/* line 3557, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mortarboard-fill::before {
  content: "";
}

/* line 3558, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-mortarboard::before {
  content: "";
}

/* line 3559, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-terminal-x::before {
  content: "";
}

/* line 3560, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-through-heart-fill::before {
  content: "";
}

/* line 3561, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-arrow-through-heart::before {
  content: "";
}

/* line 3562, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-sd-fill::before {
  content: "";
}

/* line 3563, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-badge-sd::before {
  content: "";
}

/* line 3564, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-heart-fill::before {
  content: "";
}

/* line 3565, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bag-heart::before {
  content: "";
}

/* line 3566, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-balloon-fill::before {
  content: "";
}

/* line 3567, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-balloon-heart-fill::before {
  content: "";
}

/* line 3568, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-balloon-heart::before {
  content: "";
}

/* line 3569, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-balloon::before {
  content: "";
}

/* line 3570, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box2-fill::before {
  content: "";
}

/* line 3571, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box2-heart-fill::before {
  content: "";
}

/* line 3572, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box2-heart::before {
  content: "";
}

/* line 3573, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box2::before {
  content: "";
}

/* line 3574, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-braces-asterisk::before {
  content: "";
}

/* line 3575, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-heart-fill::before {
  content: "";
}

/* line 3576, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar-heart::before {
  content: "";
}

/* line 3577, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-heart-fill::before {
  content: "";
}

/* line 3578, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-calendar2-heart::before {
  content: "";
}

/* line 3579, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-heart-fill::before {
  content: "";
}

/* line 3580, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-heart::before {
  content: "";
}

/* line 3581, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-heart-fill::before {
  content: "";
}

/* line 3582, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-left-heart::before {
  content: "";
}

/* line 3583, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-heart-fill::before {
  content: "";
}

/* line 3584, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-right-heart::before {
  content: "";
}

/* line 3585, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-heart-fill::before {
  content: "";
}

/* line 3586, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-chat-square-heart::before {
  content: "";
}

/* line 3587, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-check-fill::before {
  content: "";
}

/* line 3588, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-data-fill::before {
  content: "";
}

/* line 3589, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-fill::before {
  content: "";
}

/* line 3590, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-heart-fill::before {
  content: "";
}

/* line 3591, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-heart::before {
  content: "";
}

/* line 3592, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-minus-fill::before {
  content: "";
}

/* line 3593, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-plus-fill::before {
  content: "";
}

/* line 3594, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-pulse::before {
  content: "";
}

/* line 3595, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard-x-fill::before {
  content: "";
}

/* line 3596, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-check-fill::before {
  content: "";
}

/* line 3597, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-check::before {
  content: "";
}

/* line 3598, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-data-fill::before {
  content: "";
}

/* line 3599, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-data::before {
  content: "";
}

/* line 3600, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-fill::before {
  content: "";
}

/* line 3601, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-heart-fill::before {
  content: "";
}

/* line 3602, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-heart::before {
  content: "";
}

/* line 3603, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-minus-fill::before {
  content: "";
}

/* line 3604, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-minus::before {
  content: "";
}

/* line 3605, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-plus-fill::before {
  content: "";
}

/* line 3606, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-plus::before {
  content: "";
}

/* line 3607, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-pulse-fill::before {
  content: "";
}

/* line 3608, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-pulse::before {
  content: "";
}

/* line 3609, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-x-fill::before {
  content: "";
}

/* line 3610, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2-x::before {
  content: "";
}

/* line 3611, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-clipboard2::before {
  content: "";
}

/* line 3612, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-kiss-fill::before {
  content: "";
}

/* line 3613, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-emoji-kiss::before {
  content: "";
}

/* line 3614, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-heart-fill::before {
  content: "";
}

/* line 3615, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-heart::before {
  content: "";
}

/* line 3616, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-open-heart-fill::before {
  content: "";
}

/* line 3617, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-open-heart::before {
  content: "";
}

/* line 3618, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-paper-fill::before {
  content: "";
}

/* line 3619, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-paper-heart-fill::before {
  content: "";
}

/* line 3620, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-paper-heart::before {
  content: "";
}

/* line 3621, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-paper::before {
  content: "";
}

/* line 3622, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-aac::before {
  content: "";
}

/* line 3623, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-ai::before {
  content: "";
}

/* line 3624, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-bmp::before {
  content: "";
}

/* line 3625, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-cs::before {
  content: "";
}

/* line 3626, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-css::before {
  content: "";
}

/* line 3627, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-csv::before {
  content: "";
}

/* line 3628, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-doc::before {
  content: "";
}

/* line 3629, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-docx::before {
  content: "";
}

/* line 3630, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-exe::before {
  content: "";
}

/* line 3631, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-gif::before {
  content: "";
}

/* line 3632, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-heic::before {
  content: "";
}

/* line 3633, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-html::before {
  content: "";
}

/* line 3634, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-java::before {
  content: "";
}

/* line 3635, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-jpg::before {
  content: "";
}

/* line 3636, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-js::before {
  content: "";
}

/* line 3637, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-jsx::before {
  content: "";
}

/* line 3638, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-key::before {
  content: "";
}

/* line 3639, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-m4p::before {
  content: "";
}

/* line 3640, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-md::before {
  content: "";
}

/* line 3641, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-mdx::before {
  content: "";
}

/* line 3642, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-mov::before {
  content: "";
}

/* line 3643, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-mp3::before {
  content: "";
}

/* line 3644, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-mp4::before {
  content: "";
}

/* line 3645, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-otf::before {
  content: "";
}

/* line 3646, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-pdf::before {
  content: "";
}

/* line 3647, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-php::before {
  content: "";
}

/* line 3648, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-png::before {
  content: "";
}

/* line 3649, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-ppt-1::before {
  content: "";
}

/* line 3650, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-ppt::before {
  content: "";
}

/* line 3651, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-psd::before {
  content: "";
}

/* line 3652, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-py::before {
  content: "";
}

/* line 3653, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-raw::before {
  content: "";
}

/* line 3654, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-rb::before {
  content: "";
}

/* line 3655, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-sass::before {
  content: "";
}

/* line 3656, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-scss::before {
  content: "";
}

/* line 3657, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-sh::before {
  content: "";
}

/* line 3658, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-svg::before {
  content: "";
}

/* line 3659, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-tiff::before {
  content: "";
}

/* line 3660, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-tsx::before {
  content: "";
}

/* line 3661, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-ttf::before {
  content: "";
}

/* line 3662, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-txt::before {
  content: "";
}

/* line 3663, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-wav::before {
  content: "";
}

/* line 3664, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-woff::before {
  content: "";
}

/* line 3665, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-xls-1::before {
  content: "";
}

/* line 3666, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-xls::before {
  content: "";
}

/* line 3667, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-xml::before {
  content: "";
}

/* line 3668, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-yml::before {
  content: "";
}

/* line 3669, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart-arrow::before {
  content: "";
}

/* line 3670, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart-pulse-fill::before {
  content: "";
}

/* line 3671, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heart-pulse::before {
  content: "";
}

/* line 3672, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heartbreak-fill::before {
  content: "";
}

/* line 3673, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-heartbreak::before {
  content: "";
}

/* line 3674, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hearts::before {
  content: "";
}

/* line 3675, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hospital-fill::before {
  content: "";
}

/* line 3676, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-hospital::before {
  content: "";
}

/* line 3677, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-heart-fill::before {
  content: "";
}

/* line 3678, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-heart::before {
  content: "";
}

/* line 3679, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-incognito::before {
  content: "";
}

/* line 3680, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-magnet-fill::before {
  content: "";
}

/* line 3681, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-magnet::before {
  content: "";
}

/* line 3682, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-heart::before {
  content: "";
}

/* line 3683, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-hearts::before {
  content: "";
}

/* line 3684, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-phone-flip::before {
  content: "";
}

/* line 3685, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-plugin::before {
  content: "";
}

/* line 3686, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postage-fill::before {
  content: "";
}

/* line 3687, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postage-heart-fill::before {
  content: "";
}

/* line 3688, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postage-heart::before {
  content: "";
}

/* line 3689, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postage::before {
  content: "";
}

/* line 3690, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postcard-fill::before {
  content: "";
}

/* line 3691, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postcard-heart-fill::before {
  content: "";
}

/* line 3692, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postcard-heart::before {
  content: "";
}

/* line 3693, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-postcard::before {
  content: "";
}

/* line 3694, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-search-heart-fill::before {
  content: "";
}

/* line 3695, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-search-heart::before {
  content: "";
}

/* line 3696, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sliders2-vertical::before {
  content: "";
}

/* line 3697, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sliders2::before {
  content: "";
}

/* line 3698, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash3-fill::before {
  content: "";
}

/* line 3699, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trash3::before {
  content: "";
}

/* line 3700, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-valentine::before {
  content: "";
}

/* line 3701, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-valentine2::before {
  content: "";
}

/* line 3702, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wrench-adjustable-circle-fill::before {
  content: "";
}

/* line 3703, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wrench-adjustable-circle::before {
  content: "";
}

/* line 3704, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wrench-adjustable::before {
  content: "";
}

/* line 3705, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-json::before {
  content: "";
}

/* line 3706, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-pptx::before {
  content: "";
}

/* line 3707, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-xlsx::before {
  content: "";
}

/* line 3708, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-circle-1::before {
  content: "";
}

/* line 3709, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-circle-fill-1::before {
  content: "";
}

/* line 3710, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-circle-fill::before {
  content: "";
}

/* line 3711, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-circle::before {
  content: "";
}

/* line 3712, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-square-fill::before {
  content: "";
}

/* line 3713, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-1-square::before {
  content: "";
}

/* line 3714, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-circle-1::before {
  content: "";
}

/* line 3715, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-circle-fill-1::before {
  content: "";
}

/* line 3716, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-circle-fill::before {
  content: "";
}

/* line 3717, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-circle::before {
  content: "";
}

/* line 3718, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-square-fill::before {
  content: "";
}

/* line 3719, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-2-square::before {
  content: "";
}

/* line 3720, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-circle-1::before {
  content: "";
}

/* line 3721, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-circle-fill-1::before {
  content: "";
}

/* line 3722, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-circle-fill::before {
  content: "";
}

/* line 3723, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-circle::before {
  content: "";
}

/* line 3724, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-square-fill::before {
  content: "";
}

/* line 3725, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-3-square::before {
  content: "";
}

/* line 3726, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-circle-1::before {
  content: "";
}

/* line 3727, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-circle-fill-1::before {
  content: "";
}

/* line 3728, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-circle-fill::before {
  content: "";
}

/* line 3729, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-circle::before {
  content: "";
}

/* line 3730, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-square-fill::before {
  content: "";
}

/* line 3731, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-4-square::before {
  content: "";
}

/* line 3732, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-circle-1::before {
  content: "";
}

/* line 3733, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-circle-fill-1::before {
  content: "";
}

/* line 3734, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-circle-fill::before {
  content: "";
}

/* line 3735, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-circle::before {
  content: "";
}

/* line 3736, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-square-fill::before {
  content: "";
}

/* line 3737, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-5-square::before {
  content: "";
}

/* line 3738, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-circle-1::before {
  content: "";
}

/* line 3739, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-circle-fill-1::before {
  content: "";
}

/* line 3740, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-circle-fill::before {
  content: "";
}

/* line 3741, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-circle::before {
  content: "";
}

/* line 3742, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-square-fill::before {
  content: "";
}

/* line 3743, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-6-square::before {
  content: "";
}

/* line 3744, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-circle-1::before {
  content: "";
}

/* line 3745, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-circle-fill-1::before {
  content: "";
}

/* line 3746, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-circle-fill::before {
  content: "";
}

/* line 3747, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-circle::before {
  content: "";
}

/* line 3748, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-square-fill::before {
  content: "";
}

/* line 3749, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-7-square::before {
  content: "";
}

/* line 3750, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-circle-1::before {
  content: "";
}

/* line 3751, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-circle-fill-1::before {
  content: "";
}

/* line 3752, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-circle-fill::before {
  content: "";
}

/* line 3753, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-circle::before {
  content: "";
}

/* line 3754, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-square-fill::before {
  content: "";
}

/* line 3755, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-8-square::before {
  content: "";
}

/* line 3756, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-circle-1::before {
  content: "";
}

/* line 3757, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-circle-fill-1::before {
  content: "";
}

/* line 3758, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-circle-fill::before {
  content: "";
}

/* line 3759, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-circle::before {
  content: "";
}

/* line 3760, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-square-fill::before {
  content: "";
}

/* line 3761, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-9-square::before {
  content: "";
}

/* line 3762, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-airplane-engines-fill::before {
  content: "";
}

/* line 3763, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-airplane-engines::before {
  content: "";
}

/* line 3764, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-airplane-fill::before {
  content: "";
}

/* line 3765, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-airplane::before {
  content: "";
}

/* line 3766, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-alexa::before {
  content: "";
}

/* line 3767, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-alipay::before {
  content: "";
}

/* line 3768, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-android::before {
  content: "";
}

/* line 3769, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-android2::before {
  content: "";
}

/* line 3770, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-fill::before {
  content: "";
}

/* line 3771, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-box-seam-fill::before {
  content: "";
}

/* line 3772, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-browser-chrome::before {
  content: "";
}

/* line 3773, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-browser-edge::before {
  content: "";
}

/* line 3774, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-browser-firefox::before {
  content: "";
}

/* line 3775, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-browser-safari::before {
  content: "";
}

/* line 3776, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-circle-1::before {
  content: "";
}

/* line 3777, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-circle-fill-1::before {
  content: "";
}

/* line 3778, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-circle-fill::before {
  content: "";
}

/* line 3779, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-circle::before {
  content: "";
}

/* line 3780, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-square-fill::before {
  content: "";
}

/* line 3781, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-c-square::before {
  content: "";
}

/* line 3782, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-capsule-pill::before {
  content: "";
}

/* line 3783, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-capsule::before {
  content: "";
}

/* line 3784, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-car-front-fill::before {
  content: "";
}

/* line 3785, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-car-front::before {
  content: "";
}

/* line 3786, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cassette-fill::before {
  content: "";
}

/* line 3787, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cassette::before {
  content: "";
}

/* line 3788, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-circle-1::before {
  content: "";
}

/* line 3789, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-circle-fill-1::before {
  content: "";
}

/* line 3790, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-circle-fill::before {
  content: "";
}

/* line 3791, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-circle::before {
  content: "";
}

/* line 3792, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-square-fill::before {
  content: "";
}

/* line 3793, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cc-square::before {
  content: "";
}

/* line 3794, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cup-hot-fill::before {
  content: "";
}

/* line 3795, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-cup-hot::before {
  content: "";
}

/* line 3796, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-currency-rupee::before {
  content: "";
}

/* line 3797, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-dropbox::before {
  content: "";
}

/* line 3798, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-escape::before {
  content: "";
}

/* line 3799, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward-btn-fill::before {
  content: "";
}

/* line 3800, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward-btn::before {
  content: "";
}

/* line 3801, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward-circle-fill::before {
  content: "";
}

/* line 3802, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward-circle::before {
  content: "";
}

/* line 3803, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward-fill::before {
  content: "";
}

/* line 3804, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fast-forward::before {
  content: "";
}

/* line 3805, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-filetype-sql::before {
  content: "";
}

/* line 3806, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fire::before {
  content: "";
}

/* line 3807, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-google-play::before {
  content: "";
}

/* line 3808, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-circle-1::before {
  content: "";
}

/* line 3809, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-circle-fill-1::before {
  content: "";
}

/* line 3810, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-circle-fill::before {
  content: "";
}

/* line 3811, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-circle::before {
  content: "";
}

/* line 3812, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-square-fill::before {
  content: "";
}

/* line 3813, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-h-square::before {
  content: "";
}

/* line 3814, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-indent::before {
  content: "";
}

/* line 3815, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lungs-fill::before {
  content: "";
}

/* line 3816, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-lungs::before {
  content: "";
}

/* line 3817, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-microsoft-teams::before {
  content: "";
}

/* line 3818, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-circle-1::before {
  content: "";
}

/* line 3819, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-circle-fill-1::before {
  content: "";
}

/* line 3820, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-circle-fill::before {
  content: "";
}

/* line 3821, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-circle::before {
  content: "";
}

/* line 3822, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-square-fill::before {
  content: "";
}

/* line 3823, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-p-square::before {
  content: "";
}

/* line 3824, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pass-fill::before {
  content: "";
}

/* line 3825, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-pass::before {
  content: "";
}

/* line 3826, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-prescription::before {
  content: "";
}

/* line 3827, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-prescription2::before {
  content: "";
}

/* line 3828, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-circle-1::before {
  content: "";
}

/* line 3829, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-circle-fill-1::before {
  content: "";
}

/* line 3830, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-circle-fill::before {
  content: "";
}

/* line 3831, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-circle::before {
  content: "";
}

/* line 3832, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-square-fill::before {
  content: "";
}

/* line 3833, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-r-square::before {
  content: "";
}

/* line 3834, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-repeat-1::before {
  content: "";
}

/* line 3835, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-repeat::before {
  content: "";
}

/* line 3836, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind-btn-fill::before {
  content: "";
}

/* line 3837, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind-btn::before {
  content: "";
}

/* line 3838, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind-circle-fill::before {
  content: "";
}

/* line 3839, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind-circle::before {
  content: "";
}

/* line 3840, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind-fill::before {
  content: "";
}

/* line 3841, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rewind::before {
  content: "";
}

/* line 3842, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-freight-front-fill::before {
  content: "";
}

/* line 3843, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-freight-front::before {
  content: "";
}

/* line 3844, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-front-fill::before {
  content: "";
}

/* line 3845, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-front::before {
  content: "";
}

/* line 3846, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-lightrail-front-fill::before {
  content: "";
}

/* line 3847, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-train-lightrail-front::before {
  content: "";
}

/* line 3848, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-truck-front-fill::before {
  content: "";
}

/* line 3849, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-truck-front::before {
  content: "";
}

/* line 3850, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ubuntu::before {
  content: "";
}

/* line 3851, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-unindent::before {
  content: "";
}

/* line 3852, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-unity::before {
  content: "";
}

/* line 3853, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-universal-access-circle::before {
  content: "";
}

/* line 3854, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-universal-access::before {
  content: "";
}

/* line 3855, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-virus::before {
  content: "";
}

/* line 3856, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-virus2::before {
  content: "";
}

/* line 3857, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wechat::before {
  content: "";
}

/* line 3858, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-yelp::before {
  content: "";
}

/* line 3859, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-stop-fill::before {
  content: "";
}

/* line 3860, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-stop-lights-fill::before {
  content: "";
}

/* line 3861, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-stop-lights::before {
  content: "";
}

/* line 3862, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-stop::before {
  content: "";
}

/* line 3863, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-left-fill::before {
  content: "";
}

/* line 3864, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-left::before {
  content: "";
}

/* line 3865, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-right-fill::before {
  content: "";
}

/* line 3866, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-right::before {
  content: "";
}

/* line 3867, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-slight-left-fill::before {
  content: "";
}

/* line 3868, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-slight-left::before {
  content: "";
}

/* line 3869, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-slight-right-fill::before {
  content: "";
}

/* line 3870, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-turn-slight-right::before {
  content: "";
}

/* line 3871, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-yield-fill::before {
  content: "";
}

/* line 3872, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-yield::before {
  content: "";
}

/* line 3873, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ev-station-fill::before {
  content: "";
}

/* line 3874, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ev-station::before {
  content: "";
}

/* line 3875, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fuel-pump-diesel-fill::before {
  content: "";
}

/* line 3876, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fuel-pump-diesel::before {
  content: "";
}

/* line 3877, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fuel-pump-fill::before {
  content: "";
}

/* line 3878, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-fuel-pump::before {
  content: "";
}

/* line 3879, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-0-circle-fill::before {
  content: "";
}

/* line 3880, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-0-circle::before {
  content: "";
}

/* line 3881, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-0-square-fill::before {
  content: "";
}

/* line 3882, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-0-square::before {
  content: "";
}

/* line 3883, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rocket-fill::before {
  content: "";
}

/* line 3884, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rocket-takeoff-fill::before {
  content: "";
}

/* line 3885, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rocket-takeoff::before {
  content: "";
}

/* line 3886, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-rocket::before {
  content: "";
}

/* line 3887, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-stripe::before {
  content: "";
}

/* line 3888, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-subscript::before {
  content: "";
}

/* line 3889, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-superscript::before {
  content: "";
}

/* line 3890, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-trello::before {
  content: "";
}

/* line 3891, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-at-fill::before {
  content: "";
}

/* line 3892, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-envelope-at::before {
  content: "";
}

/* line 3893, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-regex::before {
  content: "";
}

/* line 3894, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-text-wrap::before {
  content: "";
}

/* line 3895, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-dead-end-fill::before {
  content: "";
}

/* line 3896, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-dead-end::before {
  content: "";
}

/* line 3897, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-do-not-enter-fill::before {
  content: "";
}

/* line 3898, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-do-not-enter::before {
  content: "";
}

/* line 3899, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-fill::before {
  content: "";
}

/* line 3900, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-side-fill::before {
  content: "";
}

/* line 3901, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-side::before {
  content: "";
}

/* line 3902, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-t-fill::before {
  content: "";
}

/* line 3903, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-t::before {
  content: "";
}

/* line 3904, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-y-fill::before {
  content: "";
}

/* line 3905, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection-y::before {
  content: "";
}

/* line 3906, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-intersection::before {
  content: "";
}

/* line 3907, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-merge-left-fill::before {
  content: "";
}

/* line 3908, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-merge-left::before {
  content: "";
}

/* line 3909, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-merge-right-fill::before {
  content: "";
}

/* line 3910, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-merge-right::before {
  content: "";
}

/* line 3911, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-left-turn-fill::before {
  content: "";
}

/* line 3912, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-left-turn::before {
  content: "";
}

/* line 3913, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-parking-fill::before {
  content: "";
}

/* line 3914, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-parking::before {
  content: "";
}

/* line 3915, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-right-turn-fill::before {
  content: "";
}

/* line 3916, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-no-right-turn::before {
  content: "";
}

/* line 3917, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-railroad-fill::before {
  content: "";
}

/* line 3918, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sign-railroad::before {
  content: "";
}

/* line 3919, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-add::before {
  content: "";
}

/* line 3920, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-check::before {
  content: "";
}

/* line 3921, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-dash::before {
  content: "";
}

/* line 3922, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-down::before {
  content: "";
}

/* line 3923, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-exclamation::before {
  content: "";
}

/* line 3924, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-add::before {
  content: "";
}

/* line 3925, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-check::before {
  content: "";
}

/* line 3926, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-dash::before {
  content: "";
}

/* line 3927, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-down::before {
  content: "";
}

/* line 3928, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-exclamation::before {
  content: "";
}

/* line 3929, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-gear::before {
  content: "";
}

/* line 3930, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-lock::before {
  content: "";
}

/* line 3931, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-slash::before {
  content: "";
}

/* line 3932, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-up::before {
  content: "";
}

/* line 3933, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill-x::before {
  content: "";
}

/* line 3934, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-fill::before {
  content: "";
}

/* line 3935, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-gear::before {
  content: "";
}

/* line 3936, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-lock::before {
  content: "";
}

/* line 3937, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-slash::before {
  content: "";
}

/* line 3938, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-up::before {
  content: "";
}

/* line 3939, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-building-x::before {
  content: "";
}

/* line 3940, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-buildings-fill::before {
  content: "";
}

/* line 3941, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-buildings::before {
  content: "";
}

/* line 3942, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bus-front-fill::before {
  content: "";
}

/* line 3943, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-bus-front::before {
  content: "";
}

/* line 3944, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ev-front-fill::before {
  content: "";
}

/* line 3945, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-ev-front::before {
  content: "";
}

/* line 3946, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe-americas::before {
  content: "";
}

/* line 3947, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe-asia-australia::before {
  content: "";
}

/* line 3948, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe-central-south-asia::before {
  content: "";
}

/* line 3949, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-globe-europe-africa::before {
  content: "";
}

/* line 3950, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-add-fill::before {
  content: "";
}

/* line 3951, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-add::before {
  content: "";
}

/* line 3952, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-check-fill::before {
  content: "";
}

/* line 3953, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-check::before {
  content: "";
}

/* line 3954, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-dash-fill::before {
  content: "";
}

/* line 3955, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-dash::before {
  content: "";
}

/* line 3956, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-down-fill::before {
  content: "";
}

/* line 3957, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-down::before {
  content: "";
}

/* line 3958, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-exclamation-fill::before {
  content: "";
}

/* line 3959, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-exclamation::before {
  content: "";
}

/* line 3960, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-gear-fill::before {
  content: "";
}

/* line 3961, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-gear::before {
  content: "";
}

/* line 3962, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-lock-fill::before {
  content: "";
}

/* line 3963, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-lock::before {
  content: "";
}

/* line 3964, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-slash-fill::before {
  content: "";
}

/* line 3965, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-slash::before {
  content: "";
}

/* line 3966, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-up-fill::before {
  content: "";
}

/* line 3967, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-up::before {
  content: "";
}

/* line 3968, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-x-fill::before {
  content: "";
}

/* line 3969, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-house-x::before {
  content: "";
}

/* line 3970, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-add::before {
  content: "";
}

/* line 3971, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-down::before {
  content: "";
}

/* line 3972, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-exclamation::before {
  content: "";
}

/* line 3973, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-add::before {
  content: "";
}

/* line 3974, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-check::before {
  content: "";
}

/* line 3975, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-dash::before {
  content: "";
}

/* line 3976, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-down::before {
  content: "";
}

/* line 3977, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-exclamation::before {
  content: "";
}

/* line 3978, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-gear::before {
  content: "";
}

/* line 3979, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-lock::before {
  content: "";
}

/* line 3980, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-slash::before {
  content: "";
}

/* line 3981, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-up::before {
  content: "";
}

/* line 3982, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-fill-x::before {
  content: "";
}

/* line 3983, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-gear::before {
  content: "";
}

/* line 3984, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-lock::before {
  content: "";
}

/* line 3985, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-slash::before {
  content: "";
}

/* line 3986, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-up::before {
  content: "";
}

/* line 3987, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-scooter::before {
  content: "";
}

/* line 3988, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-taxi-front-fill::before {
  content: "";
}

/* line 3989, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-taxi-front::before {
  content: "";
}

/* line 3990, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-amd::before {
  content: "";
}

/* line 3991, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-add::before {
  content: "";
}

/* line 3992, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-check::before {
  content: "";
}

/* line 3993, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-dash::before {
  content: "";
}

/* line 3994, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-down::before {
  content: "";
}

/* line 3995, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-exclamation::before {
  content: "";
}

/* line 3996, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-add::before {
  content: "";
}

/* line 3997, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-check::before {
  content: "";
}

/* line 3998, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-dash::before {
  content: "";
}

/* line 3999, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-down::before {
  content: "";
}

/* line 4000, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-exclamation::before {
  content: "";
}

/* line 4001, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-gear::before {
  content: "";
}

/* line 4002, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-lock::before {
  content: "";
}

/* line 4003, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-slash::before {
  content: "";
}

/* line 4004, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-up::before {
  content: "";
}

/* line 4005, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill-x::before {
  content: "";
}

/* line 4006, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-fill::before {
  content: "";
}

/* line 4007, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-gear::before {
  content: "";
}

/* line 4008, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-lock::before {
  content: "";
}

/* line 4009, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-slash::before {
  content: "";
}

/* line 4010, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-up::before {
  content: "";
}

/* line 4011, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database-x::before {
  content: "";
}

/* line 4012, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-database::before {
  content: "";
}

/* line 4013, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-houses-fill::before {
  content: "";
}

/* line 4014, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-houses::before {
  content: "";
}

/* line 4015, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-nvidia::before {
  content: "";
}

/* line 4016, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-vcard-fill::before {
  content: "";
}

/* line 4017, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-person-vcard::before {
  content: "";
}

/* line 4018, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-sina-weibo::before {
  content: "";
}

/* line 4019, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-tencent-qq::before {
  content: "";
}

/* line 4020, app/assets/stylesheets/_bootstrap-icons.scss */
.bi-wikipedia::before {
  content: "";
}

/* line 2, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero .option-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  color: #002c3e;
  border-bottom: 1px solid #002c3e;
  cursor: pointer;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero .option-label.no-border {
  border-bottom: none;
}

/* line 17, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero .option-label.active {
  background-color: transparent;
}

/* line 21, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero .option-label input[type="radio"] {
  margin-right: 8px;
}

/* line 26, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero .savings-text {
  color: #14A44D;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  /* line 33, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero #multi-course-selector > div > div.d-block.d-lg-none > div > div > p {
    color: #9a9c9e;
    font-size: 14px;
  }
}

/* line 39, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero #education-banner {
  background-color: #ffffff !important;
  color: #9a9c9e !important;
}

@media (min-width: 992px) {
  /* line 45, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .multi-course-selector {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  /* line 50, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .multi-course-selector a.btn-outline-light {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    color: #002c3e;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s ease;
    width: 100%;
    text-decoration: none;
  }
  /* line 66, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .multi-course-selector a.btn-outline-light .savings-text {
    font-size: 16px;
    font-weight: 500;
    color: #14A44D;
  }
  /* line 72, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .multi-course-selector a.btn-outline-light:hover, .multi-course-hero .multi-course-selector a.btn-outline-light:focus-visible {
    border-color: #00628a;
    box-shadow: 0 0 0 2px rgba(20, 164, 77, 0.2);
    outline: none;
  }
  /* line 81, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  /* line 92, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 96, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .object-position-top-start {
    -o-object-position: left top;
       object-position: left top;
  }
  /* line 100, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero .bg-image {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
}

/* line 108, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-hero.boated-canada .canada-wordmark-logo {
  max-width: 105px;
  height: auto;
}

@media (min-width: 992px) {
  /* line 114, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero.boated-canada .multi-course-selector a.btn-outline-light {
    min-height: 90px;
    padding: 16px;
    border: 1px solid #002c3e;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  /* line 125, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-hero.boaterexam-canada .multi-course-selector a.btn-outline-light {
    min-height: 60px;
    padding: 6px;
    border: 2px solid #002c3e;
    font-size: 16px;
  }
}

/*
Boat-Ed+ Multi Course landing page design
*/
/* line 141, app/assets/stylesheets/shared/course/_multi_course.scss */
#hero-section.section.multi-course {
  padding-bottom: 50px !important;
}

@media (min-width: 992px) {
  /* line 141, app/assets/stylesheets/shared/course/_multi_course.scss */
  #hero-section.section.multi-course {
    padding-bottom: 100px !important;
  }
}

/* line 150, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed.card {
  text-align: center;
  width: 90% !important;
  margin-bottom: 350px;
}

/* line 156, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .get-certified-button-hero {
  margin-bottom: 10px !important;
}

/* line 160, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .option-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  color: #002c3e;
  border-bottom: 1px solid #002c3e;
  cursor: pointer;
  font-weight: bold;
}

/* line 171, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .option-label.no-border {
  border-bottom: none;
}

/* line 175, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .option-label.active {
  background-color: transparent;
}

/* line 179, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .option-label input[type="radio"] {
  margin-right: 8px;
}

/* line 184, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .savings-text {
  color: #14A44D;
  font-size: 16px;
  font-weight: 500;
}

/* line 190, app/assets/stylesheets/shared/course/_multi_course.scss */
.multi-course-section.boat-ed .call-to-action-text > p {
  margin: 0px;
}

@media (min-width: 992px) {
  /* line 149, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-section.boat-ed {
    background-color: #052a4c;
  }
  /* line 197, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-section.boat-ed .multi-course-selector {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 202, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-section.boat-ed .multi-course-selector .btn-quantity {
    min-width: 320px;
    background-color: #fff;
    color: #002c3e;
  }
  /* line 207, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-section.boat-ed .multi-course-selector .btn-quantity .savings-text {
    color: #14A44D;
    font-size: 16px;
    font-weight: 500;
  }
  /* line 213, app/assets/stylesheets/shared/course/_multi_course.scss */
  .multi-course-section.boat-ed .multi-course-selector .btn-quantity:hover, .multi-course-section.boat-ed .multi-course-selector .btn-quantity:focus-visible {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.75);
    border-color: #052a4c;
  }
}

/* line 4, app/assets/stylesheets/boaterexam/_overrides.scss */
.registration {
  margin-top: 6rem !important;
}

/* line 10, app/assets/stylesheets/boaterexam/_overrides.scss */
.table.clear-border-top > :not(:first-child) {
  border-top: 1px solid currentColor;
}

/* line 16, app/assets/stylesheets/boaterexam/_overrides.scss */
#usa-states a:hover {
  background-color: #e7e7e7;
}

/* line 23, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.paddling .navbar {
  background-color: #fff !important;
}

/* line 27, app/assets/stylesheets/boaterexam/_overrides.scss */
.navbar-toggler {
  top: 5px;
}

/* line 30, app/assets/stylesheets/boaterexam/_overrides.scss */
.navbar-toggler:focus {
  box-shadow: none;
  border: 1px solid #005071 !important;
}

/* line 40, app/assets/stylesheets/boaterexam/_overrides.scss */
.offcanvas .offcanvas-header a:hover,
.offcanvas .offcanvas-body a:hover {
  background-color: #005071 !important;
}

/* line 43, app/assets/stylesheets/boaterexam/_overrides.scss */
.offcanvas .offcanvas-header a.hover-bg-light:hover,
.offcanvas .offcanvas-body a.hover-bg-light:hover {
  background-color: #cecfd0 !important;
}

@media screen and (max-width: 480px) {
  /* line 36, app/assets/stylesheets/boaterexam/_overrides.scss */
  .offcanvas {
    width: 100vw;
  }
}

/* line 56, app/assets/stylesheets/boaterexam/_overrides.scss */
#partner-form select.date {
  width: auto;
}

@media (min-width: 576px) {
  /* line 56, app/assets/stylesheets/boaterexam/_overrides.scss */
  #partner-form select.date {
    margin-right: 5px;
    width: 31.5%;
  }
}

/* line 66, app/assets/stylesheets/boaterexam/_overrides.scss */
.form-inline > select {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/boaterexam/_overrides.scss */
#assure-widget .section.split {
  padding-top: 20px !important;
}

/* line 78, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada .navbar {
  background: #18425a;
  background: linear-gradient(0deg, #18425a 0%, #143d55 100%);
}

/* line 87, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #hero {
  background: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/hero-mobile.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 87, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #hero {
    background-image: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/hero.jpg);
  }
}

@media (min-width: 992px) and (max-width: 993px) {
  /* line 98, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #hero-seo .hero-hand {
    width: 708px !important;
  }
}

@media (min-width: 994px) and (max-width: 1089px) {
  /* line 98, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #hero-seo .hero-hand {
    width: 758px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 98, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #hero-seo .hero-hand {
    width: 765px;
    -webkit-clip-path: inset(0 0 0 250px);
            clip-path: inset(0 0 0 250px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* line 98, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #hero-seo .hero-hand {
    -webkit-clip-path: inset(0 0 0 125px);
            clip-path: inset(0 0 0 125px);
  }
}

/* line 115, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #approved-content {
  background: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/get-started-bg-mobile.jpg) no-repeat center bottom;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #approved-content {
    background-image: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/get-started-bg.jpg);
  }
}

/* line 126, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #study-on-devices .bg-mobile {
  background: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/devices-bg-mobile.jpg) no-repeat center bottom;
  background-size: cover;
}

/* line 132, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #study-on-devices .bg-desktop {
  background-image: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/devices-bg.jpg);
  background-size: cover;
}

/* line 138, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #boating-in-provinces {
  background: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/boating-bg-mobile.jpg) no-repeat center bottom;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #boating-in-provinces {
    background-image: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/boating-bg.jpg);
  }
}

/* line 148, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #card-replacement {
  background-image: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/seo/water-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 156, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #easy-steps .border-start {
  border-left-color: #18425A;
}

/* line 160, app/assets/stylesheets/boaterexam/_overrides.scss */
.front-matter.canada #easy-steps .border-end {
  border-right-color: #18425A;
}

@media (max-width: 768px) {
  /* line 165, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #easy-steps .border-container {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #18425A;
    border-bottom: 1px solid #18425A;
  }
  /* line 172, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #easy-steps .image-wrapper {
    order: 1;
  }
  /* line 176, app/assets/stylesheets/boaterexam/_overrides.scss */
  .front-matter.canada #easy-steps .text-wrapper {
    order: 2;
    text-align: left;
  }
}

/* line 185, app/assets/stylesheets/boaterexam/_overrides.scss */
.btn-support {
  background-color: #6fb352;
}

/* line 189, app/assets/stylesheets/boaterexam/_overrides.scss */
#boating-in-canada-seo {
  background: url(https://assets.kalkomey.com/boaterexam/images/fm/canada/seo/water-bg.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}

/* line 196, app/assets/stylesheets/boaterexam/_overrides.scss */
#boating-cards {
  margin-top: -320px;
}

@media (min-width: 576px) {
  /* line 196, app/assets/stylesheets/boaterexam/_overrides.scss */
  #boating-cards {
    margin-top: -318px;
  }
}

@media (min-width: 768px) {
  /* line 196, app/assets/stylesheets/boaterexam/_overrides.scss */
  #boating-cards {
    margin-top: -258px;
  }
}

@media (min-width: 992px) {
  /* line 196, app/assets/stylesheets/boaterexam/_overrides.scss */
  #boating-cards {
    margin-top: -137px;
  }
}

/* line 212, app/assets/stylesheets/boaterexam/_overrides.scss */
.h-40vh {
  height: 40vh;
}

/* line 1, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use {
  display: none;
}

/* line 4, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use .no-privacy-choices {
  display: none;
}

/* line 5, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use .with-privacy-choices {
  display: none;
}

/* line 7, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use.no-privacy-choices {
  display: inline;
}

/* line 9, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use.no-privacy-choices .no-privacy-choices {
  display: inline;
}

/* line 11, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use.with-privacy-choices {
  display: inline;
}

/* line 13, app/assets/stylesheets/shared/_privacy_choices.scss */
#privacy-and-terms-of-use.with-privacy-choices .with-privacy-choices {
  display: inline;
}

/* line 1, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-section {
  background: url("https://assets.kalkomey.com//shared/images/partners/boatsmart/boatsmart-bg-desktop-v2.webp") no-repeat center;
  background-size: cover;
  border-radius: 1.6rem;
  color: black;
  height: 25.5rem;
  min-height: 23.6rem;
  align-items: center;
  border: 2px solid lightgrey;
}

/* line 12, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-logo {
  height: 2.25rem;
}

/* line 16, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.mclean-logo {
  height: 1.2rem;
}

/* line 20, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-btn {
  background-color: #283645;
  color: white !important;
  font-weight: normal;
  border-radius: 6px;
  border: none;
  text-decoration: none !important;
}

/* line 29, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-btn:hover, .boatsmart-btn:focus {
  text-decoration: none !important;
  background-color: #283645 !important;
  color: white  !important;
  font-weight: normal !important;
}

/* line 36, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-list li {
  list-style: none;
  font-size: 17px;
}

/* line 41, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
.boatsmart-checkmark {
  color: black !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  /* line 47, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .text-section {
    position: relative;
    background: white;
    color: black;
    height: 24.4rem;
    min-height: 23.3rem;
    left: 11px;
    max-width: 30rem;
  }
}

@media (max-width: 991px) {
  /* line 59, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-section {
    background: url("https://assets.kalkomey.com//shared/images/partners/boatsmart/boatsmart-bg-mobile-v2.webp") no-repeat center;
    background-size: cover;
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
  }
  /* line 70, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-logo-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  /* line 76, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-logo {
    height: 35px;
  }
  /* line 80, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .mclean-logo {
    height: 15px;
  }
  /* line 84, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  /* line 89, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-list {
    list-style: none;
    padding: 0;
    font-size: 0.8rem;
    width: 100%;
  }
  /* line 96, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-list li {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: flex-start;
    padding: 0px 0;
    font-size: 16px;
    height: 30px;
  }
  /* line 106, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-btn {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    background-color: #283645;
    color: white !important;
    font-weight: normal;
    border-radius: 6px;
    border: none;
    text-decoration: none !important;
  }
  /* line 119, app/assets/stylesheets/shared/course/_boatsmart_partner.scss */
  .boatsmart-btn:hover, .boatsmart-btn:focus {
    background-color: #283645 !important;
    color: white !important;
    font-weight: normal !important;
  }
}
