@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500&display=swap");
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #4e73df;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #2D3145;
  --secondary: #CBAF82;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

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

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

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

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #2D3145;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0f1017;
  text-decoration: underline;
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 324, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

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

/* line 337, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

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

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

/* line 365, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

/* line 413, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

/* line 475, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

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

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

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

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

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

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

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

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

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #858796;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #858796;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E3E3E6;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E3E3E6;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #E3E3E6;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #E3E3E6;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #E3E3E6;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #858796;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4c5cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #92949e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #b6b8bf;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b6b8bf;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0e9dc;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4d5be;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #e8deca;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e8deca;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a9aab1;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c4c4c9;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #FAFAFA;
  border-color: white;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #E3E3E6;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #FAFAFA;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: white;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #5f6892;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.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 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #858796;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.35rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  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='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.35rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.2rem rgba(220, 53, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 258, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -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;
  line-height: 1.5;
  border-radius: 0.35rem;
  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 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #858796;
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1e212e;
  border-color: #191b26;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #191b26;
  border-color: #14161e;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #c09e67;
  border-color: #bc985e;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 187, 149, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #bc985e;
  border-color: #b89255;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 187, 149, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #2D3145;
  border-color: #2D3145;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2D3145;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #CBAF82;
  border-color: #CBAF82;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #CBAF82;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #2D3145;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0f1017;
  text-decoration: underline;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

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

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

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

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

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

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

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2D3145;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

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

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

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

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

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2D3145;
  background-color: #2D3145;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5f6892;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7b83a9;
  border-color: #7b83a9;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2D3145;
  background-color: #2D3145;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 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 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 212, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #5f6892;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 257, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5f6892;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

/* line 315, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 342, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

/* line 366, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 383, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #7b83a9;
}

/* line 403, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #7b83a9;
}

/* line 429, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #7b83a9;
}

/* line 458, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 474, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 481, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}

/* line 485, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}

/* line 493, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

/* line 503, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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 503, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2D3145;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.35rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

/* line 194, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 #e3e6f0;
  border-radius: 0.35rem;
}

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

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.35rem - 1px);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #858796;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2D3145;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0f1017;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #2D3145;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #191b26;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #CBAF82;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #bc985e;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #fff;
  background-color: #ffc107;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d39e00;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

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

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #171924;
  background-color: #d5d6da;
  border-color: #c4c5cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #b6b8bf;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #030305;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #6a5b44;
  background-color: #f5efe6;
  border-color: #f0e9dc;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #e8deca;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #4b4030;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686869;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #c4c4c9;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #18181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2D3145;
  transition: width 0.6s ease;
}

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

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

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

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #171924;
  background-color: #c4c5cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #171924;
  background-color: #b6b8bf;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #171924;
  border-color: #171924;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #6a5b44;
  background-color: #f0e9dc;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6a5b44;
  background-color: #e8deca;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6a5b44;
  border-color: #6a5b44;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #2f3037;
  background-color: #d1d1d5;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2f3037;
  background-color: #c4c4c9;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2f3037;
  border-color: #2f3037;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  outline: 0;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.35rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

/* line 168, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

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

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

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

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

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

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

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

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

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

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

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

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.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 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

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

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

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

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #2D3145 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #191b26 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #CBAF82 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bc985e !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fc !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #5a5c69 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #42444e !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #e3e6f0 !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #e3e6f0 !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #e3e6f0 !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #e3e6f0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #e3e6f0 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #2D3145 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #CBAF82 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fc !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #5a5c69 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #2D3145 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0f1017 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #CBAF82 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #b58c4c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fc !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #5a5c69 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #858796 !important;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #858796 !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #b7b9cc;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #E3E3E6;
  }
  /* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #E3E3E6;
  }
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #4e73df;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #2D3145;
  --secondary: #CBAF82;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

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

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

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

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #2D3145;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0f1017;
  text-decoration: underline;
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 324, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

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

/* line 337, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

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

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

/* line 365, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

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

/* line 413, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

/* line 475, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

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

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

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

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

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

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

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

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

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #858796;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #858796;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E3E3E6;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E3E3E6;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #E3E3E6;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #E3E3E6;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #E3E3E6;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #858796;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4c5cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #92949e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #b6b8bf;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b6b8bf;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0e9dc;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4d5be;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #e8deca;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e8deca;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a9aab1;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c4c4c9;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #FAFAFA;
  border-color: white;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #E3E3E6;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #FAFAFA;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: white;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #5f6892;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.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 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #858796;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.35rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  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='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.35rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.2rem rgba(220, 53, 69, 0.25);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 258, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -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;
  line-height: 1.5;
  border-radius: 0.35rem;
  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 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #858796;
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1e212e;
  border-color: #191b26;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #191b26;
  border-color: #14161e;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 80, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #c09e67;
  border-color: #bc985e;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 187, 149, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #bc985e;
  border-color: #b89255;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 187, 149, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #2D3145;
  border-color: #2D3145;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2D3145;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #CBAF82;
  border-color: #CBAF82;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #CBAF82;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #CBAF82;
  border-color: #CBAF82;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #2D3145;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0f1017;
  text-decoration: underline;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

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

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

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

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

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

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

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .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 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2D3145;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

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

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

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

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

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2D3145;
  background-color: #2D3145;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5f6892;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7b83a9;
  border-color: #7b83a9;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2D3145;
  background-color: #2D3145;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 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 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(45, 49, 69, 0.5);
}

/* line 212, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #5f6892;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 257, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5f6892;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

/* line 315, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 342, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

/* line 366, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 383, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #7b83a9;
}

/* line 403, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #7b83a9;
}

/* line 429, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2D3145;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #7b83a9;
}

/* line 458, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 474, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 481, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}

/* line 485, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}

/* line 493, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

/* line 503, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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 503, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2D3145;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.35rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

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

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

/* line 194, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 #e3e6f0;
  border-radius: 0.35rem;
}

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

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.35rem - 1px);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #858796;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2D3145;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0f1017;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.25);
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #2D3145;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #191b26;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 49, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #CBAF82;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #bc985e;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 175, 130, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #fff;
  background-color: #ffc107;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d39e00;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

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

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #171924;
  background-color: #d5d6da;
  border-color: #c4c5cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #b6b8bf;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #030305;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #6a5b44;
  background-color: #f5efe6;
  border-color: #f0e9dc;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #e8deca;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #4b4030;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686869;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #c4c4c9;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #18181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2D3145;
  transition: width 0.6s ease;
}

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

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2D3145;
  border-color: #2D3145;
}

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

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #171924;
  background-color: #c4c5cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #171924;
  background-color: #b6b8bf;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #171924;
  border-color: #171924;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #6a5b44;
  background-color: #f0e9dc;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6a5b44;
  background-color: #e8deca;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6a5b44;
  border-color: #6a5b44;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #2f3037;
  background-color: #d1d1d5;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2f3037;
  background-color: #c4c4c9;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2f3037;
  border-color: #2f3037;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

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

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  outline: 0;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

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

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

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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.35rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

/* line 168, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

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

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

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

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

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

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

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

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

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

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

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

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.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 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

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

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

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

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/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;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #2D3145 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #191b26 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #CBAF82 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bc985e !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fc !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #5a5c69 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #42444e !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #e3e6f0 !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #e3e6f0 !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #e3e6f0 !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #e3e6f0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #e3e6f0 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #2D3145 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #CBAF82 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fc !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #5a5c69 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #2D3145 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0f1017 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #CBAF82 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #b58c4c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fc !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #5a5c69 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #858796 !important;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #858796 !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #b7b9cc;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #E3E3E6;
  }
  /* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #E3E3E6;
  }
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-lg, .btn-group-lg > .btn-social.btn {
  padding-left: 61px;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-sm, .btn-group-sm > .btn-social.btn {
  padding-left: 38px;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-xs {
  padding-left: 30px;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  padding-left: 61px;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-lg > :first-child, .btn-group-lg > .btn-social-icon.btn > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  padding-left: 38px;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-sm > :first-child, .btn-group-sm > .btn-social-icon.btn > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-xs {
  padding-left: 30px;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn.focus:active, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn.focus[disabled], fieldset[disabled] .btn-adn.focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn.active[disabled], fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket.focus:active, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket.focus[disabled], fieldset[disabled] .btn-bitbucket.focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket.active[disabled], fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox.focus:active, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox.focus[disabled], fieldset[disabled] .btn-dropbox.focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox.active[disabled], fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook.focus:active, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook.focus[disabled], fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook.active[disabled], fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr.focus:active, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr.focus[disabled], fieldset[disabled] .btn-flickr.focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr.active[disabled], fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare.focus:active, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare.focus[disabled], fieldset[disabled] .btn-foursquare.focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare.active[disabled], fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github.focus:active, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github.focus[disabled], fieldset[disabled] .btn-github.focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github.active[disabled], fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-github .badge {
  color: #444;
  background-color: #fff;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google.focus:active, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google.focus[disabled], fieldset[disabled] .btn-google.focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google.active[disabled], fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram.focus:active, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram.focus[disabled], fieldset[disabled] .btn-instagram.focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram.active[disabled], fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin.focus:active, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin.focus[disabled], fieldset[disabled] .btn-linkedin.focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin.active[disabled], fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft.focus:active, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft.focus[disabled], fieldset[disabled] .btn-microsoft.focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft.active[disabled], fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki.focus:active, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki.disabled, .btn-odnoklassniki[disabled], fieldset[disabled] .btn-odnoklassniki, .btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki.focus[disabled], fieldset[disabled] .btn-odnoklassniki.focus, .btn-odnoklassniki.disabled:active, .btn-odnoklassniki[disabled]:active, fieldset[disabled] .btn-odnoklassniki:active, .btn-odnoklassniki.disabled.active, .btn-odnoklassniki.active[disabled], fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid.focus:active, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none;
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid.focus[disabled], fieldset[disabled] .btn-openid.focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid.active[disabled], fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest.focus:active, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest.focus[disabled], fieldset[disabled] .btn-pinterest.focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest.active[disabled], fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 105, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit.focus:active, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit.focus[disabled], fieldset[disabled] .btn-reddit.focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit.active[disabled], fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud.focus:active, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud.focus[disabled], fieldset[disabled] .btn-soundcloud.focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud.active[disabled], fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr.focus:active, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr.focus[disabled], fieldset[disabled] .btn-tumblr.focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr.active[disabled], fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter.focus:active, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter.focus[disabled], fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter.active[disabled], fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo.focus:active, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo.focus[disabled], fieldset[disabled] .btn-vimeo.focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo.active[disabled], fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk.focus:active, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk.focus[disabled], fieldset[disabled] .btn-vk.focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk.active[disabled], fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo.focus:active, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo.focus[disabled], fieldset[disabled] .btn-yahoo.focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo.active[disabled], fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-social-rails-4.12.0/vendor/assets/stylesheets/bootstrap-social.css */
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .input-group {
  margin: 5px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li {
  padding: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a {
  padding: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-multiselect-rails-0.9.9/vendor/assets/stylesheets/bootstrap-multiselect.css */
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap_form-5.0.0/app/assets/stylesheets/rails_bootstrap_forms.css */
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap_form-5.0.0/app/assets/stylesheets/rails_bootstrap_forms.css */
.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}

/**
 * Minified by jsDelivr using clean-css v4.2.1.
 * Original file: /npm/toastify-js@1.3.2/src/toastify.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * Toastify js 1.3.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify.on {
  opacity: 1;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toast-close {
  opacity: .4;
  padding: 0 5px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-right {
  right: 15px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-left {
  left: 15px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-top {
  top: -150px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-bottom {
  bottom: -150px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-rounded {
  border-radius: 25px;
}

/* line 14, app/assets/stylesheets/libs/toastify.css */
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px;
}

@media only screen and (max-width: 360px) {
  /* line 14, app/assets/stylesheets/libs/toastify.css */
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: local("Nunito ExtraLight Italic"), local("Nunito-ExtraLightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5MZ9vFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: local("Nunito ExtraLight Italic"), local("Nunito-ExtraLightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5MZ9vEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: local("Nunito ExtraLight Italic"), local("Nunito-ExtraLightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5MZ9vKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: local("Nunito Light Italic"), local("Nunito-LightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4oZNvFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: local("Nunito Light Italic"), local("Nunito-LightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4oZNvEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: local("Nunito Light Italic"), local("Nunito-LightItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4oZNvKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: local("Nunito Italic"), local("Nunito-Italic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXX3I6Li01BKofIMNaMRs7nczIHNHI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: local("Nunito Italic"), local("Nunito-Italic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXX3I6Li01BKofIMNaNRs7nczIHNHI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: local("Nunito Italic"), local("Nunito-Italic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: local("Nunito SemiBold Italic"), local("Nunito-SemiBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5cYtvFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: local("Nunito SemiBold Italic"), local("Nunito-SemiBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5cYtvEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: local("Nunito SemiBold Italic"), local("Nunito-SemiBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN5cYtvKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: local("Nunito Bold Italic"), local("Nunito-BoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN44Y9vFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: local("Nunito Bold Italic"), local("Nunito-BoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN44Y9vEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: local("Nunito Bold Italic"), local("Nunito-BoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN44Y9vKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: local("Nunito ExtraBold Italic"), local("Nunito-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4kYNvFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: local("Nunito ExtraBold Italic"), local("Nunito-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4kYNvEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: local("Nunito ExtraBold Italic"), local("Nunito-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4kYNvKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: local("Nunito Black Italic"), local("Nunito-BlackItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4AYdvFUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: local("Nunito Black Italic"), local("Nunito-BlackItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4AYdvEUT8tDntiXTI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: local("Nunito Black Italic"), local("Nunito-BlackItalic"), url(https://fonts.gstatic.com/s/nunito/v10/XRXQ3I6Li01BKofIMN4AYdvKUT8tDnti.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local("Nunito ExtraLight"), local("Nunito-ExtraLight"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA-seUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local("Nunito ExtraLight"), local("Nunito-ExtraLight"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA-seUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local("Nunito ExtraLight"), local("Nunito-ExtraLight"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA-seUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAnsSUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAnsSUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Light"), local("Nunito-Light"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAnsSUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v10/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA6sKUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA6sKUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofA6sKUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAjsOUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAjsOUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAksCUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAksCUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAksCUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: local("Nunito Black"), local("Nunito-Black"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAtsGUbuvIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: local("Nunito Black"), local("Nunito-Black"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAtsGUb-vIWzgPDEtj.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: local("Nunito Black"), local("Nunito-Black"), url(https://fonts.gstatic.com/s/nunito/v10/XRXW3I6Li01BKofAtsGUYevIWzgPDA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 * Start Bootstrap - SB Admin 2 v4.0.0 (https://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 13, app/assets/stylesheets/sb-admin-2.css */
:root {
  --blue: #4e73df;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #2d3145;
  --lightened-primary: #343638;
  --secondary: #CBAF82;
  --success: #1cc88a;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #e74a3b;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/* line 48, app/assets/stylesheets/sb-admin-2.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 55, app/assets/stylesheets/sb-admin-2.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 62, app/assets/stylesheets/sb-admin-2.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 75, app/assets/stylesheets/sb-admin-2.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 79, app/assets/stylesheets/sb-admin-2.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 86, app/assets/stylesheets/sb-admin-2.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 96, app/assets/stylesheets/sb-admin-2.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 101, app/assets/stylesheets/sb-admin-2.css */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 111, app/assets/stylesheets/sb-admin-2.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 117, app/assets/stylesheets/sb-admin-2.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 124, app/assets/stylesheets/sb-admin-2.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 131, app/assets/stylesheets/sb-admin-2.css */
dt {
  font-weight: 700;
}

/* line 135, app/assets/stylesheets/sb-admin-2.css */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 140, app/assets/stylesheets/sb-admin-2.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 144, app/assets/stylesheets/sb-admin-2.css */
b,
strong {
  font-weight: bolder;
}

/* line 149, app/assets/stylesheets/sb-admin-2.css */
small {
  font-size: 80%;
}

/* line 153, app/assets/stylesheets/sb-admin-2.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 161, app/assets/stylesheets/sb-admin-2.css */
sub {
  bottom: -0.25em;
}

/* line 165, app/assets/stylesheets/sb-admin-2.css */
sup {
  top: -0.5em;
}

/* line 169, app/assets/stylesheets/sb-admin-2.css */
a {
  color: #224;
  text-decoration: none;
  background-color: transparent;
}

/* line 175, app/assets/stylesheets/sb-admin-2.css */
a:hover {
  color: #224abe;
  text-decoration: underline;
}

/* line 180, app/assets/stylesheets/sb-admin-2.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/sb-admin-2.css */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/sb-admin-2.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 195, app/assets/stylesheets/sb-admin-2.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 204, app/assets/stylesheets/sb-admin-2.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 210, app/assets/stylesheets/sb-admin-2.css */
figure {
  margin: 0 0 1rem;
}

/* line 214, app/assets/stylesheets/sb-admin-2.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 219, app/assets/stylesheets/sb-admin-2.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 224, app/assets/stylesheets/sb-admin-2.css */
table {
  border-collapse: collapse;
}

/* line 228, app/assets/stylesheets/sb-admin-2.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

/* line 236, app/assets/stylesheets/sb-admin-2.css */
th {
  text-align: inherit;
}

/* line 240, app/assets/stylesheets/sb-admin-2.css */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 245, app/assets/stylesheets/sb-admin-2.css */
button {
  border-radius: 0;
}

/* line 249, app/assets/stylesheets/sb-admin-2.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 254, app/assets/stylesheets/sb-admin-2.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 265, app/assets/stylesheets/sb-admin-2.css */
button,
input {
  overflow: visible;
}

/* line 270, app/assets/stylesheets/sb-admin-2.css */
button,
select {
  text-transform: none;
}

/* line 275, app/assets/stylesheets/sb-admin-2.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 282, app/assets/stylesheets/sb-admin-2.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 290, app/assets/stylesheets/sb-admin-2.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 297, app/assets/stylesheets/sb-admin-2.css */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 304, app/assets/stylesheets/sb-admin-2.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 309, app/assets/stylesheets/sb-admin-2.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 316, app/assets/stylesheets/sb-admin-2.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 328, app/assets/stylesheets/sb-admin-2.css */
progress {
  vertical-align: baseline;
}

/* line 332, app/assets/stylesheets/sb-admin-2.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 337, app/assets/stylesheets/sb-admin-2.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 342, app/assets/stylesheets/sb-admin-2.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 346, app/assets/stylesheets/sb-admin-2.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 351, app/assets/stylesheets/sb-admin-2.css */
output {
  display: inline-block;
}

/* line 355, app/assets/stylesheets/sb-admin-2.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 360, app/assets/stylesheets/sb-admin-2.css */
template {
  display: none;
}

/* line 364, app/assets/stylesheets/sb-admin-2.css */
[hidden] {
  display: none !important;
}

/* line 368, app/assets/stylesheets/sb-admin-2.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

/* line 387, app/assets/stylesheets/sb-admin-2.css */
h1,
.h1 {
  font-size: 2.5rem;
}

/* line 392, app/assets/stylesheets/sb-admin-2.css */
h2,
.h2 {
  font-size: 2rem;
}

/* line 397, app/assets/stylesheets/sb-admin-2.css */
h3,
.h3 {
  font-size: 1.75rem;
}

/* line 402, app/assets/stylesheets/sb-admin-2.css */
h4,
.h4 {
  font-size: 1.5rem;
}

/* line 407, app/assets/stylesheets/sb-admin-2.css */
h5,
.h5 {
  font-size: 1.25rem;
}

/* line 412, app/assets/stylesheets/sb-admin-2.css */
h6,
.h6 {
  font-size: 1rem;
}

/* line 417, app/assets/stylesheets/sb-admin-2.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 422, app/assets/stylesheets/sb-admin-2.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 428, app/assets/stylesheets/sb-admin-2.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 434, app/assets/stylesheets/sb-admin-2.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 440, app/assets/stylesheets/sb-admin-2.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 446, app/assets/stylesheets/sb-admin-2.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 453, app/assets/stylesheets/sb-admin-2.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 459, app/assets/stylesheets/sb-admin-2.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 465, app/assets/stylesheets/sb-admin-2.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 470, app/assets/stylesheets/sb-admin-2.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 475, app/assets/stylesheets/sb-admin-2.css */
.list-inline-item {
  display: inline-block;
}

/* line 479, app/assets/stylesheets/sb-admin-2.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 483, app/assets/stylesheets/sb-admin-2.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 488, app/assets/stylesheets/sb-admin-2.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 493, app/assets/stylesheets/sb-admin-2.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

/* line 499, app/assets/stylesheets/sb-admin-2.css */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 503, app/assets/stylesheets/sb-admin-2.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 508, app/assets/stylesheets/sb-admin-2.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

/* line 517, app/assets/stylesheets/sb-admin-2.css */
.figure {
  display: inline-block;
}

/* line 521, app/assets/stylesheets/sb-admin-2.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 526, app/assets/stylesheets/sb-admin-2.css */
.figure-caption {
  font-size: 90%;
  color: #858796;
}

/* line 531, app/assets/stylesheets/sb-admin-2.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 537, app/assets/stylesheets/sb-admin-2.css */
a > code {
  color: inherit;
}

/* line 541, app/assets/stylesheets/sb-admin-2.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}

/* line 549, app/assets/stylesheets/sb-admin-2.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 555, app/assets/stylesheets/sb-admin-2.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}

/* line 561, app/assets/stylesheets/sb-admin-2.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 567, app/assets/stylesheets/sb-admin-2.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 572, app/assets/stylesheets/sb-admin-2.css */
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 581, app/assets/stylesheets/sb-admin-2.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 587, app/assets/stylesheets/sb-admin-2.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 593, app/assets/stylesheets/sb-admin-2.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 599, app/assets/stylesheets/sb-admin-2.css */
  .container {
    max-width: 1140px;
  }
}

/* line 604, app/assets/stylesheets/sb-admin-2.css */
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 612, app/assets/stylesheets/sb-admin-2.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 622, app/assets/stylesheets/sb-admin-2.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 627, app/assets/stylesheets/sb-admin-2.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 633, app/assets/stylesheets/sb-admin-2.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 709, app/assets/stylesheets/sb-admin-2.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 718, app/assets/stylesheets/sb-admin-2.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 726, app/assets/stylesheets/sb-admin-2.css */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 733, app/assets/stylesheets/sb-admin-2.css */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 740, app/assets/stylesheets/sb-admin-2.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 747, app/assets/stylesheets/sb-admin-2.css */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 754, app/assets/stylesheets/sb-admin-2.css */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 761, app/assets/stylesheets/sb-admin-2.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 768, app/assets/stylesheets/sb-admin-2.css */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 775, app/assets/stylesheets/sb-admin-2.css */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 782, app/assets/stylesheets/sb-admin-2.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 789, app/assets/stylesheets/sb-admin-2.css */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 796, app/assets/stylesheets/sb-admin-2.css */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 803, app/assets/stylesheets/sb-admin-2.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 810, app/assets/stylesheets/sb-admin-2.css */
.order-first {
  order: -1;
}

/* line 816, app/assets/stylesheets/sb-admin-2.css */
.order-last {
  order: 13;
}

/* line 822, app/assets/stylesheets/sb-admin-2.css */
.order-0 {
  order: 0;
}

/* line 828, app/assets/stylesheets/sb-admin-2.css */
.order-1 {
  order: 1;
}

/* line 834, app/assets/stylesheets/sb-admin-2.css */
.order-2 {
  order: 2;
}

/* line 840, app/assets/stylesheets/sb-admin-2.css */
.order-3 {
  order: 3;
}

/* line 846, app/assets/stylesheets/sb-admin-2.css */
.order-4 {
  order: 4;
}

/* line 852, app/assets/stylesheets/sb-admin-2.css */
.order-5 {
  order: 5;
}

/* line 858, app/assets/stylesheets/sb-admin-2.css */
.order-6 {
  order: 6;
}

/* line 864, app/assets/stylesheets/sb-admin-2.css */
.order-7 {
  order: 7;
}

/* line 870, app/assets/stylesheets/sb-admin-2.css */
.order-8 {
  order: 8;
}

/* line 876, app/assets/stylesheets/sb-admin-2.css */
.order-9 {
  order: 9;
}

/* line 882, app/assets/stylesheets/sb-admin-2.css */
.order-10 {
  order: 10;
}

/* line 888, app/assets/stylesheets/sb-admin-2.css */
.order-11 {
  order: 11;
}

/* line 894, app/assets/stylesheets/sb-admin-2.css */
.order-12 {
  order: 12;
}

/* line 900, app/assets/stylesheets/sb-admin-2.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 904, app/assets/stylesheets/sb-admin-2.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 908, app/assets/stylesheets/sb-admin-2.css */
.offset-3 {
  margin-left: 25%;
}

/* line 912, app/assets/stylesheets/sb-admin-2.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 916, app/assets/stylesheets/sb-admin-2.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 920, app/assets/stylesheets/sb-admin-2.css */
.offset-6 {
  margin-left: 50%;
}

/* line 924, app/assets/stylesheets/sb-admin-2.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 928, app/assets/stylesheets/sb-admin-2.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 932, app/assets/stylesheets/sb-admin-2.css */
.offset-9 {
  margin-left: 75%;
}

/* line 936, app/assets/stylesheets/sb-admin-2.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 940, app/assets/stylesheets/sb-admin-2.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 945, app/assets/stylesheets/sb-admin-2.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 953, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 960, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 966, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 972, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 978, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 984, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 990, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 996, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1002, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1008, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1014, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1020, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1026, app/assets/stylesheets/sb-admin-2.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1032, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-first {
    order: -1;
  }
  /* line 1037, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-last {
    order: 13;
  }
  /* line 1042, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 1047, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1052, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1057, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1062, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1067, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1072, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1077, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1082, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1087, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1092, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1097, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1102, app/assets/stylesheets/sb-admin-2.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1107, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1110, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1113, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1116, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1119, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1122, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1125, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1128, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1131, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1134, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1137, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1140, app/assets/stylesheets/sb-admin-2.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1146, app/assets/stylesheets/sb-admin-2.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1154, app/assets/stylesheets/sb-admin-2.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1161, app/assets/stylesheets/sb-admin-2.css */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1167, app/assets/stylesheets/sb-admin-2.css */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1173, app/assets/stylesheets/sb-admin-2.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1179, app/assets/stylesheets/sb-admin-2.css */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1185, app/assets/stylesheets/sb-admin-2.css */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1191, app/assets/stylesheets/sb-admin-2.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1197, app/assets/stylesheets/sb-admin-2.css */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1203, app/assets/stylesheets/sb-admin-2.css */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1209, app/assets/stylesheets/sb-admin-2.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1215, app/assets/stylesheets/sb-admin-2.css */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1221, app/assets/stylesheets/sb-admin-2.css */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1227, app/assets/stylesheets/sb-admin-2.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1233, app/assets/stylesheets/sb-admin-2.css */
  .order-md-first {
    order: -1;
  }
  /* line 1238, app/assets/stylesheets/sb-admin-2.css */
  .order-md-last {
    order: 13;
  }
  /* line 1243, app/assets/stylesheets/sb-admin-2.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1248, app/assets/stylesheets/sb-admin-2.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1253, app/assets/stylesheets/sb-admin-2.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1258, app/assets/stylesheets/sb-admin-2.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1263, app/assets/stylesheets/sb-admin-2.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1268, app/assets/stylesheets/sb-admin-2.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1273, app/assets/stylesheets/sb-admin-2.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1278, app/assets/stylesheets/sb-admin-2.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1283, app/assets/stylesheets/sb-admin-2.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1288, app/assets/stylesheets/sb-admin-2.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1293, app/assets/stylesheets/sb-admin-2.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1298, app/assets/stylesheets/sb-admin-2.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1303, app/assets/stylesheets/sb-admin-2.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1308, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1311, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1314, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1317, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1320, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1323, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1326, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1329, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1332, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1335, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1338, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1341, app/assets/stylesheets/sb-admin-2.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1347, app/assets/stylesheets/sb-admin-2.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1355, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1362, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1368, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1374, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1380, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1386, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1392, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1398, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1404, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1410, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1416, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1422, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1428, app/assets/stylesheets/sb-admin-2.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1434, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1439, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1444, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1449, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1454, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1459, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1464, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1469, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1474, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1479, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1484, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1489, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1494, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1499, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1504, app/assets/stylesheets/sb-admin-2.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1509, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1512, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1515, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1518, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1521, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1524, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1527, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1530, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1533, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1536, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1539, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1542, app/assets/stylesheets/sb-admin-2.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1548, app/assets/stylesheets/sb-admin-2.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1556, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1563, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1569, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1575, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1581, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1587, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1593, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1599, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1605, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1611, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1617, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1623, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1629, app/assets/stylesheets/sb-admin-2.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1635, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1640, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1645, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1650, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1655, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1660, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1665, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1670, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1675, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1680, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1685, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1690, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1695, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1700, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1705, app/assets/stylesheets/sb-admin-2.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1710, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1713, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1716, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1719, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1722, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1725, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1728, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1731, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1734, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1737, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1740, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1743, app/assets/stylesheets/sb-admin-2.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1748, app/assets/stylesheets/sb-admin-2.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  color: #2d3246;
}

/* line 1755, app/assets/stylesheets/sb-admin-2.css */
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e3e3e6;
}

/* line 1761, app/assets/stylesheets/sb-admin-2.css */
.table th {
  border-top: none;
}

/* line 1765, app/assets/stylesheets/sb-admin-2.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e3e3e6;
}

/* line 1770, app/assets/stylesheets/sb-admin-2.css */
.table tbody + tbody {
  border-top: 2px solid #e3e3e6;
}

/* line 1774, app/assets/stylesheets/sb-admin-2.css */
.table .table {
  background-color: #fff;
}

/* line 1778, app/assets/stylesheets/sb-admin-2.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1783, app/assets/stylesheets/sb-admin-2.css */
.table-bordered {
  border: 1px solid #e3e3e6;
}

/* line 1787, app/assets/stylesheets/sb-admin-2.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e3e6;
}

/* line 1792, app/assets/stylesheets/sb-admin-2.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1797, app/assets/stylesheets/sb-admin-2.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1804, app/assets/stylesheets/sb-admin-2.css */
.table-striped th {
  background-color: #fafafa;
}

/* line 1808, app/assets/stylesheets/sb-admin-2.css */
.table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

/* line 1812, app/assets/stylesheets/sb-admin-2.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

/* line 1816, app/assets/stylesheets/sb-admin-2.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1820, app/assets/stylesheets/sb-admin-2.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdd8f6;
}

/* line 1826, app/assets/stylesheets/sb-admin-2.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a3b6ee;
}

/* line 1833, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-primary:hover {
  background-color: #b7c7f2;
}

/* line 1837, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7c7f2;
}

/* line 1842, app/assets/stylesheets/sb-admin-2.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddde2;
}

/* line 1848, app/assets/stylesheets/sb-admin-2.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c1c8;
}

/* line 1855, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-secondary:hover {
  background-color: #cfcfd6;
}

/* line 1859, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfcfd6;
}

/* line 1864, app/assets/stylesheets/sb-admin-2.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bff0de;
}

/* line 1870, app/assets/stylesheets/sb-admin-2.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e2c2;
}

/* line 1877, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-success:hover {
  background-color: #aaebd3;
}

/* line 1881, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaebd3;
}

/* line 1886, app/assets/stylesheets/sb-admin-2.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7ebf1;
}

/* line 1892, app/assets/stylesheets/sb-admin-2.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #96dbe4;
}

/* line 1899, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-info:hover {
  background-color: #b3e4ec;
}

/* line 1903, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e4ec;
}

/* line 1908, app/assets/stylesheets/sb-admin-2.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceec9;
}

/* line 1914, app/assets/stylesheets/sb-admin-2.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fadf9b;
}

/* line 1921, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-warning:hover {
  background-color: #fbe6b1;
}

/* line 1925, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b1;
}

/* line 1930, app/assets/stylesheets/sb-admin-2.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8ccc8;
}

/* line 1936, app/assets/stylesheets/sb-admin-2.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f3a199;
}

/* line 1943, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-danger:hover {
  background-color: #f5b7b1;
}

/* line 1947, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b7b1;
}

/* line 1952, app/assets/stylesheets/sb-admin-2.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1958, app/assets/stylesheets/sb-admin-2.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

/* line 1965, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1969, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1974, app/assets/stylesheets/sb-admin-2.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d5;
}

/* line 1980, app/assets/stylesheets/sb-admin-2.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a9aab1;
}

/* line 1987, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

/* line 1991, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c4c4c9;
}

/* line 1996, app/assets/stylesheets/sb-admin-2.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2002, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2006, app/assets/stylesheets/sb-admin-2.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 2011, app/assets/stylesheets/sb-admin-2.css */
.table .thead-dark th {
  color: #fff;
  background-color: #3a3b45;
  border-color: #4b4d5a;
}

/* line 2017, app/assets/stylesheets/sb-admin-2.css */
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 2023, app/assets/stylesheets/sb-admin-2.css */
.table-dark {
  color: #fff;
  background-color: #3a3b45;
}

/* line 2028, app/assets/stylesheets/sb-admin-2.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #4b4d5a;
}

/* line 2034, app/assets/stylesheets/sb-admin-2.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 2038, app/assets/stylesheets/sb-admin-2.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 2042, app/assets/stylesheets/sb-admin-2.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 2047, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2054, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 2060, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2067, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 2073, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2080, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 2086, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 2093, app/assets/stylesheets/sb-admin-2.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 2098, app/assets/stylesheets/sb-admin-2.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 2106, app/assets/stylesheets/sb-admin-2.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2110, app/assets/stylesheets/sb-admin-2.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 2125, app/assets/stylesheets/sb-admin-2.css */
.form-control::-moz-placeholder {
  color: #999 !important;
  font-size: 15px;
  font-weight: 400;
  font-family: Work Sans !important;
}
.form-control::placeholder {
  color: #999 !important;
  font-size: 15px;
  font-weight: 400;
  font-family: Work Sans !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2133, app/assets/stylesheets/sb-admin-2.css */
  .form-control {
    transition: none;
  }
}

/* line 2139, app/assets/stylesheets/sb-admin-2.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2144, app/assets/stylesheets/sb-admin-2.css */
.form-control:focus {
  background-color: white;
  outline: 0;
  box-shadow: none !important;
}

/* line 2150, app/assets/stylesheets/sb-admin-2.css */
.form-control::-webkit-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 2155, app/assets/stylesheets/sb-admin-2.css */
.form-control:-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 2160, app/assets/stylesheets/sb-admin-2.css */
.form-control::-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 2165, app/assets/stylesheets/sb-admin-2.css */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}

/* line 2170, app/assets/stylesheets/sb-admin-2.css */
.form-control:disabled,
.form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

/* line 2176, app/assets/stylesheets/sb-admin-2.css */
select.form-control:focus::-ms-value {
  background-color: #fff;
}

/* line 2180, app/assets/stylesheets/sb-admin-2.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2186, app/assets/stylesheets/sb-admin-2.css */
.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 2194, app/assets/stylesheets/sb-admin-2.css */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 2201, app/assets/stylesheets/sb-admin-2.css */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 2208, app/assets/stylesheets/sb-admin-2.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #858796;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2221, app/assets/stylesheets/sb-admin-2.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2227, app/assets/stylesheets/sb-admin-2.css */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2235, app/assets/stylesheets/sb-admin-2.css */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2243, app/assets/stylesheets/sb-admin-2.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2248, app/assets/stylesheets/sb-admin-2.css */
textarea.form-control {
  height: auto;
}

/* line 2252, app/assets/stylesheets/sb-admin-2.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 2256, app/assets/stylesheets/sb-admin-2.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2261, app/assets/stylesheets/sb-admin-2.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2271, app/assets/stylesheets/sb-admin-2.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2277, app/assets/stylesheets/sb-admin-2.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2283, app/assets/stylesheets/sb-admin-2.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2289, app/assets/stylesheets/sb-admin-2.css */
.form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

/* line 2293, app/assets/stylesheets/sb-admin-2.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2297, app/assets/stylesheets/sb-admin-2.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2308, app/assets/stylesheets/sb-admin-2.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2315, app/assets/stylesheets/sb-admin-2.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1cc88a;
}

/* line 2323, app/assets/stylesheets/sb-admin-2.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 200, 138, 0.9);
  border-radius: 0.35rem;
}

/* line 2338, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #1cc88a;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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");
}

/* line 2348, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2355, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2362, app/assets/stylesheets/sb-admin-2.css */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 2368, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #1cc88a;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

/* line 2378, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2385, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2392, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2399, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #1cc88a;
}

/* line 2404, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2411, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #1cc88a;
}

/* line 2416, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2421, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2428, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34e3a4;
  background-color: #34e3a4;
}

/* line 2436, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2444, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2452, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1cc88a;
}

/* line 2457, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2464, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2471, app/assets/stylesheets/sb-admin-2.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74a3b;
}

/* line 2479, app/assets/stylesheets/sb-admin-2.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(231, 74, 59, 0.9);
  border-radius: 0.35rem;
}

/* line 2494, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e74a3b;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

/* line 2504, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2511, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2518, app/assets/stylesheets/sb-admin-2.css */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

/* line 2524, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e74a3b;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

/* line 2534, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2541, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2548, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2555, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e74a3b;
}

/* line 2560, app/assets/stylesheets/sb-admin-2.css */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2567, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e74a3b;
}

/* line 2572, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2577, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2584, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed7468;
  background-color: #ed7468;
}

/* line 2592, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2600, app/assets/stylesheets/sb-admin-2.css */
.was-validated
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2608, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e74a3b;
}

/* line 2613, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2620, app/assets/stylesheets/sb-admin-2.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2627, app/assets/stylesheets/sb-admin-2.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2640, app/assets/stylesheets/sb-admin-2.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2645, app/assets/stylesheets/sb-admin-2.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2657, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2673, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2678, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2681, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2685, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2698, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2704, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2712, app/assets/stylesheets/sb-admin-2.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2717, app/assets/stylesheets/sb-admin-2.css */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -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;
  line-height: 1.5;
  border-radius: 0.35rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2736, app/assets/stylesheets/sb-admin-2.css */
  .btn {
    transition: none;
  }
}

/* line 2742, app/assets/stylesheets/sb-admin-2.css */
.btn:hover {
  color: #858796;
  text-decoration: none;
}

/* line 2747, app/assets/stylesheets/sb-admin-2.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 2754, app/assets/stylesheets/sb-admin-2.css */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 2759, app/assets/stylesheets/sb-admin-2.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2763, app/assets/stylesheets/sb-admin-2.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2768, app/assets/stylesheets/sb-admin-2.css */
.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 2774, app/assets/stylesheets/sb-admin-2.css */
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 2780, app/assets/stylesheets/sb-admin-2.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2786, app/assets/stylesheets/sb-admin-2.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 2793, app/assets/stylesheets/sb-admin-2.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}

/* line 2801, app/assets/stylesheets/sb-admin-2.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2808, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2814, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}

/* line 2820, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2826, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2833, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}

/* line 2841, app/assets/stylesheets/sb-admin-2.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2848, app/assets/stylesheets/sb-admin-2.css */
.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2854, app/assets/stylesheets/sb-admin-2.css */
.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

/* line 2860, app/assets/stylesheets/sb-admin-2.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2866, app/assets/stylesheets/sb-admin-2.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2873, app/assets/stylesheets/sb-admin-2.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #169b6b;
  border-color: #149063;
}

/* line 2881, app/assets/stylesheets/sb-admin-2.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2888, app/assets/stylesheets/sb-admin-2.css */
.btn-info {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2894, app/assets/stylesheets/sb-admin-2.css */
.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
}

/* line 2900, app/assets/stylesheets/sb-admin-2.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2906, app/assets/stylesheets/sb-admin-2.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2913, app/assets/stylesheets/sb-admin-2.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
}

/* line 2921, app/assets/stylesheets/sb-admin-2.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2928, app/assets/stylesheets/sb-admin-2.css */
.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2934, app/assets/stylesheets/sb-admin-2.css */
.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}

/* line 2940, app/assets/stylesheets/sb-admin-2.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2946, app/assets/stylesheets/sb-admin-2.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2953, app/assets/stylesheets/sb-admin-2.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}

/* line 2961, app/assets/stylesheets/sb-admin-2.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2968, app/assets/stylesheets/sb-admin-2.css */
.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2974, app/assets/stylesheets/sb-admin-2.css */
.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}

/* line 2980, app/assets/stylesheets/sb-admin-2.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 2986, app/assets/stylesheets/sb-admin-2.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2993, app/assets/stylesheets/sb-admin-2.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}

/* line 3001, app/assets/stylesheets/sb-admin-2.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 3008, app/assets/stylesheets/sb-admin-2.css */
.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 3014, app/assets/stylesheets/sb-admin-2.css */
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

/* line 3020, app/assets/stylesheets/sb-admin-2.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 3026, app/assets/stylesheets/sb-admin-2.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 3033, app/assets/stylesheets/sb-admin-2.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

/* line 3041, app/assets/stylesheets/sb-admin-2.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 3048, app/assets/stylesheets/sb-admin-2.css */
.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 3054, app/assets/stylesheets/sb-admin-2.css */
.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

/* line 3060, app/assets/stylesheets/sb-admin-2.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 3066, app/assets/stylesheets/sb-admin-2.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 3073, app/assets/stylesheets/sb-admin-2.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

/* line 3081, app/assets/stylesheets/sb-admin-2.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 3088, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

/* line 3093, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 3099, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 3105, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary);
  background-color: transparent;
}

/* line 3111, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 3119, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 3126, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary {
  color: #858796;
  border-color: #858796;
}

/* line 3131, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 3137, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 3143, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #858796;
  background-color: transparent;
}

/* line 3149, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 3157, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 3164, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success {
  color: #1cc88a;
  border-color: #1cc88a;
}

/* line 3169, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 3175, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 3181, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1cc88a;
  background-color: transparent;
}

/* line 3187, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 3195, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 3202, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info {
  color: #36b9cc;
  border-color: #36b9cc;
}

/* line 3207, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 3213, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 3219, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #36b9cc;
  background-color: transparent;
}

/* line 3225, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 3233, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 3240, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning {
  color: #f6c23e;
  border-color: #f6c23e;
}

/* line 3245, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 3251, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 3257, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c23e;
  background-color: transparent;
}

/* line 3263, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 3271, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 3278, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger {
  color: #e74a3b;
  border-color: #e74a3b;
}

/* line 3283, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 3289, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 3295, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e74a3b;
  background-color: transparent;
}

/* line 3301, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 3309, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 3316, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 3321, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 3327, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 3333, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

/* line 3339, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 3347, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 3354, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

/* line 3359, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 3365, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 3371, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

/* line 3377, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 3385, app/assets/stylesheets/sb-admin-2.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 3392, app/assets/stylesheets/sb-admin-2.css */
.btn-link {
  font-weight: 400;
  color: var(--primary);
}

/* line 3397, app/assets/stylesheets/sb-admin-2.css */
.btn-link:hover {
  color: #224abe;
  text-decoration: underline;
}

/* line 3402, app/assets/stylesheets/sb-admin-2.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 3409, app/assets/stylesheets/sb-admin-2.css */
.btn-link:disabled,
.btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

/* line 3415, app/assets/stylesheets/sb-admin-2.css */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3423, app/assets/stylesheets/sb-admin-2.css */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3431, app/assets/stylesheets/sb-admin-2.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3436, app/assets/stylesheets/sb-admin-2.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3440, app/assets/stylesheets/sb-admin-2.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3446, app/assets/stylesheets/sb-admin-2.css */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3452, app/assets/stylesheets/sb-admin-2.css */
  .fade {
    transition: none;
  }
}

/* line 3458, app/assets/stylesheets/sb-admin-2.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3462, app/assets/stylesheets/sb-admin-2.css */
.collapse:not(.show) {
  display: none;
}

/* line 3466, app/assets/stylesheets/sb-admin-2.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3475, app/assets/stylesheets/sb-admin-2.css */
  .collapsing {
    transition: none;
  }
}

/* line 3481, app/assets/stylesheets/sb-admin-2.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3488, app/assets/stylesheets/sb-admin-2.css */
.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 3499, app/assets/stylesheets/sb-admin-2.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3503, app/assets/stylesheets/sb-admin-2.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

/* line 3523, app/assets/stylesheets/sb-admin-2.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3529, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3536, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3543, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3550, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3556, app/assets/stylesheets/sb-admin-2.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  /* line 3562, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3569, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3576, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3583, app/assets/stylesheets/sb-admin-2.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

/* line 3589, app/assets/stylesheets/sb-admin-2.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3596, app/assets/stylesheets/sb-admin-2.css */
.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 3607, app/assets/stylesheets/sb-admin-2.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3611, app/assets/stylesheets/sb-admin-2.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3619, app/assets/stylesheets/sb-admin-2.css */
.dropright .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 3630, app/assets/stylesheets/sb-admin-2.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3634, app/assets/stylesheets/sb-admin-2.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3638, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3646, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3653, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3657, app/assets/stylesheets/sb-admin-2.css */
.dropleft .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 3667, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3671, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3675, app/assets/stylesheets/sb-admin-2.css */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3683, app/assets/stylesheets/sb-admin-2.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

/* line 3690, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3703, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item:first-child {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 3708, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 3713, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 3720, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--primary);
}

/* line 3727, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

/* line 3734, app/assets/stylesheets/sb-admin-2.css */
.dropdown-menu.show {
  display: block;
}

/* line 3738, app/assets/stylesheets/sb-admin-2.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

/* line 3747, app/assets/stylesheets/sb-admin-2.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

/* line 3753, app/assets/stylesheets/sb-admin-2.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3762, app/assets/stylesheets/sb-admin-2.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3770, app/assets/stylesheets/sb-admin-2.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3775, app/assets/stylesheets/sb-admin-2.css */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3784, app/assets/stylesheets/sb-admin-2.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3795, app/assets/stylesheets/sb-admin-2.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3799, app/assets/stylesheets/sb-admin-2.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3804, app/assets/stylesheets/sb-admin-2.css */
.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 3810, app/assets/stylesheets/sb-admin-2.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3816, app/assets/stylesheets/sb-admin-2.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3821, app/assets/stylesheets/sb-admin-2.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3827, app/assets/stylesheets/sb-admin-2.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3831, app/assets/stylesheets/sb-admin-2.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3837, app/assets/stylesheets/sb-admin-2.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3843, app/assets/stylesheets/sb-admin-2.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3856, app/assets/stylesheets/sb-admin-2.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3861, app/assets/stylesheets/sb-admin-2.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3866, app/assets/stylesheets/sb-admin-2.css */
.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 3872, app/assets/stylesheets/sb-admin-2.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3878, app/assets/stylesheets/sb-admin-2.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3883, app/assets/stylesheets/sb-admin-2.css */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3892, app/assets/stylesheets/sb-admin-2.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3905, app/assets/stylesheets/sb-admin-2.css */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3917, app/assets/stylesheets/sb-admin-2.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3932, app/assets/stylesheets/sb-admin-2.css */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3938, app/assets/stylesheets/sb-admin-2.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3942, app/assets/stylesheets/sb-admin-2.css */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3948, app/assets/stylesheets/sb-admin-2.css */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3954, app/assets/stylesheets/sb-admin-2.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3963, app/assets/stylesheets/sb-admin-2.css */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3969, app/assets/stylesheets/sb-admin-2.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3974, app/assets/stylesheets/sb-admin-2.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3981, app/assets/stylesheets/sb-admin-2.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3987, app/assets/stylesheets/sb-admin-2.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3992, app/assets/stylesheets/sb-admin-2.css */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 4003, app/assets/stylesheets/sb-admin-2.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 4007, app/assets/stylesheets/sb-admin-2.css */
.input-group-append {
  margin-left: -1px;
}

/* line 4011, app/assets/stylesheets/sb-admin-2.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 4031, app/assets/stylesheets/sb-admin-2.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 4036, app/assets/stylesheets/sb-admin-2.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

/* line 4041, app/assets/stylesheets/sb-admin-2.css */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 4053, app/assets/stylesheets/sb-admin-2.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

/* line 4058, app/assets/stylesheets/sb-admin-2.css */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 4070, app/assets/stylesheets/sb-admin-2.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 4075, app/assets/stylesheets/sb-admin-2.css */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4089, app/assets/stylesheets/sb-admin-2.css */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4101, app/assets/stylesheets/sb-admin-2.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 4108, app/assets/stylesheets/sb-admin-2.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 4115, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 4121, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}

/* line 4127, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4132, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bac8f3;
}

/* line 4136, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e5ebfa;
  border-color: #e5ebfa;
}

/* line 4142, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

/* line 4146, app/assets/stylesheets/sb-admin-2.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

/* line 4150, app/assets/stylesheets/sb-admin-2.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 4156, app/assets/stylesheets/sb-admin-2.css */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

/* line 4169, app/assets/stylesheets/sb-admin-2.css */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 4182, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}

/* line 4186, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 4190, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

/* line 4197, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 4203, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 4209, app/assets/stylesheets/sb-admin-2.css */
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 4215, app/assets/stylesheets/sb-admin-2.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4219, app/assets/stylesheets/sb-admin-2.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 4223, app/assets/stylesheets/sb-admin-2.css */
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 4229, app/assets/stylesheets/sb-admin-2.css */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 4233, app/assets/stylesheets/sb-admin-2.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 4240, app/assets/stylesheets/sb-admin-2.css */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4250, app/assets/stylesheets/sb-admin-2.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 4256, app/assets/stylesheets/sb-admin-2.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 4262, app/assets/stylesheets/sb-admin-2.css */
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 4268, app/assets/stylesheets/sb-admin-2.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4287, app/assets/stylesheets/sb-admin-2.css */
.custom-select:focus {
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(186, 200, 243, 0.5);
}

/* line 4294, app/assets/stylesheets/sb-admin-2.css */
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 4299, app/assets/stylesheets/sb-admin-2.css */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 4306, app/assets/stylesheets/sb-admin-2.css */
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}

