/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/*!
 * Bootswatch v4.1.3
 * Homepage: https://bootswatch.com
 * Copyright 2012-2018 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v4.1.3 (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)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
/* line 15, /app/app/assets/stylesheets/bootstrap.css */
:root {
  --blue: #325D88;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d9534f;
  --orange: #F47C3C;
  --yellow: #ffc107;
  --green: #93C54B;
  --teal: #20c997;
  --cyan: #29ABE0;
  --white: #fff;
  --gray: #8E8C84;
  --gray-dark: #3E3F3A;
  --primary: #325D88;
  --secondary: #8E8C84;
  --success: #93C54B;
  --info: #29ABE0;
  --warning: #F47C3C;
  --danger: #d9534f;
  --light: #F8F5F0;
  --dark: #3E3F3A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 46, /app/app/assets/stylesheets/bootstrap.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 53, /app/app/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 66, /app/app/assets/stylesheets/bootstrap.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 70, /app/app/assets/stylesheets/bootstrap.css */
body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3E3F3A;
  text-align: left;
  background-color: #fff;
}

/* line 81, /app/app/assets/stylesheets/bootstrap.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 85, /app/app/assets/stylesheets/bootstrap.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, /app/app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, /app/app/assets/stylesheets/bootstrap.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 102, /app/app/assets/stylesheets/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 111, /app/app/assets/stylesheets/bootstrap.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 117, /app/app/assets/stylesheets/bootstrap.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 124, /app/app/assets/stylesheets/bootstrap.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 131, /app/app/assets/stylesheets/bootstrap.css */
dt {
  font-weight: 700;
}

/* line 135, /app/app/assets/stylesheets/bootstrap.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 140, /app/app/assets/stylesheets/bootstrap.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 144, /app/app/assets/stylesheets/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 148, /app/app/assets/stylesheets/bootstrap.css */
b,
strong {
  font-weight: bolder;
}

/* line 153, /app/app/assets/stylesheets/bootstrap.css */
small {
  font-size: 80%;
}

/* line 157, /app/app/assets/stylesheets/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 165, /app/app/assets/stylesheets/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 169, /app/app/assets/stylesheets/bootstrap.css */
sup {
  top: -.5em;
}

/* line 173, /app/app/assets/stylesheets/bootstrap.css */
a {
  color: #93C54B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 180, /app/app/assets/stylesheets/bootstrap.css */
a:hover {
  color: #6b9430;
  text-decoration: underline;
}

/* line 185, /app/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 190, /app/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 195, /app/app/assets/stylesheets/bootstrap.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 199, /app/app/assets/stylesheets/bootstrap.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 207, /app/app/assets/stylesheets/bootstrap.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 214, /app/app/assets/stylesheets/bootstrap.css */
figure {
  margin: 0 0 1rem;
}

/* line 218, /app/app/assets/stylesheets/bootstrap.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 223, /app/app/assets/stylesheets/bootstrap.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 228, /app/app/assets/stylesheets/bootstrap.css */
table {
  border-collapse: collapse;
}

/* line 232, /app/app/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8E8C84;
  text-align: left;
  caption-side: bottom;
}

/* line 240, /app/app/assets/stylesheets/bootstrap.css */
th {
  text-align: inherit;
}

/* line 244, /app/app/assets/stylesheets/bootstrap.css */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 249, /app/app/assets/stylesheets/bootstrap.css */
button {
  border-radius: 0;
}

/* line 253, /app/app/assets/stylesheets/bootstrap.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 258, /app/app/assets/stylesheets/bootstrap.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 269, /app/app/assets/stylesheets/bootstrap.css */
button,
input {
  overflow: visible;
}

/* line 274, /app/app/assets/stylesheets/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 279, /app/app/assets/stylesheets/bootstrap.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 286, /app/app/assets/stylesheets/bootstrap.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 294, /app/app/assets/stylesheets/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 301, /app/app/assets/stylesheets/bootstrap.css */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 308, /app/app/assets/stylesheets/bootstrap.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 313, /app/app/assets/stylesheets/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 320, /app/app/assets/stylesheets/bootstrap.css */
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 332, /app/app/assets/stylesheets/bootstrap.css */
progress {
  vertical-align: baseline;
}

/* line 336, /app/app/assets/stylesheets/bootstrap.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 341, /app/app/assets/stylesheets/bootstrap.css */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 346, /app/app/assets/stylesheets/bootstrap.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 351, /app/app/assets/stylesheets/bootstrap.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 356, /app/app/assets/stylesheets/bootstrap.css */
output {
  display: inline-block;
}

/* line 360, /app/app/assets/stylesheets/bootstrap.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 365, /app/app/assets/stylesheets/bootstrap.css */
template {
  display: none;
}

/* line 369, /app/app/assets/stylesheets/bootstrap.css */
[hidden] {
  display: none !important;
}

/* line 373, /app/app/assets/stylesheets/bootstrap.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 382, /app/app/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 386, /app/app/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 390, /app/app/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 394, /app/app/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 398, /app/app/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 402, /app/app/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 406, /app/app/assets/stylesheets/bootstrap.css */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/* line 411, /app/app/assets/stylesheets/bootstrap.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 417, /app/app/assets/stylesheets/bootstrap.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 423, /app/app/assets/stylesheets/bootstrap.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 429, /app/app/assets/stylesheets/bootstrap.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 435, /app/app/assets/stylesheets/bootstrap.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 442, /app/app/assets/stylesheets/bootstrap.css */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 448, /app/app/assets/stylesheets/bootstrap.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 454, /app/app/assets/stylesheets/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 459, /app/app/assets/stylesheets/bootstrap.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 464, /app/app/assets/stylesheets/bootstrap.css */
.list-inline-item {
  display: inline-block;
}

/* line 468, /app/app/assets/stylesheets/bootstrap.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 472, /app/app/assets/stylesheets/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 477, /app/app/assets/stylesheets/bootstrap.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

/* line 482, /app/app/assets/stylesheets/bootstrap.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8E8C84;
}

/* line 488, /app/app/assets/stylesheets/bootstrap.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 492, /app/app/assets/stylesheets/bootstrap.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 497, /app/app/assets/stylesheets/bootstrap.css */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #DFD7CA;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 506, /app/app/assets/stylesheets/bootstrap.css */
.figure {
  display: inline-block;
}

/* line 510, /app/app/assets/stylesheets/bootstrap.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 515, /app/app/assets/stylesheets/bootstrap.css */
.figure-caption {
  font-size: 90%;
  color: #8E8C84;
}

/* line 520, /app/app/assets/stylesheets/bootstrap.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 526, /app/app/assets/stylesheets/bootstrap.css */
a > code {
  color: inherit;
}

/* line 530, /app/app/assets/stylesheets/bootstrap.css */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 538, /app/app/assets/stylesheets/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 544, /app/app/assets/stylesheets/bootstrap.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 550, /app/app/assets/stylesheets/bootstrap.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 556, /app/app/assets/stylesheets/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 561, /app/app/assets/stylesheets/bootstrap.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 570, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 576, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 582, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 588, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  /* line 594, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    max-width: 1350px;
  }
}
/* line 599, /app/app/assets/stylesheets/bootstrap.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 607, /app/app/assets/stylesheets/bootstrap.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 617, /app/app/assets/stylesheets/bootstrap.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 622, /app/app/assets/stylesheets/bootstrap.css */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 628, /app/app/assets/stylesheets/bootstrap.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 641, /app/app/assets/stylesheets/bootstrap.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 650, /app/app/assets/stylesheets/bootstrap.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 658, /app/app/assets/stylesheets/bootstrap.css */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 665, /app/app/assets/stylesheets/bootstrap.css */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 672, /app/app/assets/stylesheets/bootstrap.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 679, /app/app/assets/stylesheets/bootstrap.css */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 686, /app/app/assets/stylesheets/bootstrap.css */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 693, /app/app/assets/stylesheets/bootstrap.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 700, /app/app/assets/stylesheets/bootstrap.css */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 707, /app/app/assets/stylesheets/bootstrap.css */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 714, /app/app/assets/stylesheets/bootstrap.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 721, /app/app/assets/stylesheets/bootstrap.css */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 728, /app/app/assets/stylesheets/bootstrap.css */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 735, /app/app/assets/stylesheets/bootstrap.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 742, /app/app/assets/stylesheets/bootstrap.css */
.order-first {
  order: -1;
}

/* line 748, /app/app/assets/stylesheets/bootstrap.css */
.order-last {
  order: 13;
}

/* line 754, /app/app/assets/stylesheets/bootstrap.css */
.order-0 {
  order: 0;
}

/* line 760, /app/app/assets/stylesheets/bootstrap.css */
.order-1 {
  order: 1;
}

/* line 766, /app/app/assets/stylesheets/bootstrap.css */
.order-2 {
  order: 2;
}

/* line 772, /app/app/assets/stylesheets/bootstrap.css */
.order-3 {
  order: 3;
}

/* line 778, /app/app/assets/stylesheets/bootstrap.css */
.order-4 {
  order: 4;
}

/* line 784, /app/app/assets/stylesheets/bootstrap.css */
.order-5 {
  order: 5;
}

/* line 790, /app/app/assets/stylesheets/bootstrap.css */
.order-6 {
  order: 6;
}

/* line 796, /app/app/assets/stylesheets/bootstrap.css */
.order-7 {
  order: 7;
}

/* line 802, /app/app/assets/stylesheets/bootstrap.css */
.order-8 {
  order: 8;
}

/* line 808, /app/app/assets/stylesheets/bootstrap.css */
.order-9 {
  order: 9;
}

/* line 814, /app/app/assets/stylesheets/bootstrap.css */
.order-10 {
  order: 10;
}

/* line 820, /app/app/assets/stylesheets/bootstrap.css */
.order-11 {
  order: 11;
}

/* line 826, /app/app/assets/stylesheets/bootstrap.css */
.order-12 {
  order: 12;
}

/* line 832, /app/app/assets/stylesheets/bootstrap.css */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 836, /app/app/assets/stylesheets/bootstrap.css */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 840, /app/app/assets/stylesheets/bootstrap.css */
.offset-3 {
  margin-left: 25%;
}

/* line 844, /app/app/assets/stylesheets/bootstrap.css */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 848, /app/app/assets/stylesheets/bootstrap.css */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 852, /app/app/assets/stylesheets/bootstrap.css */
.offset-6 {
  margin-left: 50%;
}

/* line 856, /app/app/assets/stylesheets/bootstrap.css */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 860, /app/app/assets/stylesheets/bootstrap.css */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 864, /app/app/assets/stylesheets/bootstrap.css */
.offset-9 {
  margin-left: 75%;
}

/* line 868, /app/app/assets/stylesheets/bootstrap.css */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 872, /app/app/assets/stylesheets/bootstrap.css */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 877, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 885, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 892, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 898, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 904, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 910, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 916, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 922, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 928, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 934, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 940, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 946, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 952, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 958, /app/app/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 964, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-first {
    order: -1;
  }

  /* line 969, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-last {
    order: 13;
  }

  /* line 974, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-0 {
    order: 0;
  }

  /* line 979, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-1 {
    order: 1;
  }

  /* line 984, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-2 {
    order: 2;
  }

  /* line 989, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-3 {
    order: 3;
  }

  /* line 994, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-4 {
    order: 4;
  }

  /* line 999, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-5 {
    order: 5;
  }

  /* line 1004, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-6 {
    order: 6;
  }

  /* line 1009, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-7 {
    order: 7;
  }

  /* line 1014, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-8 {
    order: 8;
  }

  /* line 1019, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-9 {
    order: 9;
  }

  /* line 1024, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-10 {
    order: 10;
  }

  /* line 1029, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-11 {
    order: 11;
  }

  /* line 1034, /app/app/assets/stylesheets/bootstrap.css */
  .order-sm-12 {
    order: 12;
  }

  /* line 1039, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 1042, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1045, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1048, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 1051, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1054, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1057, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 1060, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1063, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1066, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 1069, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1072, /app/app/assets/stylesheets/bootstrap.css */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 1078, /app/app/assets/stylesheets/bootstrap.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1086, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1093, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1099, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1105, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1111, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1117, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1123, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1129, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1135, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1141, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1147, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1153, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1159, /app/app/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1165, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-first {
    order: -1;
  }

  /* line 1170, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-last {
    order: 13;
  }

  /* line 1175, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-0 {
    order: 0;
  }

  /* line 1180, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-1 {
    order: 1;
  }

  /* line 1185, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-2 {
    order: 2;
  }

  /* line 1190, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-3 {
    order: 3;
  }

  /* line 1195, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-4 {
    order: 4;
  }

  /* line 1200, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-5 {
    order: 5;
  }

  /* line 1205, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-6 {
    order: 6;
  }

  /* line 1210, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-7 {
    order: 7;
  }

  /* line 1215, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-8 {
    order: 8;
  }

  /* line 1220, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-9 {
    order: 9;
  }

  /* line 1225, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-10 {
    order: 10;
  }

  /* line 1230, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-11 {
    order: 11;
  }

  /* line 1235, /app/app/assets/stylesheets/bootstrap.css */
  .order-md-12 {
    order: 12;
  }

  /* line 1240, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 1243, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1246, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1249, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 1252, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1255, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1258, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 1261, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1264, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1267, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 1270, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1273, /app/app/assets/stylesheets/bootstrap.css */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 1279, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1287, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1294, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1300, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1306, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1312, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1318, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1324, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1330, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1336, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1342, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1348, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1354, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1360, /app/app/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1366, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-first {
    order: -1;
  }

  /* line 1371, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-last {
    order: 13;
  }

  /* line 1376, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-0 {
    order: 0;
  }

  /* line 1381, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-1 {
    order: 1;
  }

  /* line 1386, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-2 {
    order: 2;
  }

  /* line 1391, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-3 {
    order: 3;
  }

  /* line 1396, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-4 {
    order: 4;
  }

  /* line 1401, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-5 {
    order: 5;
  }

  /* line 1406, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-6 {
    order: 6;
  }

  /* line 1411, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-7 {
    order: 7;
  }

  /* line 1416, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-8 {
    order: 8;
  }

  /* line 1421, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-9 {
    order: 9;
  }

  /* line 1426, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-10 {
    order: 10;
  }

  /* line 1431, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-11 {
    order: 11;
  }

  /* line 1436, /app/app/assets/stylesheets/bootstrap.css */
  .order-lg-12 {
    order: 12;
  }

  /* line 1441, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 1444, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1447, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1450, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 1453, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1456, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1459, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 1462, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1465, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1468, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 1471, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1474, /app/app/assets/stylesheets/bootstrap.css */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 1480, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1488, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 1495, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1501, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1507, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 1513, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1519, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1525, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1531, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1537, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1543, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1549, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1555, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1561, /app/app/assets/stylesheets/bootstrap.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1567, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-first {
    order: -1;
  }

  /* line 1572, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-last {
    order: 13;
  }

  /* line 1577, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-0 {
    order: 0;
  }

  /* line 1582, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-1 {
    order: 1;
  }

  /* line 1587, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-2 {
    order: 2;
  }

  /* line 1592, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-3 {
    order: 3;
  }

  /* line 1597, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-4 {
    order: 4;
  }

  /* line 1602, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-5 {
    order: 5;
  }

  /* line 1607, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-6 {
    order: 6;
  }

  /* line 1612, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-7 {
    order: 7;
  }

  /* line 1617, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-8 {
    order: 8;
  }

  /* line 1622, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-9 {
    order: 9;
  }

  /* line 1627, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-10 {
    order: 10;
  }

  /* line 1632, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-11 {
    order: 11;
  }

  /* line 1637, /app/app/assets/stylesheets/bootstrap.css */
  .order-xl-12 {
    order: 12;
  }

  /* line 1642, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 1645, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1648, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1651, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 1654, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1657, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1660, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 1663, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1666, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1669, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 1672, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1675, /app/app/assets/stylesheets/bootstrap.css */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 1680, /app/app/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1686, /app/app/assets/stylesheets/bootstrap.css */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DFD7CA;
}