/* line 4311, app/assets/stylesheets/sb-admin-2.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 4315, app/assets/stylesheets/sb-admin-2.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 4323, app/assets/stylesheets/sb-admin-2.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 4331, app/assets/stylesheets/sb-admin-2.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 4339, app/assets/stylesheets/sb-admin-2.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4348, app/assets/stylesheets/sb-admin-2.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bac8f3;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4354, app/assets/stylesheets/sb-admin-2.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

/* line 4358, app/assets/stylesheets/sb-admin-2.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4362, app/assets/stylesheets/sb-admin-2.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4366, app/assets/stylesheets/sb-admin-2.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #d1d3e2;
}

/* line 4381, app/assets/stylesheets/sb-admin-2.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: var(--primary);
  border-left: inherit;
}

/* line 4397, app/assets/stylesheets/sb-admin-2.css */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4407, app/assets/stylesheets/sb-admin-2.css */
.custom-range:focus {
  outline: none;
}

/* line 4411, app/assets/stylesheets/sb-admin-2.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4416, app/assets/stylesheets/sb-admin-2.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4420, app/assets/stylesheets/sb-admin-2.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4424, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4428, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4448, app/assets/stylesheets/sb-admin-2.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4454, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #e5ebfa;
}

/* line 4458, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4468, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4487, app/assets/stylesheets/sb-admin-2.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4493, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-moz-range-thumb:active {
  background-color: #e5ebfa;
}

/* line 4497, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4507, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4528, app/assets/stylesheets/sb-admin-2.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4534, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-ms-thumb:active {
  background-color: #e5ebfa;
}

/* line 4538, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4548, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 4553, app/assets/stylesheets/sb-admin-2.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 4559, app/assets/stylesheets/sb-admin-2.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}

/* line 4563, app/assets/stylesheets/sb-admin-2.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4567, app/assets/stylesheets/sb-admin-2.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}

/* line 4571, app/assets/stylesheets/sb-admin-2.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4575, app/assets/stylesheets/sb-admin-2.css */
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