/* line 1693, /app/app/assets/stylesheets/bootstrap.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DFD7CA;
}

/* line 1698, /app/app/assets/stylesheets/bootstrap.css */
.table tbody + tbody {
  border-top: 2px solid #DFD7CA;
}

/* line 1702, /app/app/assets/stylesheets/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 1706, /app/app/assets/stylesheets/bootstrap.css */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1711, /app/app/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #DFD7CA;
}

/* line 1715, /app/app/assets/stylesheets/bootstrap.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #DFD7CA;
}

/* line 1720, /app/app/assets/stylesheets/bootstrap.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1725, /app/app/assets/stylesheets/bootstrap.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1732, /app/app/assets/stylesheets/bootstrap.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1736, /app/app/assets/stylesheets/bootstrap.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1740, /app/app/assets/stylesheets/bootstrap.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6d2de;
}

/* line 1746, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover {
  background-color: #b6c5d5;
}

/* line 1750, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b6c5d5;
}

/* line 1755, /app/app/assets/stylesheets/bootstrap.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dfdfdd;
}

/* line 1761, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover {
  background-color: #d3d3d0;
}

/* line 1765, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d3d3d0;
}

/* line 1770, /app/app/assets/stylesheets/bootstrap.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #e1efcd;
}

/* line 1776, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover {
  background-color: #d5e9ba;
}

/* line 1780, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d5e9ba;
}

/* line 1785, /app/app/assets/stylesheets/bootstrap.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c3e7f6;
}

/* line 1791, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover {
  background-color: #addef3;
}

/* line 1795, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #addef3;
}

/* line 1800, /app/app/assets/stylesheets/bootstrap.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcdac8;
}

/* line 1806, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover {
  background-color: #fbcab0;
}

/* line 1810, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbcab0;
}

/* line 1815, /app/app/assets/stylesheets/bootstrap.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4cfce;
}

/* line 1821, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover {
  background-color: #efbbb9;
}

/* line 1825, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efbbb9;
}

/* line 1830, /app/app/assets/stylesheets/bootstrap.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfcfb;
}

/* line 1836, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover {
  background-color: #f5efea;
}

/* line 1840, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f5efea;
}

/* line 1845, /app/app/assets/stylesheets/bootstrap.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9c9c8;
}

/* line 1851, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover {
  background-color: #bcbcbb;
}

/* line 1855, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcbcbb;
}

/* line 1860, /app/app/assets/stylesheets/bootstrap.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1866, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1870, /app/app/assets/stylesheets/bootstrap.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1875, /app/app/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 1881, /app/app/assets/stylesheets/bootstrap.css */
.table .thead-light th {
  color: #495057;
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 1887, /app/app/assets/stylesheets/bootstrap.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 1892, /app/app/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 1898, /app/app/assets/stylesheets/bootstrap.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 1902, /app/app/assets/stylesheets/bootstrap.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1906, /app/app/assets/stylesheets/bootstrap.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1911, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1918, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 1924, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1931, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 1937, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1944, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 1950, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  /* line 1957, /app/app/assets/stylesheets/bootstrap.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 1962, /app/app/assets/stylesheets/bootstrap.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1970, /app/app/assets/stylesheets/bootstrap.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1974, /app/app/assets/stylesheets/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1993, /app/app/assets/stylesheets/bootstrap.css */
  .form-control {
    transition: none;
  }
}
/* line 1999, /app/app/assets/stylesheets/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2004, /app/app/assets/stylesheets/bootstrap.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6f9dca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 2013, /app/app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

/* line 2018, /app/app/assets/stylesheets/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

/* line 2023, /app/app/assets/stylesheets/bootstrap.css */
.form-control::-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}

/* line 2028, /app/app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #8E8C84;
  opacity: 1;
}
.form-control::placeholder {
  color: #8E8C84;
  opacity: 1;
}

/* line 2033, /app/app/assets/stylesheets/bootstrap.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #F8F5F0;
  opacity: 1;
}

/* line 2038, /app/app/assets/stylesheets/bootstrap.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 2043, /app/app/assets/stylesheets/bootstrap.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2049, /app/app/assets/stylesheets/bootstrap.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 2057, /app/app/assets/stylesheets/bootstrap.css */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 2064, /app/app/assets/stylesheets/bootstrap.css */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 2071, /app/app/assets/stylesheets/bootstrap.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3E3F3A;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2084, /app/app/assets/stylesheets/bootstrap.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2089, /app/app/assets/stylesheets/bootstrap.css */
.form-control-sm {
  height: calc(1.6484375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2097, /app/app/assets/stylesheets/bootstrap.css */
.form-control-lg {
  height: calc(2.640625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2105, /app/app/assets/stylesheets/bootstrap.css */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2109, /app/app/assets/stylesheets/bootstrap.css */
textarea.form-control {
  height: auto;
}

/* line 2113, /app/app/assets/stylesheets/bootstrap.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 2117, /app/app/assets/stylesheets/bootstrap.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2122, /app/app/assets/stylesheets/bootstrap.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2132, /app/app/assets/stylesheets/bootstrap.css */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2138, /app/app/assets/stylesheets/bootstrap.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2144, /app/app/assets/stylesheets/bootstrap.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2150, /app/app/assets/stylesheets/bootstrap.css */
.form-check-input:disabled ~ .form-check-label {
  color: #8E8C84;
}

/* line 2154, /app/app/assets/stylesheets/bootstrap.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2158, /app/app/assets/stylesheets/bootstrap.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2169, /app/app/assets/stylesheets/bootstrap.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2176, /app/app/assets/stylesheets/bootstrap.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #93C54B;
}

/* line 2184, /app/app/assets/stylesheets/bootstrap.css */
.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.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(147, 197, 75, 0.9);
  border-radius: 0.25rem;
}

/* line 2199, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #93C54B;
}

/* line 2205, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #93C54B;
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.25);
}

/* line 2213, /app/app/assets/stylesheets/bootstrap.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, .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 2224, /app/app/assets/stylesheets/bootstrap.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 2230, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #93C54B;
}

/* line 2234, /app/app/assets/stylesheets/bootstrap.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 2240, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #93C54B;
}

/* line 2244, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #cde4ab;
}

/* line 2248, /app/app/assets/stylesheets/bootstrap.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 2254, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #aad172;
}

/* line 2258, /app/app/assets/stylesheets/bootstrap.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 1px #fff, 0 0 0 0.2rem rgba(147, 197, 75, 0.25);
}

/* line 2263, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #93C54B;
}

/* line 2267, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2271, /app/app/assets/stylesheets/bootstrap.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 2277, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.25);
}

/* line 2282, /app/app/assets/stylesheets/bootstrap.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d9534f;
}

/* line 2290, /app/app/assets/stylesheets/bootstrap.css */
.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.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 83, 79, 0.9);
  border-radius: 0.25rem;
}

/* line 2305, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d9534f;
}

/* line 2311, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

/* line 2319, /app/app/assets/stylesheets/bootstrap.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, .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 2330, /app/app/assets/stylesheets/bootstrap.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 2336, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d9534f;
}

/* line 2340, /app/app/assets/stylesheets/bootstrap.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 2346, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d9534f;
}

/* line 2350, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f0b9b8;
}

/* line 2354, /app/app/assets/stylesheets/bootstrap.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 2360, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e27c79;
}

/* line 2364, /app/app/assets/stylesheets/bootstrap.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 1px #fff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

/* line 2369, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d9534f;
}

/* line 2373, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2377, /app/app/assets/stylesheets/bootstrap.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 2383, /app/app/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

/* line 2388, /app/app/assets/stylesheets/bootstrap.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2401, /app/app/assets/stylesheets/bootstrap.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2406, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 2418, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 2434, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2439, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 2442, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 2446, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 2459, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 2465, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 2473, /app/app/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 2478, /app/app/assets/stylesheets/bootstrap.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2500, /app/app/assets/stylesheets/bootstrap.css */
  .btn {
    transition: none;
  }
}
/* line 2506, /app/app/assets/stylesheets/bootstrap.css */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 2510, /app/app/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 2516, /app/app/assets/stylesheets/bootstrap.css */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2520, /app/app/assets/stylesheets/bootstrap.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2524, /app/app/assets/stylesheets/bootstrap.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2529, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #325D88;
  border-color: #325D88;
}

/* line 2535, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #284a6c;
  border-color: #244463;
}

/* line 2541, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

/* line 2546, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #325D88;
  border-color: #325D88;
}

/* line 2552, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #244463;
  border-color: #213d59;
}

/* line 2559, /app/app/assets/stylesheets/bootstrap.css */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

/* line 2565, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary {
  color: #fff;
  background-color: #8E8C84;
  border-color: #8E8C84;
}

/* line 2571, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #7b7971;
  border-color: #74726b;
}

/* line 2577, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

/* line 2582, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #8E8C84;
  border-color: #8E8C84;
}

/* line 2588, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #74726b;
  border-color: #6e6c65;
}

/* line 2595, /app/app/assets/stylesheets/bootstrap.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

/* line 2601, /app/app/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #93C54B;
  border-color: #93C54B;
}

/* line 2607, /app/app/assets/stylesheets/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #80b139;
  border-color: #79a736;
}

/* line 2613, /app/app/assets/stylesheets/bootstrap.css */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

/* line 2618, /app/app/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #93C54B;
  border-color: #93C54B;
}

/* line 2624, /app/app/assets/stylesheets/bootstrap.css */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #79a736;
  border-color: #729e33;
}

/* line 2631, /app/app/assets/stylesheets/bootstrap.css */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

/* line 2637, /app/app/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #29ABE0;
  border-color: #29ABE0;
}

/* line 2643, /app/app/assets/stylesheets/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #1d95c6;
  border-color: #1b8dbb;
}

/* line 2649, /app/app/assets/stylesheets/bootstrap.css */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