/* line 4579, app/assets/stylesheets/sb-admin-2.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4593, app/assets/stylesheets/sb-admin-2.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4601, app/assets/stylesheets/sb-admin-2.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4612, app/assets/stylesheets/sb-admin-2.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4617, app/assets/stylesheets/sb-admin-2.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 4622, app/assets/stylesheets/sb-admin-2.css */
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

/* line 4628, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

/* line 4632, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4636, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 4642, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}

/* line 4647, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}

/* line 4653, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}

/* line 4660, app/assets/stylesheets/sb-admin-2.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4666, app/assets/stylesheets/sb-admin-2.css */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 4670, app/assets/stylesheets/sb-admin-2.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary);
}

/* line 4676, app/assets/stylesheets/sb-admin-2.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4683, app/assets/stylesheets/sb-admin-2.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4692, app/assets/stylesheets/sb-admin-2.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4696, app/assets/stylesheets/sb-admin-2.css */
.tab-content > .active {
  display: block;
}

/* line 4700, app/assets/stylesheets/sb-admin-2.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4716, app/assets/stylesheets/sb-admin-2.css */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4731, app/assets/stylesheets/sb-admin-2.css */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4741, app/assets/stylesheets/sb-admin-2.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4746, app/assets/stylesheets/sb-admin-2.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4759, app/assets/stylesheets/sb-admin-2.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4764, app/assets/stylesheets/sb-admin-2.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4769, app/assets/stylesheets/sb-admin-2.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4775, app/assets/stylesheets/sb-admin-2.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4786, app/assets/stylesheets/sb-admin-2.css */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 4795, app/assets/stylesheets/sb-admin-2.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 4800, app/assets/stylesheets/sb-admin-2.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4804, app/assets/stylesheets/sb-admin-2.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4815, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4823, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4832, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4838, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4841, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4845, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4850, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4857, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4863, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4871, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4880, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4886, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4889, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4893, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4898, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4905, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4911, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4919, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4928, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4934, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4937, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4941, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4946, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4953, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4959, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4967, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4976, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4982, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4985, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4989, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4994, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 5001, app/assets/stylesheets/sb-admin-2.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 5006, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 5016, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 5022, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 5029, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 5033, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 5038, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 5044, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 5052, app/assets/stylesheets/sb-admin-2.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 5056, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5060, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5065, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 5069, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 5074, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 5078, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5085, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 5090, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5094, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 5098, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5102, app/assets/stylesheets/sb-admin-2.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 5107, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 5111, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 5116, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5120, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 5125, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 5129, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 5136, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 5141, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5145, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5149, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 5153, app/assets/stylesheets/sb-admin-2.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5158, app/assets/stylesheets/sb-admin-2.css */
.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 #e3e6f0;
  border-radius: 0.35rem;
}

/* line 5175, app/assets/stylesheets/sb-admin-2.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 5180, app/assets/stylesheets/sb-admin-2.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 5185, app/assets/stylesheets/sb-admin-2.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 5190, app/assets/stylesheets/sb-admin-2.css */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 5197, app/assets/stylesheets/sb-admin-2.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 5201, app/assets/stylesheets/sb-admin-2.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 5206, app/assets/stylesheets/sb-admin-2.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5210, app/assets/stylesheets/sb-admin-2.css */
.card-link:hover {
  text-decoration: none;
}

/* line 5214, app/assets/stylesheets/sb-admin-2.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 5218, app/assets/stylesheets/sb-admin-2.css */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 5226, app/assets/stylesheets/sb-admin-2.css */
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 5230, app/assets/stylesheets/sb-admin-2.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 5234, app/assets/stylesheets/sb-admin-2.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}

/* line 5240, app/assets/stylesheets/sb-admin-2.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

/* line 5244, app/assets/stylesheets/sb-admin-2.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 5251, app/assets/stylesheets/sb-admin-2.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 5256, app/assets/stylesheets/sb-admin-2.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5265, app/assets/stylesheets/sb-admin-2.css */
.card-img {
  width: 100%;
  border-radius: calc(0.35rem - 1px);
}

/* line 5270, app/assets/stylesheets/sb-admin-2.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 5276, app/assets/stylesheets/sb-admin-2.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 5282, app/assets/stylesheets/sb-admin-2.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 5292, app/assets/stylesheets/sb-admin-2.css */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 5297, app/assets/stylesheets/sb-admin-2.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 5305, app/assets/stylesheets/sb-admin-2.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 5322, app/assets/stylesheets/sb-admin-2.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 5332, app/assets/stylesheets/sb-admin-2.css */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 5337, app/assets/stylesheets/sb-admin-2.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 5343, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 5349, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5353, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5357, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 5361, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5365, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5369, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 5373, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 5377, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:only-child {
    border-radius: 0.35rem;
  }
  /* line 5380, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
  }
  /* line 5385, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
  }
  /* line 5390, app/assets/stylesheets/sb-admin-2.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 5393, app/assets/stylesheets/sb-admin-2.css */
  .card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-img-top,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-img-bottom,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-header,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-footer {
    border-radius: 0;
  }
}

/* line 5409, app/assets/stylesheets/sb-admin-2.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 5414, app/assets/stylesheets/sb-admin-2.css */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5422, app/assets/stylesheets/sb-admin-2.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5428, app/assets/stylesheets/sb-admin-2.css */
.accordion .card {
  overflow: hidden;
}

/* line 5432, app/assets/stylesheets/sb-admin-2.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5436, app/assets/stylesheets/sb-admin-2.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5441, app/assets/stylesheets/sb-admin-2.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5447, app/assets/stylesheets/sb-admin-2.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5452, app/assets/stylesheets/sb-admin-2.css */
.accordion .card .card-header {
  margin-bottom: -1px;
}

/* line 5456, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 5469, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5473, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 5480, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5484, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5488, app/assets/stylesheets/sb-admin-2.css */
.breadcrumb-item.active {
  color: #858796;
}

/* line 5492, app/assets/stylesheets/sb-admin-2.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 5501, app/assets/stylesheets/sb-admin-2.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #dddfeb;
}

/* line 5512, app/assets/stylesheets/sb-admin-2.css */
.page-link:hover {
  z-index: 2;
  color: #224abe;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 5520, app/assets/stylesheets/sb-admin-2.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 5527, app/assets/stylesheets/sb-admin-2.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5531, app/assets/stylesheets/sb-admin-2.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 5537, app/assets/stylesheets/sb-admin-2.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 5542, app/assets/stylesheets/sb-admin-2.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 5549, app/assets/stylesheets/sb-admin-2.css */
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* line 5557, app/assets/stylesheets/sb-admin-2.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 5563, app/assets/stylesheets/sb-admin-2.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5568, app/assets/stylesheets/sb-admin-2.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5573, app/assets/stylesheets/sb-admin-2.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5579, app/assets/stylesheets/sb-admin-2.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5584, app/assets/stylesheets/sb-admin-2.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5589, app/assets/stylesheets/sb-admin-2.css */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
}

/* line 5601, app/assets/stylesheets/sb-admin-2.css */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 5606, app/assets/stylesheets/sb-admin-2.css */
.badge:empty {
  display: none;
}

/* line 5610, app/assets/stylesheets/sb-admin-2.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5615, app/assets/stylesheets/sb-admin-2.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5621, app/assets/stylesheets/sb-admin-2.css */
.badge-primary {
  color: #fff;
  background-color: var(--primary);
}

/* line 5626, app/assets/stylesheets/sb-admin-2.css */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2653d4;
}

/* line 5632, app/assets/stylesheets/sb-admin-2.css */
.badge-secondary {
  color: #fff;
  background-color: #858796;
}

/* line 5637, app/assets/stylesheets/sb-admin-2.css */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #6b6d7d;
}

/* line 5643, app/assets/stylesheets/sb-admin-2.css */
.badge-success {
  color: #fff;
  background-color: #1cc88a;
}

/* line 5648, app/assets/stylesheets/sb-admin-2.css */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #169b6b;
}

/* line 5654, app/assets/stylesheets/sb-admin-2.css */
.badge-info {
  color: #fff;
  background-color: #36b9cc;
}

/* line 5659, app/assets/stylesheets/sb-admin-2.css */
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #2a96a5;
}

/* line 5665, app/assets/stylesheets/sb-admin-2.css */
.badge-warning {
  color: #fff;
  background-color: #f6c23e;
}

/* line 5670, app/assets/stylesheets/sb-admin-2.css */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #fff;
  background-color: #f4b30d;
}

/* line 5676, app/assets/stylesheets/sb-admin-2.css */
.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

/* line 5681, app/assets/stylesheets/sb-admin-2.css */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #d52a1a;
}

/* line 5687, app/assets/stylesheets/sb-admin-2.css */
.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

/* line 5692, app/assets/stylesheets/sb-admin-2.css */
a.badge-light:hover,
a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

/* line 5698, app/assets/stylesheets/sb-admin-2.css */
.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 5703, app/assets/stylesheets/sb-admin-2.css */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

/* line 5709, app/assets/stylesheets/sb-admin-2.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5717, app/assets/stylesheets/sb-admin-2.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5722, app/assets/stylesheets/sb-admin-2.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5728, app/assets/stylesheets/sb-admin-2.css */
.alert {
  position: relative;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 5739, app/assets/stylesheets/sb-admin-2.css */
.alert a {
  color: inherit;
  text-decoration: underline;
}

/* line 5744, app/assets/stylesheets/sb-admin-2.css */
.alert-heading {
  color: inherit;
}

/* line 5748, app/assets/stylesheets/sb-admin-2.css */
.alert-link {
  font-weight: 700;
}

/* line 5752, app/assets/stylesheets/sb-admin-2.css */
.alert-dismissible .close {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  color: inherit;
  opacity: 1;
}

/* line 5761, app/assets/stylesheets/sb-admin-2.css */
.alert-dismissible .close:hover,
.alert a:hover {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  color: inherit;
}

/* line 5768, app/assets/stylesheets/sb-admin-2.css */
.alert-primary {
  color: #fff;
  background: #2d32469d;
}

/* line 5773, app/assets/stylesheets/sb-admin-2.css */
.alert-primary hr {
  border-top-color: #cbaf82;
}

/* line 5777, app/assets/stylesheets/sb-admin-2.css */
.alert-primary .alert-link {
  color: #fff;
  text-decoration: underline;
}

/* line 5782, app/assets/stylesheets/sb-admin-2.css */
.alert-secondary {
  color: #45464e;
  background-color: #e7e7ea;
  border-color: #dddde2;
}

/* line 5788, app/assets/stylesheets/sb-admin-2.css */
.alert-secondary hr {
  border-top-color: #cfcfd6;
}

/* line 5792, app/assets/stylesheets/sb-admin-2.css */
.alert-secondary .alert-link {
  color: #2d2e33;
}

/* line 5796, app/assets/stylesheets/sb-admin-2.css */
.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
}

/* line 5802, app/assets/stylesheets/sb-admin-2.css */
.alert-success hr {
  border-top-color: #aaebd3;
}

/* line 5806, app/assets/stylesheets/sb-admin-2.css */
.alert-success .alert-link {
  color: #093b29;
}

/* line 5810, app/assets/stylesheets/sb-admin-2.css */
.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}

/* line 5816, app/assets/stylesheets/sb-admin-2.css */
.alert-info hr {
  border-top-color: #b3e4ec;
}

/* line 5820, app/assets/stylesheets/sb-admin-2.css */
.alert-info .alert-link {
  color: #113b42;
}

/* line 5824, app/assets/stylesheets/sb-admin-2.css */
.alert-warning {
  color: #806520;
  background-color: #fdf3d8;
  border-color: #fceec9;
}

/* line 5830, app/assets/stylesheets/sb-admin-2.css */
.alert-warning hr {
  border-top-color: #fbe6b1;
}

/* line 5834, app/assets/stylesheets/sb-admin-2.css */
.alert-warning .alert-link {
  color: #574516;
}

/* line 5838, app/assets/stylesheets/sb-admin-2.css */
.alert-danger {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

/* line 5844, app/assets/stylesheets/sb-admin-2.css */
.alert-danger hr {
  border-top-color: #f5b7b1;
}

/* line 5848, app/assets/stylesheets/sb-admin-2.css */
.alert-danger .alert-link {
  color: #4f1915;
}

/* line 5852, app/assets/stylesheets/sb-admin-2.css */
.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5858, app/assets/stylesheets/sb-admin-2.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5862, app/assets/stylesheets/sb-admin-2.css */
.alert-light .alert-link {
  color: #686869;
}

/* line 5866, app/assets/stylesheets/sb-admin-2.css */
.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

/* line 5872, app/assets/stylesheets/sb-admin-2.css */
.alert-dark hr {
  border-top-color: #c4c4c9;
}

/* line 5876, app/assets/stylesheets/sb-admin-2.css */
.alert-dark .alert-link {
  color: #18181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5898, app/assets/stylesheets/sb-admin-2.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.7rem;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 5909, app/assets/stylesheets/sb-admin-2.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary);
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5929, app/assets/stylesheets/sb-admin-2.css */
  .progress-bar {
    transition: none;
  }
}

/* line 5935, app/assets/stylesheets/sb-admin-2.css */
.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 5949, app/assets/stylesheets/sb-admin-2.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5954, app/assets/stylesheets/sb-admin-2.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5963, app/assets/stylesheets/sb-admin-2.css */
.media-body {
  flex: 1;
}

/* line 5969, app/assets/stylesheets/sb-admin-2.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5981, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}

/* line 5987, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 5994, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

/* line 5999, app/assets/stylesheets/sb-admin-2.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6008, app/assets/stylesheets/sb-admin-2.css */
.list-group-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 6013, app/assets/stylesheets/sb-admin-2.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 6019, app/assets/stylesheets/sb-admin-2.css */
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 6025, app/assets/stylesheets/sb-admin-2.css */
.list-group-item.disabled,
.list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}

/* line 6032, app/assets/stylesheets/sb-admin-2.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

/* line 6039, app/assets/stylesheets/sb-admin-2.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6045, app/assets/stylesheets/sb-admin-2.css */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 6049, app/assets/stylesheets/sb-admin-2.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 6053, app/assets/stylesheets/sb-admin-2.css */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 6058, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-primary {
  color: #293c74;
  background-color: #cdd8f6;
}

/* line 6063, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #293c74;
  background-color: #b7c7f2;
}

/* line 6069, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #293c74;
  border-color: #293c74;
}

/* line 6075, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-secondary {
  color: #45464e;
  background-color: #dddde2;
}

/* line 6080, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #45464e;
  background-color: #cfcfd6;
}

/* line 6086, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #45464e;
  border-color: #45464e;
}

/* line 6092, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-success {
  color: #0f6848;
  background-color: #bff0de;
}

/* line 6097, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f6848;
  background-color: #aaebd3;
}

/* line 6103, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f6848;
  border-color: #0f6848;
}

/* line 6109, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-info {
  color: #1c606a;
  background-color: #c7ebf1;
}

/* line 6114, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1c606a;
  background-color: #b3e4ec;
}

/* line 6120, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1c606a;
  border-color: #1c606a;
}

/* line 6126, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-warning {
  color: #806520;
  background-color: #fceec9;
}

/* line 6131, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #806520;
  background-color: #fbe6b1;
}

/* line 6137, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806520;
  border-color: #806520;
}

/* line 6143, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-danger {
  color: #78261f;
  background-color: #f8ccc8;
}

/* line 6148, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #78261f;
  background-color: #f5b7b1;
}

/* line 6154, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #78261f;
  border-color: #78261f;
}

/* line 6160, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}

/* line 6165, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}

/* line 6171, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

/* line 6177, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-dark {
  color: #2f3037;
  background-color: #d1d1d5;
}

/* line 6182, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #2f3037;
  background-color: #c4c4c9;
}

/* line 6188, app/assets/stylesheets/sb-admin-2.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2f3037;
  border-color: #2f3037;
}

/* line 6194, app/assets/stylesheets/sb-admin-2.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 6204, app/assets/stylesheets/sb-admin-2.css */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 6209, app/assets/stylesheets/sb-admin-2.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6213, app/assets/stylesheets/sb-admin-2.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

/* line 6218, app/assets/stylesheets/sb-admin-2.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6227, app/assets/stylesheets/sb-admin-2.css */
a.close.disabled {
  pointer-events: none;
}

/* line 6231, app/assets/stylesheets/sb-admin-2.css */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}

/* line 6246, app/assets/stylesheets/sb-admin-2.css */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 6250, app/assets/stylesheets/sb-admin-2.css */
.toast.showing {
  opacity: 1;
}

/* line 6254, app/assets/stylesheets/sb-admin-2.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 6259, app/assets/stylesheets/sb-admin-2.css */
.toast.hide {
  display: none;
}

/* line 6263, app/assets/stylesheets/sb-admin-2.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6277, app/assets/stylesheets/sb-admin-2.css */
.toast-body {
  padding: 0.75rem;
}

/* line 6281, app/assets/stylesheets/sb-admin-2.css */
.modal-open {
  overflow: hidden;
}

/* line 6285, app/assets/stylesheets/sb-admin-2.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6290, app/assets/stylesheets/sb-admin-2.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6302, app/assets/stylesheets/sb-admin-2.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 6309, app/assets/stylesheets/sb-admin-2.css */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6319, app/assets/stylesheets/sb-admin-2.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6325, app/assets/stylesheets/sb-admin-2.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6330, app/assets/stylesheets/sb-admin-2.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 6340, app/assets/stylesheets/sb-admin-2.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 6346, app/assets/stylesheets/sb-admin-2.css */
.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;
  outline: 0;
}