/* line 2654, /app/app/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #29ABE0;
  border-color: #29ABE0;
}

/* line 2660, /app/app/assets/stylesheets/bootstrap.css */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1b8dbb;
  border-color: #1984b0;
}

/* line 2667, /app/app/assets/stylesheets/bootstrap.css */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

/* line 2673, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #F47C3C;
  border-color: #F47C3C;
}

/* line 2679, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #f26418;
  border-color: #ef5c0e;
}

/* line 2685, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

/* line 2690, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F47C3C;
  border-color: #F47C3C;
}

/* line 2696, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ef5c0e;
  border-color: #e3570d;
}

/* line 2703, /app/app/assets/stylesheets/bootstrap.css */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

/* line 2709, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 2715, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #d23430;
  border-color: #c9302c;
}

/* line 2721, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

/* line 2726, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 2732, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #bf2e29;
}

/* line 2739, /app/app/assets/stylesheets/bootstrap.css */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

/* line 2745, /app/app/assets/stylesheets/bootstrap.css */
.btn-light {
  color: #212529;
  background-color: #F8F5F0;
  border-color: #F8F5F0;
}

/* line 2751, /app/app/assets/stylesheets/bootstrap.css */
.btn-light:hover {
  color: #212529;
  background-color: #ece4d6;
  border-color: #e8decd;
}

/* line 2757, /app/app/assets/stylesheets/bootstrap.css */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

/* line 2762, /app/app/assets/stylesheets/bootstrap.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F8F5F0;
  border-color: #F8F5F0;
}

/* line 2768, /app/app/assets/stylesheets/bootstrap.css */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e8decd;
  border-color: #e4d8c5;
}

/* line 2775, /app/app/assets/stylesheets/bootstrap.css */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

/* line 2781, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark {
  color: #fff;
  background-color: #3E3F3A;
  border-color: #3E3F3A;
}

/* line 2787, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark:hover {
  color: #fff;
  background-color: #2a2b28;
  border-color: #242422;
}

/* line 2793, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

/* line 2798, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3E3F3A;
  border-color: #3E3F3A;
}

/* line 2804, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #242422;
  border-color: #1d1e1b;
}

/* line 2811, /app/app/assets/stylesheets/bootstrap.css */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

/* line 2817, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary {
  color: #325D88;
  background-color: transparent;
  background-image: none;
  border-color: #325D88;
}

/* line 2824, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #325D88;
  border-color: #325D88;
}

/* line 2830, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

/* line 2835, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #325D88;
  background-color: transparent;
}

/* line 2840, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #325D88;
  border-color: #325D88;
}

/* line 2847, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

/* line 2853, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary {
  color: #8E8C84;
  background-color: transparent;
  background-image: none;
  border-color: #8E8C84;
}

/* line 2860, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8E8C84;
  border-color: #8E8C84;
}

/* line 2866, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

/* line 2871, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8E8C84;
  background-color: transparent;
}

/* line 2876, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8E8C84;
  border-color: #8E8C84;
}

/* line 2883, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

/* line 2889, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success {
  color: #93C54B;
  background-color: transparent;
  background-image: none;
  border-color: #93C54B;
}

/* line 2896, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #93C54B;
  border-color: #93C54B;
}

/* line 2902, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

/* line 2907, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #93C54B;
  background-color: transparent;
}

/* line 2912, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #93C54B;
  border-color: #93C54B;
}

/* line 2919, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

/* line 2925, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info {
  color: #29ABE0;
  background-color: transparent;
  background-image: none;
  border-color: #29ABE0;
}

/* line 2932, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #29ABE0;
  border-color: #29ABE0;
}

/* line 2938, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

/* line 2943, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #29ABE0;
  background-color: transparent;
}

/* line 2948, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #29ABE0;
  border-color: #29ABE0;
}

/* line 2955, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

/* line 2961, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning {
  color: #F47C3C;
  background-color: transparent;
  background-image: none;
  border-color: #F47C3C;
}

/* line 2968, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #F47C3C;
  border-color: #F47C3C;
}

/* line 2974, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

/* line 2979, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F47C3C;
  background-color: transparent;
}

/* line 2984, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #F47C3C;
  border-color: #F47C3C;
}

/* line 2991, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

/* line 2997, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
}

/* line 3004, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 3010, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

/* line 3015, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

/* line 3020, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 3027, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

/* line 3033, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light {
  color: #F8F5F0;
  background-color: transparent;
  background-image: none;
  border-color: #F8F5F0;
}

/* line 3040, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #F8F5F0;
  border-color: #F8F5F0;
}

/* line 3046, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

/* line 3051, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F8F5F0;
  background-color: transparent;
}

/* line 3056, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F8F5F0;
  border-color: #F8F5F0;
}

/* line 3063, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

/* line 3069, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark {
  color: #3E3F3A;
  background-color: transparent;
  background-image: none;
  border-color: #3E3F3A;
}

/* line 3076, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3E3F3A;
  border-color: #3E3F3A;
}

/* line 3082, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

/* line 3087, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3E3F3A;
  background-color: transparent;
}

/* line 3092, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3E3F3A;
  border-color: #3E3F3A;
}

/* line 3099, /app/app/assets/stylesheets/bootstrap.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

/* line 3105, /app/app/assets/stylesheets/bootstrap.css */
.btn-link {
  font-weight: 400;
  color: #93C54B;
  background-color: transparent;
}

/* line 3111, /app/app/assets/stylesheets/bootstrap.css */
.btn-link:hover {
  color: #6b9430;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 3118, /app/app/assets/stylesheets/bootstrap.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 3125, /app/app/assets/stylesheets/bootstrap.css */
.btn-link:disabled, .btn-link.disabled {
  color: #8E8C84;
  pointer-events: none;
}

/* line 3130, /app/app/assets/stylesheets/bootstrap.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3137, /app/app/assets/stylesheets/bootstrap.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3144, /app/app/assets/stylesheets/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3149, /app/app/assets/stylesheets/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3153, /app/app/assets/stylesheets/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3159, /app/app/assets/stylesheets/bootstrap.css */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3165, /app/app/assets/stylesheets/bootstrap.css */
  .fade {
    transition: none;
  }
}
/* line 3171, /app/app/assets/stylesheets/bootstrap.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3175, /app/app/assets/stylesheets/bootstrap.css */
.collapse:not(.show) {
  display: none;
}

/* line 3179, /app/app/assets/stylesheets/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3188, /app/app/assets/stylesheets/bootstrap.css */
  .collapsing {
    transition: none;
  }
}
/* line 3194, /app/app/assets/stylesheets/bootstrap.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3201, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3214, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3218, /app/app/assets/stylesheets/bootstrap.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: 0.875rem;
  color: #3E3F3A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 3238, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3243, /app/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3250, /app/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3263, /app/app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3267, /app/app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3275, /app/app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 3288, /app/app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3292, /app/app/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3296, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3304, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3313, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3317, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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 3329, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3333, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3337, /app/app/assets/stylesheets/bootstrap.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 3342, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F8F5F0;
}

/* line 3349, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #8E8C84;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3362, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #8E8C84;
  text-decoration: none;
  background-color: #F8F5F0;
}

/* line 3368, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-item.active, .dropdown-item:active {
  color: #8E8C84;
  text-decoration: none;
  background-color: #F8F5F0;
}

/* line 3374, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8E8C84;
  background-color: transparent;
}

/* line 3379, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-menu.show {
  display: block;
}

/* line 3383, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #8E8C84;
  white-space: nowrap;
}

/* line 3392, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #8E8C84;
}

/* line 3398, /app/app/assets/stylesheets/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3407, /app/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 3415, /app/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3420, /app/app/assets/stylesheets/bootstrap.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 3427, /app/app/assets/stylesheets/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3438, /app/app/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3449, /app/app/assets/stylesheets/bootstrap.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3453, /app/app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3457, /app/app/assets/stylesheets/bootstrap.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 3463, /app/app/assets/stylesheets/bootstrap.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 3469, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3474, /app/app/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3480, /app/app/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3484, /app/app/assets/stylesheets/bootstrap.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3489, /app/app/assets/stylesheets/bootstrap.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3494, /app/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3507, /app/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3512, /app/app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3520, /app/app/assets/stylesheets/bootstrap.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 3526, /app/app/assets/stylesheets/bootstrap.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 3532, /app/app/assets/stylesheets/bootstrap.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3537, /app/app/assets/stylesheets/bootstrap.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 3546, /app/app/assets/stylesheets/bootstrap.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3559, /app/app/assets/stylesheets/bootstrap.css */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3570, /app/app/assets/stylesheets/bootstrap.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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 3582, /app/app/assets/stylesheets/bootstrap.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 3588, /app/app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3592, /app/app/assets/stylesheets/bootstrap.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 3598, /app/app/assets/stylesheets/bootstrap.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 3604, /app/app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3613, /app/app/assets/stylesheets/bootstrap.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 3619, /app/app/assets/stylesheets/bootstrap.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3624, /app/app/assets/stylesheets/bootstrap.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3631, /app/app/assets/stylesheets/bootstrap.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3637, /app/app/assets/stylesheets/bootstrap.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 3648, /app/app/assets/stylesheets/bootstrap.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3652, /app/app/assets/stylesheets/bootstrap.css */
.input-group-append {
  margin-left: -1px;
}