/* line 6364, app/assets/stylesheets/sb-admin-2.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6374, app/assets/stylesheets/sb-admin-2.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6378, app/assets/stylesheets/sb-admin-2.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6382, app/assets/stylesheets/sb-admin-2.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #eaecf4;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 6398, app/assets/stylesheets/sb-admin-2.css */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6403, app/assets/stylesheets/sb-admin-2.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6408, app/assets/stylesheets/sb-admin-2.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6416, app/assets/stylesheets/sb-admin-2.css */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #eaecf4;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 6432, app/assets/stylesheets/sb-admin-2.css */
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

/* line 6436, app/assets/stylesheets/sb-admin-2.css */
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

/* line 6440, app/assets/stylesheets/sb-admin-2.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6449, app/assets/stylesheets/sb-admin-2.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6453, app/assets/stylesheets/sb-admin-2.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 6456, app/assets/stylesheets/sb-admin-2.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 6459, app/assets/stylesheets/sb-admin-2.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6465, app/assets/stylesheets/sb-admin-2.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6472, app/assets/stylesheets/sb-admin-2.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6477, app/assets/stylesheets/sb-admin-2.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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 6503, app/assets/stylesheets/sb-admin-2.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 6507, app/assets/stylesheets/sb-admin-2.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6514, app/assets/stylesheets/sb-admin-2.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6521, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6526, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6531, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6538, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6543, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6550, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6557, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6562, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6567, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6574, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6579, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6586, app/assets/stylesheets/sb-admin-2.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6593, app/assets/stylesheets/sb-admin-2.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

/* line 6602, app/assets/stylesheets/sb-admin-2.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
}

/* line 6633, app/assets/stylesheets/sb-admin-2.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6641, app/assets/stylesheets/sb-admin-2.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6650, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6655, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6660, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 6667, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6673, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6679, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6684, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6692, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 6699, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6705, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6711, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6716, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6721, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 6728, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6734, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6740, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6752, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6757, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6765, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 6772, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6778, app/assets/stylesheets/sb-admin-2.css */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 6784, app/assets/stylesheets/sb-admin-2.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6795, app/assets/stylesheets/sb-admin-2.css */
.popover-header:empty {
  display: none;
}

/* line 6799, app/assets/stylesheets/sb-admin-2.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

/* line 6804, app/assets/stylesheets/sb-admin-2.css */
.carousel {
  position: relative;
}

/* line 6808, app/assets/stylesheets/sb-admin-2.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6813, app/assets/stylesheets/sb-admin-2.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6819, app/assets/stylesheets/sb-admin-2.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6825, app/assets/stylesheets/sb-admin-2.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6840, app/assets/stylesheets/sb-admin-2.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6846, app/assets/stylesheets/sb-admin-2.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6852, app/assets/stylesheets/sb-admin-2.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6858, app/assets/stylesheets/sb-admin-2.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6864, app/assets/stylesheets/sb-admin-2.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6872, app/assets/stylesheets/sb-admin-2.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6879, app/assets/stylesheets/sb-admin-2.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6888, app/assets/stylesheets/sb-admin-2.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6895, app/assets/stylesheets/sb-admin-2.css */
.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6919, app/assets/stylesheets/sb-admin-2.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6926, app/assets/stylesheets/sb-admin-2.css */
.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 6936, app/assets/stylesheets/sb-admin-2.css */
.carousel-control-prev {
  left: 0;
}

/* line 6940, app/assets/stylesheets/sb-admin-2.css */
.carousel-control-next {
  right: 0;
}

/* line 6944, app/assets/stylesheets/sb-admin-2.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 6953, app/assets/stylesheets/sb-admin-2.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6957, app/assets/stylesheets/sb-admin-2.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6961, app/assets/stylesheets/sb-admin-2.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6979, app/assets/stylesheets/sb-admin-2.css */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7001, app/assets/stylesheets/sb-admin-2.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 7007, app/assets/stylesheets/sb-admin-2.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 7011, app/assets/stylesheets/sb-admin-2.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

/* line 7037, app/assets/stylesheets/sb-admin-2.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/* line 7049, app/assets/stylesheets/sb-admin-2.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

/* line 7075, app/assets/stylesheets/sb-admin-2.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

/* line 7087, app/assets/stylesheets/sb-admin-2.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 7092, app/assets/stylesheets/sb-admin-2.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 7096, app/assets/stylesheets/sb-admin-2.css */
.align-top {
  vertical-align: top !important;
}

/* line 7100, app/assets/stylesheets/sb-admin-2.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 7104, app/assets/stylesheets/sb-admin-2.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7108, app/assets/stylesheets/sb-admin-2.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 7112, app/assets/stylesheets/sb-admin-2.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 7116, app/assets/stylesheets/sb-admin-2.css */
.bg-primary {
  background-color: var(--primary) !important;
}

/* line 7120, app/assets/stylesheets/sb-admin-2.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2653d4 !important;
}

/* line 7127, app/assets/stylesheets/sb-admin-2.css */
.bg-secondary {
  background-color: var(--secondary) !important;
}

/* line 7131, app/assets/stylesheets/sb-admin-2.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6b6d7d !important;
}

/* line 7138, app/assets/stylesheets/sb-admin-2.css */
.bg-success {
  background-color: #1cc88a !important;
}

/* line 7142, app/assets/stylesheets/sb-admin-2.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #169b6b !important;
}

/* line 7149, app/assets/stylesheets/sb-admin-2.css */
.bg-info {
  background-color: #36b9cc !important;
}

/* line 7153, app/assets/stylesheets/sb-admin-2.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2a96a5 !important;
}

/* line 7160, app/assets/stylesheets/sb-admin-2.css */
.bg-warning {
  background-color: #f6c23e !important;
}

/* line 7164, app/assets/stylesheets/sb-admin-2.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b30d !important;
}

/* line 7171, app/assets/stylesheets/sb-admin-2.css */
.bg-danger {
  background-color: #e74a3b !important;
}

/* line 7175, app/assets/stylesheets/sb-admin-2.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d52a1a !important;
}

/* line 7182, app/assets/stylesheets/sb-admin-2.css */
.bg-light {
  background-color: #ffffff !important;
}

/* line 7186, app/assets/stylesheets/sb-admin-2.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

/* line 7193, app/assets/stylesheets/sb-admin-2.css */
.bg-dark {
  background-color: #5a5c69 !important;
}

/* line 7197, app/assets/stylesheets/sb-admin-2.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #42444e !important;
}

/* line 7204, app/assets/stylesheets/sb-admin-2.css */
.bg-white {
  background-color: #fff !important;
}

/* line 7208, app/assets/stylesheets/sb-admin-2.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7212, app/assets/stylesheets/sb-admin-2.css */
.border {
  border: 1px solid #e3e6f0 !important;
}

/* line 7216, app/assets/stylesheets/sb-admin-2.css */
.border-top {
  border-top: 1px solid #e3e6f0 !important;
}

/* line 7220, app/assets/stylesheets/sb-admin-2.css */
.border-right {
  border-right: 1px solid #e3e6f0 !important;
}

/* line 7224, app/assets/stylesheets/sb-admin-2.css */
.border-bottom {
  border-bottom: 1px solid #e3e6f0 !important;
}

/* line 7228, app/assets/stylesheets/sb-admin-2.css */
.border-left {
  border-left: 1px solid #e3e6f0 !important;
}

/* line 7232, app/assets/stylesheets/sb-admin-2.css */
.border-0 {
  border: 0 !important;
}

/* line 7236, app/assets/stylesheets/sb-admin-2.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7240, app/assets/stylesheets/sb-admin-2.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 7244, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 7248, app/assets/stylesheets/sb-admin-2.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 7252, app/assets/stylesheets/sb-admin-2.css */
.border-primary {
  border-color: var(--primary) !important;
}

/* line 7256, app/assets/stylesheets/sb-admin-2.css */
.border-secondary {
  border-color: #858796 !important;
}

/* line 7260, app/assets/stylesheets/sb-admin-2.css */
.border-success {
  border-color: #1cc88a !important;
}

/* line 7264, app/assets/stylesheets/sb-admin-2.css */
.border-info {
  border-color: #36b9cc !important;
}

/* line 7268, app/assets/stylesheets/sb-admin-2.css */
.border-warning {
  border-color: #f6c23e !important;
}

/* line 7272, app/assets/stylesheets/sb-admin-2.css */
.border-danger {
  border-color: #e74a3b !important;
}

/* line 7276, app/assets/stylesheets/sb-admin-2.css */
.border-light {
  border-color: #f8f9fc !important;
}

/* line 7280, app/assets/stylesheets/sb-admin-2.css */
.border-dark {
  border-color: #5a5c69 !important;
}

/* line 7284, app/assets/stylesheets/sb-admin-2.css */
.border-white {
  border-color: #fff !important;
}

/* line 7288, app/assets/stylesheets/sb-admin-2.css */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 7292, app/assets/stylesheets/sb-admin-2.css */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 7297, app/assets/stylesheets/sb-admin-2.css */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 7302, app/assets/stylesheets/sb-admin-2.css */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 7307, app/assets/stylesheets/sb-admin-2.css */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 7312, app/assets/stylesheets/sb-admin-2.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7316, app/assets/stylesheets/sb-admin-2.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 7320, app/assets/stylesheets/sb-admin-2.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7324, app/assets/stylesheets/sb-admin-2.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 7330, app/assets/stylesheets/sb-admin-2.css */
.d-none {
  display: none !important;
}

/* line 7334, app/assets/stylesheets/sb-admin-2.css */
.d-inline {
  display: inline !important;
}

/* line 7338, app/assets/stylesheets/sb-admin-2.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 7342, app/assets/stylesheets/sb-admin-2.css */
.d-block {
  display: block !important;
}

/* line 7346, app/assets/stylesheets/sb-admin-2.css */
.d-table {
  display: table !important;
}

/* line 7350, app/assets/stylesheets/sb-admin-2.css */
.d-table-row {
  display: table-row !important;
}

/* line 7354, app/assets/stylesheets/sb-admin-2.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 7358, app/assets/stylesheets/sb-admin-2.css */
.d-flex {
  display: flex !important;
}

/* line 7364, app/assets/stylesheets/sb-admin-2.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 7371, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 7374, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7377, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7380, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 7383, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 7386, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7389, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7392, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 7397, app/assets/stylesheets/sb-admin-2.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7405, app/assets/stylesheets/sb-admin-2.css */
  .d-md-none {
    display: none !important;
  }
  /* line 7408, app/assets/stylesheets/sb-admin-2.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7411, app/assets/stylesheets/sb-admin-2.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7414, app/assets/stylesheets/sb-admin-2.css */
  .d-md-block {
    display: block !important;
  }
  /* line 7417, app/assets/stylesheets/sb-admin-2.css */
  .d-md-table {
    display: table !important;
  }
  /* line 7420, app/assets/stylesheets/sb-admin-2.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7423, app/assets/stylesheets/sb-admin-2.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7426, app/assets/stylesheets/sb-admin-2.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 7431, app/assets/stylesheets/sb-admin-2.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7439, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 7442, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7445, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7448, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 7451, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 7454, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7457, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7460, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 7465, app/assets/stylesheets/sb-admin-2.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7473, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 7476, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7479, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7482, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 7485, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 7488, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7491, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7494, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 7499, app/assets/stylesheets/sb-admin-2.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 7507, app/assets/stylesheets/sb-admin-2.css */
  .d-print-none {
    display: none !important;
  }
  /* line 7510, app/assets/stylesheets/sb-admin-2.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7513, app/assets/stylesheets/sb-admin-2.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7516, app/assets/stylesheets/sb-admin-2.css */
  .d-print-block {
    display: block !important;
  }
  /* line 7519, app/assets/stylesheets/sb-admin-2.css */
  .d-print-table {
    display: table !important;
  }
  /* line 7522, app/assets/stylesheets/sb-admin-2.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7525, app/assets/stylesheets/sb-admin-2.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7528, app/assets/stylesheets/sb-admin-2.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7533, app/assets/stylesheets/sb-admin-2.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 7540, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7548, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7553, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7567, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 7571, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7575, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 7579, app/assets/stylesheets/sb-admin-2.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7583, app/assets/stylesheets/sb-admin-2.css */
.flex-row {
  flex-direction: row !important;
}

/* line 7590, app/assets/stylesheets/sb-admin-2.css */
.flex-column {
  flex-direction: column !important;
}

/* line 7597, app/assets/stylesheets/sb-admin-2.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7604, app/assets/stylesheets/sb-admin-2.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7611, app/assets/stylesheets/sb-admin-2.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7616, app/assets/stylesheets/sb-admin-2.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7621, app/assets/stylesheets/sb-admin-2.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7626, app/assets/stylesheets/sb-admin-2.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7632, app/assets/stylesheets/sb-admin-2.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7638, app/assets/stylesheets/sb-admin-2.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7644, app/assets/stylesheets/sb-admin-2.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7649, app/assets/stylesheets/sb-admin-2.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7654, app/assets/stylesheets/sb-admin-2.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7660, app/assets/stylesheets/sb-admin-2.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7666, app/assets/stylesheets/sb-admin-2.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 7672, app/assets/stylesheets/sb-admin-2.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7678, app/assets/stylesheets/sb-admin-2.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7683, app/assets/stylesheets/sb-admin-2.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7689, app/assets/stylesheets/sb-admin-2.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7695, app/assets/stylesheets/sb-admin-2.css */
.align-items-center {
  align-items: center !important;
}

/* line 7701, app/assets/stylesheets/sb-admin-2.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7707, app/assets/stylesheets/sb-admin-2.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7713, app/assets/stylesheets/sb-admin-2.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7718, app/assets/stylesheets/sb-admin-2.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7723, app/assets/stylesheets/sb-admin-2.css */
.align-content-center {
  align-content: center !important;
}

/* line 7728, app/assets/stylesheets/sb-admin-2.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 7733, app/assets/stylesheets/sb-admin-2.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 7738, app/assets/stylesheets/sb-admin-2.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7743, app/assets/stylesheets/sb-admin-2.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 7748, app/assets/stylesheets/sb-admin-2.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7753, app/assets/stylesheets/sb-admin-2.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7758, app/assets/stylesheets/sb-admin-2.css */
.align-self-center {
  align-self: center !important;
}

/* line 7763, app/assets/stylesheets/sb-admin-2.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7768, app/assets/stylesheets/sb-admin-2.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7774, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7780, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7786, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7792, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7798, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7802, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7806, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7810, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7815, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7820, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7825, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7829, app/assets/stylesheets/sb-admin-2.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7833, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7838, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7843, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7848, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7853, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7857, app/assets/stylesheets/sb-admin-2.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7862, app/assets/stylesheets/sb-admin-2.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7867, app/assets/stylesheets/sb-admin-2.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7872, app/assets/stylesheets/sb-admin-2.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7877, app/assets/stylesheets/sb-admin-2.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7882, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7886, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7890, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7894, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7898, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7902, app/assets/stylesheets/sb-admin-2.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7906, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7910, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7914, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7918, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7922, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7926, app/assets/stylesheets/sb-admin-2.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7933, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7939, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7945, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7951, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7957, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7961, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7965, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7969, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7974, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7979, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7984, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7988, app/assets/stylesheets/sb-admin-2.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7992, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7997, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 8002, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 8007, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 8012, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 8016, app/assets/stylesheets/sb-admin-2.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 8021, app/assets/stylesheets/sb-admin-2.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 8026, app/assets/stylesheets/sb-admin-2.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 8031, app/assets/stylesheets/sb-admin-2.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 8036, app/assets/stylesheets/sb-admin-2.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 8041, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 8045, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 8049, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 8053, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 8057, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 8061, app/assets/stylesheets/sb-admin-2.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 8065, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 8069, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 8073, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 8077, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 8081, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 8085, app/assets/stylesheets/sb-admin-2.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 8092, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 8098, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 8104, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8110, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8116, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8120, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8124, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8128, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 8133, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8138, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8143, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8147, app/assets/stylesheets/sb-admin-2.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8151, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 8156, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 8161, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 8166, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 8171, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 8175, app/assets/stylesheets/sb-admin-2.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 8180, app/assets/stylesheets/sb-admin-2.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 8185, app/assets/stylesheets/sb-admin-2.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 8190, app/assets/stylesheets/sb-admin-2.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 8195, app/assets/stylesheets/sb-admin-2.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 8200, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 8204, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 8208, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 8212, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 8216, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 8220, app/assets/stylesheets/sb-admin-2.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 8224, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 8228, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 8232, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 8236, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 8240, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 8244, app/assets/stylesheets/sb-admin-2.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 8251, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 8257, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 8263, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 8269, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 8275, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 8279, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 8283, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 8287, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 8292, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 8297, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 8302, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 8306, app/assets/stylesheets/sb-admin-2.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 8310, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 8315, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 8320, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 8325, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 8330, app/assets/stylesheets/sb-admin-2.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 8334, app/assets/stylesheets/sb-admin-2.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 8339, app/assets/stylesheets/sb-admin-2.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 8344, app/assets/stylesheets/sb-admin-2.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 8349, app/assets/stylesheets/sb-admin-2.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 8354, app/assets/stylesheets/sb-admin-2.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 8359, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 8363, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 8367, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 8371, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 8375, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 8379, app/assets/stylesheets/sb-admin-2.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 8383, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 8387, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 8391, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 8395, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 8399, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 8403, app/assets/stylesheets/sb-admin-2.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 8409, app/assets/stylesheets/sb-admin-2.css */
.float-left {
  float: left !important;
}

/* line 8413, app/assets/stylesheets/sb-admin-2.css */
.float-right {
  float: right !important;
}