/* line 3656, /app/app/assets/stylesheets/bootstrap.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #F8F5F0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3676, /app/app/assets/stylesheets/bootstrap.css */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3681, /app/app/assets/stylesheets/bootstrap.css */
.input-group-lg > .form-control,
.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 {
  height: calc(2.640625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3693, /app/app/assets/stylesheets/bootstrap.css */
.input-group-sm > .form-control,
.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 {
  height: calc(1.6484375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3705, /app/app/assets/stylesheets/bootstrap.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 3715, /app/app/assets/stylesheets/bootstrap.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 3725, /app/app/assets/stylesheets/bootstrap.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

/* line 3732, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3739, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3745, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #325D88;
}

/* line 3750, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 3755, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #95b6d8;
}

/* line 3760, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #8E8C84;
}

/* line 3764, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F8F5F0;
}

/* line 3768, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 3773, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #DFD7CA;
}

/* line 3789, /app/app/assets/stylesheets/bootstrap.css */
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3802, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3806, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #325D88;
}

/* line 3810, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 3814, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #325D88;
}

/* line 3818, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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 3822, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 93, 136, 0.5);
}

/* line 3826, /app/app/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(50, 93, 136, 0.5);
}

/* line 3830, /app/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3834, /app/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #325D88;
}

/* line 3838, /app/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 3842, /app/app/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(50, 93, 136, 0.5);
}

/* line 3846, /app/app/assets/stylesheets/bootstrap.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233E3F3A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3863, /app/app/assets/stylesheets/bootstrap.css */
.custom-select:focus {
  border-color: #6f9dca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 157, 202, 0.5);
}

/* line 3870, /app/app/assets/stylesheets/bootstrap.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 3875, /app/app/assets/stylesheets/bootstrap.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3881, /app/app/assets/stylesheets/bootstrap.css */
.custom-select:disabled {
  color: #8E8C84;
  background-color: #F8F5F0;
}

/* line 3886, /app/app/assets/stylesheets/bootstrap.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3890, /app/app/assets/stylesheets/bootstrap.css */
.custom-select-sm {
  height: calc(1.6484375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3897, /app/app/assets/stylesheets/bootstrap.css */
.custom-select-lg {
  height: calc(2.640625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 3904, /app/app/assets/stylesheets/bootstrap.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0;
}

/* line 3912, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3921, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6f9dca;
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 3927, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #6f9dca;
}

/* line 3931, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #F8F5F0;
}

/* line 3935, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3939, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 3954, /app/app/assets/stylesheets/bootstrap.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.0625rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #F8F5F0;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3971, /app/app/assets/stylesheets/bootstrap.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3980, /app/app/assets/stylesheets/bootstrap.css */
.custom-range:focus {
  outline: none;
}

/* line 3984, /app/app/assets/stylesheets/bootstrap.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 3989, /app/app/assets/stylesheets/bootstrap.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 3993, /app/app/assets/stylesheets/bootstrap.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 3997, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4001, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #325D88;
  border: 0;
  border-radius: 1rem;
  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 4017, /app/app/assets/stylesheets/bootstrap.css */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 4023, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #95b6d8;
}

/* line 4027, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFD7CA;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4037, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #325D88;
  border: 0;
  border-radius: 1rem;
  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 4052, /app/app/assets/stylesheets/bootstrap.css */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 4058, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb:active {
  background-color: #95b6d8;
}

/* line 4062, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFD7CA;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4072, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #325D88;
  border: 0;
  border-radius: 1rem;
  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 4089, /app/app/assets/stylesheets/bootstrap.css */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 4095, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-ms-thumb:active {
  background-color: #95b6d8;
}

/* line 4099, /app/app/assets/stylesheets/bootstrap.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 4109, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-ms-fill-lower {
  background-color: #DFD7CA;
  border-radius: 1rem;
}

/* line 4114, /app/app/assets/stylesheets/bootstrap.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #DFD7CA;
  border-radius: 1rem;
}

/* line 4120, /app/app/assets/stylesheets/bootstrap.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 4130, /app/app/assets/stylesheets/bootstrap.css */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
/* line 4138, /app/app/assets/stylesheets/bootstrap.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4149, /app/app/assets/stylesheets/bootstrap.css */
.nav-link {
  display: block;
  padding: 0.5rem 0.9rem;
}

/* line 4154, /app/app/assets/stylesheets/bootstrap.css */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4158, /app/app/assets/stylesheets/bootstrap.css */
.nav-link.disabled {
  color: #DFD7CA;
}

/* line 4162, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #DFD7CA;
}

/* line 4166, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4170, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4176, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #DFD7CA;
}

/* line 4180, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.disabled {
  color: #DFD7CA;
  background-color: transparent;
  border-color: transparent;
}

/* line 4186, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #DFD7CA #DFD7CA #fff;
}

/* line 4193, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4199, /app/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4203, /app/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #8E8C84;
  background-color: #F8F5F0;
}

/* line 4209, /app/app/assets/stylesheets/bootstrap.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4216, /app/app/assets/stylesheets/bootstrap.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4225, /app/app/assets/stylesheets/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4229, /app/app/assets/stylesheets/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 4233, /app/app/assets/stylesheets/bootstrap.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4249, /app/app/assets/stylesheets/bootstrap.css */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4264, /app/app/assets/stylesheets/bootstrap.css */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4274, /app/app/assets/stylesheets/bootstrap.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4278, /app/app/assets/stylesheets/bootstrap.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4291, /app/app/assets/stylesheets/bootstrap.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4296, /app/app/assets/stylesheets/bootstrap.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4301, /app/app/assets/stylesheets/bootstrap.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4307, /app/app/assets/stylesheets/bootstrap.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4318, /app/app/assets/stylesheets/bootstrap.css */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4327, /app/app/assets/stylesheets/bootstrap.css */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4331, /app/app/assets/stylesheets/bootstrap.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4335, /app/app/assets/stylesheets/bootstrap.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 4346, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 4354, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 4363, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 4369, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4372, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4376, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 4381, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 4388, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 4394, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 4402, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 4411, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 4417, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4420, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4424, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 4429, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 4436, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 4442, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 4450, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 4459, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 4465, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4468, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4472, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 4477, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 4484, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 4490, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 4498, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 4507, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 4513, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 4516, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 4520, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  /* line 4525, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 4532, /app/app/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 4537, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4547, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4553, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4560, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4564, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4569, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 4575, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4583, /app/app/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4587, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand {
  color: #000;
}

/* line 4591, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #000;
}

/* line 4595, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4599, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000;
}

/* line 4603, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4607, /app/app/assets/stylesheets/bootstrap.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: #000;
}

/* line 4614, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4619, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 4623, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4627, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a {
  color: #000;
}

/* line 4631, /app/app/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* line 4635, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4639, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4643, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4647, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

/* line 4651, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4655, /app/app/assets/stylesheets/bootstrap.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 4662, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4667, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 4671, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4675, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4679, /app/app/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4683, /app/app/assets/stylesheets/bootstrap.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 rgba(223, 215, 202, 0.75);
  border-radius: 0.25rem;
}

/* line 4700, /app/app/assets/stylesheets/bootstrap.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4705, /app/app/assets/stylesheets/bootstrap.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4710, /app/app/assets/stylesheets/bootstrap.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4715, /app/app/assets/stylesheets/bootstrap.css */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 4722, /app/app/assets/stylesheets/bootstrap.css */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4726, /app/app/assets/stylesheets/bootstrap.css */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4731, /app/app/assets/stylesheets/bootstrap.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4735, /app/app/assets/stylesheets/bootstrap.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4739, /app/app/assets/stylesheets/bootstrap.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4743, /app/app/assets/stylesheets/bootstrap.css */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(248, 245, 240, 0.25);
  border-bottom: 1px solid rgba(223, 215, 202, 0.75);
}

/* line 4750, /app/app/assets/stylesheets/bootstrap.css */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4754, /app/app/assets/stylesheets/bootstrap.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4758, /app/app/assets/stylesheets/bootstrap.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(248, 245, 240, 0.25);
  border-top: 1px solid rgba(223, 215, 202, 0.75);
}

/* line 4764, /app/app/assets/stylesheets/bootstrap.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4768, /app/app/assets/stylesheets/bootstrap.css */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4775, /app/app/assets/stylesheets/bootstrap.css */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4780, /app/app/assets/stylesheets/bootstrap.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4789, /app/app/assets/stylesheets/bootstrap.css */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4794, /app/app/assets/stylesheets/bootstrap.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4800, /app/app/assets/stylesheets/bootstrap.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4806, /app/app/assets/stylesheets/bootstrap.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 4816, /app/app/assets/stylesheets/bootstrap.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4821, /app/app/assets/stylesheets/bootstrap.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 4829, /app/app/assets/stylesheets/bootstrap.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 4846, /app/app/assets/stylesheets/bootstrap.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 4856, /app/app/assets/stylesheets/bootstrap.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4861, /app/app/assets/stylesheets/bootstrap.css */
  .card-group {
    flex-flow: row wrap;
  }

  /* line 4867, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 4873, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 4877, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 4881, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  /* line 4885, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 4889, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 4893, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  /* line 4897, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  /* line 4901, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  /* line 4904, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  /* line 4909, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  /* line 4914, /app/app/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  /* line 4917, /app/app/assets/stylesheets/bootstrap.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 4925, /app/app/assets/stylesheets/bootstrap.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4930, /app/app/assets/stylesheets/bootstrap.css */
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 4938, /app/app/assets/stylesheets/bootstrap.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 4944, /app/app/assets/stylesheets/bootstrap.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 4949, /app/app/assets/stylesheets/bootstrap.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 4953, /app/app/assets/stylesheets/bootstrap.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4959, /app/app/assets/stylesheets/bootstrap.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4964, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F8F5F0;
  border-radius: 0.25rem;
}

/* line 4977, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4981, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #8E8C84;
  content: "/";
}

/* line 4988, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4992, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4996, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb-item.active {
  color: #8E8C84;
}

/* line 5000, /app/app/assets/stylesheets/bootstrap.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5009, /app/app/assets/stylesheets/bootstrap.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8E8C84;
  background-color: #F8F5F0;
  border: 1px solid #DFD7CA;
}

/* line 5020, /app/app/assets/stylesheets/bootstrap.css */
.page-link:hover {
  z-index: 2;
  color: #8E8C84;
  text-decoration: none;
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 5028, /app/app/assets/stylesheets/bootstrap.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

/* line 5035, /app/app/assets/stylesheets/bootstrap.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5039, /app/app/assets/stylesheets/bootstrap.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5045, /app/app/assets/stylesheets/bootstrap.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5050, /app/app/assets/stylesheets/bootstrap.css */
.page-item.active .page-link {
  z-index: 1;
  color: #8E8C84;
  background-color: #DFD7CA;
  border-color: #DFD7CA;
}

/* line 5057, /app/app/assets/stylesheets/bootstrap.css */
.page-item.disabled .page-link {
  color: #DFD7CA;
  pointer-events: none;
  cursor: auto;
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 5065, /app/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 5071, /app/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5076, /app/app/assets/stylesheets/bootstrap.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5081, /app/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 5087, /app/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5092, /app/app/assets/stylesheets/bootstrap.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5097, /app/app/assets/stylesheets/bootstrap.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.25rem;
}

/* line 5109, /app/app/assets/stylesheets/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 5113, /app/app/assets/stylesheets/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5118, /app/app/assets/stylesheets/bootstrap.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5124, /app/app/assets/stylesheets/bootstrap.css */
.badge-primary {
  color: #fff;
  background-color: #325D88;
}

/* line 5129, /app/app/assets/stylesheets/bootstrap.css */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #244463;
}

/* line 5135, /app/app/assets/stylesheets/bootstrap.css */
.badge-secondary {
  color: #fff;
  background-color: #8E8C84;
}

/* line 5140, /app/app/assets/stylesheets/bootstrap.css */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #74726b;
}

/* line 5146, /app/app/assets/stylesheets/bootstrap.css */
.badge-success {
  color: #fff;
  background-color: #93C54B;
}

/* line 5151, /app/app/assets/stylesheets/bootstrap.css */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #79a736;
}

/* line 5157, /app/app/assets/stylesheets/bootstrap.css */
.badge-info {
  color: #fff;
  background-color: #29ABE0;
}

/* line 5162, /app/app/assets/stylesheets/bootstrap.css */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1b8dbb;
}

/* line 5168, /app/app/assets/stylesheets/bootstrap.css */
.badge-warning {
  color: #fff;
  background-color: #F47C3C;
}

/* line 5173, /app/app/assets/stylesheets/bootstrap.css */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ef5c0e;
}

/* line 5179, /app/app/assets/stylesheets/bootstrap.css */
.badge-danger {
  color: #fff;
  background-color: #d9534f;
}

/* line 5184, /app/app/assets/stylesheets/bootstrap.css */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c9302c;
}

/* line 5190, /app/app/assets/stylesheets/bootstrap.css */
.badge-light {
  color: #212529;
  background-color: #F8F5F0;
}

/* line 5195, /app/app/assets/stylesheets/bootstrap.css */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e8decd;
}

/* line 5201, /app/app/assets/stylesheets/bootstrap.css */
.badge-dark {
  color: #fff;
  background-color: #3E3F3A;
}

/* line 5206, /app/app/assets/stylesheets/bootstrap.css */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #242422;
}

/* line 5212, /app/app/assets/stylesheets/bootstrap.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F8F5F0;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  /* line 5222, /app/app/assets/stylesheets/bootstrap.css */
  .jumbotron {
    padding: 1rem 2rem;
  }
}
/* line 5227, /app/app/assets/stylesheets/bootstrap.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5233, /app/app/assets/stylesheets/bootstrap.css */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 5241, /app/app/assets/stylesheets/bootstrap.css */
.alert-heading {
  color: inherit;
}

/* line 5245, /app/app/assets/stylesheets/bootstrap.css */
.alert-link {
  font-weight: 700;
}

/* line 5249, /app/app/assets/stylesheets/bootstrap.css */
.alert-dismissible {
  padding-right: 3.8125rem;
}

/* line 5253, /app/app/assets/stylesheets/bootstrap.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5261, /app/app/assets/stylesheets/bootstrap.css */
.alert-primary {
  color: #1a3047;
  background-color: #d6dfe7;
  border-color: #c6d2de;
}

/* line 5267, /app/app/assets/stylesheets/bootstrap.css */
.alert-primary hr {
  border-top-color: #b6c5d5;
}

/* line 5271, /app/app/assets/stylesheets/bootstrap.css */
.alert-primary .alert-link {
  color: #0c1722;
}

/* line 5275, /app/app/assets/stylesheets/bootstrap.css */
.alert-secondary {
  color: #4a4945;
  background-color: #e8e8e6;
  border-color: #dfdfdd;
}

/* line 5281, /app/app/assets/stylesheets/bootstrap.css */
.alert-secondary hr {
  border-top-color: #d3d3d0;
}

/* line 5285, /app/app/assets/stylesheets/bootstrap.css */
.alert-secondary .alert-link {
  color: #302f2c;
}

/* line 5289, /app/app/assets/stylesheets/bootstrap.css */
.alert-success {
  color: #4c6627;
  background-color: #e9f3db;
  border-color: #e1efcd;
}

/* line 5295, /app/app/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #d5e9ba;
}

/* line 5299, /app/app/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #314119;
}

/* line 5303, /app/app/assets/stylesheets/bootstrap.css */
.alert-info {
  color: #155974;
  background-color: #d4eef9;
  border-color: #c3e7f6;
}

/* line 5309, /app/app/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #addef3;
}

/* line 5313, /app/app/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #0d3849;
}

/* line 5317, /app/app/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #7f401f;
  background-color: #fde5d8;
  border-color: #fcdac8;
}

/* line 5323, /app/app/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #fbcab0;
}

/* line 5327, /app/app/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #562b15;
}

/* line 5331, /app/app/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #712b29;
  background-color: #f7dddc;
  border-color: #f4cfce;
}

/* line 5337, /app/app/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #efbbb9;
}

/* line 5341, /app/app/assets/stylesheets/bootstrap.css */
.alert-danger .alert-link {
  color: #4c1d1b;
}

/* line 5345, /app/app/assets/stylesheets/bootstrap.css */
.alert-light {
  color: #817f7d;
  background-color: #fefdfc;
  border-color: #fdfcfb;
}

/* line 5351, /app/app/assets/stylesheets/bootstrap.css */
.alert-light hr {
  border-top-color: #f5efea;
}

/* line 5355, /app/app/assets/stylesheets/bootstrap.css */
.alert-light .alert-link {
  color: #676664;
}

/* line 5359, /app/app/assets/stylesheets/bootstrap.css */
.alert-dark {
  color: #20211e;
  background-color: #d8d9d8;
  border-color: #c9c9c8;
}

/* line 5365, /app/app/assets/stylesheets/bootstrap.css */
.alert-dark hr {
  border-top-color: #bcbcbb;
}

/* line 5369, /app/app/assets/stylesheets/bootstrap.css */
.alert-dark .alert-link {
  color: #060606;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5391, /app/app/assets/stylesheets/bootstrap.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #DFD7CA;
  border-radius: 10px;
}

/* line 5402, /app/app/assets/stylesheets/bootstrap.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #325D88;
  text-align: center;
  white-space: nowrap;
  background-color: #325D88;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5422, /app/app/assets/stylesheets/bootstrap.css */
  .progress-bar {
    transition: none;
  }
}
/* line 5428, /app/app/assets/stylesheets/bootstrap.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 5433, /app/app/assets/stylesheets/bootstrap.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5438, /app/app/assets/stylesheets/bootstrap.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5447, /app/app/assets/stylesheets/bootstrap.css */
.media-body {
  flex: 1;
}

/* line 5453, /app/app/assets/stylesheets/bootstrap.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5465, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-action {
  width: 100%;
  color: #3E3F3A;
  text-align: inherit;
}

/* line 5471, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #3E3F3A;
  text-decoration: none;
  background-color: #F8F5F0;
}

/* line 5477, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-action:active {
  color: #3E3F3A;
  background-color: #DFD7CA;
}

/* line 5482, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #DFD7CA;
}

/* line 5491, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5496, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5502, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5507, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #98978B;
  background-color: #fff;
}

/* line 5512, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item.active {
  z-index: 2;
  color: #3E3F3A;
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 5519, /app/app/assets/stylesheets/bootstrap.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5525, /app/app/assets/stylesheets/bootstrap.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5529, /app/app/assets/stylesheets/bootstrap.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5533, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-primary {
  color: #1a3047;
  background-color: #c6d2de;
}

/* line 5538, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1a3047;
  background-color: #b6c5d5;
}

/* line 5543, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1a3047;
  border-color: #1a3047;
}

/* line 5549, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary {
  color: #4a4945;
  background-color: #dfdfdd;
}

/* line 5554, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #4a4945;
  background-color: #d3d3d0;
}

/* line 5559, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #4a4945;
  border-color: #4a4945;
}

/* line 5565, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #4c6627;
  background-color: #e1efcd;
}

/* line 5570, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4c6627;
  background-color: #d5e9ba;
}

/* line 5575, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4c6627;
  border-color: #4c6627;
}

/* line 5581, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #155974;
  background-color: #c3e7f6;
}

/* line 5586, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #155974;
  background-color: #addef3;
}

/* line 5591, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #155974;
  border-color: #155974;
}

/* line 5597, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #7f401f;
  background-color: #fcdac8;
}

/* line 5602, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f401f;
  background-color: #fbcab0;
}

/* line 5607, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f401f;
  border-color: #7f401f;
}

/* line 5613, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #712b29;
  background-color: #f4cfce;
}

/* line 5618, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #712b29;
  background-color: #efbbb9;
}

/* line 5623, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #712b29;
  border-color: #712b29;
}

/* line 5629, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-light {
  color: #817f7d;
  background-color: #fdfcfb;
}

/* line 5634, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #817f7d;
  background-color: #f5efea;
}

/* line 5639, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #817f7d;
  border-color: #817f7d;
}

/* line 5645, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-dark {
  color: #20211e;
  background-color: #c9c9c8;
}

/* line 5650, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #20211e;
  background-color: #bcbcbb;
}

/* line 5655, /app/app/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #20211e;
  border-color: #20211e;
}

/* line 5661, /app/app/assets/stylesheets/bootstrap.css */
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5;
}

/* line 5671, /app/app/assets/stylesheets/bootstrap.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5675, /app/app/assets/stylesheets/bootstrap.css */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 5681, /app/app/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5688, /app/app/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5692, /app/app/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5697, /app/app/assets/stylesheets/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5709, /app/app/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5716, /app/app/assets/stylesheets/bootstrap.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5726, /app/app/assets/stylesheets/bootstrap.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 5732, /app/app/assets/stylesheets/bootstrap.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5737, /app/app/assets/stylesheets/bootstrap.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5747, /app/app/assets/stylesheets/bootstrap.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 5753, /app/app/assets/stylesheets/bootstrap.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 #DFD7CA;
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5771, /app/app/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5781, /app/app/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5785, /app/app/assets/stylesheets/bootstrap.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5789, /app/app/assets/stylesheets/bootstrap.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #DFD7CA;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5805, /app/app/assets/stylesheets/bootstrap.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5810, /app/app/assets/stylesheets/bootstrap.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5815, /app/app/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5823, /app/app/assets/stylesheets/bootstrap.css */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #DFD7CA;
}

/* line 5837, /app/app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5841, /app/app/assets/stylesheets/bootstrap.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5845, /app/app/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5854, /app/app/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 5858, /app/app/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 5861, /app/app/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  /* line 5864, /app/app/assets/stylesheets/bootstrap.css */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5870, /app/app/assets/stylesheets/bootstrap.css */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 5875, /app/app/assets/stylesheets/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5899, /app/app/assets/stylesheets/bootstrap.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 5903, /app/app/assets/stylesheets/bootstrap.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5910, /app/app/assets/stylesheets/bootstrap.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5917, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5921, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5925, /app/app/assets/stylesheets/bootstrap.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 5931, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5935, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5941, /app/app/assets/stylesheets/bootstrap.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 5947, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5951, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5955, /app/app/assets/stylesheets/bootstrap.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 5961, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5965, /app/app/assets/stylesheets/bootstrap.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5971, /app/app/assets/stylesheets/bootstrap.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 5977, /app/app/assets/stylesheets/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 5986, /app/app/assets/stylesheets/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.765625rem;
  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 6015, /app/app/assets/stylesheets/bootstrap.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6023, /app/app/assets/stylesheets/bootstrap.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6031, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6035, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6039, /app/app/assets/stylesheets/bootstrap.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 6044, /app/app/assets/stylesheets/bootstrap.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 6049, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6054, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6058, /app/app/assets/stylesheets/bootstrap.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 6065, /app/app/assets/stylesheets/bootstrap.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 6070, /app/app/assets/stylesheets/bootstrap.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 6075, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6080, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6084, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6088, /app/app/assets/stylesheets/bootstrap.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 6093, /app/app/assets/stylesheets/bootstrap.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 6098, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6103, /app/app/assets/stylesheets/bootstrap.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 #F8F5F0;
}

/* line 6114, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6118, /app/app/assets/stylesheets/bootstrap.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 6125, /app/app/assets/stylesheets/bootstrap.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 6130, /app/app/assets/stylesheets/bootstrap.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 6135, /app/app/assets/stylesheets/bootstrap.css */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 6140, /app/app/assets/stylesheets/bootstrap.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #F8F5F0;
  border-bottom: 1px solid #f0e9df;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6151, /app/app/assets/stylesheets/bootstrap.css */
.popover-header:empty {
  display: none;
}

/* line 6155, /app/app/assets/stylesheets/bootstrap.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3E3F3A;
}

/* line 6160, /app/app/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 6164, /app/app/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6170, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 6183, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6194, /app/app/assets/stylesheets/bootstrap.css */
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
/* line 6202, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 6208, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 6215, /app/app/assets/stylesheets/bootstrap.css */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6222, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 6229, /app/app/assets/stylesheets/bootstrap.css */
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 6236, /app/app/assets/stylesheets/bootstrap.css */
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 6243, /app/app/assets/stylesheets/bootstrap.css */
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 6250, /app/app/assets/stylesheets/bootstrap.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 6258, /app/app/assets/stylesheets/bootstrap.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 6264, /app/app/assets/stylesheets/bootstrap.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 6269, /app/app/assets/stylesheets/bootstrap.css */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 6279, /app/app/assets/stylesheets/bootstrap.css */
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6289, /app/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 6309, /app/app/assets/stylesheets/bootstrap.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: .9;
}

/* line 6318, /app/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev {
  left: 0;
}

/* line 6322, /app/app/assets/stylesheets/bootstrap.css */
.carousel-control-next {
  right: 0;
}

/* line 6326, /app/app/assets/stylesheets/bootstrap.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 6335, /app/app/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 6339, /app/app/assets/stylesheets/bootstrap.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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 6343, /app/app/assets/stylesheets/bootstrap.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6361, /app/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6375, /app/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6385, /app/app/assets/stylesheets/bootstrap.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6395, /app/app/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6399, /app/app/assets/stylesheets/bootstrap.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;
}

/* line 6411, /app/app/assets/stylesheets/bootstrap.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6415, /app/app/assets/stylesheets/bootstrap.css */
.align-top {
  vertical-align: top !important;
}

/* line 6419, /app/app/assets/stylesheets/bootstrap.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6423, /app/app/assets/stylesheets/bootstrap.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6427, /app/app/assets/stylesheets/bootstrap.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6431, /app/app/assets/stylesheets/bootstrap.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6435, /app/app/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #325D88 !important;
}

/* line 6439, /app/app/assets/stylesheets/bootstrap.css */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #244463 !important;
}

/* line 6445, /app/app/assets/stylesheets/bootstrap.css */
.bg-secondary {
  background-color: #8E8C84 !important;
}

/* line 6449, /app/app/assets/stylesheets/bootstrap.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #74726b !important;
}

/* line 6455, /app/app/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #93C54B !important;
}

/* line 6459, /app/app/assets/stylesheets/bootstrap.css */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #79a736 !important;
}

/* line 6465, /app/app/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #29ABE0 !important;
}

/* line 6469, /app/app/assets/stylesheets/bootstrap.css */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1b8dbb !important;
}

/* line 6475, /app/app/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #F47C3C !important;
}

/* line 6479, /app/app/assets/stylesheets/bootstrap.css */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ef5c0e !important;
}

/* line 6485, /app/app/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #d9534f !important;
}

/* line 6489, /app/app/assets/stylesheets/bootstrap.css */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c9302c !important;
}

/* line 6495, /app/app/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #F8F5F0 !important;
}

/* line 6499, /app/app/assets/stylesheets/bootstrap.css */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e8decd !important;
}

/* line 6505, /app/app/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #3E3F3A !important;
}

/* line 6509, /app/app/assets/stylesheets/bootstrap.css */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #242422 !important;
}

/* line 6515, /app/app/assets/stylesheets/bootstrap.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6519, /app/app/assets/stylesheets/bootstrap.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6523, /app/app/assets/stylesheets/bootstrap.css */
.border {
  border: 1px solid #DFD7CA !important;
}

/* line 6527, /app/app/assets/stylesheets/bootstrap.css */
.border-top {
  border-top: 1px solid #DFD7CA !important;
}

/* line 6531, /app/app/assets/stylesheets/bootstrap.css */
.border-right {
  border-right: 1px solid #DFD7CA !important;
}

/* line 6535, /app/app/assets/stylesheets/bootstrap.css */
.border-bottom {
  border-bottom: 1px solid #DFD7CA !important;
}

/* line 6539, /app/app/assets/stylesheets/bootstrap.css */
.border-left {
  border-left: 1px solid #DFD7CA !important;
}

/* line 6543, /app/app/assets/stylesheets/bootstrap.css */
.border-0 {
  border: 0 !important;
}

/* line 6547, /app/app/assets/stylesheets/bootstrap.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6551, /app/app/assets/stylesheets/bootstrap.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6555, /app/app/assets/stylesheets/bootstrap.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6559, /app/app/assets/stylesheets/bootstrap.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6563, /app/app/assets/stylesheets/bootstrap.css */
.border-primary {
  border-color: #325D88 !important;
}

/* line 6567, /app/app/assets/stylesheets/bootstrap.css */
.border-secondary {
  border-color: #8E8C84 !important;
}

/* line 6571, /app/app/assets/stylesheets/bootstrap.css */
.border-success {
  border-color: #93C54B !important;
}

/* line 6575, /app/app/assets/stylesheets/bootstrap.css */
.border-info {
  border-color: #29ABE0 !important;
}

/* line 6579, /app/app/assets/stylesheets/bootstrap.css */
.border-warning {
  border-color: #F47C3C !important;
}

/* line 6583, /app/app/assets/stylesheets/bootstrap.css */
.border-danger {
  border-color: #d9534f !important;
}