/* line 8417, app/assets/stylesheets/sb-admin-2.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 8422, app/assets/stylesheets/sb-admin-2.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 8425, app/assets/stylesheets/sb-admin-2.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 8428, app/assets/stylesheets/sb-admin-2.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 8434, app/assets/stylesheets/sb-admin-2.css */
  .float-md-left {
    float: left !important;
  }
  /* line 8437, app/assets/stylesheets/sb-admin-2.css */
  .float-md-right {
    float: right !important;
  }
  /* line 8440, app/assets/stylesheets/sb-admin-2.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 8446, app/assets/stylesheets/sb-admin-2.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 8449, app/assets/stylesheets/sb-admin-2.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 8452, app/assets/stylesheets/sb-admin-2.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8458, app/assets/stylesheets/sb-admin-2.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 8461, app/assets/stylesheets/sb-admin-2.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 8464, app/assets/stylesheets/sb-admin-2.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 8469, app/assets/stylesheets/sb-admin-2.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 8473, app/assets/stylesheets/sb-admin-2.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8477, app/assets/stylesheets/sb-admin-2.css */
.position-static {
  position: static !important;
}

/* line 8481, app/assets/stylesheets/sb-admin-2.css */
.position-relative {
  position: relative !important;
}

/* line 8485, app/assets/stylesheets/sb-admin-2.css */
.position-absolute {
  position: absolute !important;
}

/* line 8489, app/assets/stylesheets/sb-admin-2.css */
.position-fixed {
  position: fixed !important;
}

/* line 8493, app/assets/stylesheets/sb-admin-2.css */
.position-sticky {
  position: sticky !important;
}

/* line 8498, app/assets/stylesheets/sb-admin-2.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8506, app/assets/stylesheets/sb-admin-2.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 8515, app/assets/stylesheets/sb-admin-2.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8523, app/assets/stylesheets/sb-admin-2.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8534, app/assets/stylesheets/sb-admin-2.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8544, app/assets/stylesheets/sb-admin-2.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

/* line 8549, app/assets/stylesheets/sb-admin-2.css */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 8554, app/assets/stylesheets/sb-admin-2.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8559, app/assets/stylesheets/sb-admin-2.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 8564, app/assets/stylesheets/sb-admin-2.css */
.w-25 {
  width: 25% !important;
}

/* line 8568, app/assets/stylesheets/sb-admin-2.css */
.w-50 {
  width: 50% !important;
}

/* line 8572, app/assets/stylesheets/sb-admin-2.css */
.w-75 {
  width: 75% !important;
}

/* line 8576, app/assets/stylesheets/sb-admin-2.css */
.w-100 {
  width: 100% !important;
}

/* line 8580, app/assets/stylesheets/sb-admin-2.css */
.w-auto {
  width: auto !important;
}

/* line 8584, app/assets/stylesheets/sb-admin-2.css */
.h-25 {
  height: 25% !important;
}

/* line 8588, app/assets/stylesheets/sb-admin-2.css */
.h-50 {
  height: 50% !important;
}

/* line 8592, app/assets/stylesheets/sb-admin-2.css */
.h-75 {
  height: 75% !important;
}

/* line 8596, app/assets/stylesheets/sb-admin-2.css */
.h-100 {
  height: 100% !important;
}

/* line 8600, app/assets/stylesheets/sb-admin-2.css */
.h-auto {
  height: auto !important;
}

/* line 8604, app/assets/stylesheets/sb-admin-2.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 8608, app/assets/stylesheets/sb-admin-2.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 8612, app/assets/stylesheets/sb-admin-2.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8616, app/assets/stylesheets/sb-admin-2.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8620, app/assets/stylesheets/sb-admin-2.css */
.vw-100 {
  width: 100vw !important;
}

/* line 8624, app/assets/stylesheets/sb-admin-2.css */
.vh-100 {
  height: 100vh !important;
}

/* line 8628, app/assets/stylesheets/sb-admin-2.css */
.m-0 {
  margin: 0 !important;
}

/* line 8632, app/assets/stylesheets/sb-admin-2.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8637, app/assets/stylesheets/sb-admin-2.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8642, app/assets/stylesheets/sb-admin-2.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8647, app/assets/stylesheets/sb-admin-2.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8652, app/assets/stylesheets/sb-admin-2.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8656, app/assets/stylesheets/sb-admin-2.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8661, app/assets/stylesheets/sb-admin-2.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8666, app/assets/stylesheets/sb-admin-2.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8671, app/assets/stylesheets/sb-admin-2.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8676, app/assets/stylesheets/sb-admin-2.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8680, app/assets/stylesheets/sb-admin-2.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8685, app/assets/stylesheets/sb-admin-2.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8690, app/assets/stylesheets/sb-admin-2.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8695, app/assets/stylesheets/sb-admin-2.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8700, app/assets/stylesheets/sb-admin-2.css */
.m-3 {
  margin: 1rem !important;
}

/* line 8704, app/assets/stylesheets/sb-admin-2.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8709, app/assets/stylesheets/sb-admin-2.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8714, app/assets/stylesheets/sb-admin-2.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8719, app/assets/stylesheets/sb-admin-2.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8724, app/assets/stylesheets/sb-admin-2.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8728, app/assets/stylesheets/sb-admin-2.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8733, app/assets/stylesheets/sb-admin-2.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8738, app/assets/stylesheets/sb-admin-2.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8743, app/assets/stylesheets/sb-admin-2.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8748, app/assets/stylesheets/sb-admin-2.css */
.m-5 {
  margin: 3rem !important;
}

/* line 8752, app/assets/stylesheets/sb-admin-2.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8757, app/assets/stylesheets/sb-admin-2.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8762, app/assets/stylesheets/sb-admin-2.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8767, app/assets/stylesheets/sb-admin-2.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8772, app/assets/stylesheets/sb-admin-2.css */
.p-0 {
  padding: 0 !important;
}

/* line 8776, app/assets/stylesheets/sb-admin-2.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8781, app/assets/stylesheets/sb-admin-2.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8786, app/assets/stylesheets/sb-admin-2.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8791, app/assets/stylesheets/sb-admin-2.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8796, app/assets/stylesheets/sb-admin-2.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8800, app/assets/stylesheets/sb-admin-2.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8805, app/assets/stylesheets/sb-admin-2.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8810, app/assets/stylesheets/sb-admin-2.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8815, app/assets/stylesheets/sb-admin-2.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8820, app/assets/stylesheets/sb-admin-2.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8824, app/assets/stylesheets/sb-admin-2.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8829, app/assets/stylesheets/sb-admin-2.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8834, app/assets/stylesheets/sb-admin-2.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8839, app/assets/stylesheets/sb-admin-2.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8844, app/assets/stylesheets/sb-admin-2.css */
.p-3 {
  padding: 1rem !important;
}

/* line 8848, app/assets/stylesheets/sb-admin-2.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8853, app/assets/stylesheets/sb-admin-2.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8858, app/assets/stylesheets/sb-admin-2.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8863, app/assets/stylesheets/sb-admin-2.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8868, app/assets/stylesheets/sb-admin-2.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8872, app/assets/stylesheets/sb-admin-2.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8877, app/assets/stylesheets/sb-admin-2.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8882, app/assets/stylesheets/sb-admin-2.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8887, app/assets/stylesheets/sb-admin-2.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8892, app/assets/stylesheets/sb-admin-2.css */
.p-5 {
  padding: 3rem !important;
}

/* line 8896, app/assets/stylesheets/sb-admin-2.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8901, app/assets/stylesheets/sb-admin-2.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8906, app/assets/stylesheets/sb-admin-2.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8911, app/assets/stylesheets/sb-admin-2.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8916, app/assets/stylesheets/sb-admin-2.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8920, app/assets/stylesheets/sb-admin-2.css */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8925, app/assets/stylesheets/sb-admin-2.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8930, app/assets/stylesheets/sb-admin-2.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8935, app/assets/stylesheets/sb-admin-2.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8940, app/assets/stylesheets/sb-admin-2.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8944, app/assets/stylesheets/sb-admin-2.css */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8949, app/assets/stylesheets/sb-admin-2.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8954, app/assets/stylesheets/sb-admin-2.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8959, app/assets/stylesheets/sb-admin-2.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8964, app/assets/stylesheets/sb-admin-2.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 8968, app/assets/stylesheets/sb-admin-2.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8973, app/assets/stylesheets/sb-admin-2.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8978, app/assets/stylesheets/sb-admin-2.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8983, app/assets/stylesheets/sb-admin-2.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8988, app/assets/stylesheets/sb-admin-2.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8992, app/assets/stylesheets/sb-admin-2.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8997, app/assets/stylesheets/sb-admin-2.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 9002, app/assets/stylesheets/sb-admin-2.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 9007, app/assets/stylesheets/sb-admin-2.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 9012, app/assets/stylesheets/sb-admin-2.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 9016, app/assets/stylesheets/sb-admin-2.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 9021, app/assets/stylesheets/sb-admin-2.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 9026, app/assets/stylesheets/sb-admin-2.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 9031, app/assets/stylesheets/sb-admin-2.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 9036, app/assets/stylesheets/sb-admin-2.css */
.m-auto {
  margin: auto !important;
}

/* line 9040, app/assets/stylesheets/sb-admin-2.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 9045, app/assets/stylesheets/sb-admin-2.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 9050, app/assets/stylesheets/sb-admin-2.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 9055, app/assets/stylesheets/sb-admin-2.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 9061, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 9064, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 9068, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 9072, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 9076, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 9080, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 9083, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9087, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9091, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9095, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9099, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 9102, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9106, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9110, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9114, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9118, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 9121, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 9125, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 9129, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9133, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 9137, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 9140, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9144, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9148, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9152, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9156, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 9159, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 9163, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 9167, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9171, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 9175, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 9178, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 9182, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 9186, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 9190, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 9194, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 9197, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9201, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9205, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9209, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9213, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 9216, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9220, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9224, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9228, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9232, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 9235, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 9239, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 9243, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9247, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 9251, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 9254, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9258, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9262, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9266, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9270, app/assets/stylesheets/sb-admin-2.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 9273, app/assets/stylesheets/sb-admin-2.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 9277, app/assets/stylesheets/sb-admin-2.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 9281, app/assets/stylesheets/sb-admin-2.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9285, app/assets/stylesheets/sb-admin-2.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 9289, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 9292, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9296, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9300, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9304, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9308, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 9311, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9315, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9319, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9323, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9327, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 9330, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 9334, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 9338, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9342, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 9346, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 9349, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9353, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9357, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9361, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9365, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 9368, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 9372, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 9376, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9380, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 9384, app/assets/stylesheets/sb-admin-2.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 9387, app/assets/stylesheets/sb-admin-2.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 9391, app/assets/stylesheets/sb-admin-2.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 9395, app/assets/stylesheets/sb-admin-2.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 9399, app/assets/stylesheets/sb-admin-2.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 9406, app/assets/stylesheets/sb-admin-2.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 9409, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 9413, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 9417, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 9421, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 9425, app/assets/stylesheets/sb-admin-2.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 9428, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9432, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9436, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9440, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9444, app/assets/stylesheets/sb-admin-2.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 9447, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9451, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9455, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9459, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9463, app/assets/stylesheets/sb-admin-2.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 9466, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 9470, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 9474, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9478, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9482, app/assets/stylesheets/sb-admin-2.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9485, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9489, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9493, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9497, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9501, app/assets/stylesheets/sb-admin-2.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9504, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9508, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9512, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9516, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9520, app/assets/stylesheets/sb-admin-2.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9523, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9527, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9531, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9535, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9539, app/assets/stylesheets/sb-admin-2.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9542, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9546, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9550, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9554, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9558, app/assets/stylesheets/sb-admin-2.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9561, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9565, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9569, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9573, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9577, app/assets/stylesheets/sb-admin-2.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9580, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9584, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9588, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9592, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9596, app/assets/stylesheets/sb-admin-2.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9599, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9603, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9607, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9611, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9615, app/assets/stylesheets/sb-admin-2.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9618, app/assets/stylesheets/sb-admin-2.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9622, app/assets/stylesheets/sb-admin-2.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9626, app/assets/stylesheets/sb-admin-2.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9630, app/assets/stylesheets/sb-admin-2.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9634, app/assets/stylesheets/sb-admin-2.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9637, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9641, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9645, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9649, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9653, app/assets/stylesheets/sb-admin-2.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9656, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9660, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9664, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9668, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9672, app/assets/stylesheets/sb-admin-2.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9675, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9679, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9683, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9687, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9691, app/assets/stylesheets/sb-admin-2.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9694, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9698, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9702, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9706, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9710, app/assets/stylesheets/sb-admin-2.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9713, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9717, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9721, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9725, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9729, app/assets/stylesheets/sb-admin-2.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9732, app/assets/stylesheets/sb-admin-2.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9736, app/assets/stylesheets/sb-admin-2.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9740, app/assets/stylesheets/sb-admin-2.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9744, app/assets/stylesheets/sb-admin-2.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9751, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9754, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9758, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9762, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9766, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9770, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9773, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9777, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9781, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9785, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9789, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9792, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9796, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9800, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9804, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9808, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9811, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9815, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9819, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9823, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9827, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9830, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9834, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9838, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9842, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9846, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9849, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9853, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9857, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9861, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9865, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9868, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9872, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9876, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9880, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9884, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9887, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9891, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9895, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9899, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9903, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9906, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9910, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9914, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9918, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9922, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9925, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9929, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9933, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9937, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9941, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9944, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9948, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9952, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9956, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9960, app/assets/stylesheets/sb-admin-2.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9963, app/assets/stylesheets/sb-admin-2.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9967, app/assets/stylesheets/sb-admin-2.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9971, app/assets/stylesheets/sb-admin-2.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9975, app/assets/stylesheets/sb-admin-2.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9979, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9982, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9986, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9990, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9994, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9998, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 10001, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10005, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10009, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10013, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10017, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 10020, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 10024, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 10028, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10032, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 10036, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 10039, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10043, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10047, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10051, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10055, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 10058, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 10062, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 10066, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10070, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 10074, app/assets/stylesheets/sb-admin-2.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 10077, app/assets/stylesheets/sb-admin-2.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 10081, app/assets/stylesheets/sb-admin-2.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 10085, app/assets/stylesheets/sb-admin-2.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 10089, app/assets/stylesheets/sb-admin-2.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 10096, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 10099, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 10103, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 10107, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10111, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 10115, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 10118, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 10122, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 10126, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 10130, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 10134, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 10137, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 10141, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 10145, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 10149, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 10153, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 10156, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 10160, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 10164, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 10168, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 10172, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 10175, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10179, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10183, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10187, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10191, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 10194, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 10198, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 10202, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 10206, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 10210, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10213, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10217, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10221, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10225, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10229, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 10232, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 10236, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 10240, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 10244, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 10248, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 10251, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 10255, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 10259, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10263, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 10267, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 10270, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 10274, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 10278, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 10282, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 10286, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10289, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10293, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10297, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10301, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10305, app/assets/stylesheets/sb-admin-2.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 10308, app/assets/stylesheets/sb-admin-2.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 10312, app/assets/stylesheets/sb-admin-2.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 10316, app/assets/stylesheets/sb-admin-2.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 10320, app/assets/stylesheets/sb-admin-2.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 10324, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 10327, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 10331, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 10335, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 10339, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 10343, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 10346, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10350, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10354, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10358, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10362, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 10365, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 10369, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 10373, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10377, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 10381, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10384, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10388, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10392, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10396, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10400, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 10403, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 10407, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 10411, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10415, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 10419, app/assets/stylesheets/sb-admin-2.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10422, app/assets/stylesheets/sb-admin-2.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10426, app/assets/stylesheets/sb-admin-2.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10430, app/assets/stylesheets/sb-admin-2.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10434, app/assets/stylesheets/sb-admin-2.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10440, app/assets/stylesheets/sb-admin-2.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10445, app/assets/stylesheets/sb-admin-2.css */
.text-justify {
  text-align: justify !important;
}

/* line 10449, app/assets/stylesheets/sb-admin-2.css */
.text-wrap {
  white-space: normal !important;
}

/* line 10453, app/assets/stylesheets/sb-admin-2.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10457, app/assets/stylesheets/sb-admin-2.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10463, app/assets/stylesheets/sb-admin-2.css */
.text-left {
  text-align: left !important;
}

/* line 10467, app/assets/stylesheets/sb-admin-2.css */
.text-right {
  text-align: right !important;
}

/* line 10471, app/assets/stylesheets/sb-admin-2.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10476, app/assets/stylesheets/sb-admin-2.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10479, app/assets/stylesheets/sb-admin-2.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10482, app/assets/stylesheets/sb-admin-2.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10488, app/assets/stylesheets/sb-admin-2.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10491, app/assets/stylesheets/sb-admin-2.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10494, app/assets/stylesheets/sb-admin-2.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10500, app/assets/stylesheets/sb-admin-2.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10503, app/assets/stylesheets/sb-admin-2.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10506, app/assets/stylesheets/sb-admin-2.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10512, app/assets/stylesheets/sb-admin-2.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10515, app/assets/stylesheets/sb-admin-2.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10518, app/assets/stylesheets/sb-admin-2.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10523, app/assets/stylesheets/sb-admin-2.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10527, app/assets/stylesheets/sb-admin-2.css */
.text-uppercase,
.dropdown .dropdown-menu .dropdown-header,
.sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