/* line 6587, /app/app/assets/stylesheets/bootstrap.css */
.border-light {
  border-color: #F8F5F0 !important;
}

/* line 6591, /app/app/assets/stylesheets/bootstrap.css */
.border-dark {
  border-color: #3E3F3A !important;
}

/* line 6595, /app/app/assets/stylesheets/bootstrap.css */
.border-white {
  border-color: #fff !important;
}

/* line 6599, /app/app/assets/stylesheets/bootstrap.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6603, /app/app/assets/stylesheets/bootstrap.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6608, /app/app/assets/stylesheets/bootstrap.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6613, /app/app/assets/stylesheets/bootstrap.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6618, /app/app/assets/stylesheets/bootstrap.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6623, /app/app/assets/stylesheets/bootstrap.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6627, /app/app/assets/stylesheets/bootstrap.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6631, /app/app/assets/stylesheets/bootstrap.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6637, /app/app/assets/stylesheets/bootstrap.css */
.d-none {
  display: none !important;
}

/* line 6641, /app/app/assets/stylesheets/bootstrap.css */
.d-inline {
  display: inline !important;
}

/* line 6645, /app/app/assets/stylesheets/bootstrap.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6649, /app/app/assets/stylesheets/bootstrap.css */
.d-block {
  display: block !important;
}

/* line 6653, /app/app/assets/stylesheets/bootstrap.css */
.d-table {
  display: table !important;
}

/* line 6657, /app/app/assets/stylesheets/bootstrap.css */
.d-table-row {
  display: table-row !important;
}

/* line 6661, /app/app/assets/stylesheets/bootstrap.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6665, /app/app/assets/stylesheets/bootstrap.css */
.d-flex {
  display: flex !important;
}

/* line 6671, /app/app/assets/stylesheets/bootstrap.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6678, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-none {
    display: none !important;
  }

  /* line 6681, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 6684, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 6687, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-block {
    display: block !important;
  }

  /* line 6690, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-table {
    display: table !important;
  }

  /* line 6693, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 6696, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 6699, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 6704, /app/app/assets/stylesheets/bootstrap.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 6712, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-none {
    display: none !important;
  }

  /* line 6715, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-inline {
    display: inline !important;
  }

  /* line 6718, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 6721, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-block {
    display: block !important;
  }

  /* line 6724, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-table {
    display: table !important;
  }

  /* line 6727, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 6730, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 6733, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-flex {
    display: flex !important;
  }

  /* line 6738, /app/app/assets/stylesheets/bootstrap.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 6746, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-none {
    display: none !important;
  }

  /* line 6749, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 6752, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 6755, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-block {
    display: block !important;
  }

  /* line 6758, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-table {
    display: table !important;
  }

  /* line 6761, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 6764, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 6767, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 6772, /app/app/assets/stylesheets/bootstrap.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 6780, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-none {
    display: none !important;
  }

  /* line 6783, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 6786, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 6789, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-block {
    display: block !important;
  }

  /* line 6792, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-table {
    display: table !important;
  }

  /* line 6795, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 6798, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 6801, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 6806, /app/app/assets/stylesheets/bootstrap.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 6814, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-none {
    display: none !important;
  }

  /* line 6817, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-inline {
    display: inline !important;
  }

  /* line 6820, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 6823, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-block {
    display: block !important;
  }

  /* line 6826, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-table {
    display: table !important;
  }

  /* line 6829, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 6832, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 6835, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-flex {
    display: flex !important;
  }

  /* line 6840, /app/app/assets/stylesheets/bootstrap.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 6847, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6855, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6860, /app/app/assets/stylesheets/bootstrap.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 6874, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 6878, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6882, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6886, /app/app/assets/stylesheets/bootstrap.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6890, /app/app/assets/stylesheets/bootstrap.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6897, /app/app/assets/stylesheets/bootstrap.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6904, /app/app/assets/stylesheets/bootstrap.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6911, /app/app/assets/stylesheets/bootstrap.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6918, /app/app/assets/stylesheets/bootstrap.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6923, /app/app/assets/stylesheets/bootstrap.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6928, /app/app/assets/stylesheets/bootstrap.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6933, /app/app/assets/stylesheets/bootstrap.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6939, /app/app/assets/stylesheets/bootstrap.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6945, /app/app/assets/stylesheets/bootstrap.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6951, /app/app/assets/stylesheets/bootstrap.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6956, /app/app/assets/stylesheets/bootstrap.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6961, /app/app/assets/stylesheets/bootstrap.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6967, /app/app/assets/stylesheets/bootstrap.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6973, /app/app/assets/stylesheets/bootstrap.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6979, /app/app/assets/stylesheets/bootstrap.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6985, /app/app/assets/stylesheets/bootstrap.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6990, /app/app/assets/stylesheets/bootstrap.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6996, /app/app/assets/stylesheets/bootstrap.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7002, /app/app/assets/stylesheets/bootstrap.css */
.align-items-center {
  align-items: center !important;
}

/* line 7008, /app/app/assets/stylesheets/bootstrap.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7014, /app/app/assets/stylesheets/bootstrap.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7020, /app/app/assets/stylesheets/bootstrap.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7025, /app/app/assets/stylesheets/bootstrap.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7030, /app/app/assets/stylesheets/bootstrap.css */
.align-content-center {
  align-content: center !important;
}

/* line 7035, /app/app/assets/stylesheets/bootstrap.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 7040, /app/app/assets/stylesheets/bootstrap.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 7045, /app/app/assets/stylesheets/bootstrap.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7050, /app/app/assets/stylesheets/bootstrap.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 7055, /app/app/assets/stylesheets/bootstrap.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7060, /app/app/assets/stylesheets/bootstrap.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7065, /app/app/assets/stylesheets/bootstrap.css */
.align-self-center {
  align-self: center !important;
}

/* line 7070, /app/app/assets/stylesheets/bootstrap.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7075, /app/app/assets/stylesheets/bootstrap.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7081, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 7087, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 7093, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 7099, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 7105, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 7109, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 7113, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 7117, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 7122, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 7127, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 7132, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 7136, /app/app/assets/stylesheets/bootstrap.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 7140, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 7145, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 7150, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 7155, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 7160, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 7164, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 7169, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 7174, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 7179, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 7184, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 7189, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 7193, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 7197, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 7201, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 7205, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 7209, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 7213, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 7217, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 7221, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 7225, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 7229, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 7233, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 7240, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 7246, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 7252, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 7258, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 7264, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 7268, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 7272, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 7276, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 7281, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 7286, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 7291, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 7295, /app/app/assets/stylesheets/bootstrap.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 7299, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 7304, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 7309, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 7314, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 7319, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 7323, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 7328, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 7333, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 7338, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 7343, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 7348, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 7352, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 7356, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 7360, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 7364, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 7368, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 7372, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 7376, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 7380, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 7384, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 7388, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 7392, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 7399, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 7405, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 7411, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 7417, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 7423, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 7427, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 7431, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 7435, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 7440, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 7445, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 7450, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 7454, /app/app/assets/stylesheets/bootstrap.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 7458, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 7463, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 7468, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 7473, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 7478, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 7482, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 7487, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 7492, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 7497, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 7502, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 7507, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 7511, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 7515, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 7519, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 7523, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 7527, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 7531, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 7535, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 7539, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 7543, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 7547, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 7551, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 7558, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 7564, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 7570, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 7576, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 7582, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 7586, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 7590, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 7594, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 7599, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 7604, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 7609, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 7613, /app/app/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 7617, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 7622, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 7627, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 7632, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 7637, /app/app/assets/stylesheets/bootstrap.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 7641, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 7646, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 7651, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 7656, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 7661, /app/app/assets/stylesheets/bootstrap.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 7666, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 7670, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 7674, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 7678, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 7682, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 7686, /app/app/assets/stylesheets/bootstrap.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 7690, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 7694, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 7698, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 7702, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 7706, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 7710, /app/app/assets/stylesheets/bootstrap.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 7716, /app/app/assets/stylesheets/bootstrap.css */
.float-left {
  float: left !important;
}

/* line 7720, /app/app/assets/stylesheets/bootstrap.css */
.float-right {
  float: right !important;
}

/* line 7724, /app/app/assets/stylesheets/bootstrap.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7729, /app/app/assets/stylesheets/bootstrap.css */
  .float-sm-left {
    float: left !important;
  }

  /* line 7732, /app/app/assets/stylesheets/bootstrap.css */
  .float-sm-right {
    float: right !important;
  }

  /* line 7735, /app/app/assets/stylesheets/bootstrap.css */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7741, /app/app/assets/stylesheets/bootstrap.css */
  .float-md-left {
    float: left !important;
  }

  /* line 7744, /app/app/assets/stylesheets/bootstrap.css */
  .float-md-right {
    float: right !important;
  }

  /* line 7747, /app/app/assets/stylesheets/bootstrap.css */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7753, /app/app/assets/stylesheets/bootstrap.css */
  .float-lg-left {
    float: left !important;
  }

  /* line 7756, /app/app/assets/stylesheets/bootstrap.css */
  .float-lg-right {
    float: right !important;
  }

  /* line 7759, /app/app/assets/stylesheets/bootstrap.css */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7765, /app/app/assets/stylesheets/bootstrap.css */
  .float-xl-left {
    float: left !important;
  }

  /* line 7768, /app/app/assets/stylesheets/bootstrap.css */
  .float-xl-right {
    float: right !important;
  }

  /* line 7771, /app/app/assets/stylesheets/bootstrap.css */
  .float-xl-none {
    float: none !important;
  }
}
/* line 7776, /app/app/assets/stylesheets/bootstrap.css */
.position-static {
  position: static !important;
}

/* line 7780, /app/app/assets/stylesheets/bootstrap.css */
.position-relative {
  position: relative !important;
}

/* line 7784, /app/app/assets/stylesheets/bootstrap.css */
.position-absolute {
  position: absolute !important;
}

/* line 7788, /app/app/assets/stylesheets/bootstrap.css */
.position-fixed {
  position: fixed !important;
}

/* line 7792, /app/app/assets/stylesheets/bootstrap.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7797, /app/app/assets/stylesheets/bootstrap.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7805, /app/app/assets/stylesheets/bootstrap.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 7814, /app/app/assets/stylesheets/bootstrap.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 7822, /app/app/assets/stylesheets/bootstrap.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 7833, /app/app/assets/stylesheets/bootstrap.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7842, /app/app/assets/stylesheets/bootstrap.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 7847, /app/app/assets/stylesheets/bootstrap.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 7852, /app/app/assets/stylesheets/bootstrap.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7857, /app/app/assets/stylesheets/bootstrap.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 7862, /app/app/assets/stylesheets/bootstrap.css */
.w-25 {
  width: 25% !important;
}

/* line 7866, /app/app/assets/stylesheets/bootstrap.css */
.w-50 {
  width: 50% !important;
}

/* line 7870, /app/app/assets/stylesheets/bootstrap.css */
.w-75 {
  width: 75% !important;
}

/* line 7874, /app/app/assets/stylesheets/bootstrap.css */
.w-100 {
  width: 100% !important;
}

/* line 7878, /app/app/assets/stylesheets/bootstrap.css */
.w-auto {
  width: auto !important;
}

/* line 7882, /app/app/assets/stylesheets/bootstrap.css */
.h-25 {
  height: 25% !important;
}

/* line 7886, /app/app/assets/stylesheets/bootstrap.css */
.h-50 {
  height: 50% !important;
}

/* line 7890, /app/app/assets/stylesheets/bootstrap.css */
.h-75 {
  height: 75% !important;
}

/* line 7894, /app/app/assets/stylesheets/bootstrap.css */
.h-100 {
  height: 100% !important;
}

/* line 7898, /app/app/assets/stylesheets/bootstrap.css */
.h-auto {
  height: auto !important;
}

/* line 7902, /app/app/assets/stylesheets/bootstrap.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 7906, /app/app/assets/stylesheets/bootstrap.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 7910, /app/app/assets/stylesheets/bootstrap.css */
.m-0 {
  margin: 0 !important;
}

/* line 7914, /app/app/assets/stylesheets/bootstrap.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7919, /app/app/assets/stylesheets/bootstrap.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7924, /app/app/assets/stylesheets/bootstrap.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7929, /app/app/assets/stylesheets/bootstrap.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7934, /app/app/assets/stylesheets/bootstrap.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7938, /app/app/assets/stylesheets/bootstrap.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7943, /app/app/assets/stylesheets/bootstrap.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7948, /app/app/assets/stylesheets/bootstrap.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7953, /app/app/assets/stylesheets/bootstrap.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7958, /app/app/assets/stylesheets/bootstrap.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7962, /app/app/assets/stylesheets/bootstrap.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7967, /app/app/assets/stylesheets/bootstrap.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7972, /app/app/assets/stylesheets/bootstrap.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7977, /app/app/assets/stylesheets/bootstrap.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7982, /app/app/assets/stylesheets/bootstrap.css */
.m-3 {
  margin: 1rem !important;
}

/* line 7986, /app/app/assets/stylesheets/bootstrap.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7991, /app/app/assets/stylesheets/bootstrap.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7996, /app/app/assets/stylesheets/bootstrap.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8001, /app/app/assets/stylesheets/bootstrap.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8006, /app/app/assets/stylesheets/bootstrap.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8010, /app/app/assets/stylesheets/bootstrap.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8015, /app/app/assets/stylesheets/bootstrap.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8020, /app/app/assets/stylesheets/bootstrap.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8025, /app/app/assets/stylesheets/bootstrap.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8030, /app/app/assets/stylesheets/bootstrap.css */
.m-5 {
  margin: 3rem !important;
}

/* line 8034, /app/app/assets/stylesheets/bootstrap.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8039, /app/app/assets/stylesheets/bootstrap.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8044, /app/app/assets/stylesheets/bootstrap.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8049, /app/app/assets/stylesheets/bootstrap.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8054, /app/app/assets/stylesheets/bootstrap.css */
.p-0 {
  padding: 0 !important;
}

/* line 8058, /app/app/assets/stylesheets/bootstrap.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8063, /app/app/assets/stylesheets/bootstrap.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8068, /app/app/assets/stylesheets/bootstrap.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8073, /app/app/assets/stylesheets/bootstrap.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8078, /app/app/assets/stylesheets/bootstrap.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8082, /app/app/assets/stylesheets/bootstrap.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8087, /app/app/assets/stylesheets/bootstrap.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8092, /app/app/assets/stylesheets/bootstrap.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8097, /app/app/assets/stylesheets/bootstrap.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8102, /app/app/assets/stylesheets/bootstrap.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8106, /app/app/assets/stylesheets/bootstrap.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8111, /app/app/assets/stylesheets/bootstrap.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8116, /app/app/assets/stylesheets/bootstrap.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8121, /app/app/assets/stylesheets/bootstrap.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8126, /app/app/assets/stylesheets/bootstrap.css */
.p-3 {
  padding: 1rem !important;
}

/* line 8130, /app/app/assets/stylesheets/bootstrap.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8135, /app/app/assets/stylesheets/bootstrap.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8140, /app/app/assets/stylesheets/bootstrap.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8145, /app/app/assets/stylesheets/bootstrap.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8150, /app/app/assets/stylesheets/bootstrap.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8154, /app/app/assets/stylesheets/bootstrap.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8159, /app/app/assets/stylesheets/bootstrap.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8164, /app/app/assets/stylesheets/bootstrap.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8169, /app/app/assets/stylesheets/bootstrap.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8174, /app/app/assets/stylesheets/bootstrap.css */
.p-5 {
  padding: 3rem !important;
}

/* line 8178, /app/app/assets/stylesheets/bootstrap.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8183, /app/app/assets/stylesheets/bootstrap.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8188, /app/app/assets/stylesheets/bootstrap.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8193, /app/app/assets/stylesheets/bootstrap.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8198, /app/app/assets/stylesheets/bootstrap.css */
.m-auto {
  margin: auto !important;
}

/* line 8202, /app/app/assets/stylesheets/bootstrap.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8207, /app/app/assets/stylesheets/bootstrap.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8212, /app/app/assets/stylesheets/bootstrap.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8217, /app/app/assets/stylesheets/bootstrap.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8223, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 8226, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 8230, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 8234, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 8238, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 8242, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 8245, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8249, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8253, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8257, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8261, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 8264, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8268, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8272, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8276, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8280, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 8283, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 8287, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 8291, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8295, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 8299, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 8302, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8306, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8310, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8314, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8318, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 8321, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 8325, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 8329, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8333, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 8337, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 8340, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 8344, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 8348, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 8352, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 8356, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 8359, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8363, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8367, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8371, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8375, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 8378, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8382, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8386, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8390, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8394, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 8397, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 8401, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 8405, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8409, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 8413, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 8416, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8420, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8424, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8428, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8432, /app/app/assets/stylesheets/bootstrap.css */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 8435, /app/app/assets/stylesheets/bootstrap.css */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 8439, /app/app/assets/stylesheets/bootstrap.css */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 8443, /app/app/assets/stylesheets/bootstrap.css */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8447, /app/app/assets/stylesheets/bootstrap.css */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 8451, /app/app/assets/stylesheets/bootstrap.css */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 8454, /app/app/assets/stylesheets/bootstrap.css */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 8458, /app/app/assets/stylesheets/bootstrap.css */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 8462, /app/app/assets/stylesheets/bootstrap.css */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 8466, /app/app/assets/stylesheets/bootstrap.css */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 8473, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 8476, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 8480, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 8484, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 8488, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 8492, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 8495, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8499, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8503, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8507, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8511, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 8514, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8518, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8522, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8526, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8530, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 8533, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 8537, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 8541, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8545, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 8549, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 8552, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8556, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8560, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8564, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8568, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 8571, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 8575, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 8579, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8583, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 8587, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 8590, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 8594, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 8598, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 8602, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 8606, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 8609, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8613, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8617, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8621, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8625, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 8628, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8632, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8636, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8640, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8644, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 8647, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 8651, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 8655, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8659, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 8663, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 8666, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8670, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8674, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8678, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8682, /app/app/assets/stylesheets/bootstrap.css */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 8685, /app/app/assets/stylesheets/bootstrap.css */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 8689, /app/app/assets/stylesheets/bootstrap.css */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 8693, /app/app/assets/stylesheets/bootstrap.css */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8697, /app/app/assets/stylesheets/bootstrap.css */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 8701, /app/app/assets/stylesheets/bootstrap.css */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 8704, /app/app/assets/stylesheets/bootstrap.css */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 8708, /app/app/assets/stylesheets/bootstrap.css */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 8712, /app/app/assets/stylesheets/bootstrap.css */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 8716, /app/app/assets/stylesheets/bootstrap.css */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 8723, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 8726, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 8730, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 8734, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 8738, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 8742, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 8745, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8749, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 8753, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 8757, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 8761, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 8764, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 8768, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 8772, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 8776, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 8780, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 8783, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 8787, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 8791, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 8795, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 8799, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 8802, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 8806, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 8810, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 8814, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 8818, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 8821, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 8825, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 8829, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 8833, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 8837, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 8840, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 8844, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 8848, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 8852, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 8856, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 8859, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 8863, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 8867, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 8871, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 8875, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 8878, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 8882, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 8886, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 8890, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 8894, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 8897, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 8901, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 8905, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 8909, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 8913, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 8916, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 8920, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 8924, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 8928, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 8932, /app/app/assets/stylesheets/bootstrap.css */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 8935, /app/app/assets/stylesheets/bootstrap.css */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 8939, /app/app/assets/stylesheets/bootstrap.css */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 8943, /app/app/assets/stylesheets/bootstrap.css */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 8947, /app/app/assets/stylesheets/bootstrap.css */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 8951, /app/app/assets/stylesheets/bootstrap.css */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 8954, /app/app/assets/stylesheets/bootstrap.css */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 8958, /app/app/assets/stylesheets/bootstrap.css */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 8962, /app/app/assets/stylesheets/bootstrap.css */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 8966, /app/app/assets/stylesheets/bootstrap.css */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 8973, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 8976, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 8980, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 8984, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 8988, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 8992, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 8995, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 8999, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9003, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9007, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9011, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 9014, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9018, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9022, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9026, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9030, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 9033, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 9037, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 9041, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9045, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 9049, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 9052, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9056, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9060, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9064, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9068, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 9071, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 9075, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 9079, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9083, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 9087, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 9090, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 9094, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 9098, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 9102, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 9106, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 9109, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9113, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9117, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9121, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9125, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 9128, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9132, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9136, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9140, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9144, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 9147, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 9151, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 9155, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9159, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 9163, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 9166, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9170, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9174, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9178, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9182, /app/app/assets/stylesheets/bootstrap.css */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 9185, /app/app/assets/stylesheets/bootstrap.css */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 9189, /app/app/assets/stylesheets/bootstrap.css */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 9193, /app/app/assets/stylesheets/bootstrap.css */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9197, /app/app/assets/stylesheets/bootstrap.css */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 9201, /app/app/assets/stylesheets/bootstrap.css */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 9204, /app/app/assets/stylesheets/bootstrap.css */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 9208, /app/app/assets/stylesheets/bootstrap.css */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 9212, /app/app/assets/stylesheets/bootstrap.css */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 9216, /app/app/assets/stylesheets/bootstrap.css */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9222, /app/app/assets/stylesheets/bootstrap.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 9226, /app/app/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify !important;
}

/* line 9230, /app/app/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9234, /app/app/assets/stylesheets/bootstrap.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9240, /app/app/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left !important;
}

/* line 9244, /app/app/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right !important;
}

/* line 9248, /app/app/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9253, /app/app/assets/stylesheets/bootstrap.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 9256, /app/app/assets/stylesheets/bootstrap.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 9259, /app/app/assets/stylesheets/bootstrap.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 9265, /app/app/assets/stylesheets/bootstrap.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 9268, /app/app/assets/stylesheets/bootstrap.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 9271, /app/app/assets/stylesheets/bootstrap.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 9277, /app/app/assets/stylesheets/bootstrap.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 9280, /app/app/assets/stylesheets/bootstrap.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 9283, /app/app/assets/stylesheets/bootstrap.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 9289, /app/app/assets/stylesheets/bootstrap.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 9292, /app/app/assets/stylesheets/bootstrap.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 9295, /app/app/assets/stylesheets/bootstrap.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 9300, /app/app/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9304, /app/app/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9308, /app/app/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9312, /app/app/assets/stylesheets/bootstrap.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9316, /app/app/assets/stylesheets/bootstrap.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9320, /app/app/assets/stylesheets/bootstrap.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9324, /app/app/assets/stylesheets/bootstrap.css */
.font-italic {
  font-style: italic !important;
}

/* line 9328, /app/app/assets/stylesheets/bootstrap.css */
.text-white {
  color: #fff !important;
}

/* line 9332, /app/app/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #325D88 !important;
}

/* line 9336, /app/app/assets/stylesheets/bootstrap.css */
a.text-primary:hover, a.text-primary:focus {
  color: #244463 !important;
}

/* line 9340, /app/app/assets/stylesheets/bootstrap.css */
.text-secondary {
  color: #8E8C84 !important;
}

/* line 9344, /app/app/assets/stylesheets/bootstrap.css */
a.text-secondary:hover, a.text-secondary:focus {
  color: #74726b !important;
}

/* line 9348, /app/app/assets/stylesheets/bootstrap.css */
.text-success {
  color: #93C54B !important;
}

/* line 9352, /app/app/assets/stylesheets/bootstrap.css */
a.text-success:hover, a.text-success:focus {
  color: #79a736 !important;
}

/* line 9356, /app/app/assets/stylesheets/bootstrap.css */
.text-info {
  color: #29ABE0 !important;
}

/* line 9360, /app/app/assets/stylesheets/bootstrap.css */
a.text-info:hover, a.text-info:focus {
  color: #1b8dbb !important;
}

/* line 9364, /app/app/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #F47C3C !important;
}

/* line 9368, /app/app/assets/stylesheets/bootstrap.css */
a.text-warning:hover, a.text-warning:focus {
  color: #ef5c0e !important;
}

/* line 9372, /app/app/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #d9534f !important;
}

/* line 9376, /app/app/assets/stylesheets/bootstrap.css */
a.text-danger:hover, a.text-danger:focus {
  color: #c9302c !important;
}

/* line 9380, /app/app/assets/stylesheets/bootstrap.css */
.text-light {
  color: #F8F5F0 !important;
}

/* line 9384, /app/app/assets/stylesheets/bootstrap.css */
a.text-light:hover, a.text-light:focus {
  color: #e8decd !important;
}

/* line 9388, /app/app/assets/stylesheets/bootstrap.css */
.text-dark {
  color: #3E3F3A !important;
}

/* line 9392, /app/app/assets/stylesheets/bootstrap.css */
a.text-dark:hover, a.text-dark:focus {
  color: #242422 !important;
}

/* line 9396, /app/app/assets/stylesheets/bootstrap.css */
.text-body {
  color: #3E3F3A !important;
}

/* line 9400, /app/app/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #8E8C84 !important;
}

/* line 9404, /app/app/assets/stylesheets/bootstrap.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9408, /app/app/assets/stylesheets/bootstrap.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9412, /app/app/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9420, /app/app/assets/stylesheets/bootstrap.css */
.visible {
  visibility: visible !important;
}