/* line 10533, app/assets/stylesheets/sb-admin-2.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10537, app/assets/stylesheets/sb-admin-2.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10541, app/assets/stylesheets/sb-admin-2.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10545, app/assets/stylesheets/sb-admin-2.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10549, app/assets/stylesheets/sb-admin-2.css */
.font-weight-bold {
  font-weight: 500 !important;
}

/* line 10553, app/assets/stylesheets/sb-admin-2.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10557, app/assets/stylesheets/sb-admin-2.css */
.font-italic {
  font-style: italic !important;
}

/* line 10561, app/assets/stylesheets/sb-admin-2.css */
.text-white {
  color: #fff !important;
}

/* line 10565, app/assets/stylesheets/sb-admin-2.css */
.text-primary {
  color: var(--primary) !important;
}

/* line 10569, app/assets/stylesheets/sb-admin-2.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #224abe !important;
}

/* line 10574, app/assets/stylesheets/sb-admin-2.css */
.text-secondary {
  color: #858796 !important;
}

/* line 10578, app/assets/stylesheets/sb-admin-2.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #60616f !important;
}

/* line 10583, app/assets/stylesheets/sb-admin-2.css */
.text-success {
  color: #1cc88a !important;
}

/* line 10587, app/assets/stylesheets/sb-admin-2.css */
a.text-success:hover,
a.text-success:focus {
  color: #13855c !important;
}

/* line 10592, app/assets/stylesheets/sb-admin-2.css */
.text-info {
  color: #36b9cc !important;
}

/* line 10596, app/assets/stylesheets/sb-admin-2.css */
a.text-info:hover,
a.text-info:focus {
  color: #258391 !important;
}

/* line 10601, app/assets/stylesheets/sb-admin-2.css */
.text-warning {
  color: #f6c23e !important;
}

/* line 10605, app/assets/stylesheets/sb-admin-2.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #dda20a !important;
}

/* line 10610, app/assets/stylesheets/sb-admin-2.css */
.text-danger {
  color: #e74a3b !important;
}

/* line 10614, app/assets/stylesheets/sb-admin-2.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #be2617 !important;
}

/* line 10619, app/assets/stylesheets/sb-admin-2.css */
.text-light {
  color: #f8f9fc !important;
}

/* line 10623, app/assets/stylesheets/sb-admin-2.css */
a.text-light:hover,
a.text-light:focus {
  color: #c2cbe5 !important;
}

/* line 10628, app/assets/stylesheets/sb-admin-2.css */
.text-dark {
  color: #5a5c69 !important;
}

/* line 10632, app/assets/stylesheets/sb-admin-2.css */
a.text-dark:hover,
a.text-dark:focus {
  color: #373840 !important;
}

/* line 10637, app/assets/stylesheets/sb-admin-2.css */
.text-body {
  color: #858796 !important;
}

/* line 10641, app/assets/stylesheets/sb-admin-2.css */
.text-muted {
  color: #858796;
}

/* line 10645, app/assets/stylesheets/sb-admin-2.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10649, app/assets/stylesheets/sb-admin-2.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10653, app/assets/stylesheets/sb-admin-2.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10661, app/assets/stylesheets/sb-admin-2.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10665, app/assets/stylesheets/sb-admin-2.css */
.text-reset {
  color: inherit !important;
}

/* line 10669, app/assets/stylesheets/sb-admin-2.css */
.visible {
  visibility: visible !important;
}

/* line 10673, app/assets/stylesheets/sb-admin-2.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10678, app/assets/stylesheets/sb-admin-2.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10685, app/assets/stylesheets/sb-admin-2.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10688, app/assets/stylesheets/sb-admin-2.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10691, app/assets/stylesheets/sb-admin-2.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10694, app/assets/stylesheets/sb-admin-2.css */
  pre,
blockquote {
    border: 1px solid #b7b9cc;
    page-break-inside: avoid;
  }
  /* line 10699, app/assets/stylesheets/sb-admin-2.css */
  thead {
    display: table-header-group;
  }
  /* line 10702, app/assets/stylesheets/sb-admin-2.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10706, app/assets/stylesheets/sb-admin-2.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10712, app/assets/stylesheets/sb-admin-2.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10719, app/assets/stylesheets/sb-admin-2.css */
  body {
    min-width: 992px !important;
  }
  /* line 10722, app/assets/stylesheets/sb-admin-2.css */
  .container {
    min-width: 992px !important;
  }
  /* line 10725, app/assets/stylesheets/sb-admin-2.css */
  .navbar {
    display: none;
  }
  /* line 10728, app/assets/stylesheets/sb-admin-2.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 10731, app/assets/stylesheets/sb-admin-2.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10734, app/assets/stylesheets/sb-admin-2.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10738, app/assets/stylesheets/sb-admin-2.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }
  /* line 10742, app/assets/stylesheets/sb-admin-2.css */
  .table-dark {
    color: inherit;
  }
  /* line 10745, app/assets/stylesheets/sb-admin-2.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dddfeb;
  }
  /* line 10751, app/assets/stylesheets/sb-admin-2.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dddfeb;
  }
}

/* line 10757, app/assets/stylesheets/sb-admin-2.css */
html {
  position: relative;
  min-height: 100%;
}

/* line 10762, app/assets/stylesheets/sb-admin-2.css */
body {
  height: 100%;
}

/* line 10766, app/assets/stylesheets/sb-admin-2.css */
a:focus {
  outline: none;
}

/* line 10770, app/assets/stylesheets/sb-admin-2.css */
#wrapper {
  display: flex;
}

/* line 10776, app/assets/stylesheets/sb-admin-2.css */
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
}

/* line 10782, app/assets/stylesheets/sb-admin-2.css */
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

/* line 10788, app/assets/stylesheets/sb-admin-2.css */
.container,
.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 10794, app/assets/stylesheets/sb-admin-2.css */
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

/* line 10807, app/assets/stylesheets/sb-admin-2.css */
.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

/* line 10812, app/assets/stylesheets/sb-admin-2.css */
.scroll-to-top:hover {
  background: #5a5c69;
}

/* line 10816, app/assets/stylesheets/sb-admin-2.css */
.scroll-to-top i {
  font-weight: 800;
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 10846, app/assets/stylesheets/sb-admin-2.css */
.animated--grow-in,
.sidebar .nav-item .collapse {
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 10876, app/assets/stylesheets/sb-admin-2.css */
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/* line 10885, app/assets/stylesheets/sb-admin-2.css */
.bg-gradient-primary {
  background-color: var(--lightened-primary);
  background-image: linear-gradient(180deg, var(--lightened-primary) 10%, var(--lightened-primary) 100%);
  background-size: cover;
}

/* line 10902, app/assets/stylesheets/sb-admin-2.css */
.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}

/* line 10915, app/assets/stylesheets/sb-admin-2.css */
.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}

/* line 10928, app/assets/stylesheets/sb-admin-2.css */
.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}

/* line 10941, app/assets/stylesheets/sb-admin-2.css */
.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}

/* line 10954, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-100 {
  background-color: #f8f9fc !important;
}

/* line 10958, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-200 {
  background-color: #eaecf4 !important;
}

/* line 10962, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-300 {
  background-color: #dddfeb !important;
}

/* line 10966, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

/* line 10970, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-500 {
  background-color: #b7b9cc !important;
}

/* line 10974, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-600 {
  background-color: #858796 !important;
}

/* line 10978, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-700 {
  background-color: #6e707e !important;
}

/* line 10982, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-800 {
  background-color: #5a5c69 !important;
}

/* line 10986, app/assets/stylesheets/sb-admin-2.css */
.bg-gray-900 {
  background-color: #3a3b45 !important;
}

/* line 10990, app/assets/stylesheets/sb-admin-2.css */
.o-hidden {
  overflow: hidden !important;
}

/* line 10994, app/assets/stylesheets/sb-admin-2.css */
.text-xs {
  font-size: 0.7rem;
}

/* line 10998, app/assets/stylesheets/sb-admin-2.css */
.text-lg {
  font-size: 1.2rem;
}

/* line 11002, app/assets/stylesheets/sb-admin-2.css */
.text-gray-100 {
  color: #f8f9fc !important;
}

/* line 11006, app/assets/stylesheets/sb-admin-2.css */
.text-gray-200 {
  color: #eaecf4 !important;
}

/* line 11010, app/assets/stylesheets/sb-admin-2.css */
.text-gray-300 {
  color: #dddfeb !important;
}

/* line 11014, app/assets/stylesheets/sb-admin-2.css */
.text-gray-400 {
  color: #d1d3e2 !important;
}

/* line 11018, app/assets/stylesheets/sb-admin-2.css */
.text-gray-500 {
  color: #b7b9cc !important;
}

/* line 11022, app/assets/stylesheets/sb-admin-2.css */
.text-gray-600 {
  color: #858796 !important;
}

/* line 11026, app/assets/stylesheets/sb-admin-2.css */
.text-gray-700 {
  color: #6e707e !important;
}

/* line 11030, app/assets/stylesheets/sb-admin-2.css */
.text-gray-800 {
  color: #5a5c69 !important;
}

/* line 11034, app/assets/stylesheets/sb-admin-2.css */
.text-gray-900 {
  color: #3a3b45 !important;
}

/* line 11038, app/assets/stylesheets/sb-admin-2.css */
.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11053, app/assets/stylesheets/sb-admin-2.css */
.border-left-primary {
  border-left: 0.25rem solid var(--primary) !important;
}

/* line 11057, app/assets/stylesheets/sb-admin-2.css */
.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

/* line 11061, app/assets/stylesheets/sb-admin-2.css */
.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

/* line 11065, app/assets/stylesheets/sb-admin-2.css */
.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

/* line 11069, app/assets/stylesheets/sb-admin-2.css */
.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

/* line 11073, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-primary {
  border-bottom: 0.25rem solid var(--primary) !important;
}

/* line 11077, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

/* line 11081, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

/* line 11085, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

/* line 11089, app/assets/stylesheets/sb-admin-2.css */
.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

/* line 11093, app/assets/stylesheets/sb-admin-2.css */
.progress-sm {
  height: 0.5rem;
}

/* line 11097, app/assets/stylesheets/sb-admin-2.css */
.rotate-15 {
  transform: rotate(15deg);
}

/* line 11102, app/assets/stylesheets/sb-admin-2.css */
.rotate-n-15 {
  transform: rotate(-15deg);
}

/* line 11107, app/assets/stylesheets/sb-admin-2.css */
.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

/* line 11111, app/assets/stylesheets/sb-admin-2.css */
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.7rem;
  color: #b7b9cc;
}

/* line 11117, app/assets/stylesheets/sb-admin-2.css */
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

/* line 11121, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

/* line 11133, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}

/* line 11138, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

/* line 11143, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: 0.25rem;
  margin-top: -0.25rem;
}

/* line 11154, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

/* line 11160, app/assets/stylesheets/sb-admin-2.css */
.topbar {
  height: 4.375rem;
}

/* line 11164, app/assets/stylesheets/sb-admin-2.css */
.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 11169, app/assets/stylesheets/sb-admin-2.css */
.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}

/* line 11173, app/assets/stylesheets/sb-admin-2.css */
.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}

/* line 11177, app/assets/stylesheets/sb-admin-2.css */
.topbar .navbar-search {
  width: 25rem;
}

/* line 11181, app/assets/stylesheets/sb-admin-2.css */
.topbar .navbar-search input {
  font-size: 0.85rem;
}

/* line 11185, app/assets/stylesheets/sb-admin-2.css */
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

/* line 11192, app/assets/stylesheets/sb-admin-2.css */
.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

/* line 11203, app/assets/stylesheets/sb-admin-2.css */
.topbar .nav-item .nav-link:focus {
  outline: none;
}

/* line 11207, app/assets/stylesheets/sb-admin-2.css */
.topbar .nav-item:focus {
  outline: none;
}

/* line 11211, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown {
  position: static;
}

/* line 11215, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

/* line 11220, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

/* line 11226, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-header {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

/* line 11234, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

/* line 11244, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 11250, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 11255, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

/* line 11266, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

/* line 11270, app/assets/stylesheets/sb-admin-2.css */
.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

@media (min-width: 576px) {
  /* line 11276, app/assets/stylesheets/sb-admin-2.css */
  .topbar .dropdown {
    position: relative;
  }
  /* line 11279, app/assets/stylesheets/sb-admin-2.css */
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  /* line 11283, app/assets/stylesheets/sb-admin-2.css */
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  /* line 11286, app/assets/stylesheets/sb-admin-2.css */
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

/* line 11291, app/assets/stylesheets/sb-admin-2.css */
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}

/* line 11295, app/assets/stylesheets/sb-admin-2.css */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

/* line 11299, app/assets/stylesheets/sb-admin-2.css */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

/* line 11303, app/assets/stylesheets/sb-admin-2.css */
.sidebar {
  width: 6.5rem;
  min-height: 100vh;
}

/* line 11308, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item {
  position: relative;
}

/* line 11312, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

/* line 11316, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

/* line 11322, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .nav-link span {
  font-size: 0.7rem;
  display: block;
}

/* line 11327, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

/* line 11331, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

/* line 11338, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

/* line 11344, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

/* line 11350, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: 0.5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

/* line 11358, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.7rem;
  color: #b7b9cc;
}

/* line 11369, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

/* line 11380, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

/* line 11385, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

/* line 11390, app/assets/stylesheets/sb-admin-2.css */
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: var(--primary);
  font-weight: 700;
}

/* line 11396, app/assets/stylesheets/sb-admin-2.css */
.collapse-item .fa-file-excel {
  color: #1f7245;
}

/* line 11400, app/assets/stylesheets/sb-admin-2.css */
.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

/* line 11408, app/assets/stylesheets/sb-admin-2.css */
.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.1rem;
}

/* line 11415, app/assets/stylesheets/sb-admin-2.css */
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

/* line 11419, app/assets/stylesheets/sb-admin-2.css */
.sidebar #sidebarToggle:focus {
  outline: none;
}

/* line 11423, app/assets/stylesheets/sb-admin-2.css */
.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

/* line 11428, app/assets/stylesheets/sb-admin-2.css */
.sidebar.toggled #sidebarToggle::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.25rem;
}

/* line 11434, app/assets/stylesheets/sb-admin-2.css */
.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

/* line 11446, app/assets/stylesheets/sb-admin-2.css */
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

/* line 11450, app/assets/stylesheets/sb-admin-2.css */
.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}

/* line 11454, app/assets/stylesheets/sb-admin-2.css */
.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

/* line 11458, app/assets/stylesheets/sb-admin-2.css */
.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  /* line 11466, app/assets/stylesheets/sb-admin-2.css */
  .sidebar {
    width: 14rem !important;
  }
  /* line 11469, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none;
  }
  /* line 11477, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  /* line 11482, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  /* line 11487, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  /* line 11491, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
  }
  /* line 11498, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }
  /* line 11502, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  /* line 11506, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  }
  /* line 11516, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .nav-item .nav-link.collapsed[data-toggle="collapse"]::after {
    content: "\f105";
  }
  /* line 11519, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 11522, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  /* line 11525, app/assets/stylesheets/sb-admin-2.css */
  .sidebar .sidebar-heading {
    text-align: left;
  }
  /* line 11528, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled {
    overflow: visible;
    width: 6.5rem !important;
  }
  /* line 11532, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    animation-name: growIn;
    animation-duration: 200ms;
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  /* line 11547, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  /* line 11552, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  /* line 11557, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  /* line 11561, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  /* line 11564, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }
  /* line 11569, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.7rem;
    display: block;
  }
  /* line 11573, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  /* line 11576, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    display: none;
  }
  /* line 11579, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 11582, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  /* line 11585, app/assets/stylesheets/sb-admin-2.css */
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}

/* line 11590, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .sidebar-brand {
  color: #6e707e;
}

/* line 11594, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #eaecf4;
}

/* line 11598, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .sidebar-heading {
  color: #b7b9cc;
}

/* line 11602, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item .nav-link {
  color: #858796;
}

/* line 11606, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item .nav-link i {
  color: #d1d3e2;
}

/* line 11610, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
  color: #6e707e;
}

/* line 11616, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
  color: #6e707e;
}

/* line 11622, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #b7b9cc;
}

/* line 11626, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item.active .nav-link {
  color: #6e707e;
}

/* line 11630, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light .nav-item.active .nav-link i {
  color: #6e707e;
}

/* line 11634, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light #sidebarToggle {
  background-color: #eaecf4;
}

/* line 11638, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light #sidebarToggle::after {
  color: #b7b9cc;
}

/* line 11642, app/assets/stylesheets/sb-admin-2.css */
.sidebar-light #sidebarToggle:hover {
  background-color: #dddfeb;
}

/* line 11646, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .sidebar-brand {
  color: #fff;
}

/* line 11650, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 11654, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 11658, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 11662, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
}

/* line 11666, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

/* line 11672, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}

/* line 11678, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11682, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}

/* line 11686, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

/* line 11690, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 11694, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11698, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

/* line 11702, app/assets/stylesheets/sb-admin-2.css */
.sidebar-dark.toggled #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11706, app/assets/stylesheets/sb-admin-2.css */
.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 11722, app/assets/stylesheets/sb-admin-2.css */
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.7rem;
}

/* line 11729, app/assets/stylesheets/sb-admin-2.css */
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

/* line 11736, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

/* line 11750, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 11756, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 11761, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split.btn-sm .icon,
.btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}

/* line 11766, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split.btn-sm .text,
.btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

/* line 11771, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split.btn-lg .icon,
.btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}

/* line 11776, app/assets/stylesheets/sb-admin-2.css */
.btn-icon-split.btn-lg .text,
.btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