/* line 9424, /app/app/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9429, /app/app/assets/stylesheets/bootstrap.css */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 9436, /app/app/assets/stylesheets/bootstrap.css */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 9439, /app/app/assets/stylesheets/bootstrap.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 9442, /app/app/assets/stylesheets/bootstrap.css */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 9445, /app/app/assets/stylesheets/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #98978B;
    page-break-inside: avoid;
  }

  /* line 9450, /app/app/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }

  /* line 9453, /app/app/assets/stylesheets/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 9457, /app/app/assets/stylesheets/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 9463, /app/app/assets/stylesheets/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 9470, /app/app/assets/stylesheets/bootstrap.css */
  body {
    min-width: 992px !important;
  }

  /* line 9473, /app/app/assets/stylesheets/bootstrap.css */
  .container {
    min-width: 992px !important;
  }

  /* line 9476, /app/app/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }

  /* line 9479, /app/app/assets/stylesheets/bootstrap.css */
  .badge {
    border: 1px solid #000;
  }

  /* line 9482, /app/app/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 9485, /app/app/assets/stylesheets/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 9489, /app/app/assets/stylesheets/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DFD7CA !important;
  }

  /* line 9493, /app/app/assets/stylesheets/bootstrap.css */
  .table-dark {
    color: inherit;
  }

  /* line 9496, /app/app/assets/stylesheets/bootstrap.css */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DFD7CA;
  }

  /* line 9502, /app/app/assets/stylesheets/bootstrap.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #DFD7CA;
  }
}
/* line 9508, /app/app/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #3E3F3A !important;
}

/* line 9512, /app/app/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #8E8C84 !important;
}

/* line 9516, /app/app/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #F8F5F0 !important;
}

/* line 9520, /app/app/assets/stylesheets/bootstrap.css */
.sandstone, .navbar .nav-link, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .pagination, .dropdown-menu .dropdown-item, .tooltip, .navbar .nav-link, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .pagination, .dropdown-menu .dropdown-item, .tooltip {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 9527, /app/app/assets/stylesheets/bootstrap.css */
.navbar-form input,
.navbar-form .form-control {
  border: none;
}

/* line 9532, /app/app/assets/stylesheets/bootstrap.css */
.btn:hover {
  border-color: transparent;
}

/* line 9536, /app/app/assets/stylesheets/bootstrap.css */
.btn-success, .btn-warning {
  color: #fff;
}

/* line 9540, /app/app/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  background-color: #3E3F3A;
}

/* line 9544, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 9549, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #8E8C84;
}

/* line 9555, /app/app/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:hover,
.nav-tabs .nav-link.disabled:focus {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
  color: #DFD7CA;
}

/* line 9563, /app/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link {
  border: 1px solid transparent;
  color: #8E8C84;
}

/* line 9568, /app/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}

/* line 9575, /app/app/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled:hover {
  background-color: transparent;
  border-color: transparent;
  color: #DFD7CA;
}

/* line 9582, /app/app/assets/stylesheets/bootstrap.css */
.breadcrumb {
  border: 1px solid #DFD7CA;
}

/* line 9586, /app/app/assets/stylesheets/bootstrap.css */
.pagination a:hover {
  text-decoration: none;
}

/* line 9590, /app/app/assets/stylesheets/bootstrap.css */
.alert {
  color: #fff;
}

/* line 9594, /app/app/assets/stylesheets/bootstrap.css */
.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}

/* line 9600, /app/app/assets/stylesheets/bootstrap.css */
.alert-primary, .alert-primary > th, .alert-primary > td {
  background-color: #325D88;
}

/* line 9604, /app/app/assets/stylesheets/bootstrap.css */
.alert-secondary, .alert-secondary > th, .alert-secondary > td {
  background-color: #8E8C84;
}

/* line 9608, /app/app/assets/stylesheets/bootstrap.css */
.alert-success, .alert-success > th, .alert-success > td {
  background-color: #93C54B;
}

/* line 9612, /app/app/assets/stylesheets/bootstrap.css */
.alert-info, .alert-info > th, .alert-info > td {
  background-color: #29ABE0;
}

/* line 9616, /app/app/assets/stylesheets/bootstrap.css */
.alert-danger, .alert-danger > th, .alert-danger > td {
  background-color: #d9534f;
}

/* line 9620, /app/app/assets/stylesheets/bootstrap.css */
.alert-warning, .alert-warning > th, .alert-warning > td {
  background-color: #F47C3C;
}

/* line 9624, /app/app/assets/stylesheets/bootstrap.css */
.alert-dark, .alert-dark > th, .alert-dark > td {
  background-color: #3E3F3A;
}

/* line 9628, /app/app/assets/stylesheets/bootstrap.css */
.alert-light, .alert-light > th, .alert-light > td {
  background-color: #F8F5F0;
}

/* line 9632, /app/app/assets/stylesheets/bootstrap.css */
.alert-light,
.alert-light a:not(.btn),
.alert-light .alert-link {
  color: #3E3F3A;
}

/* line 9638, /app/app/assets/stylesheets/bootstrap.css */
.badge-success, .badge-warning {
  color: #fff;
}

/* line 9642, /app/app/assets/stylesheets/bootstrap.css */
.close {
  color: #DFD7CA;
  opacity: 1;
}

/* line 9647, /app/app/assets/stylesheets/bootstrap.css */
.close:hover {
  color: #b9a78a;
}

/* line 12, /app/app/assets/stylesheets/_bootswatch.scss */
.bg-primary {
  background-color: #3E3F3A !important;
}

/* line 16, /app/app/assets/stylesheets/_bootswatch.scss */
.bg-dark {
  background-color: #8E8C84 !important;
}

/* line 20, /app/app/assets/stylesheets/_bootswatch.scss */
.bg-light {
  background-color: #F8F5F0 !important;
}

/* line 24, /app/app/assets/stylesheets/_bootswatch.scss */
.sandstone, .navbar .nav-link, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .pagination, .dropdown-menu .dropdown-item, .tooltip {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 36, /app/app/assets/stylesheets/_bootswatch.scss */
.navbar-form input, .navbar-form .form-control {
  border: none;
}

/* line 47, /app/app/assets/stylesheets/_bootswatch.scss */
.btn:hover {
  border-color: transparent;
}
/* line 51, /app/app/assets/stylesheets/_bootswatch.scss */
.btn-success, .btn-warning {
  color: #fff;
}

/* line 62, /app/app/assets/stylesheets/_bootswatch.scss */
.table .thead-dark th {
  background-color: #3E3F3A;
}

/* line 81, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-tabs .nav-link {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}
/* line 87, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #8E8C84;
}
/* line 93, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:hover,
.nav-tabs .nav-link.disabled:focus {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
  color: #DFD7CA;
}

/* line 103, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-pills .nav-link {
  border: 1px solid transparent;
  color: #8E8C84;
}
/* line 109, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  background-color: #F8F5F0;
  border-color: #DFD7CA;
}
/* line 116, /app/app/assets/stylesheets/_bootswatch.scss */
.nav-pills .nav-link.disabled,
.nav-pills .nav-link.disabled:hover {
  background-color: transparent;
  border-color: transparent;
  color: #DFD7CA;
}

/* line 125, /app/app/assets/stylesheets/_bootswatch.scss */
.breadcrumb {
  border: 1px solid #DFD7CA;
}

/* line 133, /app/app/assets/stylesheets/_bootswatch.scss */
.pagination a:hover {
  text-decoration: none;
}

/* line 146, /app/app/assets/stylesheets/_bootswatch.scss */
.alert {
  color: #fff;
}
/* line 149, /app/app/assets/stylesheets/_bootswatch.scss */
.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
/* line 156, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-primary, .alert-primary > th, .alert-primary > td {
  background-color: #325D88;
}
/* line 162, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-secondary, .alert-secondary > th, .alert-secondary > td {
  background-color: #8E8C84;
}
/* line 168, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-success, .alert-success > th, .alert-success > td {
  background-color: #93C54B;
}
/* line 174, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-info, .alert-info > th, .alert-info > td {
  background-color: #29ABE0;
}
/* line 180, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-danger, .alert-danger > th, .alert-danger > td {
  background-color: #d9534f;
}
/* line 186, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-warning, .alert-warning > th, .alert-warning > td {
  background-color: #F47C3C;
}
/* line 192, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-dark, .alert-dark > th, .alert-dark > td {
  background-color: #3E3F3A;
}
/* line 198, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-light, .alert-light > th, .alert-light > td {
  background-color: #F8F5F0;
}
/* line 204, /app/app/assets/stylesheets/_bootswatch.scss */
.alert-light, .alert-light a:not(.btn), .alert-light .alert-link {
  color: #3E3F3A;
}

/* line 214, /app/app/assets/stylesheets/_bootswatch.scss */
.badge-success, .badge-warning {
  color: #fff;
}

/* line 224, /app/app/assets/stylesheets/_bootswatch.scss */
.close {
  color: #DFD7CA;
  opacity: 1;
}
/* line 228, /app/app/assets/stylesheets/_bootswatch.scss */
.close:hover {
  color: #b9a78a;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/bootstrap/glyphiconshalflings-regular-fdf01160e744e3ffb9cb1a71b97eec3a5564f590258f17e0caa2d1d7735841cb.eot);
  src: url(/assets/bootstrap/glyphiconshalflings-regular-fdf01160e744e3ffb9cb1a71b97eec3a5564f590258f17e0caa2d1d7735841cb.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphiconshalflings-regular-964ed0e1a845d8335aca2c7e0b6f007bdbd00acf1f8a19935c4a3a0cf55c08cf.woff) format("woff"), url(/assets/bootstrap/glyphiconshalflings-regular-9ffb2c62ba9a65f5f9588dc20982205649f3318b75eea919390d31a03380246e.ttf) format("truetype"), url(/assets/bootstrap/glyphiconshalflings-regular-3f9d496045d4e1cc937fac96667dad0adb62002cba30effddaee9a2a0093b235.svg#glyphicons_halflingsregular) format("svg");
}
/* line 34, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 43, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 44, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 45, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 46, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 47, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 48, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 49, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 50, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 51, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 52, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 53, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 54, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 55, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 56, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 57, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 58, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 59, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 60, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 61, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 62, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 63, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 64, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 65, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 66, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 67, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 68, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 69, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 70, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 71, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 72, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 73, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 74, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 75, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 76, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 77, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 78, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 79, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 80, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 81, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 82, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 83, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 84, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 85, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 86, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 87, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 88, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 89, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 90, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 91, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 92, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 93, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 94, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 95, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 96, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 97, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 98, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 99, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 100, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 101, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 102, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 103, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 104, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 141, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 142, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 143, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 144, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 145, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 146, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 147, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 148, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 149, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 150, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 151, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 152, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 153, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 154, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 155, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 156, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 157, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 158, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 159, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 160, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 161, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 162, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 163, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 164, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 165, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 166, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 167, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 168, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 169, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 170, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 171, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 172, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 173, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 174, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 175, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 176, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 177, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 178, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 179, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 180, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 181, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 182, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 183, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 184, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 185, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 186, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 187, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 188, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 189, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 190, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 191, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 192, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 193, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 194, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 195, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 196, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 197, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 198, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 199, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 200, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 201, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-collapse:before {
  content: "\e159";
}

/* line 202, /usr/local/bundle/gems/bootstrap-glyphicons-0.0.1/app/assets/stylesheets/bootstrap/glyphicons.scss */
.glyphicon-collapse-top:before {
  content: "\e160";
}

/* line 22, /app/app/assets/stylesheets/application.scss */
#map {
  width: 100%;
  height: 100%;
}

@media (min-width: 1px) {
  /* line 28, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 20vh;
  }
}
@media (min-width: 430px) {
  /* line 34, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 29vh;
  }
}
@media (min-width: 576px) {
  /* line 39, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 35vh;
  }
}
@media (min-width: 768px) {
  /* line 45, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 45vh;
  }
}
@media (min-width: 992px) {
  /* line 52, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 50vh;
  }
}
@media (min-width: 1200px) {
  /* line 58, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 70vh;
  }
}
@media (min-width: 1500px) {
  /* line 64, /app/app/assets/stylesheets/application.scss */
  #map {
    height: 80vh;
  }
}
/* line 70, /app/app/assets/stylesheets/application.scss */
#addMargin {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 76, /app/app/assets/stylesheets/application.scss */
hr.hrStyle {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* line 86, /app/app/assets/stylesheets/application.scss */
#footer-copyright {
  background-color: #8e8c84;
  color: white;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 86, /app/app/assets/stylesheets/application.scss */
  #footer-copyright {
    text-align: left;
  }
}
/* line 96, /app/app/assets/stylesheets/application.scss */
#footer-copyright .copyright {
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  /* line 96, /app/app/assets/stylesheets/application.scss */
  #footer-copyright .copyright {
    float: left;
  }
}
/* line 104, /app/app/assets/stylesheets/application.scss */
#footer-copyright .links {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 104, /app/app/assets/stylesheets/application.scss */
  #footer-copyright .links {
    float: right;
    margin-top: 0;
  }
  /* line 111, /app/app/assets/stylesheets/application.scss */
  #footer-copyright .links .btn {
    margin-left: 5px;
  }
}