/* line 11781, app/assets/stylesheets/sb-admin-2.css */
.card .card-header .dropdown {
  line-height: 1;
}

/* line 11785, app/assets/stylesheets/sb-admin-2.css */
.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5;
}

/* line 11789, app/assets/stylesheets/sb-admin-2.css */
.card .card-header[data-toggle="collapse"] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}

/* line 11795, app/assets/stylesheets/sb-admin-2.css */
.card .card-header[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #d1d3e2;
}

/* line 11807, app/assets/stylesheets/sb-admin-2.css */
.card .card-header.collapsed[data-toggle="collapse"] {
  border-radius: 0.35rem;
}

/* line 11811, app/assets/stylesheets/sb-admin-2.css */
.card .card-header.collapsed[data-toggle="collapse"]::after {
  content: "\f105";
}

/* line 11815, app/assets/stylesheets/sb-admin-2.css */
.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 11822, app/assets/stylesheets/sb-admin-2.css */
  .chart-area {
    height: 20rem;
  }
}

/* line 11827, app/assets/stylesheets/sb-admin-2.css */
.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 11834, app/assets/stylesheets/sb-admin-2.css */
  .chart-bar {
    height: 20rem;
  }
}

/* line 11839, app/assets/stylesheets/sb-admin-2.css */
.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 11846, app/assets/stylesheets/sb-admin-2.css */
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }
}

/* line 11851, app/assets/stylesheets/sb-admin-2.css */
form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

/* line 11855, app/assets/stylesheets/sb-admin-2.css */
form.user .form-control-user {
  font-size: 1rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

/* line 11861, app/assets/stylesheets/sb-admin-2.css */
form.user .form-control {
  height: calc(100%);
}

/* line 11865, app/assets/stylesheets/sb-admin-2.css */
form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

/* line 11871, app/assets/stylesheets/sb-admin-2.css */
.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 11877, app/assets/stylesheets/sb-admin-2.css */
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
}

/* line 11883, app/assets/stylesheets/sb-admin-2.css */
.btn-google:focus,
.btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 11889, app/assets/stylesheets/sb-admin-2.css */
.btn-google.disabled,
.btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 11896, app/assets/stylesheets/sb-admin-2.css */
.btn-google:not(:disabled):not(.disabled):active,
.btn-google.active:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #dfdfdf;
}

/* line 11904, app/assets/stylesheets/sb-admin-2.css */
.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google.active:not(:disabled):not(.disabled):focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 11911, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 11917, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
}

/* line 11923, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook:focus,
.btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 11929, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 11936, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #dfdfdf;
}

/* line 11944, app/assets/stylesheets/sb-admin-2.css */
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 11951, app/assets/stylesheets/sb-admin-2.css */
.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

@keyframes noise-anim {
  0% {
    clip: rect(84px, 9999px, 55px, 0);
  }
  5% {
    clip: rect(8px, 9999px, 6px, 0);
  }
  10% {
    clip: rect(9px, 9999px, 53px, 0);
  }
  15% {
    clip: rect(28px, 9999px, 19px, 0);
  }
  20% {
    clip: rect(77px, 9999px, 58px, 0);
  }
  25% {
    clip: rect(56px, 9999px, 12px, 0);
  }
  30% {
    clip: rect(37px, 9999px, 24px, 0);
  }
  35% {
    clip: rect(24px, 9999px, 91px, 0);
  }
  40% {
    clip: rect(71px, 9999px, 100px, 0);
  }
  45% {
    clip: rect(4px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(5px, 9999px, 46px, 0);
  }
  55% {
    clip: rect(33px, 9999px, 54px, 0);
  }
  60% {
    clip: rect(90px, 9999px, 52px, 0);
  }
  65% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  70% {
    clip: rect(90px, 9999px, 55px, 0);
  }
  75% {
    clip: rect(31px, 9999px, 62px, 0);
  }
  80% {
    clip: rect(48px, 9999px, 59px, 0);
  }
  85% {
    clip: rect(43px, 9999px, 66px, 0);
  }
  90% {
    clip: rect(10px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(56px, 9999px, 82px, 0);
  }
  100% {
    clip: rect(41px, 9999px, 69px, 0);
  }
}

/* line 12091, app/assets/stylesheets/sb-admin-2.css */
.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(100px, 9999px, 34px, 0);
  }
  5% {
    clip: rect(13px, 9999px, 75px, 0);
  }
  10% {
    clip: rect(96px, 9999px, 53px, 0);
  }
  15% {
    clip: rect(79px, 9999px, 75px, 0);
  }
  20% {
    clip: rect(48px, 9999px, 97px, 0);
  }
  25% {
    clip: rect(59px, 9999px, 74px, 0);
  }
  30% {
    clip: rect(51px, 9999px, 14px, 0);
  }
  35% {
    clip: rect(46px, 9999px, 83px, 0);
  }
  40% {
    clip: rect(44px, 9999px, 54px, 0);
  }
  45% {
    clip: rect(17px, 9999px, 3px, 0);
  }
  50% {
    clip: rect(72px, 9999px, 31px, 0);
  }
  55% {
    clip: rect(100px, 9999px, 57px, 0);
  }
  60% {
    clip: rect(33px, 9999px, 7px, 0);
  }
  65% {
    clip: rect(55px, 9999px, 28px, 0);
  }
  70% {
    clip: rect(71px, 9999px, 25px, 0);
  }
  75% {
    clip: rect(49px, 9999px, 57px, 0);
  }
  80% {
    clip: rect(8px, 9999px, 84px, 0);
  }
  85% {
    clip: rect(49px, 9999px, 93px, 0);
  }
  90% {
    clip: rect(89px, 9999px, 43px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 6px, 0);
  }
  100% {
    clip: rect(26px, 9999px, 4px, 0);
  }
}

/* line 12236, app/assets/stylesheets/sb-admin-2.css */
.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 var(--primary);
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/* line 12249, app/assets/stylesheets/sb-admin-2.css */
footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
}

/* line 12255, app/assets/stylesheets/sb-admin-2.css */
footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

/* line 12260, app/assets/stylesheets/sb-admin-2.css */
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

/* line 12, app/assets/stylesheets/application.scss */
body {
  font-style: normal;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* line 22, app/assets/stylesheets/application.scss */
label {
  font-size: 13px;
}

/* line 26, app/assets/stylesheets/application.scss */
small {
  font-size: 12px !important;
}

/* line 30, app/assets/stylesheets/application.scss */
.card {
  border-radius: 0px;
}

/* line 34, app/assets/stylesheets/application.scss */
.badge {
  border-radius: 1px;
  font-size: 85%;
}

/* line 39, app/assets/stylesheets/application.scss */
.btn {
  font-weight: 500 !important;
  border: solid 1px;
  border-radius: 0px;
}

/* line 45, app/assets/stylesheets/application.scss */
table.dataTable tbody td {
  min-width: 100px;
}

/* line 49, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dt-buttons button {
  background-color: #2D3145 !important;
  border-color: #2D3145 !important;
}

/* line 54, app/assets/stylesheets/application.scss */
.table-hover tbody tr:hover {
  background-color: #E8E3DF;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/application.scss */
.guest-stay.odd[aria-expanded="true"] {
  background-color: #E8E3DF;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/application.scss */
.bg-light-green {
  background-color: #f7fdfc !important;
}

/* line 68, app/assets/stylesheets/application.scss */
.true-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 84, app/assets/stylesheets/application.scss */
#accordionSidebar {
  z-index: 9999999;
}

/* line 89, app/assets/stylesheets/application.scss */
#guestQuickView .modal-header {
  height: 175px;
}

/* line 93, app/assets/stylesheets/application.scss */
#guestQuickView .profile-circle {
  height: 200px;
  width: 200px;
  margin-top: -120px;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 100, app/assets/stylesheets/application.scss */
#guestQuickView .profile-circle span {
  font-size: 75px;
}

/* line 106, app/assets/stylesheets/application.scss */
#guestQuickView #current-stay:before, #guestQuickView #history:before, #guestQuickView #preferences:before, #guestQuickView #staff-notes:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 72px;
  position: absolute;
  top: -55px;
  left: -10px;
  text-shadow: 0 0 1px #b7b9cc;
  color: #f8f9fc;
}

/* line 117, app/assets/stylesheets/application.scss */
#guestQuickView #current-stay > *, #guestQuickView #history > *, #guestQuickView #preferences > *, #guestQuickView #staff-notes > * {
  position: relative;
}

/* line 123, app/assets/stylesheets/application.scss */
#guestQuickView #current-stay:before {
  content: "\f5c1";
}

/* line 129, app/assets/stylesheets/application.scss */
#guestQuickView #history:before {
  top: -50px;
  content: "\f518";
}

/* line 136, app/assets/stylesheets/application.scss */
#guestQuickView #preferences:before {
  content: "\f5bb";
}

/* line 142, app/assets/stylesheets/application.scss */
#guestQuickView #staff-notes:before {
  content: "\f304";
}

@media (max-width: 767.98px) {
  /* line 148, app/assets/stylesheets/application.scss */
  #guestQuickView .mt-custom-sm-5 {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 154, app/assets/stylesheets/application.scss */
  #guestQuickView .modal-lg, #guestQuickView .modal-xl {
    max-width: 700px;
  }
}

/* line 161, app/assets/stylesheets/application.scss */
.vip-arrival-cards .profile-circle {
  height: 60px;
  width: 60px;
  background-size: cover;
  border-radius: 50%;
}

/* line 171, app/assets/stylesheets/application.scss */
#profile-interface .profile-banner {
  height: 150px;
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 176, app/assets/stylesheets/application.scss */
#profile-interface .profile-banner-sh {
  background-image: url("https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/89716961-6f85-42a0-9b87-3424274be58f/theguestbook/Mission%20by%20SH/annie-spratt-OWq8w3BYMFY-unsplash%20%281%29.jpg");
}

/* line 180, app/assets/stylesheets/application.scss */
#profile-interface .profile-circle {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  background-color: #FFF;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 188, app/assets/stylesheets/application.scss */
#profile-interface .profile-circle span {
  font-size: 75px;
}

/* line 193, app/assets/stylesheets/application.scss */
#profile-interface .left-underline {
  position: relative;
}

/* line 195, app/assets/stylesheets/application.scss */
#profile-interface .left-underline:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #2D3145;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 208, app/assets/stylesheets/application.scss */
#profile-interface #preferences #preferences-text-area {
  padding-left: 0px !important;
}

/* line 215, app/assets/stylesheets/application.scss */
#profile-interface #staff-notes #edit-notes-btn {
  display: none;
}

/* line 220, app/assets/stylesheets/application.scss */
#profile-interface #staff-notes.no-edit .editable-text-area {
  resize: none;
  border: 0px;
  padding-left: 0px !important;
  background-color: #FFF !important;
}

/* line 226, app/assets/stylesheets/application.scss */
#profile-interface #staff-notes.no-edit #cancel-edit-notes-btn, #profile-interface #staff-notes.no-edit #save-notes-btn {
  display: none;
}

/* line 229, app/assets/stylesheets/application.scss */
#profile-interface #staff-notes.no-edit #edit-notes-btn {
  display: block;
}

/* line 236, app/assets/stylesheets/application.scss */
.bg-login-image {
  background: url(https://assets.theguestbook.com/production-assets/login-bg-52544347df88698d45166ca67702f5b891668f100c26fa9199eafcd12974cab3.png) 100% 100%;
  background-size: 100% 100%;
}

/* line 241, app/assets/stylesheets/application.scss */
.after-border:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 12px;
  width: 40px;
  background-color: #65666b;
}

/* line 251, app/assets/stylesheets/application.scss */
.email-inputs {
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  background: #eeeeee;
  display: inline-block;
  font-size: 13px;
}

/* line 260, app/assets/stylesheets/application.scss */
.copy-btn {
  padding: 3.25px 8px !important;
  margin-bottom: 5px;
  margin-right: 7px;
}

/* line 266, app/assets/stylesheets/application.scss */
input[type="checkbox"]:disabled {
  background-color: #eeeeee !important;
}

/* line 270, app/assets/stylesheets/application.scss */
.form-check-disabled {
  padding-left: 0;
  padding-top: 4px;
  height: 29px;
}

/* line 277, app/assets/stylesheets/application.scss */
#calendar-loading {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999999;
}

/* line 283, app/assets/stylesheets/application.scss */
#calendar-loading .spinner-border {
  height: 100px;
  width: 100px;
  margin-top: 40%;
}

/* line 290, app/assets/stylesheets/application.scss */
.fc-event {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

/* line 296, app/assets/stylesheets/application.scss */
.fc-day {
  cursor: pointer;
}

/* line 298, app/assets/stylesheets/application.scss */
.fc-day:hover {
  background-color: #f8f9fc;
}

/* line 301, app/assets/stylesheets/application.scss */
.fc-day.selected-date {
  background-color: #d0f3e7;
}

/* line 306, app/assets/stylesheets/application.scss */
#checkins_container, #checkouts_container {
  max-height: 345px;
  overflow-y: scroll;
  position: relative;
}

/* line 310, app/assets/stylesheets/application.scss */
#checkins_container .scroll-more-indicator, #checkouts_container .scroll-more-indicator {
  position: absolute;
  width: 100%;
  top: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* line 316, app/assets/stylesheets/application.scss */
#checkins_container .scroll-more-indicator i, #checkouts_container .scroll-more-indicator i {
  animation: bounce 1.5s infinite ease;
}

/* line 321, app/assets/stylesheets/application.scss */
#checkins_container h6, #checkouts_container h6 {
  text-transform: capitalize;
}

/* line 326, app/assets/stylesheets/application.scss */
.border-width-2 {
  border-width: 2px !important;
}

/* line 331, app/assets/stylesheets/application.scss */
.checkbox-label {
  display: flex;
  align-items: center;
}

/* line 334, app/assets/stylesheets/application.scss */
.checkbox-label .confirm-label {
  position: relative;
  left: 15px;
}

/* line 340, app/assets/stylesheets/application.scss */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 346, app/assets/stylesheets/application.scss */
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  border-radius: 1px;
  background-color: transparent;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #3B3E45;
}

/* line 363, app/assets/stylesheets/application.scss */
.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #3B3E45;
  border-radius: 1px;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #3B3E45;
}

/* line 374, app/assets/stylesheets/application.scss */
.modal {
  padding: 0 !important;
}

/* line 379, app/assets/stylesheets/application.scss */
.modal.modal-left-pane .modal-dialog, .modal.modal-right-pane .modal-dialog {
  min-height: 100vh;
  min-width: 80%;
}

/* line 384, app/assets/stylesheets/application.scss */
.modal.modal-left-pane.show .modal-dialog, .modal.modal-right-pane.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 388, app/assets/stylesheets/application.scss */
.modal.modal-left-pane .modal-content, .modal.modal-right-pane .modal-content {
  min-height: 100vh;
  border-radius: 0;
}

/* line 395, app/assets/stylesheets/application.scss */
.modal.modal-left-pane .modal-dialog {
  transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

/* line 402, app/assets/stylesheets/application.scss */
.modal.modal-right-pane .modal-dialog {
  transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

/* line 411, app/assets/stylesheets/application.scss */
.checkbox-label .checkbox-custom::after {
  position: absolute;
  border-radius: 1px;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/* line 433, app/assets/stylesheets/application.scss */
.checkbox-label input:checked ~ .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 436px) {
  /* line 457, app/assets/stylesheets/application.scss */
  .guest-info > td {
    display: block !important;
  }
}

/* line 465, app/assets/stylesheets/application.scss */
.btn {
  border-radius: 2px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5em 1em;
}

@media (max-width: 575px) {
  /* line 465, app/assets/stylesheets/application.scss */
  .btn {
    padding: 1em;
  }
}

/* line 477, app/assets/stylesheets/application.scss */
.btn a {
  text-decoration: none !important;
}

/* line 482, app/assets/stylesheets/application.scss */
a.btn {
  text-decoration: none !important;
}

/* line 486, app/assets/stylesheets/application.scss */
.btn-primary {
  background-color: #2D3145;
  border-color: #2D3145;
  transition: all 0.2s ease-in-out;
}

/* line 490, app/assets/stylesheets/application.scss */
.btn-primary:hover {
  background: #CBAF82;
  border-color: #CBAF82;
}

/* line 496, app/assets/stylesheets/application.scss */
.text-primary-color {
  color: #2D3145;
}

/* line 500, app/assets/stylesheets/application.scss */
a {
  color: #2D3145;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

/* line 505, app/assets/stylesheets/application.scss */
a:hover {
  color: #CBAF82;
}

@media (max-width: 575px) {
  /* line 510, app/assets/stylesheets/application.scss */
  .alert {
    padding: 10px;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}

/* line 518, app/assets/stylesheets/application.scss */
.table-data-align-right td {
  text-align: right;
}

/* line 522, app/assets/stylesheets/application.scss */
.table-data-align-right td.data-align-left {
  text-align: left;
}

/* line 527, app/assets/stylesheets/application.scss */
.form-control {
  color: #2D3145;
  background: #FFFFFF !important;
  border: 1px solid #EEECE9;
  box-sizing: border-box;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}

/* line 536, app/assets/stylesheets/application.scss */
.a-underlined {
  text-decoration: underline !important;
}

/* line 540, app/assets/stylesheets/application.scss */
.fa-2xs {
  font-size: 0.5em;
}

/* line 544, app/assets/stylesheets/application.scss */
.trumbowyg-editor {
  min-height: 20em !important;
}

/* line 547, app/assets/stylesheets/application.scss */
.trumbowyg-editor ol li {
  display: list-item !important;
}
