@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, vendor/assets/stylesheets/bootstrap.css */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* line 44, vendor/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/bootstrap.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

/* line 66, vendor/assets/stylesheets/bootstrap.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

/* line 86, vendor/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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 155, vendor/assets/stylesheets/bootstrap.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 161, vendor/assets/stylesheets/bootstrap.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

/* line 171, vendor/assets/stylesheets/bootstrap.css */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

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

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

/* line 209, vendor/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 217, vendor/assets/stylesheets/bootstrap.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

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

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

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

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

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

/* line 257, vendor/assets/stylesheets/bootstrap.css */
[role="button"] {
  cursor: pointer;
}

/* line 261, vendor/assets/stylesheets/bootstrap.css */
select {
  word-wrap: normal;
}

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

/* line 272, vendor/assets/stylesheets/bootstrap.css */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 357, vendor/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 364, vendor/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 368, vendor/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 2rem;
}

/* line 372, vendor/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 376, vendor/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 380, vendor/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 384, vendor/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 1rem;
}

/* line 388, vendor/assets/stylesheets/bootstrap.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 459, vendor/assets/stylesheets/bootstrap.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 464, vendor/assets/stylesheets/bootstrap.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

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

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

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

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

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

/* line 497, vendor/assets/stylesheets/bootstrap.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

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

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

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

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

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

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

/* line 543, vendor/assets/stylesheets/bootstrap.css */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 557, vendor/assets/stylesheets/bootstrap.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 563, vendor/assets/stylesheets/bootstrap.css */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 569, vendor/assets/stylesheets/bootstrap.css */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 575, vendor/assets/stylesheets/bootstrap.css */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 580, vendor/assets/stylesheets/bootstrap.css */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

/* line 600, vendor/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%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 612, vendor/assets/stylesheets/bootstrap.css */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 620, vendor/assets/stylesheets/bootstrap.css */
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 626, vendor/assets/stylesheets/bootstrap.css */
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 632, vendor/assets/stylesheets/bootstrap.css */
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 638, vendor/assets/stylesheets/bootstrap.css */
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 644, vendor/assets/stylesheets/bootstrap.css */
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 650, vendor/assets/stylesheets/bootstrap.css */
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 656, vendor/assets/stylesheets/bootstrap.css */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 663, vendor/assets/stylesheets/bootstrap.css */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 669, vendor/assets/stylesheets/bootstrap.css */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

/* line 681, vendor/assets/stylesheets/bootstrap.css */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 687, vendor/assets/stylesheets/bootstrap.css */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

/* line 699, vendor/assets/stylesheets/bootstrap.css */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 705, vendor/assets/stylesheets/bootstrap.css */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

/* line 717, vendor/assets/stylesheets/bootstrap.css */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 723, vendor/assets/stylesheets/bootstrap.css */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

/* line 735, vendor/assets/stylesheets/bootstrap.css */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 740, vendor/assets/stylesheets/bootstrap.css */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 745, vendor/assets/stylesheets/bootstrap.css */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 750, vendor/assets/stylesheets/bootstrap.css */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 755, vendor/assets/stylesheets/bootstrap.css */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 760, vendor/assets/stylesheets/bootstrap.css */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 765, vendor/assets/stylesheets/bootstrap.css */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 770, vendor/assets/stylesheets/bootstrap.css */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 775, vendor/assets/stylesheets/bootstrap.css */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 780, vendor/assets/stylesheets/bootstrap.css */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 785, vendor/assets/stylesheets/bootstrap.css */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 790, vendor/assets/stylesheets/bootstrap.css */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 795, vendor/assets/stylesheets/bootstrap.css */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 800, vendor/assets/stylesheets/bootstrap.css */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 805, vendor/assets/stylesheets/bootstrap.css */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 810, vendor/assets/stylesheets/bootstrap.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 814, vendor/assets/stylesheets/bootstrap.css */
.offset-2 {
  margin-left: 16.666667%;
}

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

/* line 822, vendor/assets/stylesheets/bootstrap.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 826, vendor/assets/stylesheets/bootstrap.css */
.offset-5 {
  margin-left: 41.666667%;
}

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

/* line 834, vendor/assets/stylesheets/bootstrap.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 838, vendor/assets/stylesheets/bootstrap.css */
.offset-8 {
  margin-left: 66.666667%;
}

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

/* line 846, vendor/assets/stylesheets/bootstrap.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 850, vendor/assets/stylesheets/bootstrap.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 855, vendor/assets/stylesheets/bootstrap.css */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 862, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 867, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 872, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 877, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 882, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 887, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 892, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 898, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 903, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 908, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 913, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 918, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 923, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 928, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 933, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 938, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 943, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 948, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 953, vendor/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 958, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 962, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 966, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 970, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 974, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 978, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 982, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 986, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 990, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 994, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 998, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1002, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1006, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1010, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1014, vendor/assets/stylesheets/bootstrap.css */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1018, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1021, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1024, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1027, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1030, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1033, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1036, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1039, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1042, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1045, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1048, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1051, vendor/assets/stylesheets/bootstrap.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1057, vendor/assets/stylesheets/bootstrap.css */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1064, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1069, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1074, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1079, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1084, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1089, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1094, vendor/assets/stylesheets/bootstrap.css */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1100, vendor/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1105, vendor/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1110, vendor/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1115, vendor/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1120, vendor/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1125, vendor/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1130, vendor/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1135, vendor/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1140, vendor/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1145, vendor/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1150, vendor/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1155, vendor/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1160, vendor/assets/stylesheets/bootstrap.css */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1164, vendor/assets/stylesheets/bootstrap.css */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1168, vendor/assets/stylesheets/bootstrap.css */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1172, vendor/assets/stylesheets/bootstrap.css */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1176, vendor/assets/stylesheets/bootstrap.css */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1180, vendor/assets/stylesheets/bootstrap.css */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1184, vendor/assets/stylesheets/bootstrap.css */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1188, vendor/assets/stylesheets/bootstrap.css */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1192, vendor/assets/stylesheets/bootstrap.css */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1196, vendor/assets/stylesheets/bootstrap.css */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1200, vendor/assets/stylesheets/bootstrap.css */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1204, vendor/assets/stylesheets/bootstrap.css */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1208, vendor/assets/stylesheets/bootstrap.css */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1212, vendor/assets/stylesheets/bootstrap.css */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1216, vendor/assets/stylesheets/bootstrap.css */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1220, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1223, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1226, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1229, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1232, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1235, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1238, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1241, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1244, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1247, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1250, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1253, vendor/assets/stylesheets/bootstrap.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1259, vendor/assets/stylesheets/bootstrap.css */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1266, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1271, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1276, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1281, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1286, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1291, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1296, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1302, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1307, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1312, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1317, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1322, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1327, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1332, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1337, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1342, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1347, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1352, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1357, vendor/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1362, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1366, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1370, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1374, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1378, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1382, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1386, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1390, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1394, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1398, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1402, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1406, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1410, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1414, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1418, vendor/assets/stylesheets/bootstrap.css */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1422, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1425, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1428, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1431, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1434, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1437, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1440, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1443, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1446, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1449, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1452, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1455, vendor/assets/stylesheets/bootstrap.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1461, vendor/assets/stylesheets/bootstrap.css */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1468, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1473, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1478, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1483, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1488, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1493, vendor/assets/stylesheets/bootstrap.css */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1498, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1504, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1509, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1514, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1519, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1524, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1529, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1534, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1539, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1544, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1549, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1554, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1559, vendor/assets/stylesheets/bootstrap.css */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1564, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1568, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1572, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1576, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1580, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1584, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1588, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1592, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1596, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1600, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1604, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1608, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1612, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1616, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1620, vendor/assets/stylesheets/bootstrap.css */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1624, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1627, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1630, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1633, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1636, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1639, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1642, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1645, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1648, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1651, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1654, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1657, vendor/assets/stylesheets/bootstrap.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1662, vendor/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

/* line 1680, vendor/assets/stylesheets/bootstrap.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

/* line 1689, vendor/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 1693, vendor/assets/stylesheets/bootstrap.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

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

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

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

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

/* line 1719, vendor/assets/stylesheets/bootstrap.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 1725, vendor/assets/stylesheets/bootstrap.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 1732, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 1736, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 1741, vendor/assets/stylesheets/bootstrap.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 1747, vendor/assets/stylesheets/bootstrap.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 1754, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 1758, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 1763, vendor/assets/stylesheets/bootstrap.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 1769, vendor/assets/stylesheets/bootstrap.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

/* line 1791, vendor/assets/stylesheets/bootstrap.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 1798, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 1802, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 1807, vendor/assets/stylesheets/bootstrap.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1813, vendor/assets/stylesheets/bootstrap.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1820, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1824, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1829, vendor/assets/stylesheets/bootstrap.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 1835, vendor/assets/stylesheets/bootstrap.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 1842, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 1846, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 1851, vendor/assets/stylesheets/bootstrap.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1857, vendor/assets/stylesheets/bootstrap.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 1864, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1868, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1873, vendor/assets/stylesheets/bootstrap.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 1879, vendor/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 1886, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 1890, vendor/assets/stylesheets/bootstrap.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

/* line 1905, vendor/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 1910, vendor/assets/stylesheets/bootstrap.css */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 1916, vendor/assets/stylesheets/bootstrap.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 1922, vendor/assets/stylesheets/bootstrap.css */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 1927, vendor/assets/stylesheets/bootstrap.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

@media (max-width: 575.98px) {
  /* line 1947, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1953, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1959, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1965, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1971, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1977, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1983, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1989, vendor/assets/stylesheets/bootstrap.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1994, vendor/assets/stylesheets/bootstrap.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* line 2005, vendor/assets/stylesheets/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #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 (prefers-reduced-motion: reduce) {
  /* line 2022, vendor/assets/stylesheets/bootstrap.css */
  .form-control {
    transition: none;
  }
}

/* line 2027, vendor/assets/stylesheets/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2032, vendor/assets/stylesheets/bootstrap.css */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 2037, vendor/assets/stylesheets/bootstrap.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 2045, vendor/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2050, vendor/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2055, vendor/assets/stylesheets/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2060, vendor/assets/stylesheets/bootstrap.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 2065, vendor/assets/stylesheets/bootstrap.css */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

/* line 2075, vendor/assets/stylesheets/bootstrap.css */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

/* line 2117, vendor/assets/stylesheets/bootstrap.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 2195, vendor/assets/stylesheets/bootstrap.css */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

/* line 2220, vendor/assets/stylesheets/bootstrap.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 2228, vendor/assets/stylesheets/bootstrap.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2244, vendor/assets/stylesheets/bootstrap.css */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2251, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2260, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2265, vendor/assets/stylesheets/bootstrap.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2270, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2276, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2281, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 2285, vendor/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 2291, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 2295, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2299, vendor/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 {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 2304, vendor/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 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 2308, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 2312, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 2316, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

/* line 2329, vendor/assets/stylesheets/bootstrap.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 2345, vendor/assets/stylesheets/bootstrap.css */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

/* line 2361, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2366, vendor/assets/stylesheets/bootstrap.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2371, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2377, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2382, vendor/assets/stylesheets/bootstrap.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

/* line 2396, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 2400, vendor/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 {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 2405, vendor/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 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 2409, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

/* line 2417, vendor/assets/stylesheets/bootstrap.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  /* line 2436, vendor/assets/stylesheets/bootstrap.css */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2445, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2456, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2461, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2464, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2468, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2478, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2486, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2492, vendor/assets/stylesheets/bootstrap.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2497, vendor/assets/stylesheets/bootstrap.css */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2517, vendor/assets/stylesheets/bootstrap.css */
  .btn {
    transition: none;
  }
}

/* line 2522, vendor/assets/stylesheets/bootstrap.css */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 2527, vendor/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

/* line 2545, vendor/assets/stylesheets/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2551, vendor/assets/stylesheets/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 2557, vendor/assets/stylesheets/bootstrap.css */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2564, vendor/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2570, vendor/assets/stylesheets/bootstrap.css */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 2577, vendor/assets/stylesheets/bootstrap.css */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 2582, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2588, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 2594, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2601, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2607, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 2614, vendor/assets/stylesheets/bootstrap.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 2619, vendor/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2625, vendor/assets/stylesheets/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 2631, vendor/assets/stylesheets/bootstrap.css */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2638, vendor/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2644, vendor/assets/stylesheets/bootstrap.css */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 2651, vendor/assets/stylesheets/bootstrap.css */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 2656, vendor/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2662, vendor/assets/stylesheets/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 2668, vendor/assets/stylesheets/bootstrap.css */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2675, vendor/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2681, vendor/assets/stylesheets/bootstrap.css */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 2688, vendor/assets/stylesheets/bootstrap.css */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 2693, vendor/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2699, vendor/assets/stylesheets/bootstrap.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2705, vendor/assets/stylesheets/bootstrap.css */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2712, vendor/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2718, vendor/assets/stylesheets/bootstrap.css */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2725, vendor/assets/stylesheets/bootstrap.css */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 2730, vendor/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2736, vendor/assets/stylesheets/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 2742, vendor/assets/stylesheets/bootstrap.css */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 2749, vendor/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 2755, vendor/assets/stylesheets/bootstrap.css */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

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

/* line 2767, vendor/assets/stylesheets/bootstrap.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2773, vendor/assets/stylesheets/bootstrap.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 2779, vendor/assets/stylesheets/bootstrap.css */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2786, vendor/assets/stylesheets/bootstrap.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 2792, vendor/assets/stylesheets/bootstrap.css */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 2799, vendor/assets/stylesheets/bootstrap.css */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 2804, vendor/assets/stylesheets/bootstrap.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2810, vendor/assets/stylesheets/bootstrap.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 2816, vendor/assets/stylesheets/bootstrap.css */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2823, vendor/assets/stylesheets/bootstrap.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 2829, vendor/assets/stylesheets/bootstrap.css */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 2836, vendor/assets/stylesheets/bootstrap.css */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 2841, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 2846, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2852, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2856, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 2861, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 2868, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 2873, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 2878, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2884, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2888, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 2893, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 2900, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 2905, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 2910, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2916, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2920, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 2925, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 2932, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 2937, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2942, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2948, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2952, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 2957, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 2964, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 2969, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 2974, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2980, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 2984, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 2989, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2996, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3001, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 3006, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 3012, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3016, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

/* line 3028, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 3033, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3038, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 3044, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 3048, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

/* line 3065, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 3070, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 3076, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 3080, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 3085, vendor/assets/stylesheets/bootstrap.css */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

/* line 3097, vendor/assets/stylesheets/bootstrap.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 3103, vendor/assets/stylesheets/bootstrap.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 3108, vendor/assets/stylesheets/bootstrap.css */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 3112, vendor/assets/stylesheets/bootstrap.css */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 3151, vendor/assets/stylesheets/bootstrap.css */
  .fade {
    transition: none;
  }
}

/* line 3156, vendor/assets/stylesheets/bootstrap.css */
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* line 3172, vendor/assets/stylesheets/bootstrap.css */
  .collapsing {
    transition: none;
  }
}

/* line 3177, vendor/assets/stylesheets/bootstrap.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3184, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3188, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3199, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3203, vendor/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: 1rem;
  color: #212529;
  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 3223, vendor/assets/stylesheets/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

@media (min-width: 576px) {
  /* line 3234, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3238, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3245, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3249, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3256, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3260, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3267, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3271, vendor/assets/stylesheets/bootstrap.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

/* line 3284, vendor/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3295, vendor/assets/stylesheets/bootstrap.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

/* line 3307, vendor/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3318, vendor/assets/stylesheets/bootstrap.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

/* line 3345, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3355, vendor/assets/stylesheets/bootstrap.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

/* line 3388, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 3394, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 3400, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

/* line 3410, vendor/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 3419, vendor/assets/stylesheets/bootstrap.css */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

/* line 3433, vendor/assets/stylesheets/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

/* line 3445, vendor/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 3452, vendor/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

/* line 3465, vendor/assets/stylesheets/bootstrap.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3470, vendor/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 3476, vendor/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 3482, vendor/assets/stylesheets/bootstrap.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

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

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

/* line 3497, vendor/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 3502, vendor/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 3507, vendor/assets/stylesheets/bootstrap.css */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

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

/* line 3521, vendor/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

/* line 3575, vendor/assets/stylesheets/bootstrap.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3590, vendor/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 3596, vendor/assets/stylesheets/bootstrap.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3600, vendor/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 3606, vendor/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 3612, vendor/assets/stylesheets/bootstrap.css */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3619, vendor/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 3625, vendor/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 3630, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

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

/* line 3642, vendor/assets/stylesheets/bootstrap.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

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

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

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

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

/* line 3689, vendor/assets/stylesheets/bootstrap.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3694, vendor/assets/stylesheets/bootstrap.css */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3706, vendor/assets/stylesheets/bootstrap.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3711, vendor/assets/stylesheets/bootstrap.css */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3723, vendor/assets/stylesheets/bootstrap.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3728, vendor/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 3738, vendor/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 3748, vendor/assets/stylesheets/bootstrap.css */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 3758, vendor/assets/stylesheets/bootstrap.css */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3764, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3773, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 3779, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3783, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 3787, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 3793, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 3797, vendor/assets/stylesheets/bootstrap.css */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 3801, vendor/assets/stylesheets/bootstrap.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3807, vendor/assets/stylesheets/bootstrap.css */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

/* line 3835, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3839, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

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

/* line 3848, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3852, vendor/assets/stylesheets/bootstrap.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 3860, vendor/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3864, vendor/assets/stylesheets/bootstrap.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 3868, vendor/assets/stylesheets/bootstrap.css */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3872, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3879, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3892, vendor/assets/stylesheets/bootstrap.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3897, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 3903, vendor/assets/stylesheets/bootstrap.css */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 3925, vendor/assets/stylesheets/bootstrap.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

/* line 3942, vendor/assets/stylesheets/bootstrap.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 3947, vendor/assets/stylesheets/bootstrap.css */
.custom-select::-ms-expand {
  display: none;
}

/* line 3951, vendor/assets/stylesheets/bootstrap.css */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 3956, vendor/assets/stylesheets/bootstrap.css */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 3964, vendor/assets/stylesheets/bootstrap.css */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

/* line 3989, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 3994, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

/* line 4003, vendor/assets/stylesheets/bootstrap.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

/* line 4023, vendor/assets/stylesheets/bootstrap.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 4040, vendor/assets/stylesheets/bootstrap.css */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* line 4054, vendor/assets/stylesheets/bootstrap.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4058, vendor/assets/stylesheets/bootstrap.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 4062, vendor/assets/stylesheets/bootstrap.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

/* line 4070, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4084, vendor/assets/stylesheets/bootstrap.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 4090, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

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

/* line 4104, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4117, vendor/assets/stylesheets/bootstrap.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 4123, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

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

/* line 4137, vendor/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: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4152, vendor/assets/stylesheets/bootstrap.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 4158, vendor/assets/stylesheets/bootstrap.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

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

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

/* line 4183, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 4187, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4191, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 4195, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4199, vendor/assets/stylesheets/bootstrap.css */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 4203, vendor/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 (prefers-reduced-motion: reduce) {
  /* line 4210, vendor/assets/stylesheets/bootstrap.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4217, vendor/assets/stylesheets/bootstrap.css */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4227, vendor/assets/stylesheets/bootstrap.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

/* line 4236, vendor/assets/stylesheets/bootstrap.css */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 4242, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

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

/* line 4250, vendor/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 4256, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 4260, vendor/assets/stylesheets/bootstrap.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

/* line 4283, vendor/assets/stylesheets/bootstrap.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 4289, vendor/assets/stylesheets/bootstrap.css */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 4296, vendor/assets/stylesheets/bootstrap.css */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

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

/* line 4326, vendor/assets/stylesheets/bootstrap.css */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

/* line 4378, vendor/assets/stylesheets/bootstrap.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

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

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

/* line 4400, vendor/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 4411, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4419, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4425, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4429, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4432, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4436, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4441, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4447, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4453, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4461, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4467, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4471, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4474, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4478, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4483, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4489, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4495, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4503, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4509, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4513, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4516, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4520, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4525, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4531, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4537, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4545, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4551, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4555, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4558, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4562, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4567, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4573, vendor/assets/stylesheets/bootstrap.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4578, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4585, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

/* line 4605, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4611, vendor/assets/stylesheets/bootstrap.css */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

/* line 4622, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4626, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

/* line 4634, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

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

/* line 4642, vendor/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: rgba(0, 0, 0, 0.9);
}

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

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

/* line 4658, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4662, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4666, vendor/assets/stylesheets/bootstrap.css */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

/* line 4682, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

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

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

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

/* line 4706, vendor/assets/stylesheets/bootstrap.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

/* line 4718, vendor/assets/stylesheets/bootstrap.css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

/* line 4737, vendor/assets/stylesheets/bootstrap.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4742, vendor/assets/stylesheets/bootstrap.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4748, vendor/assets/stylesheets/bootstrap.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4754, vendor/assets/stylesheets/bootstrap.css */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4759, vendor/assets/stylesheets/bootstrap.css */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

/* line 4787, vendor/assets/stylesheets/bootstrap.css */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

/* line 4798, vendor/assets/stylesheets/bootstrap.css */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

/* line 4820, vendor/assets/stylesheets/bootstrap.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 4830, vendor/assets/stylesheets/bootstrap.css */
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  /* line 4855, vendor/assets/stylesheets/bootstrap.css */
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4863, vendor/assets/stylesheets/bootstrap.css */
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

@media (min-width: 576px) {
  /* line 4877, vendor/assets/stylesheets/bootstrap.css */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 4883, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4888, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4892, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4896, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4900, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4904, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4908, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4912, vendor/assets/stylesheets/bootstrap.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4918, vendor/assets/stylesheets/bootstrap.css */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4923, vendor/assets/stylesheets/bootstrap.css */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4933, vendor/assets/stylesheets/bootstrap.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4939, vendor/assets/stylesheets/bootstrap.css */
.accordion {
  overflow-anchor: none;
}

/* line 4943, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card {
  overflow: hidden;
}

/* line 4947, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4953, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4958, vendor/assets/stylesheets/bootstrap.css */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

/* line 4975, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

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

/* line 4984, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

/* line 4999, vendor/assets/stylesheets/bootstrap.css */
.breadcrumb-item.active {
  color: #6c757d;
}

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

/* line 5011, vendor/assets/stylesheets/bootstrap.css */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 5022, vendor/assets/stylesheets/bootstrap.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 5030, vendor/assets/stylesheets/bootstrap.css */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 5036, vendor/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 5042, vendor/assets/stylesheets/bootstrap.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5047, vendor/assets/stylesheets/bootstrap.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5054, vendor/assets/stylesheets/bootstrap.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

/* line 5068, vendor/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 5073, vendor/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 5078, vendor/assets/stylesheets/bootstrap.css */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 5084, vendor/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 5089, vendor/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 5094, vendor/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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5108, vendor/assets/stylesheets/bootstrap.css */
  .badge {
    transition: none;
  }
}

/* line 5113, vendor/assets/stylesheets/bootstrap.css */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

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

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

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

/* line 5132, vendor/assets/stylesheets/bootstrap.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 5137, vendor/assets/stylesheets/bootstrap.css */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 5142, vendor/assets/stylesheets/bootstrap.css */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 5147, vendor/assets/stylesheets/bootstrap.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 5152, vendor/assets/stylesheets/bootstrap.css */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 5157, vendor/assets/stylesheets/bootstrap.css */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 5162, vendor/assets/stylesheets/bootstrap.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 5167, vendor/assets/stylesheets/bootstrap.css */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 5172, vendor/assets/stylesheets/bootstrap.css */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 5177, vendor/assets/stylesheets/bootstrap.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 5182, vendor/assets/stylesheets/bootstrap.css */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 5187, vendor/assets/stylesheets/bootstrap.css */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 5192, vendor/assets/stylesheets/bootstrap.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 5197, vendor/assets/stylesheets/bootstrap.css */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 5202, vendor/assets/stylesheets/bootstrap.css */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5207, vendor/assets/stylesheets/bootstrap.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 5212, vendor/assets/stylesheets/bootstrap.css */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 5217, vendor/assets/stylesheets/bootstrap.css */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 5222, vendor/assets/stylesheets/bootstrap.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 5227, vendor/assets/stylesheets/bootstrap.css */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 5232, vendor/assets/stylesheets/bootstrap.css */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 5237, vendor/assets/stylesheets/bootstrap.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 5242, vendor/assets/stylesheets/bootstrap.css */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 5247, vendor/assets/stylesheets/bootstrap.css */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5252, vendor/assets/stylesheets/bootstrap.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5260, vendor/assets/stylesheets/bootstrap.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5265, vendor/assets/stylesheets/bootstrap.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

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

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

/* line 5287, vendor/assets/stylesheets/bootstrap.css */
.alert-dismissible {
  padding-right: 4rem;
}

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

/* line 5300, vendor/assets/stylesheets/bootstrap.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 5306, vendor/assets/stylesheets/bootstrap.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 5310, vendor/assets/stylesheets/bootstrap.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 5314, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 5320, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 5324, vendor/assets/stylesheets/bootstrap.css */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 5328, vendor/assets/stylesheets/bootstrap.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 5334, vendor/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 5338, vendor/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 5342, vendor/assets/stylesheets/bootstrap.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 5348, vendor/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 5352, vendor/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 5356, vendor/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 5362, vendor/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5366, vendor/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5370, vendor/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 5376, vendor/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 5380, vendor/assets/stylesheets/bootstrap.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 5384, vendor/assets/stylesheets/bootstrap.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5390, vendor/assets/stylesheets/bootstrap.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5394, vendor/assets/stylesheets/bootstrap.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 5398, vendor/assets/stylesheets/bootstrap.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 5404, vendor/assets/stylesheets/bootstrap.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 5408, vendor/assets/stylesheets/bootstrap.css */
.alert-dark .alert-link {
  color: #040505;
}

@-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 5430, vendor/assets/stylesheets/bootstrap.css */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 5441, vendor/assets/stylesheets/bootstrap.css */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5457, vendor/assets/stylesheets/bootstrap.css */
  .progress-bar {
    transition: none;
  }
}

/* line 5462, vendor/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 5467, vendor/assets/stylesheets/bootstrap.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5473, vendor/assets/stylesheets/bootstrap.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 5479, vendor/assets/stylesheets/bootstrap.css */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5486, vendor/assets/stylesheets/bootstrap.css */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5491, vendor/assets/stylesheets/bootstrap.css */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 5501, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 5507, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 5514, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 5519, vendor/assets/stylesheets/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5527, vendor/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 5532, vendor/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 5537, vendor/assets/stylesheets/bootstrap.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 5543, vendor/assets/stylesheets/bootstrap.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 5550, vendor/assets/stylesheets/bootstrap.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5554, vendor/assets/stylesheets/bootstrap.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5559, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 5564, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5569, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 5574, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5578, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5583, vendor/assets/stylesheets/bootstrap.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5589, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5593, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5597, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5601, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5604, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5608, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5615, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5619, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5623, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5627, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5630, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5634, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5641, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5645, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5649, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5653, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5656, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5660, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5667, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5671, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5675, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 5679, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5682, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5686, vendor/assets/stylesheets/bootstrap.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5692, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush {
  border-radius: 0;
}

/* line 5696, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 5700, vendor/assets/stylesheets/bootstrap.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5704, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 5709, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 5714, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 5720, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 5725, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 5730, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 5736, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 5741, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 5746, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 5752, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 5757, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 5762, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 5768, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5773, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5778, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5784, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 5789, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 5794, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 5800, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 5805, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 5810, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 5816, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 5821, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 5826, vendor/assets/stylesheets/bootstrap.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 5832, vendor/assets/stylesheets/bootstrap.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5842, vendor/assets/stylesheets/bootstrap.css */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5847, vendor/assets/stylesheets/bootstrap.css */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5851, vendor/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 5857, vendor/assets/stylesheets/bootstrap.css */
a.close.disabled {
  pointer-events: none;
}

/* line 5861, vendor/assets/stylesheets/bootstrap.css */
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5874, vendor/assets/stylesheets/bootstrap.css */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5878, vendor/assets/stylesheets/bootstrap.css */
.toast.showing {
  opacity: 1;
}

/* line 5882, vendor/assets/stylesheets/bootstrap.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5887, vendor/assets/stylesheets/bootstrap.css */
.toast.hide {
  display: none;
}

/* line 5891, vendor/assets/stylesheets/bootstrap.css */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 5905, vendor/assets/stylesheets/bootstrap.css */
.toast-body {
  padding: 0.75rem;
}

/* line 5909, vendor/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 5913, vendor/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5918, vendor/assets/stylesheets/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5930, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5937, vendor/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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5946, vendor/assets/stylesheets/bootstrap.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5951, vendor/assets/stylesheets/bootstrap.css */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 5956, vendor/assets/stylesheets/bootstrap.css */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 5961, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5967, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5972, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 5978, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5982, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5990, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 5999, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 6007, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6011, vendor/assets/stylesheets/bootstrap.css */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6015, vendor/assets/stylesheets/bootstrap.css */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 6030, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6040, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6044, vendor/assets/stylesheets/bootstrap.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 6048, vendor/assets/stylesheets/bootstrap.css */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6061, vendor/assets/stylesheets/bootstrap.css */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6066, vendor/assets/stylesheets/bootstrap.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6071, vendor/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6078, vendor/assets/stylesheets/bootstrap.css */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 6093, vendor/assets/stylesheets/bootstrap.css */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 6097, vendor/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6106, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6110, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6113, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6116, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6119, vendor/assets/stylesheets/bootstrap.css */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  /* line 6125, vendor/assets/stylesheets/bootstrap.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6131, vendor/assets/stylesheets/bootstrap.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6138, vendor/assets/stylesheets/bootstrap.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6143, vendor/assets/stylesheets/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6167, vendor/assets/stylesheets/bootstrap.css */
.tooltip.show {
  opacity: 0.9;
}

/* line 6171, vendor/assets/stylesheets/bootstrap.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6178, vendor/assets/stylesheets/bootstrap.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6185, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6189, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6193, vendor/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 6199, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6203, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6209, vendor/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 6215, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6219, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6223, vendor/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 6229, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6233, vendor/assets/stylesheets/bootstrap.css */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6239, vendor/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 6245, vendor/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 6254, vendor/assets/stylesheets/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 6283, vendor/assets/stylesheets/bootstrap.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6291, vendor/assets/stylesheets/bootstrap.css */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6299, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6303, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6307, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6313, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6319, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6323, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6330, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6336, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6342, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6346, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6350, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6356, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6362, vendor/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 #f7f7f7;
}

/* line 6373, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6377, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6384, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6390, vendor/assets/stylesheets/bootstrap.css */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6396, vendor/assets/stylesheets/bootstrap.css */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6406, vendor/assets/stylesheets/bootstrap.css */
.popover-header:empty {
  display: none;
}

/* line 6410, vendor/assets/stylesheets/bootstrap.css */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 6415, vendor/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 6419, vendor/assets/stylesheets/bootstrap.css */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6424, vendor/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6430, vendor/assets/stylesheets/bootstrap.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6436, vendor/assets/stylesheets/bootstrap.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6450, vendor/assets/stylesheets/bootstrap.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6455, vendor/assets/stylesheets/bootstrap.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6461, vendor/assets/stylesheets/bootstrap.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6467, vendor/assets/stylesheets/bootstrap.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6473, vendor/assets/stylesheets/bootstrap.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6480, vendor/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 {
  z-index: 1;
  opacity: 1;
}

/* line 6487, vendor/assets/stylesheets/bootstrap.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6495, vendor/assets/stylesheets/bootstrap.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6501, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6521, vendor/assets/stylesheets/bootstrap.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6527, vendor/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: 0.9;
}

/* line 6536, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev {
  left: 0;
}

/* line 6540, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-next {
  right: 0;
}

/* line 6544, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6552, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6556, vendor/assets/stylesheets/bootstrap.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6560, vendor/assets/stylesheets/bootstrap.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6576, vendor/assets/stylesheets/bootstrap.css */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6595, vendor/assets/stylesheets/bootstrap.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6600, vendor/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6604, vendor/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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 6630, vendor/assets/stylesheets/bootstrap.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 6642, vendor/assets/stylesheets/bootstrap.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 6672, vendor/assets/stylesheets/bootstrap.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 6684, vendor/assets/stylesheets/bootstrap.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6689, vendor/assets/stylesheets/bootstrap.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6693, vendor/assets/stylesheets/bootstrap.css */
.align-top {
  vertical-align: top !important;
}

/* line 6697, vendor/assets/stylesheets/bootstrap.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6701, vendor/assets/stylesheets/bootstrap.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6705, vendor/assets/stylesheets/bootstrap.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6709, vendor/assets/stylesheets/bootstrap.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6713, vendor/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6717, vendor/assets/stylesheets/bootstrap.css */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6723, vendor/assets/stylesheets/bootstrap.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6727, vendor/assets/stylesheets/bootstrap.css */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6733, vendor/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6737, vendor/assets/stylesheets/bootstrap.css */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6743, vendor/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6747, vendor/assets/stylesheets/bootstrap.css */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6753, vendor/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6757, vendor/assets/stylesheets/bootstrap.css */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6763, vendor/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6767, vendor/assets/stylesheets/bootstrap.css */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6773, vendor/assets/stylesheets/bootstrap.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6777, vendor/assets/stylesheets/bootstrap.css */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6783, vendor/assets/stylesheets/bootstrap.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6787, vendor/assets/stylesheets/bootstrap.css */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6793, vendor/assets/stylesheets/bootstrap.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6797, vendor/assets/stylesheets/bootstrap.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6801, vendor/assets/stylesheets/bootstrap.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6805, vendor/assets/stylesheets/bootstrap.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6809, vendor/assets/stylesheets/bootstrap.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6813, vendor/assets/stylesheets/bootstrap.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6817, vendor/assets/stylesheets/bootstrap.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6821, vendor/assets/stylesheets/bootstrap.css */
.border-0 {
  border: 0 !important;
}

/* line 6825, vendor/assets/stylesheets/bootstrap.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6829, vendor/assets/stylesheets/bootstrap.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6833, vendor/assets/stylesheets/bootstrap.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6837, vendor/assets/stylesheets/bootstrap.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6841, vendor/assets/stylesheets/bootstrap.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 6845, vendor/assets/stylesheets/bootstrap.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6849, vendor/assets/stylesheets/bootstrap.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6853, vendor/assets/stylesheets/bootstrap.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6857, vendor/assets/stylesheets/bootstrap.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6861, vendor/assets/stylesheets/bootstrap.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6865, vendor/assets/stylesheets/bootstrap.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6869, vendor/assets/stylesheets/bootstrap.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6873, vendor/assets/stylesheets/bootstrap.css */
.border-white {
  border-color: #fff !important;
}

/* line 6877, vendor/assets/stylesheets/bootstrap.css */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6881, vendor/assets/stylesheets/bootstrap.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6885, vendor/assets/stylesheets/bootstrap.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6890, vendor/assets/stylesheets/bootstrap.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6895, vendor/assets/stylesheets/bootstrap.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6900, vendor/assets/stylesheets/bootstrap.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6905, vendor/assets/stylesheets/bootstrap.css */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6909, vendor/assets/stylesheets/bootstrap.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6913, vendor/assets/stylesheets/bootstrap.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6917, vendor/assets/stylesheets/bootstrap.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6921, vendor/assets/stylesheets/bootstrap.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6927, vendor/assets/stylesheets/bootstrap.css */
.d-none {
  display: none !important;
}

/* line 6931, vendor/assets/stylesheets/bootstrap.css */
.d-inline {
  display: inline !important;
}

/* line 6935, vendor/assets/stylesheets/bootstrap.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6939, vendor/assets/stylesheets/bootstrap.css */
.d-block {
  display: block !important;
}

/* line 6943, vendor/assets/stylesheets/bootstrap.css */
.d-table {
  display: table !important;
}

/* line 6947, vendor/assets/stylesheets/bootstrap.css */
.d-table-row {
  display: table-row !important;
}

/* line 6951, vendor/assets/stylesheets/bootstrap.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6955, vendor/assets/stylesheets/bootstrap.css */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6960, vendor/assets/stylesheets/bootstrap.css */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6966, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6969, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6972, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6975, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6978, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6981, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6984, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6987, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6991, vendor/assets/stylesheets/bootstrap.css */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6998, vendor/assets/stylesheets/bootstrap.css */
  .d-md-none {
    display: none !important;
  }
  /* line 7001, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7004, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7007, vendor/assets/stylesheets/bootstrap.css */
  .d-md-block {
    display: block !important;
  }
  /* line 7010, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table {
    display: table !important;
  }
  /* line 7013, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7016, vendor/assets/stylesheets/bootstrap.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7019, vendor/assets/stylesheets/bootstrap.css */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7023, vendor/assets/stylesheets/bootstrap.css */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7030, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 7033, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7036, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7039, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 7042, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 7045, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7048, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7051, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7055, vendor/assets/stylesheets/bootstrap.css */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7062, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 7065, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7068, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7071, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 7074, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 7077, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7080, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7083, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7087, vendor/assets/stylesheets/bootstrap.css */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 7094, vendor/assets/stylesheets/bootstrap.css */
  .d-print-none {
    display: none !important;
  }
  /* line 7097, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7100, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7103, vendor/assets/stylesheets/bootstrap.css */
  .d-print-block {
    display: block !important;
  }
  /* line 7106, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table {
    display: table !important;
  }
  /* line 7109, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7112, vendor/assets/stylesheets/bootstrap.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7115, vendor/assets/stylesheets/bootstrap.css */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7119, vendor/assets/stylesheets/bootstrap.css */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 7125, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7133, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7138, vendor/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 7152, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7156, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7160, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7164, vendor/assets/stylesheets/bootstrap.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7168, vendor/assets/stylesheets/bootstrap.css */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 7173, vendor/assets/stylesheets/bootstrap.css */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 7178, vendor/assets/stylesheets/bootstrap.css */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 7183, vendor/assets/stylesheets/bootstrap.css */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 7188, vendor/assets/stylesheets/bootstrap.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 7193, vendor/assets/stylesheets/bootstrap.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 7198, vendor/assets/stylesheets/bootstrap.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 7203, vendor/assets/stylesheets/bootstrap.css */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 7208, vendor/assets/stylesheets/bootstrap.css */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 7213, vendor/assets/stylesheets/bootstrap.css */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 7218, vendor/assets/stylesheets/bootstrap.css */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 7223, vendor/assets/stylesheets/bootstrap.css */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 7228, vendor/assets/stylesheets/bootstrap.css */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 7233, vendor/assets/stylesheets/bootstrap.css */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 7238, vendor/assets/stylesheets/bootstrap.css */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 7243, vendor/assets/stylesheets/bootstrap.css */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 7248, vendor/assets/stylesheets/bootstrap.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 7253, vendor/assets/stylesheets/bootstrap.css */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 7258, vendor/assets/stylesheets/bootstrap.css */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 7263, vendor/assets/stylesheets/bootstrap.css */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 7268, vendor/assets/stylesheets/bootstrap.css */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 7273, vendor/assets/stylesheets/bootstrap.css */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 7278, vendor/assets/stylesheets/bootstrap.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 7283, vendor/assets/stylesheets/bootstrap.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 7288, vendor/assets/stylesheets/bootstrap.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 7293, vendor/assets/stylesheets/bootstrap.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 7298, vendor/assets/stylesheets/bootstrap.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 7303, vendor/assets/stylesheets/bootstrap.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 7308, vendor/assets/stylesheets/bootstrap.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 7313, vendor/assets/stylesheets/bootstrap.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 7318, vendor/assets/stylesheets/bootstrap.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 7323, vendor/assets/stylesheets/bootstrap.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 7328, vendor/assets/stylesheets/bootstrap.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 7333, vendor/assets/stylesheets/bootstrap.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7339, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7343, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7347, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7351, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7355, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7359, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7363, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7367, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7371, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7375, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7379, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7383, vendor/assets/stylesheets/bootstrap.css */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7387, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7391, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7395, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7399, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7403, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7407, vendor/assets/stylesheets/bootstrap.css */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7411, vendor/assets/stylesheets/bootstrap.css */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7415, vendor/assets/stylesheets/bootstrap.css */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7419, vendor/assets/stylesheets/bootstrap.css */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7423, vendor/assets/stylesheets/bootstrap.css */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7427, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7431, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7435, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7439, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7443, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7447, vendor/assets/stylesheets/bootstrap.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7451, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7455, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7459, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7463, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7467, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7471, vendor/assets/stylesheets/bootstrap.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7478, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7482, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7486, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7490, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7494, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7498, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7502, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7506, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7510, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7514, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7518, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7522, vendor/assets/stylesheets/bootstrap.css */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7526, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7530, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7534, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7538, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7542, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7546, vendor/assets/stylesheets/bootstrap.css */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7550, vendor/assets/stylesheets/bootstrap.css */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7554, vendor/assets/stylesheets/bootstrap.css */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7558, vendor/assets/stylesheets/bootstrap.css */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7562, vendor/assets/stylesheets/bootstrap.css */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7566, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7570, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7574, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7578, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7582, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7586, vendor/assets/stylesheets/bootstrap.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7590, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7594, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7598, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7602, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7606, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7610, vendor/assets/stylesheets/bootstrap.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7617, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7621, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7625, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7629, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7633, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7637, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7641, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7645, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7649, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7653, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7657, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7661, vendor/assets/stylesheets/bootstrap.css */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7665, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7669, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7673, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7677, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7681, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7685, vendor/assets/stylesheets/bootstrap.css */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7689, vendor/assets/stylesheets/bootstrap.css */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7693, vendor/assets/stylesheets/bootstrap.css */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7697, vendor/assets/stylesheets/bootstrap.css */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7701, vendor/assets/stylesheets/bootstrap.css */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7705, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7709, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7713, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7717, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7721, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7725, vendor/assets/stylesheets/bootstrap.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7729, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7733, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7737, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7741, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7745, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7749, vendor/assets/stylesheets/bootstrap.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7756, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7760, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7764, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7768, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7772, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7776, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7780, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7784, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7788, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7792, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7796, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7800, vendor/assets/stylesheets/bootstrap.css */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7804, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7808, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7812, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7816, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7820, vendor/assets/stylesheets/bootstrap.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7824, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7828, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7832, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7836, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7840, vendor/assets/stylesheets/bootstrap.css */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7844, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7848, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7852, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7856, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7860, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7864, vendor/assets/stylesheets/bootstrap.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7868, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7872, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7876, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7880, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7884, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7888, vendor/assets/stylesheets/bootstrap.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 7894, vendor/assets/stylesheets/bootstrap.css */
.float-left {
  float: left !important;
}

/* line 7898, vendor/assets/stylesheets/bootstrap.css */
.float-right {
  float: right !important;
}

/* line 7902, vendor/assets/stylesheets/bootstrap.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7907, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 7910, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 7913, vendor/assets/stylesheets/bootstrap.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7919, vendor/assets/stylesheets/bootstrap.css */
  .float-md-left {
    float: left !important;
  }
  /* line 7922, vendor/assets/stylesheets/bootstrap.css */
  .float-md-right {
    float: right !important;
  }
  /* line 7925, vendor/assets/stylesheets/bootstrap.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7931, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 7934, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 7937, vendor/assets/stylesheets/bootstrap.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7943, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 7946, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 7949, vendor/assets/stylesheets/bootstrap.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7954, vendor/assets/stylesheets/bootstrap.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 7961, vendor/assets/stylesheets/bootstrap.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 7968, vendor/assets/stylesheets/bootstrap.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 7975, vendor/assets/stylesheets/bootstrap.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 7979, vendor/assets/stylesheets/bootstrap.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7983, vendor/assets/stylesheets/bootstrap.css */
.position-static {
  position: static !important;
}

/* line 7987, vendor/assets/stylesheets/bootstrap.css */
.position-relative {
  position: relative !important;
}

/* line 7991, vendor/assets/stylesheets/bootstrap.css */
.position-absolute {
  position: absolute !important;
}

/* line 7995, vendor/assets/stylesheets/bootstrap.css */
.position-fixed {
  position: fixed !important;
}

/* line 7999, vendor/assets/stylesheets/bootstrap.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 8004, vendor/assets/stylesheets/bootstrap.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8012, vendor/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 8021, vendor/assets/stylesheets/bootstrap.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8029, vendor/assets/stylesheets/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8041, vendor/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 8050, vendor/assets/stylesheets/bootstrap.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8054, vendor/assets/stylesheets/bootstrap.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8058, vendor/assets/stylesheets/bootstrap.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8062, vendor/assets/stylesheets/bootstrap.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 8066, vendor/assets/stylesheets/bootstrap.css */
.w-25 {
  width: 25% !important;
}

/* line 8070, vendor/assets/stylesheets/bootstrap.css */
.w-50 {
  width: 50% !important;
}

/* line 8074, vendor/assets/stylesheets/bootstrap.css */
.w-75 {
  width: 75% !important;
}

/* line 8078, vendor/assets/stylesheets/bootstrap.css */
.w-100 {
  width: 100% !important;
}

/* line 8082, vendor/assets/stylesheets/bootstrap.css */
.w-auto {
  width: auto !important;
}

/* line 8086, vendor/assets/stylesheets/bootstrap.css */
.h-25 {
  height: 25% !important;
}

/* line 8090, vendor/assets/stylesheets/bootstrap.css */
.h-50 {
  height: 50% !important;
}

/* line 8094, vendor/assets/stylesheets/bootstrap.css */
.h-75 {
  height: 75% !important;
}

/* line 8098, vendor/assets/stylesheets/bootstrap.css */
.h-100 {
  height: 100% !important;
}

/* line 8102, vendor/assets/stylesheets/bootstrap.css */
.h-auto {
  height: auto !important;
}

/* line 8106, vendor/assets/stylesheets/bootstrap.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 8110, vendor/assets/stylesheets/bootstrap.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 8114, vendor/assets/stylesheets/bootstrap.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8118, vendor/assets/stylesheets/bootstrap.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8122, vendor/assets/stylesheets/bootstrap.css */
.vw-100 {
  width: 100vw !important;
}

/* line 8126, vendor/assets/stylesheets/bootstrap.css */
.vh-100 {
  height: 100vh !important;
}

/* line 8130, vendor/assets/stylesheets/bootstrap.css */
.m-0 {
  margin: 0 !important;
}

/* line 8134, vendor/assets/stylesheets/bootstrap.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8139, vendor/assets/stylesheets/bootstrap.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8144, vendor/assets/stylesheets/bootstrap.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8149, vendor/assets/stylesheets/bootstrap.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8154, vendor/assets/stylesheets/bootstrap.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8158, vendor/assets/stylesheets/bootstrap.css */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8163, vendor/assets/stylesheets/bootstrap.css */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8168, vendor/assets/stylesheets/bootstrap.css */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8173, vendor/assets/stylesheets/bootstrap.css */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8178, vendor/assets/stylesheets/bootstrap.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8182, vendor/assets/stylesheets/bootstrap.css */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8187, vendor/assets/stylesheets/bootstrap.css */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8192, vendor/assets/stylesheets/bootstrap.css */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8197, vendor/assets/stylesheets/bootstrap.css */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8202, vendor/assets/stylesheets/bootstrap.css */
.m-3 {
  margin: 1rem !important;
}

/* line 8206, vendor/assets/stylesheets/bootstrap.css */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8211, vendor/assets/stylesheets/bootstrap.css */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8216, vendor/assets/stylesheets/bootstrap.css */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8221, vendor/assets/stylesheets/bootstrap.css */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8226, vendor/assets/stylesheets/bootstrap.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8230, vendor/assets/stylesheets/bootstrap.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8235, vendor/assets/stylesheets/bootstrap.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8240, vendor/assets/stylesheets/bootstrap.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8245, vendor/assets/stylesheets/bootstrap.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8250, vendor/assets/stylesheets/bootstrap.css */
.m-5 {
  margin: 3rem !important;
}

/* line 8254, vendor/assets/stylesheets/bootstrap.css */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8259, vendor/assets/stylesheets/bootstrap.css */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8264, vendor/assets/stylesheets/bootstrap.css */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8269, vendor/assets/stylesheets/bootstrap.css */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8274, vendor/assets/stylesheets/bootstrap.css */
.p-0 {
  padding: 0 !important;
}

/* line 8278, vendor/assets/stylesheets/bootstrap.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8283, vendor/assets/stylesheets/bootstrap.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8288, vendor/assets/stylesheets/bootstrap.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8293, vendor/assets/stylesheets/bootstrap.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8298, vendor/assets/stylesheets/bootstrap.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8302, vendor/assets/stylesheets/bootstrap.css */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8307, vendor/assets/stylesheets/bootstrap.css */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8312, vendor/assets/stylesheets/bootstrap.css */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8317, vendor/assets/stylesheets/bootstrap.css */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8322, vendor/assets/stylesheets/bootstrap.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8326, vendor/assets/stylesheets/bootstrap.css */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8331, vendor/assets/stylesheets/bootstrap.css */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8336, vendor/assets/stylesheets/bootstrap.css */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8341, vendor/assets/stylesheets/bootstrap.css */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8346, vendor/assets/stylesheets/bootstrap.css */
.p-3 {
  padding: 1rem !important;
}

/* line 8350, vendor/assets/stylesheets/bootstrap.css */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8355, vendor/assets/stylesheets/bootstrap.css */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8360, vendor/assets/stylesheets/bootstrap.css */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8365, vendor/assets/stylesheets/bootstrap.css */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8370, vendor/assets/stylesheets/bootstrap.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8374, vendor/assets/stylesheets/bootstrap.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8379, vendor/assets/stylesheets/bootstrap.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8384, vendor/assets/stylesheets/bootstrap.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8389, vendor/assets/stylesheets/bootstrap.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8394, vendor/assets/stylesheets/bootstrap.css */
.p-5 {
  padding: 3rem !important;
}

/* line 8398, vendor/assets/stylesheets/bootstrap.css */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8403, vendor/assets/stylesheets/bootstrap.css */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8408, vendor/assets/stylesheets/bootstrap.css */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8413, vendor/assets/stylesheets/bootstrap.css */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8418, vendor/assets/stylesheets/bootstrap.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8422, vendor/assets/stylesheets/bootstrap.css */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8427, vendor/assets/stylesheets/bootstrap.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8432, vendor/assets/stylesheets/bootstrap.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8437, vendor/assets/stylesheets/bootstrap.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8442, vendor/assets/stylesheets/bootstrap.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8446, vendor/assets/stylesheets/bootstrap.css */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8451, vendor/assets/stylesheets/bootstrap.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8456, vendor/assets/stylesheets/bootstrap.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8461, vendor/assets/stylesheets/bootstrap.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8466, vendor/assets/stylesheets/bootstrap.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 8470, vendor/assets/stylesheets/bootstrap.css */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8475, vendor/assets/stylesheets/bootstrap.css */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8480, vendor/assets/stylesheets/bootstrap.css */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8485, vendor/assets/stylesheets/bootstrap.css */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8490, vendor/assets/stylesheets/bootstrap.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8494, vendor/assets/stylesheets/bootstrap.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8499, vendor/assets/stylesheets/bootstrap.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8504, vendor/assets/stylesheets/bootstrap.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8509, vendor/assets/stylesheets/bootstrap.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8514, vendor/assets/stylesheets/bootstrap.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 8518, vendor/assets/stylesheets/bootstrap.css */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8523, vendor/assets/stylesheets/bootstrap.css */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8528, vendor/assets/stylesheets/bootstrap.css */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8533, vendor/assets/stylesheets/bootstrap.css */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8538, vendor/assets/stylesheets/bootstrap.css */
.m-auto {
  margin: auto !important;
}

/* line 8542, vendor/assets/stylesheets/bootstrap.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8547, vendor/assets/stylesheets/bootstrap.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8552, vendor/assets/stylesheets/bootstrap.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8557, vendor/assets/stylesheets/bootstrap.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8563, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8566, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8570, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8574, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8578, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8582, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8585, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8589, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8593, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8597, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8601, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8604, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8608, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8612, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8616, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8620, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8623, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8627, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8631, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8635, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8639, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8642, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8646, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8650, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8654, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8658, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8661, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8665, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8669, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8673, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8677, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8680, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8684, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8688, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8692, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8696, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8699, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8703, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8707, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8711, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8715, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8718, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8722, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8726, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8730, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8734, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8737, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8741, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8745, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8749, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8753, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8756, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8760, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8764, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8768, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8772, vendor/assets/stylesheets/bootstrap.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8775, vendor/assets/stylesheets/bootstrap.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8779, vendor/assets/stylesheets/bootstrap.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8783, vendor/assets/stylesheets/bootstrap.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8787, vendor/assets/stylesheets/bootstrap.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8791, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8794, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8798, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8802, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8806, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8810, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8813, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8817, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8821, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8825, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8829, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8832, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8836, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8840, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8844, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8848, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8851, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8855, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8859, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8863, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8867, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8870, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8874, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8878, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8882, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8886, vendor/assets/stylesheets/bootstrap.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8889, vendor/assets/stylesheets/bootstrap.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8893, vendor/assets/stylesheets/bootstrap.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8897, vendor/assets/stylesheets/bootstrap.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8901, vendor/assets/stylesheets/bootstrap.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8908, vendor/assets/stylesheets/bootstrap.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8911, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8915, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8919, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8923, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8927, vendor/assets/stylesheets/bootstrap.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8930, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8934, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8938, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8942, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8946, vendor/assets/stylesheets/bootstrap.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8949, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8953, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8957, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8961, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8965, vendor/assets/stylesheets/bootstrap.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8968, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8972, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8976, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8980, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8984, vendor/assets/stylesheets/bootstrap.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8987, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8991, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8995, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8999, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9003, vendor/assets/stylesheets/bootstrap.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9006, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9010, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9014, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9018, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9022, vendor/assets/stylesheets/bootstrap.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9025, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9029, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9033, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9037, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9041, vendor/assets/stylesheets/bootstrap.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9044, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9048, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9052, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9056, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9060, vendor/assets/stylesheets/bootstrap.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9063, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9067, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9071, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9075, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9079, vendor/assets/stylesheets/bootstrap.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9082, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9086, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9090, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9094, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9098, vendor/assets/stylesheets/bootstrap.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9101, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9105, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9109, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9113, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9117, vendor/assets/stylesheets/bootstrap.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9120, vendor/assets/stylesheets/bootstrap.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9124, vendor/assets/stylesheets/bootstrap.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9128, vendor/assets/stylesheets/bootstrap.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9132, vendor/assets/stylesheets/bootstrap.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9136, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9139, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9143, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9147, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9151, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9155, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9158, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9162, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9166, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9170, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9174, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9177, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9181, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9185, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9189, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9193, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9196, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9200, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9204, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9208, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9212, vendor/assets/stylesheets/bootstrap.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9215, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9219, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9223, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9227, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9231, vendor/assets/stylesheets/bootstrap.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9234, vendor/assets/stylesheets/bootstrap.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9238, vendor/assets/stylesheets/bootstrap.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9242, vendor/assets/stylesheets/bootstrap.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9246, vendor/assets/stylesheets/bootstrap.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9253, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9256, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9260, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9264, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9268, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9272, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9275, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9279, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9283, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9287, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9291, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9294, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9298, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9302, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9306, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9310, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9313, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9317, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9321, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9325, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9329, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9332, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9336, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9340, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9344, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9348, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9351, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9355, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9359, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9363, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9367, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9370, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9374, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9378, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9382, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9386, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9389, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9393, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9397, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9401, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9405, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9408, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9412, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9416, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9420, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9424, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9427, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9431, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9435, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9439, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9443, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9446, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9450, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9454, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9458, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9462, vendor/assets/stylesheets/bootstrap.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9465, vendor/assets/stylesheets/bootstrap.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9469, vendor/assets/stylesheets/bootstrap.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9473, vendor/assets/stylesheets/bootstrap.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9477, vendor/assets/stylesheets/bootstrap.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9481, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9484, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9488, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9492, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9496, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9500, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9503, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9507, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9511, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9515, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9519, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9522, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9526, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9530, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9534, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9538, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9541, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9545, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9549, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9553, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9557, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9560, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9564, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9568, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9572, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9576, vendor/assets/stylesheets/bootstrap.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9579, vendor/assets/stylesheets/bootstrap.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9583, vendor/assets/stylesheets/bootstrap.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9587, vendor/assets/stylesheets/bootstrap.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9591, vendor/assets/stylesheets/bootstrap.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9598, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9601, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9605, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9609, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9613, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9617, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9620, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9624, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9628, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9632, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9636, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9639, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9643, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9647, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9651, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9655, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9658, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9662, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9666, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9670, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9674, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9677, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9681, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9685, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9689, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9693, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9696, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9700, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9704, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9708, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9712, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9715, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9719, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9723, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9727, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9731, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9734, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9738, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9742, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9746, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9750, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9753, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9757, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9761, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9765, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9769, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9772, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9776, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9780, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9784, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9788, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9791, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9795, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9799, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9803, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9807, vendor/assets/stylesheets/bootstrap.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9810, vendor/assets/stylesheets/bootstrap.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9814, vendor/assets/stylesheets/bootstrap.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9818, vendor/assets/stylesheets/bootstrap.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9822, vendor/assets/stylesheets/bootstrap.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9826, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9829, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9833, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9837, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9841, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9845, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9848, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9852, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9856, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9860, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9864, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9867, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9871, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9875, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9879, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9883, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9886, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9890, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9894, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9898, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9902, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9905, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9909, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9913, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9917, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9921, vendor/assets/stylesheets/bootstrap.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9924, vendor/assets/stylesheets/bootstrap.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9928, vendor/assets/stylesheets/bootstrap.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9932, vendor/assets/stylesheets/bootstrap.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9936, vendor/assets/stylesheets/bootstrap.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9942, vendor/assets/stylesheets/bootstrap.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 9954, vendor/assets/stylesheets/bootstrap.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9958, vendor/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify !important;
}

/* line 9962, vendor/assets/stylesheets/bootstrap.css */
.text-wrap {
  white-space: normal !important;
}

/* line 9966, vendor/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9970, vendor/assets/stylesheets/bootstrap.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9976, vendor/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left !important;
}

/* line 9980, vendor/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right !important;
}

/* line 9984, vendor/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9989, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9992, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9995, vendor/assets/stylesheets/bootstrap.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10001, vendor/assets/stylesheets/bootstrap.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10004, vendor/assets/stylesheets/bootstrap.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10007, vendor/assets/stylesheets/bootstrap.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10013, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10016, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10019, vendor/assets/stylesheets/bootstrap.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10025, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10028, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10031, vendor/assets/stylesheets/bootstrap.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10036, vendor/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10040, vendor/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10044, vendor/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10048, vendor/assets/stylesheets/bootstrap.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10052, vendor/assets/stylesheets/bootstrap.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10056, vendor/assets/stylesheets/bootstrap.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10060, vendor/assets/stylesheets/bootstrap.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10064, vendor/assets/stylesheets/bootstrap.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10068, vendor/assets/stylesheets/bootstrap.css */
.font-italic {
  font-style: italic !important;
}

/* line 10072, vendor/assets/stylesheets/bootstrap.css */
.text-white {
  color: #fff !important;
}

/* line 10076, vendor/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #007bff !important;
}

/* line 10080, vendor/assets/stylesheets/bootstrap.css */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 10084, vendor/assets/stylesheets/bootstrap.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 10088, vendor/assets/stylesheets/bootstrap.css */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 10092, vendor/assets/stylesheets/bootstrap.css */
.text-success {
  color: #28a745 !important;
}

/* line 10096, vendor/assets/stylesheets/bootstrap.css */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 10100, vendor/assets/stylesheets/bootstrap.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 10104, vendor/assets/stylesheets/bootstrap.css */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 10108, vendor/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 10112, vendor/assets/stylesheets/bootstrap.css */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10116, vendor/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 10120, vendor/assets/stylesheets/bootstrap.css */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 10124, vendor/assets/stylesheets/bootstrap.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 10128, vendor/assets/stylesheets/bootstrap.css */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 10132, vendor/assets/stylesheets/bootstrap.css */
.text-dark {
  color: #343a40 !important;
}

/* line 10136, vendor/assets/stylesheets/bootstrap.css */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 10140, vendor/assets/stylesheets/bootstrap.css */
.text-body {
  color: #212529 !important;
}

/* line 10144, vendor/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #6c757d !important;
}

/* line 10148, vendor/assets/stylesheets/bootstrap.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10152, vendor/assets/stylesheets/bootstrap.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10156, vendor/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10164, vendor/assets/stylesheets/bootstrap.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10168, vendor/assets/stylesheets/bootstrap.css */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 10173, vendor/assets/stylesheets/bootstrap.css */
.text-reset {
  color: inherit !important;
}

/* line 10177, vendor/assets/stylesheets/bootstrap.css */
.visible {
  visibility: visible !important;
}

/* line 10181, vendor/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10186, vendor/assets/stylesheets/bootstrap.css */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10192, vendor/assets/stylesheets/bootstrap.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10195, vendor/assets/stylesheets/bootstrap.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10198, vendor/assets/stylesheets/bootstrap.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10201, vendor/assets/stylesheets/bootstrap.css */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 10206, vendor/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 10209, vendor/assets/stylesheets/bootstrap.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10213, vendor/assets/stylesheets/bootstrap.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10219, vendor/assets/stylesheets/bootstrap.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10226, vendor/assets/stylesheets/bootstrap.css */
  body {
    min-width: 992px !important;
  }
  /* line 10229, vendor/assets/stylesheets/bootstrap.css */
  .container {
    min-width: 992px !important;
  }
  /* line 10232, vendor/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 10235, vendor/assets/stylesheets/bootstrap.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 10238, vendor/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10241, vendor/assets/stylesheets/bootstrap.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10245, vendor/assets/stylesheets/bootstrap.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 10249, vendor/assets/stylesheets/bootstrap.css */
  .table-dark {
    color: inherit;
  }
  /* line 10252, vendor/assets/stylesheets/bootstrap.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 10258, vendor/assets/stylesheets/bootstrap.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 23, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 33, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

/* line 39, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 47, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

/* line 53, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 70, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 83, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 93, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* line 124, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}

/* line 129, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}

/* line 133, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}

/* line 138, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}

/* line 144, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}

/* line 149, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}

/* line 154, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}

/* line 158, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}

/* line 163, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}

/* line 169, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}

/* line 174, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

/* line 180, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

/* line 197, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
/* line 206, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

/* line 239, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

/* line 245, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
/* line 254, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 259, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

/* line 265, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

/* line 272, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 279, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

/* line 285, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 291, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

/* line 301, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hidden {
  display: none;
}

/* line 305, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets {
  text-align: center;
}

/* line 308, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

/* line 315, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

/* line 321, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

/* line 333, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets ul li a:hover {
  background: #999;
}

/* line 336, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-bullets ul li a.active {
  background: #999;
}

/* line 340, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

/* line 348, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

/* line 359, vendor/assets/stylesheets/introjs/introjs.css */
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

/* line 367, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-fixedTooltip {
  position: fixed;
}

/* line 371, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

/* line 379, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint:focus {
  border: 0;
  outline: 0;
}

/* line 383, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hidehint {
  display: none;
}

/* line 387, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-fixedhint {
  position: fixed;
}

/* line 391, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

/* line 395, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 412, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

/* line 417, vendor/assets/stylesheets/introjs/introjs.css */
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.com {
  color: #93a1a1;
}

/* line 2, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.lit {
  color: #195f91;
}

/* line 3, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.pun, .opn, .clo {
  color: #93a1a1;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.fun {
  color: #dc322f;
}

/* line 5, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.str, .atv {
  color: #D14;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.kwd, .prettyprint .tag {
  color: #1e347b;
}

/* line 7, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.typ, .atn, .dec, .var {
  color: teal;
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.pln {
  color: #48484c;
}

/* line 10, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 15, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
/* line 22, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
ol.linenums {
  margin: 0 0 0 33px;
  /* IE indents via margin-left */
}

/* line 25, ../../shared/bundle/ruby/2.6.0/gems/twitter_bootstrap_wizard_rails-1.3.1/vendor/assets/stylesheets/prettify.css */
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 19, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 30, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 34, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 37, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 40, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 43, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 46, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 55, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 60, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 64, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 68, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 74, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 80, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 84, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 91, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 99, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 107, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 112, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 115, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 118, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 122, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 125, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 128, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 131, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 135, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 138, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 145, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 148, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 152, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 156, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 160, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 164, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 167, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 170, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 174, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 181, ../../shared/bundle/ruby/2.6.0/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
  -------------------------------------------------------------------------------- */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, app/assets/stylesheets/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, app/assets/stylesheets/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, app/assets/stylesheets/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, app/assets/stylesheets/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   -------------------------------------------------------------------------------- */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, app/assets/stylesheets/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   -------------------------------------------------------------------------------- */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, app/assets/stylesheets/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, app/assets/stylesheets/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, app/assets/stylesheets/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, app/assets/stylesheets/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, app/assets/stylesheets/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, app/assets/stylesheets/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, app/assets/stylesheets/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, app/assets/stylesheets/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, app/assets/stylesheets/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   -------------------------------------------------------------------------------- */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, app/assets/stylesheets/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, app/assets/stylesheets/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   -------------------------------------------------------------------------------- */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, app/assets/stylesheets/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, app/assets/stylesheets/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   -------------------------------------------------------------------------------- */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, app/assets/stylesheets/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, app/assets/stylesheets/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, app/assets/stylesheets/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, app/assets/stylesheets/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, app/assets/stylesheets/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, app/assets/stylesheets/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, app/assets/stylesheets/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, app/assets/stylesheets/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, app/assets/stylesheets/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, app/assets/stylesheets/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, app/assets/stylesheets/vendor/_normalize.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, app/assets/stylesheets/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, app/assets/stylesheets/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, app/assets/stylesheets/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   -------------------------------------------------------------------------------- */
/**
 * Remove most spacing between table cells.
 */
/* line 419, app/assets/stylesheets/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, app/assets/stylesheets/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/* ------------------------------------------------------- *\

  Font configuration and setup

  All this is an adapatation of:
  http://comandocran.github.io/cc-fontplate/
  With the adition of media queries, namespaces and some bourbon functionality:
  http://bourbon.io/docs/
  This also depends on the media query library:
  http://paranoida.com/

\* ------------------------------------------------------- */
/* ------------------------------------------------------- *\

  Typography base configuration. This should not be changed.
  To configure these values, redefine them in typography.scss

\* ------------------------------------------------------- */
/* ------------------------------------------------------- *\

  Typography functions and mixins

\* ------------------------------------------------------- */
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock::before {
  content: "\e678";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock::before {
  content: "\e67a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/font-awesome/fa-solid-900-ae17c16afbea216707b2203ea1cf9bdb45b9bfe47d0f4ae3258ddbc6294dd02f.woff2") format("woff2"), url("/assets/font-awesome/fa-solid-900-b4990d0d0c5f5d38d62e936eea120674e584c7eea8dcee38a975c0cf9a37539b.ttf") format("truetype");
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/font-awesome/fa-regular-400-c27da6f833431da5aa295c44540bfac0fd8270ba6a3c4346427006d8a7b34b76.woff2") format("woff2"), url("/assets/font-awesome/fa-regular-400-9174757efc83e072436e873c22be1663d3c103b0a16d7fb73569af4918d4d351.ttf") format("truetype");
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/font-awesome/fa-brands-400-232c6f6a7678304f9efaa26f30b1610debc2ba9f4cd636b5e6751c8d73761b92.woff2") format("woff2"), url("/assets/font-awesome/fa-brands-400-e28096fa75a96ac77020155ea3a6dd7312983e84115366d4cf49a0c312ec6d51.ttf") format("truetype");
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv:before {
  content: "\e640";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl:before {
  content: "\e67b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave:before {
  content: "\e63c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse:before {
  content: "\e62b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd:before {
  content: "\e62e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace:before {
  content: "\e60c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar:before {
  content: "\e63b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger:before {
  content: "\e663";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit:before {
  content: "\e62f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse:before {
  content: "\e63d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome:before {
  content: "\e682";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd:before {
  content: "\e62d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork:before {
  content: "\e641";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork:before {
  content: "\e67c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome:before {
  content: "\e683";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky:before {
  content: "\e671";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow:before {
  content: "\e65c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, ../../shared/bundle/ruby/2.6.0/gems/font-awesome-sass-6.5.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 172, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
html {
  font-size: 93.75%;
}

/* line 176, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
body {
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  -webkit-font-feature-settings: "";
  -moz-font-feature-settings: "";
  -ms-font-feature-settings: "";
  font-feature-settings: "";
  color: #000;
  font: normal 93.75%/1.6 "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 136, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: "";
  -moz-font-feature-settings: "";
  -ms-font-feature-settings: "";
  font-feature-settings: "";
  font-family: "Montserrat", sans-serif;
  color: #000;
}

/* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
h1 {
  margin-top: 0;
  font-size: 1.62rem;
  line-height: 1.8518518519;
  margin-bottom: 1.6rem;
}

/* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
h2 {
  margin-top: 0;
  font-size: 1.35rem;
  line-height: 1.1111111111;
  margin-bottom: 1.6rem;
}

/* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
h3 {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 1.6rem;
}

/* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
p {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 1.0666666667;
  margin-bottom: 1.6rem;
}

/* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
.small {
  margin-top: 0;
  font-size: 0.78125rem;
  line-height: 1.28;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  /* line 172, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  html {
    font-size: 93.75%;
  }
  /* line 176, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  body {
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    -webkit-font-feature-settings: "";
    -moz-font-feature-settings: "";
    -ms-font-feature-settings: "";
    font-feature-settings: "";
    color: #000;
    font: normal 93.75%/1.6 "Poppins", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 136, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  h1, h2, h3, h4, h5, h6 {
    -webkit-font-feature-settings: "";
    -moz-font-feature-settings: "";
    -ms-font-feature-settings: "";
    font-feature-settings: "";
    font-family: "Montserrat", sans-serif;
    color: #000;
  }
  /* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  h1 {
    margin-top: 0;
    font-size: 1.62rem;
    line-height: 1.8518518519;
    margin-bottom: 1.6rem;
  }
  /* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  h2 {
    margin-top: 0;
    font-size: 1.35rem;
    line-height: 1.1111111111;
    margin-bottom: 1.6rem;
  }
  /* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  h3 {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-bottom: 1.6rem;
  }
  /* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  p {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.0666666667;
    margin-bottom: 1.6rem;
  }
  /* line 232, app/assets/stylesheets/lib/fontango/typography/_functions.scss */
  .small {
    margin-top: 0;
    font-size: 0.78125rem;
    line-height: 1.28;
    margin-bottom: 1.6rem;
  }
}

/* line 9, app/assets/stylesheets/multiplicity/_common_base.scss */
.company-table .company-actions, .company-table .participant-action {
  margin: 0 1em;
}

/* line 11, app/assets/stylesheets/multiplicity/_common_base.scss */
.company-table .company-actions .btn-with-icon, .company-table .participant-action .btn-with-icon {
  width: 100% !important;
  float: left;
}

/* line 18, app/assets/stylesheets/multiplicity/_common_base.scss */
.other-process-link {
  color: #1b1733;
  padding-left: 1em;
}

/* line 24, app/assets/stylesheets/multiplicity/_common_base.scss */
.consolidate .collapse-action {
  margin: 0 1em;
}

/* line 26, app/assets/stylesheets/multiplicity/_common_base.scss */
.consolidate .collapse-action i {
  width: auto;
}

/* line 36, app/assets/stylesheets/multiplicity/_common_base.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 45, app/assets/stylesheets/multiplicity/_common_base.scss */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

/* line 52, app/assets/stylesheets/multiplicity/_common_base.scss */
body {
  min-height: 100%;
  height: 100%;
  background-color: #f5f6f7;
  font-family: 'Poppins', sans-serif !important;
}

/* line 61, app/assets/stylesheets/multiplicity/_common_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;
  color: #666;
}

/* line 71, app/assets/stylesheets/multiplicity/_common_base.scss */
p,
a {
  color: #666;
}

/* line 74, app/assets/stylesheets/multiplicity/_common_base.scss */
ol,
ul,
a,
li {
  list-style: none;
  text-decoration: none;
  padding: 0;
}

/* line 81, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-login {
  width: 100%;
  margin: 1.5rem 0 0;
  background-color: #00bcb4;
  color: #fff;
}

/* line 102, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-login:hover, .btn-login:focus {
  background-color: #00fef3;
  outline: none;
}

/* line 109, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-primary {
  min-width: 7.5rem;
  background-color: #00bcb4;
  color: #fff;
}

/* line 114, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-primary:hover {
  background-color: #00d6cc;
}

/* line 116, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-primary i {
  padding-right: 0.375rem;
}

/* line 119, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-cyan {
  min-width: 7.5rem;
  background-color: #00bcb4;
  color: #fff;
}

/* line 124, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-cyan:hover {
  background-color: #00d6cc;
}

/* line 126, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-cyan i {
  padding-right: 0.375rem;
}

/* line 129, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-launch-process {
  background-color: #00bcb4;
}

/* line 132, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-launch-process:hover, .btn-launch-process:focus {
  outline: none;
  box-shadow: inset 0 0 1px 0 #00a8a0;
  background-color: #00efe5;
}

/* line 141, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-with-icon:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.6rem;
}

/* line 148, app/assets/stylesheets/multiplicity/_common_base.scss */
.best_in_place:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f044';
}

/* line 154, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-save {
  width: 100%;
  height: 3rem;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 0 1px 0 #008983;
  background-color: #00bcb4;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 154, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-save {
    min-width: 12rem;
    width: auto;
  }
}

/* line 167, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-save:hover, .btn-save:focus {
  outline: none;
  background-color: #00efe5;
}

/* line 171, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-skip {
  width: 100%;
  height: 3rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 0 1px #00bcb4;
  background-color: transparent;
  color: #00bcb4;
}

@media screen and (min-width: 768px) {
  /* line 171, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-skip {
    float: right;
    min-width: 12rem;
    width: auto;
    margin: 0 1.5rem 1.5rem 0;
  }
}

/* line 186, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-skip:hover, .btn-skip:focus {
  outline: none;
  background-color: #00bcb4;
  color: #fff;
}

/* line 190, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-report {
  margin: 0.75rem auto;
  box-shadow: inset 0 0 1px 0 #00ada5;
}

@media screen and (min-width: 768px) {
  /* line 190, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-report {
    float: left;
    display: block;
    margin-right: 2.8577346532%;
    width: 39.9996547857%;
    float: right;
    margin: 0;
  }
  /* line 89, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .btn-report:last-child {
    margin-right: 0;
  }
}

/* line 201, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-continue-add-file {
  width: 100%;
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  /* line 201, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-continue-add-file {
    margin: 0;
  }
}

/* line 208, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action {
  max-width: 15rem;
  background-color: #666;
  color: #fff;
}

/* line 213, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action span {
  padding-left: 0.375rem;
}

/* line 214, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action i {
  padding-right: 0.375rem;
}

/* line 217, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-level {
  box-shadow: inset 0 0 0 1px #7c7b7b;
  background-color: #7c7b7b;
  color: #f7f9fa;
  border-radius: 5px;
}

/* line 223, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-level:hover, .btn-action-level:focus {
  outline: none;
  background-color: #E11383;
  color: #f6f6f6;
}

/* line 231, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-edit {
  background-color: #00bcb4;
}

/* line 234, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-edit:hover, .btn-action-edit:focus {
  outline: none;
  background-color: #00efe5;
}

/* line 238, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-delete {
  box-shadow: inset 0 0 0 1px #00bcb4;
  background-color: #fff;
  color: #00bcb4;
}

/* line 243, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-delete:hover, .btn-action-delete:focus {
  outline: none;
  background-color: #00bcb4;
  color: #fff;
}

/* line 247, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-send {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #666;
}

/* line 254, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-send:before {
  padding: 0;
}

/* line 255, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-send:hover {
  color: #b3b3b3;
}

/* line 258, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-search {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0.75rem;
  border: none;
  background-color: #b3b3b3;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 258, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-search {
    float: left;
    display: block;
    margin-right: 2.8577346532%;
    width: 31.4281768979%;
    margin-right: 0;
    float: right;
    margin: 0;
  }
  /* line 89, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .btn-search:last-child {
    margin-right: 0;
  }
}

/* line 274, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-search:hover, .btn-search:focus {
  outline: none;
  background-color: #cdcdcd;
}

/* line 278, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-to-top {
  width: 100%;
  margin-top: 1.5rem;
  background-color: #b3b3b3;
  color: #f6f6f6;
}

@media screen and (min-width: 768px) {
  /* line 278, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-to-top {
    max-width: 12rem;
    margin: 1.5rem auto 0;
  }
}

/* line 290, app/assets/stylesheets/multiplicity/_common_base.scss */
.bold {
  font-weight: bold;
}

/* line 294, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 298, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-grow-2 {
  flex-grow: 2;
}

/* line 302, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-grow-3 {
  flex-grow: 3;
}

/* line 306, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-item-1 {
  flex: 1 1 0%;
}

/* line 310, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-item-2 {
  flex: 2 1 0%;
}

/* line 314, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-item-3 {
  flex: 3 1 0%;
}

/* line 318, app/assets/stylesheets/multiplicity/_common_base.scss */
.flex-item-equal {
  flex: 1 1 0%;
}

/* line 322, app/assets/stylesheets/multiplicity/_common_base.scss */
.search-form-gap {
  gap: 1rem;
}

/* line 326, app/assets/stylesheets/multiplicity/_common_base.scss */
.participant-form-fields {
  gap: 0;
}

/* line 330, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-process {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  background-color: transparent;
  color: transparent;
}

/* line 343, app/assets/stylesheets/multiplicity/_common_base.scss */
.wrapper-action-btn {
  display: block;
  overflow: hidden;
  text-align: right;
}

/* line 351, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-table {
  padding: 0.375rem;
  background-color: transparent;
}

/* line 355, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-table:focus {
  background-color: white;
}

@media screen and (min-width: 768px) {
  /* line 355, app/assets/stylesheets/multiplicity/_common_base.scss */
  .btn-action-table:focus {
    background-color: #e2e2e2;
  }
}

/* line 361, app/assets/stylesheets/multiplicity/_common_base.scss */
.btn-action-table:before {
  padding: 0;
}

/* line 364, app/assets/stylesheets/multiplicity/_common_base.scss */
.delete {
  color: #d42a43;
}

/* line 368, app/assets/stylesheets/multiplicity/_common_base.scss */
.right {
  float: right;
}

/* line 372, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 372, app/assets/stylesheets/multiplicity/_common_base.scss */
  .pagination {
    height: 4em;
  }
}

/* line 382, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination a {
  font-size: 0.85rem;
  line-height: 1.1764705882;
}

/* line 386, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .pagination-page {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  background-color: #7c7b7b;
}

/* line 396, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .pagination-page a {
  color: #fff;
}

/* line 400, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .pagination-page.current {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border-radius: 50%;
  background-color: #E11383;
  text-align: center;
  color: #fff;
}

/* line 414, app/assets/stylesheets/multiplicity/_common_base.scss */
ul.per-page {
  list-style: none;
}

/* line 416, app/assets/stylesheets/multiplicity/_common_base.scss */
ul.per-page li {
  color: #00bcb4;
  margin: 1vw;
  display: inline;
}

/* line 424, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}

/* line 432, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination span {
  margin: 0 0.25em;
}

/* line 436, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .per-page {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-self: start;
}

/* line 443, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .per-page label {
  margin: 0;
  font-size: 0.85em;
  white-space: nowrap;
  color: #666;
  width: 100%;
}

/* line 451, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .per-page select {
  padding: 0.4em 0.6em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  font-size: 0.85em;
}

/* line 460, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .per-page select:hover {
  border-color: #7c7b7b;
}

/* line 464, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .per-page select:focus {
  outline: none;
  border-color: #7c7b7b;
}

/* line 471, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .pagination-controls {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

/* line 479, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .space {
  grid-column: 3;
  justify-self: end;
}

/* line 484, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .preview,
.pagination .pages-numbers,
.pagination .next-pages {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

/* line 492, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  color: #7c7b7b;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

/* line 501, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .first a,
.pagination .prev a,
.pagination .next a,
.pagination .last a {
  color: inherit;
  text-decoration: underline;
}

/* line 506, app/assets/stylesheets/multiplicity/_common_base.scss */
.pagination .first:focus, .pagination .first:hover,
.pagination .prev:focus,
.pagination .prev:hover,
.pagination .next:focus,
.pagination .next:hover,
.pagination .last:focus,
.pagination .last:hover {
  outline: none;
  text-decoration: underline;
  color: #00bcb4;
}

/* line 516, app/assets/stylesheets/multiplicity/_common_base.scss */
.hidden {
  display: none !important;
}

/* line 519, app/assets/stylesheets/multiplicity/_common_base.scss */
.letter-competences:first-letter {
  background-color: #E11383;
}

/* line 520, app/assets/stylesheets/multiplicity/_common_base.scss */
.letter-skills:first-letter {
  background-color: #00bcb4;
}

/* line 521, app/assets/stylesheets/multiplicity/_common_base.scss */
.letter-motivational:first-letter {
  background-color: #231c34;
}

/* line 522, app/assets/stylesheets/multiplicity/_common_base.scss */
.letter-operational:first-letter {
  background-color: #00bcb4;
}

/* line 526, app/assets/stylesheets/multiplicity/_common_base.scss */
.default-block {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #d0d0d0;
  background-color: #fff;
  color: #666;
}

/* line 534, app/assets/stylesheets/multiplicity/_common_base.scss */
.b-0 {
  box-shadow: none !important;
  border: none !important;
}

/* line 539, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded {
  border-radius: 1em !important;
}

/* line 542, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded th:first-child:not(.no-rounded) {
  border-top-left-radius: 1em !important;
}

/* line 545, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded th:last-child:not(.no-rounded) {
  border-top-right-radius: 1em !important;
}

/* line 550, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded-top {
  border-radius: 1em 1em 0 0 !important;
}

/* line 554, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded-bottom {
  border-radius: 0 0 1em 1em !important;
}

/* line 557, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded-bottom td:first-child {
  border-bottom-left-radius: 1em !important;
}

/* line 560, app/assets/stylesheets/multiplicity/_common_base.scss */
.rounded-bottom td:last-child {
  border-bottom-right-radius: 1em !important;
}

/* line 565, app/assets/stylesheets/multiplicity/_common_base.scss */
.round-bottom-left {
  border-radius: 0 0 0 1em !important;
}

/* line 569, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge {
  font-size: 1em;
}

/* line 573, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-orange {
  color: white;
  background-color: #e7540e;
}

/* line 578, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-cyan {
  color: white;
  background-color: #00bcb4;
}

/* line 583, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-purple {
  color: white;
  background-color: #E11383;
}

/* line 588, app/assets/stylesheets/multiplicity/_common_base.scss */
.bg-cyan {
  color: white !important;
  background-color: #00bcb4 !important;
}

/* line 593, app/assets/stylesheets/multiplicity/_common_base.scss */
.bg-purple {
  color: white;
  background-color: #1b1733;
}

/* line 598, app/assets/stylesheets/multiplicity/_common_base.scss */
.bg-magenta {
  color: white !important;
  background-color: #E11383 !important;
}

/* line 606, app/assets/stylesheets/multiplicity/_common_base.scss */
.bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6, .bg-purple .text-white,
.bg-magenta h1,
.bg-magenta h2,
.bg-magenta h3,
.bg-magenta h4,
.bg-magenta h5,
.bg-magenta h6,
.bg-magenta .text-white {
  font-weight: bold;
}

/* line 611, app/assets/stylesheets/multiplicity/_common_base.scss */
h1.bg-purple, h2.bg-purple, h3.bg-purple, h4.bg-purple, h5.bg-purple, h6.bg-purple,
h1.bg-magenta, h2.bg-magenta, h3.bg-magenta, h4.bg-magenta, h5.bg-magenta, h6.bg-magenta {
  font-weight: bold;
}

/* line 616, app/assets/stylesheets/multiplicity/_common_base.scss */
.text-cyan {
  color: #00bcb4;
}

/* line 620, app/assets/stylesheets/multiplicity/_common_base.scss */
.text-magenta {
  color: #E11383;
}

/* line 624, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-gray {
  color: white;
  background-color: #a9a8a9;
}

/* line 628, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-yellow {
  background-color: #f4c430;
}

/* line 631, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 636, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-left-cyan {
  border-left-color: #00bcb4 !important;
}

/* line 639, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-left-magenta {
  border-left-color: #E11383 !important;
}

/* line 642, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-left-gray {
  border-left-color: #7c7b7b !important;
}

/* line 646, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-cyan {
  border-color: #00bcb4 !important;
}

/* line 649, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-magenta {
  border-color: #E11383 !important;
}

/* line 652, app/assets/stylesheets/multiplicity/_common_base.scss */
.border-gray {
  border-color: #7c7b7b !important;
}

/* line 657, app/assets/stylesheets/multiplicity/_common_base.scss */
.text-magenta {
  color: #E11383 !important;
}

/* line 660, app/assets/stylesheets/multiplicity/_common_base.scss */
.text-gray {
  color: #7c7b7b !important;
}

/* line 665, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-magenta {
  background-color: #E11383 !important;
  color: white !important;
}

/* line 669, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-gray {
  background-color: #7c7b7b !important;
  color: white !important;
}

/* line 673, app/assets/stylesheets/multiplicity/_common_base.scss */
.badge-sm {
  font-size: 0.5em;
  padding: 0.25em 0.5em;
}

/* line 677, app/assets/stylesheets/multiplicity/_common_base.scss */
.consolidate-report {
  overflow: scroll;
  width: 100%;
  height: 50vw;
}

/* line 682, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table {
  max-width: none;
  width: auto;
  table-layout: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 690, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table th, .long-table td {
  padding: 6px 8px;
  border: 1px solid #f7f9fa;
  text-align: left;
}

/* line 696, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table th {
  background-color: #00bcb4;
  border: none;
  color: white;
  font-weight: bold;
}

/* line 704, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table tr td:first-child {
  position: sticky;
  background: #a9a8a9;
  color: white;
  left: -1.5vw;
  z-index: 1;
  font-weight: bold;
}

/* line 715, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table #static-first th {
  position: -webkit-sticky;
  position: sticky;
  top: -1.5vw;
  z-index: 2;
}

/* line 724, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table #static-second th {
  position: -webkit-sticky;
  position: sticky;
  top: 1vw;
  z-index: 2;
}

/* line 732, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table td {
  text-align: center;
}

/* line 736, app/assets/stylesheets/multiplicity/_common_base.scss */
.long-table tfoot, .long-table td:hover, .long-table td.total {
  background-color: #E11383;
  color: white;
}

/* line 743, app/assets/stylesheets/multiplicity/_common_base.scss */
.alert ul {
  padding: 0 2em;
}

/* line 746, app/assets/stylesheets/multiplicity/_common_base.scss */
.alert ul li {
  list-style: disc;
  padding: 0 0.5em;
}

/* line 753, app/assets/stylesheets/multiplicity/_common_base.scss */
#invitation-hint {
  display: flex;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  /* line 758, app/assets/stylesheets/multiplicity/_common_base.scss */
  #invitation-hint label {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 764, app/assets/stylesheets/multiplicity/_common_base.scss */
  #invitation-hint label {
    float: left;
    display: block;
    margin-right: 2.8577346532%;
    width: 14%;
    margin-top: 0;
    text-align: right;
  }
}

/* line 7, app/assets/stylesheets/multiplicity/_notifications.scss */
.notifications {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  z-index: 100;
  display: block;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-notification {
  position: relative;
  width: 100%;
  margin: 0;
}

/* line 22, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-notification p {
  margin: 0;
  padding: 1.5rem;
  color: #fff;
}

/* line 29, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-alert,
.msg-for-error {
  background-color: #d42a43;
  text-align: center;
}

/* line 34, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-alert p:before,
.msg-for-error p:before {
  content: "✖";
  background-color: #d42a43;
}

/* line 40, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-info {
  background-color: #d9edf7;
  text-align: center;
}

/* line 43, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-info p {
  color: #004085 !important;
}

/* line 49, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-notice {
  background-color: #87c12a;
  text-align: center;
}

/* line 53, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-notice p:before {
  content: "✔";
  background-color: #87c12a;
}

/* line 59, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-success {
  background-color: #87c12a;
  text-align: center;
}

/* line 63, app/assets/stylesheets/multiplicity/_notifications.scss */
.msg-for-success p:before {
  content: "✔";
  background-color: #87c12a;
}

/* line 69, app/assets/stylesheets/multiplicity/_notifications.scss */
.error {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 0 0.375rem;
  background-color: #d42a43;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 69, app/assets/stylesheets/multiplicity/_notifications.scss */
  .error {
    float: left;
    display: block;
    margin-right: 2.8577346532%;
    width: 82.8570442245%;
    right: 0;
    left: auto;
  }
  /* line 89, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  .error:last-child {
    margin-right: 0;
  }
}

/* line 85, app/assets/stylesheets/multiplicity/_notifications.scss */
.error_notification {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #d42a43;
  background-color: #f6d4d9;
  color: #d42a43;
  text-align: center;
}

/* line 94, app/assets/stylesheets/multiplicity/_notifications.scss */
.error_notification:before {
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  content: "✖";
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.75rem;
  border-radius: 25px;
  box-shadow: inset 0 0 0 3px #d42a43;
  background-color: transparent;
  color: #d42a43;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -3px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes globalScore {
  0% {
    transform: translate3d(0, -360px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes notificactionPulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.35);
  }
  15% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 15, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report {
  padding: 0 0.375rem;
}

@media screen and (min-width: 992px) {
  /* line 15, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-individual-report {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem;
  }
  /* line 20, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/addons/_clearfix.scss */
  .container-individual-report::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 15, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-individual-report {
    padding: 0;
  }
}

/* line 25, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report article {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 3rem;
  padding: 0.75rem;
}

@media screen and (min-width: 768px) {
  /* line 25, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-individual-report article {
    padding: 1.5rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 25, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-individual-report article {
    padding: 0.75rem;
  }
}

/* line 36, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report section {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 3rem 0 0;
}

@media screen and (min-width: 600px) {
  /* line 36, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-individual-report section {
    overflow: hidden;
  }
}

/* line 46, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report section p {
  line-height: 1.6;
}

/* line 48, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report section:first-child {
  padding: 0;
}

/* line 49, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report section:last-child {
  padding-bottom: 0;
}

/* line 52, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-individual-report .small {
  color: #666;
  font-weight: bold;
}

/* line 59, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-user-surveys {
  -webkit-transition: background-color 180ms linear, visibility 180ms linear;
  -moz-transition: background-color 180ms linear, visibility 180ms linear;
  transition: background-color 180ms linear, visibility 180ms linear;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* line 69, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-user-surveys ul {
  position: fixed;
  bottom: 3rem;
  left: 1.5rem;
}

/* line 75, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-user-surveys.display-list {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 81, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.button-test-anchors {
  -webkit-transition: background-color 180ms linear;
  -moz-transition: background-color 180ms linear;
  transition: background-color 180ms linear;
  -webkit-animation: bounceOut;
  -moz-animation: bounceOut;
  animation: bounceOut;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 11;
  display: block;
  visibility: hidden;
  width: 3.375rem;
  height: 3.375rem;
  padding-top: 0.975rem;
  border-radius: 50px;
  box-shadow: 2px 2px 2px #666;
  background-color: #008f88;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 81, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .button-test-anchors {
    visibility: visible;
  }
}

/* line 103, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.button-test-anchors:hover {
  background-color: #00bcb4;
}

/* line 106, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.anchors-trigger {
  visibility: hidden;
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 106, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .anchors-trigger {
    display: block;
  }
}

/* line 111, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.anchors-trigger.show-anchor {
  visibility: visible;
}

/* line 116, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.test-link {
  -webkit-transition: opacity 93ms linear, -webkit-transform 93ms linear;
  -moz-transition: opacity 93ms linear, -moz-transform 93ms linear;
  transition: opacity 93ms linear, transform 93ms linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 15;
  overflow: hidden;
  width: auto;
  max-width: 15rem;
  margin-bottom: 0.75rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #00bcb4;
  color: #00bcb4;
  opacity: 0;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.test-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.375rem;
  color: #00bcb4;
}

/* line 138, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.test-link.display {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 143, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.test-link:hover {
  background-color: #00bcb4;
}

/* line 145, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.test-link:hover a {
  color: #fff;
}

/* line 151, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-download {
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* line 156, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-download h1 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}

/* line 162, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-download .btn {
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  color: #fff;
}

@media screen and (min-width: 992px) {
  /* line 162, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-download .btn {
    display: inline-block;
    vertical-align: top;
    max-width: 18rem;
    margin: 0 1.5rem 0 0;
  }
}

/* line 178, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.download-title {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.75rem auto 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 178, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .download-title {
    font-size: 1.5rem;
    line-height: 1;
    text-align: left;
  }
}

/* line 189, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.report-title {
  margin: 1.5rem 0 6rem;
  color: #00bcb4;
}

/* line 194, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.container-user-info {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 194, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .container-user-info {
    display: inline-block;
    vertical-align: top;
  }
}

/* line 204, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.wrapper-survey-title {
  position: relative;
  margin-top: 3rem;
  padding: 0.75rem;
  box-shadow: inset 0 0 1px 0 #d0d0d0;
  background-color: #e2e2e2;
}

/* line 211, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.wrapper-survey-title h2 {
  margin: 0;
  color: #666;
}

/* line 216, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.wrapper-survey-title a {
  font-size: 0.85rem;
  line-height: 1.1764705882;
  width: auto;
  max-width: none;
  margin: 0.75rem 0;
  background-color: #00bcb4;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 216, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
  .wrapper-survey-title a {
    position: absolute;
    top: 0.525rem;
    right: 0.75rem;
    margin: 0;
    padding: 0.375rem 0.75rem;
  }
}

/* line 232, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.wrapper-survey-title a:hover {
  opacity: 0.5;
}

/* line 236, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.user-info {
  width: 100%;
}

/* line 239, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.user-info h1 {
  margin-bottom: 0;
  padding-right: 3rem;
  color: #00bcb4;
  font-weight: 200;
}

/* line 246, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.user-info i {
  padding-right: 0.375rem;
}

/* line 251, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.comments {
  font-weight: bold;
}

/* line 253, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.disclaimer-title {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #666;
}

/* line 259, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.disclaimer-text {
  font-style: italic;
}

/* line 262, app/assets/stylesheets/multiplicity/account/_reports_individual.scss */
.disclaimer-text .small {
  text-transform: normal;
}

/* line 1, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements {
  width: 80%;
  margin: 0 10%;
}

/* line 6, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .card {
  margin: 1rem;
}

/* line 9, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .item-moving {
  border: solid skyblue 0.2rem;
  margin-left: 10vw;
}

/* line 13, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .item-detail {
  text-align: center;
}

/* line 15, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .item-detail .item-val {
  margin: 0 auto;
}

/* line 19, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .item-title {
  display: inline;
}

/* line 22, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #items-list .item-description {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}

/* line 28, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #templates-list, #template_elements #categories-list {
  min-height: 50vw;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 35, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #categories-list .rating {
  display: none;
}

/* line 41, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements #templates-list .category-name {
  float: left;
  width: 40%;
  padding: 0.4vw;
}

/* line 48, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating {
  float: right;
  width: 50%;
}

/* line 53, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 58, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* line 71, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating:not(:checked) > label:before {
  content: '★ ';
}

/* line 75, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating > input:checked ~ label {
  color: #00BCB4;
  text-shadow: 1px 1px #00bcb4, 2px 2px #00bcb4, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* line 80, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating:not(:checked) > label:hover,
#template_elements .rating:not(:checked) > label:hover ~ label {
  color: #e11383;
  text-shadow: 1px 1px #e11383, 2px 2px #e11383, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* line 86, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating > input:checked + label:hover,
#template_elements .rating > input:checked + label:hover ~ label,
#template_elements .rating > input:checked ~ label:hover,
#template_elements .rating > input:checked ~ label:hover ~ label,
#template_elements .rating > label:hover ~ input:checked ~ label {
  color: #00BCB4;
  text-shadow: 1px 1px #00bcb4, 2px 2px #00bcb4, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

/* line 95, app/assets/stylesheets/multiplicity/account/_report_template.scss */
#template_elements .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

/* line 1, app/assets/stylesheets/survey/survey_base.scss */
#disconected {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

/* line 9, app/assets/stylesheets/survey/survey_base.scss */
.survey {
  --background-color: #e2e2e2;
  background-color: var(--background-color);
}

/* line 13, app/assets/stylesheets/survey/survey_base.scss */
.survey .mobile, .survey .desktop, .survey .english {
  display: none;
}

/* line 17, app/assets/stylesheets/survey/survey_base.scss */
.survey :lang(en) > .english {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 22, app/assets/stylesheets/survey/survey_base.scss */
  .survey :lang(es) .desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* line 28, app/assets/stylesheets/survey/survey_base.scss */
  .survey :lang(es) .mobile {
    display: block;
  }
}

/* line 34, app/assets/stylesheets/survey/survey_base.scss */
.survey footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* line 42, app/assets/stylesheets/survey/survey_base.scss */
.survey footer img {
  width: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 550px) {
  /* line 42, app/assets/stylesheets/survey/survey_base.scss */
  .survey footer img {
    display: none;
  }
}

/* line 52, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .modal-content {
  background-color: var(--background-color);
}

/* line 58, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .modal-content .modal-body .tab-content .tab-pane .carousel-inner .carousel-item {
  width: 20rem;
  height: 10rem;
}

/* line 63, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .modal-content .modal-body .tab-content .tab-pane ul {
  display: block;
}

/* line 65, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .modal-content .modal-body .tab-content .tab-pane ul li {
  list-style-type: disc !important;
}

/* line 75, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .modal-footer p {
  text-align: center;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal p {
  color: #666;
  text-align: justify;
}

/* line 86, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal ul {
  display: flex;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal li > a {
  margin: 0.5vw 1vw;
  padding: 0.5vw;
  font-weight: 100;
  display: inline-block;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.125;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #2c2c2c;
  text-align: center;
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal li > a:hover {
  background: #bbb;
}

/* line 108, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal a.active {
  background: #bbb;
}

/* line 111, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .tab-pane {
  padding: 3vw;
}

/* line 114, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal #closeHelp {
  text-align: center;
  margin: 0 auto;
  width: 20vw;
}

@media screen and (max-width: 768px) {
  /* line 114, app/assets/stylesheets/survey/survey_base.scss */
  .survey .modal #closeHelp {
    margin: 1vw auto;
    width: 10rem;
  }
}

/* line 125, app/assets/stylesheets/survey/survey_base.scss */
.survey .modal .icon {
  font-size: 1.5rem;
  margin: 0.2em;
}

/* line 5, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main, .survey.clusters .container-main {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 769px) {
  /* line 5, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main, .survey.clusters .container-main {
    width: 100%;
    flex-direction: column;
  }
}

/* line 17, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .company, .survey.clusters .container-main .company {
  font-weight: bold;
  color: #696969;
}

/* line 22, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .process-info, .survey.clusters .container-main .process-info {
  padding: 3px;
  margin: 5vw;
  width: 20%;
}

@media (max-width: 769px) {
  /* line 22, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main .process-info, .survey.clusters .container-main .process-info {
    width: 80% !important;
    margin: 10vw 10vw 0 10vw;
  }
}

/* line 33, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .notice-banner, .survey.clusters .container-main .notice-banner {
  color: white;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  margin: 1rem;
}

/* line 40, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .notice-banner.success, .survey.clusters .container-main .notice-banner.success {
  background-color: #00BCB4;
}

/* line 45, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main #disclaimer, .survey.clusters .container-main #disclaimer {
  text-align: justify;
  color: #666;
  padding: 1vw 5vw;
  height: 20rem;
  overflow-y: auto;
}

/* line 51, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main #disclaimer p, .survey.clusters .container-main #disclaimer p {
  color: #666;
}

/* line 54, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main #disclaimer h1, .survey.evaluation_processes .container-main #disclaimer h2, .survey.evaluation_processes .container-main #disclaimer h3, .survey.evaluation_processes .container-main #disclaimer h4, .survey.clusters .container-main #disclaimer h1, .survey.clusters .container-main #disclaimer h2, .survey.clusters .container-main #disclaimer h3, .survey.clusters .container-main #disclaimer h4 {
  color: #666;
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main #disclaimer #actions, .survey.clusters .container-main #disclaimer #actions {
  padding: 3vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 63, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main #disclaimer #actions .btn, .survey.clusters .container-main #disclaimer #actions .btn {
  margin: 1vw;
}

/* line 69, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info, .survey.clusters .container-main .surveys-info {
  border-left: solid 1px #b3b3b3;
  width: 50%;
  margin: 5vw;
}

@media (max-width: 769px) {
  /* line 69, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main .surveys-info, .survey.clusters .container-main .surveys-info {
    width: 100% !important;
  }
}

/* line 78, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info, .survey.clusters .container-main .surveys-info .survey-info {
  text-align: left;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 2vw;
  padding: 1vw;
}

@media (max-width: 769px) {
  /* line 78, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main .surveys-info .survey-info, .survey.clusters .container-main .surveys-info .survey-info {
    margin: 1rem;
    height: 6rem;
  }
}

/* line 92, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a, .survey.clusters .container-main .surveys-info .survey-info a {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

/* line 98, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a #timeout, .survey.clusters .container-main .surveys-info .survey-info a #timeout {
  background-color: #8c8c8c;
  color: white;
  padding: 0.5rem;
  width: 10rem;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 769px) {
  /* line 98, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main .surveys-info .survey-info a #timeout, .survey.clusters .container-main .surveys-info .survey-info a #timeout {
    margin: 0;
  }
}

/* line 110, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a .left-survey, .survey.clusters .container-main .surveys-info .survey-info a .left-survey {
  position: absolute;
  right: 0;
  top: 40%;
}

/* line 115, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a .left-survey .left-arrow, .survey.clusters .container-main .surveys-info .survey-info a .left-survey .left-arrow {
  width: 1.6875rem;
  height: 1.6875rem;
  padding: .28125rem;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #666;
  text-align: center;
  padding-right: .28125rem;
}

/* line 125, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a .left-survey .unclosed, .survey.clusters .container-main .surveys-info .survey-info a .left-survey .unclosed {
  background-color: #8c8c8c;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  animation: blink 1s linear infinite;
}

/* line 135, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a .left-survey .blink, .survey.clusters .container-main .surveys-info .survey-info a .left-survey .blink {
  background-color: #8c8c8c;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* line 145, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info a .left-survey .completed, .survey.clusters .container-main .surveys-info .survey-info a .left-survey .completed {
  background-color: #00BCB4;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
}

/* line 156, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info:hover, .survey.clusters .container-main .surveys-info .survey-info:hover {
  background-color: #f6f6f6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* line 161, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info p, .survey.clusters .container-main .surveys-info .survey-info p {
  color: #666;
  margin: 1vw;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

/* line 168, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info p span, .survey.clusters .container-main .surveys-info .survey-info p span {
  margin: 0 0.1vw;
}

@media (max-width: 769px) {
  /* line 161, app/assets/stylesheets/survey/evaluation_process.scss */
  .survey.evaluation_processes .container-main .surveys-info .survey-info p, .survey.clusters .container-main .surveys-info .survey-info p {
    float: left;
    width: 60%;
  }
}

/* line 178, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes .container-main .surveys-info .survey-info h3, .survey.clusters .container-main .surveys-info .survey-info h3 {
  color: #666;
  font-weight: bold;
  font-size: 1.2rem;
  font-height: .9375;
  font-family: 'Poppins', sans-serif;
  margin: 1vw;
}

/* line 190, app/assets/stylesheets/survey/evaluation_process.scss */
.survey.evaluation_processes h3, .survey.clusters h3 {
  color: gray;
}

/* line 195, app/assets/stylesheets/survey/evaluation_process.scss */
.translation-container {
  position: fixed;
  right: 30px;
}

/* line 199, app/assets/stylesheets/survey/evaluation_process.scss */
.translation-container img {
  width: 24px;
  height: 24px;
}

/* line 2, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main {
  width: 100%;
  height: 100%;
  max-width: 55.91549rem;
  padding: 1vw;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts .container-main {
    width: 100%;
  }
}

/* line 12, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-end, .survey.attempts .container-main .survey-close {
  margin: 50% 0;
  padding: 40% 0;
}

/* line 16, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-end h3, .survey.attempts .container-main .survey-close h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #007f76;
  line-height: .78125;
}

/* line 24, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-end p, .survey.attempts .container-main .survey-close p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  color: #666;
}

/* line 30, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-end .btn, .survey.attempts .container-main .survey-close .btn {
  margin: 0 auto;
  width: 200px;
  padding: 0.5em;
}

@media (max-width: 768px) {
  /* line 30, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts .container-main .survey-end .btn, .survey.attempts .container-main .survey-close .btn {
    width: 12rem;
  }
}

/* line 40, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question {
  margin: 50% 0;
}

/* line 42, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question:first-of-type {
  margin: 10% 0;
}

/* line 46, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question:last-of-type {
  padding: 50% 0;
}

/* line 50, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question:last-child {
  padding-bottom: 20%;
}

/* line 54, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .question {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

/* line 59, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .question .argument {
  color: #666;
  padding: 0.5em;
  text-align: left;
}

/* line 65, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .question .question_number {
  color: #00BCB4;
  padding: 0.5em;
  margin: 0.5em;
  font-weight: 700;
}

/* line 74, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .answers label.answer_text {
  transition: all 200ms linear;
  text-align: left;
  color: #666;
  display: block;
  width: 100%;
  padding: 1em;
  margin: 1.5em;
  border-radius: 3px;
  font-weight: lighter;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1rem 2rem rgba(0, 0, 0, 0.24);
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.7);
}

/* line 89, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .answers label.answer_text:hover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 768px) {
  /* line 74, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts .container-main .survey-question .answers label.answer_text {
    margin: 10% 0;
  }
}

/* line 99, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .answers input[type='radio'] {
  display: none;
}

/* line 102, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts .container-main .survey-question .answers input[type='radio']:checked + .answer_text {
  background-color: #A9A9A9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  font-weight: bold;
  color: whitesmoke;
}

/* line 113, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10vh;
  z-index: 999;
  background-color: #e2e2e2;
  box-shadow: -1px 1px 2px 1px #666;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts footer {
    height: 15vh;
  }
}

/* line 126, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .pull-left {
  position: fixed;
  padding: 1em;
  left: 0px;
}

/* line 132, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .pull-right {
  position: fixed;
  padding: 1em;
  right: 0px;
}

/* line 138, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .btn-attempt {
  font-size: 2rem;
  line-height: 1.125;
  cursor: pointer;
  color: #2c2c2c;
  text-shadow: 0 1px 1px #f6f6f6;
  padding: .5625rem 0;
  width: 3.375rem;
  height: 3.375rem;
  margin: 0 .16875rem;
  text-align: center;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  /* line 138, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts footer .btn-attempt {
    width: 2.375rem;
    height: 2.375rem;
  }
}

/* line 158, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .btn-prev {
  width: 2.8125rem;
  height: 2.8125rem;
  margin-top: .28125rem;
  padding: .28125rem 0;
}

@media (max-width: 768px) {
  /* line 158, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts footer .btn-prev {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 0.125 !important;
  }
}

/* line 171, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .attempt-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem !important;
  line-height: 1.125 !important;
  padding: 1.125rem 0 !important;
  color: #2c2c2c !important;
  text-shadow: 0 1px 1px #f6f6f6 !important;
}

@media (max-width: 768px) {
  /* line 171, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts footer .attempt-text {
    font-size: 0.9rem !important;
    line-height: 1.125 !important;
  }
}

/* line 185, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer .circle {
  font-weight: 100;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.125;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #2c2c2c;
}

@media (max-width: 768px) {
  /* line 185, app/assets/stylesheets/survey/attempt.scss */
  .survey.attempts footer .circle {
    height: 3.5rem;
    width: 3.5rem;
  }
}

/* line 199, app/assets/stylesheets/survey/attempt.scss */
.survey.attempts footer a.circle {
  text-decoration: none;
}

@media print {
  /* line 7, app/assets/stylesheets/multiplicity/_print-template.scss */
  .container-profile-template {
    display: block !important;
    overflow: hidden !important;
  }
  /* line 12, app/assets/stylesheets/multiplicity/_print-template.scss */
  .container-template-list {
    padding: 0.15rem !important;
    color: #666 !important;
  }
  /* line 16, app/assets/stylesheets/multiplicity/_print-template.scss */
  .container-template-list:nth-child(odd) {
    background-color: #e2e2e2 !important;
  }
  /* line 21, app/assets/stylesheets/multiplicity/_print-template.scss */
  .template-selection-button {
    border-radius: 50px;
    border: 1px solid #666;
    color: #666 !important;
    text-decoration: none;
  }
  /* line 28, app/assets/stylesheets/multiplicity/_print-template.scss */
  .trigger-template, .print-trigger {
    display: none !important;
  }
  /* line 30, app/assets/stylesheets/multiplicity/_print-template.scss */
  .profile-score {
    float: right;
    background-color: transparent !important;
  }
  /* line 35, app/assets/stylesheets/multiplicity/_print-template.scss */
  .printable-logo {
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  /* line 43, app/assets/stylesheets/multiplicity/_print-template.scss */
  .printable-logo img {
    width: auto !important;
    height: 1cm !important;
  }
  /* line 8, app/assets/stylesheets/multiplicity/_print.scss */
  html, body {
    -webkit-print-color-adjust: exact;
  }
  /* line 12, app/assets/stylesheets/multiplicity/_print.scss */
  * {
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm;
  }
  /* line 22, app/assets/stylesheets/multiplicity/_print.scss */
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  /* line 28, app/assets/stylesheets/multiplicity/_print.scss */
  p {
    orphans: 3;
    widows: 3;
  }
  /* line 33, app/assets/stylesheets/multiplicity/_print.scss */
  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid;
  }
  /* line 38, app/assets/stylesheets/multiplicity/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 42, app/assets/stylesheets/multiplicity/_print.scss */
  a[href]:after {
    content: none !important;
  }
  /* line 46, app/assets/stylesheets/multiplicity/_print.scss */
  a[href]:before {
    content: none !important;
  }
  /* line 50, app/assets/stylesheets/multiplicity/_print.scss */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  /* line 55, app/assets/stylesheets/multiplicity/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 59, app/assets/stylesheets/multiplicity/_print.scss */
  tr {
    page-break-inside: avoid;
  }
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
/* line 2, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}

/* line 57, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}

/* line 68, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

/* line 71, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 81, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}

/* line 90, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

/* line 93, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

/* line 96, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 100, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

/* line 103, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}

/* line 116, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

/* line 119, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

/* line 123, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 127, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

/* line 131, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

/* line 134, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 137, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

/* line 141, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

/* line 145, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

/* line 149, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

/* line 153, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

/* line 157, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}

/* line 165, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

/* line 176, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}

/* line 184, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

/* line 188, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

/* line 193, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

/* line 198, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 205, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

/* line 208, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 213, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

/* line 217, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

/* line 221, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

/* line 225, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 232, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}

/* line 235, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 239, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}

/* line 247, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

/* line 254, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 266, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

/* line 270, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 273, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}

/* line 287, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 301, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

/* line 306, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

/* line 316, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}

/* line 324, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

/* line 331, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 334, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

/* line 337, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

/* line 345, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

/* line 348, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

/* line 352, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

/* line 358, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

/* line 364, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

/* line 367, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

/* line 375, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

/* line 378, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

/* line 384, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

/* line 388, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

/* line 395, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

/* line 401, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

/* line 404, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 409, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 413, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}

/* line 418, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

/* line 422, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}

/* line 433, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

/* line 437, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

/* line 443, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 446, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

/* line 450, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

/* line 453, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 457, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

/* line 461, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
/* line 479, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

/* line 483, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

/* line 489, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active {
  border-color: #66512c;
}

/* line 492, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

/* line 496, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

/* line 500, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

/* line 506, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active {
  border-color: #843534;
}

/* line 509, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

/* line 513, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

/* line 517, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

/* line 523, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active {
  border-color: #2b542c;
}

/* line 526, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/* line 548, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

/* line 561, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

/* line 565, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 570, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/* line 582, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
/* line 600, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
/* line 608, ../../shared/bundle/ruby/2.6.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2-bootstrap.css */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  position: absolute !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-showElement, tr.introjs-showElement > td, tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-relativePosition, tr.introjs-showElement > td, tr.introjs-showElement > th {
  position: relative;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-tooltipReferenceLayer {
  position: absolute;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-helperLayer *, .introjs-helperLayer *:before, .introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019',endColorstr='#cf0404',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ff0000);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .1s ease-out;
  -moz-transition: opacity .1s ease-out;
  -ms-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: .3em .8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0 1px 1px #e3e3e3;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-button:focus, .introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-prevbutton {
  -webkit-border-radius: .2em 0 0 .2em;
  -moz-border-radius: .2em 0 0 .2em;
  border-radius: .2em 0 0 .2em;
  border-right: 0;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-nextbutton {
  -webkit-border-radius: 0 .2em .2em 0;
  -moz-border-radius: 0 .2em .2em 0;
  border-radius: 0 .2em .2em 0;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets {
  text-align: center;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets ul li a:hover {
  background: #999;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-bullets ul li a.active {
  background: #999;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjs-progressbar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

/* line 1, ../../shared/bundle/ruby/2.6.0/gems/introjs-rails-1.0.0/app/assets/stylesheets/introjs.css */
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideToggles {
  position: fixed;
  top: 84px;
  right: 0;
  z-index: 9999;
  display: block;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle {
  position: relative;
  right: -185px;
  display: block;
  float: right;
  width: 184px;
  height: 50px;
  padding: 22px 6px 6px;
  margin-bottom: 20px;
  clear: both;
  font-size: 11px;
  line-height: 25px;
  color: #000;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle:before {
  position: absolute;
  top: 8px;
  left: 25px;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjU5MjM2NTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjU5MjM2Njg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTkyMzYzODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyNTkyMzY0ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NYhnaAAAAOJJREFUeNpiZAACQ0PDeiDVwEA6aGDU1dXlZ2Rk/MBAJmABEX///mVYsGAByZoTEhIgDA0Njf/kAJA+JpgLyAEgfWAv/PnzByxw5swZuKSJiQkKHxmA5GD6KHYBGEhLS5MVBiB9LMgmoXsBBnCJg/RRxwtCQkJkeQGkjxFkAB8f339yUyIziGBlZWX49++fA9BQBlIwOC8gm8bFxWUPYwMNBKVTAygG5ZUNTExM8PT+7du3g7gzCAtLPNBV59nY2PiB9H8g9gfxQeJE+Qto035mZmZ+KPs/EOuD+CBxdLUAAQYA7/EQmFgcNYsAAAAASUVORK5CYII=") 0 0 no-repeat;
  content: " ";
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle div {
  position: absolute;
  top: 6px;
  right: -4px;
  display: block;
  width: 124px;
  height: 33px;
  padding: 2px 0 0 5px;
  overflow: hidden;
  line-height: 16px;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle div span {
  display: block;
  width: 115px;
  margin: 0 0 0 -118px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle a {
  position: absolute;
  right: 10px;
  bottom: -26px;
  color: #000;
  text-decoration: none;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle:hover {
  right: 0 !important;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper .tlypageguide_toggle:hover div span {
  margin: 0;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 90%;
  height: 0;
  padding: 10px;
  margin: 0 5% 0 5%;
  overflow-y: auto;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages span {
  position: absolute;
  top: 25px;
  left: 40px;
  display: block;
  width: 50px;
  height: 46px;
  overflow: hidden;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #6f42c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text {
  position: relative;
  margin: 10px 90px 0 120px;
  line-height: 22px;
  color: #fff;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text a {
  color: #fff;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text a:hover {
  color: #fff;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
  width: 50px;
  height: 24px;
  overflow: hidden;
  font-size: 11px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #6f42c1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back, #tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  position: absolute;
  top: 34px;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjU5MjM2OTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjU5MjM2QTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTkyMzY3ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyNTkyMzY4ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eySFcAAAAKRJREFUeNqMk1ENhDAQROfjDNQCFs5CLWABC5wELGABCyChFrBQCz2aQELKvtImk5CyLxtmBqWUlmSf7pBK6XwRDWAlIGuELT0BWbsB5DtHgIctIwECA+LdgBJwYMBCQM0AT0BWAAMQQAMIoC2BhgcK0hp2tapYwFQrYzn8fUu75UPjvU8tgQ1Wl1zrP3E9zLU6lAClOlsZfST5Q5ue52fc6S/AABXAQWeCQoWGAAAAAElFTkSuQmCC") 10px 4px no-repeat;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back {
  -webkit-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
  -moz-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
  -ms-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
  -o-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
  transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
  left: 90px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideWrapper #tlyPageGuideContent {
  display: none;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive {
  right: 0 !important;
  color: #fff;
  background: #6f42c1;
  -webkit-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive a {
  opacity: 1.0;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive div span {
  margin: 0;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-open #tlyPageGuideWrapper #tlyPageGuideContent {
  display: block;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideWelcome, #tlyPageGuideWelcome {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 95%;
  height: 300px;
  max-width: 400px;
  max-height: 80%;
  padding: 15px 20px;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideWelcome.open, #tlyPageGuideWelcome.open {
  -khtml-opacity: .95;
  -moz-opacity: .95;
  opacity: .95;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideWelcome button, #tlyPageGuideWelcome button {
  padding: 5px 10px;
  overflow: hidden;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #6f42c1;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuideOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideWelcomeOpen .tlyPageGuideWelcome, .tlyPageGuideWelcomeOpen #tlyPageGuideWelcome {
  display: block;
  -khtml-opacity: .95;
  -moz-opacity: .95;
  opacity: .95;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideWelcomeOpen #tlyPageGuideOverlay {
  display: block;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/pageguide.css */
#tlyPageGuide {
  display: none;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide_shadow {
  position: absolute;
  display: none;
  pointer-events: none;
  background-color: rgba(247, 0, 119, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  -moz-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  -o-box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
  box-shadow: 0 0 1px 1px rgba(147, 0, 119, 0.25);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex {
  position: absolute;
  z-index: 50000;
  display: block;
  width: 50px;
  height: 46px;
  max-height: 46px;
  min-height: 15px;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  pointer-events: all;
  cursor: pointer;
  background: rgba(247, 0, 119, 0.3);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: min-height,max-height .1s ease-in-out;
  -moz-transition: min-height,max-height .1s ease-in-out;
  -ms-transition: min-height,max-height .1s ease-in-out;
  -o-transition: min-height,max-height .1s ease-in-out;
  transition: min-height,max-height .1s ease-in-out;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex:after {
  position: absolute;
  top: -15px;
  top: auto;
  right: auto;
  left: 0;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: none;
  content: " ";
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_bottom {
  bottom: -65px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_bottom:after {
  top: -15px;
  left: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(247, 0, 119, 0.3);
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_right {
  right: -65px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_right:after {
  top: 0;
  left: -15px;
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-left: 15px solid transparent;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_left {
  left: -65px;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_left:after {
  top: 0;
  right: -15px;
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-right: 15px solid transparent;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlyPageGuideStepIndex.tlypageguide_top:after {
  bottom: -15px;
  left: 0;
  border-top: 15px solid rgba(247, 0, 119, 0.3);
  border-right: 15px solid transparent;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex:hover {
  background: #6f42c1;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_bottom:hover:after {
  border-bottom: 15px solid #6f42c1;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlyPageGuideStepIndex.tlypageguide_right:hover:after, .tlyPageGuideStepIndex.tlypageguide_left:hover:after, .tlyPageGuideStepIndex.tlypageguide_top:hover:after {
  border-top: 15px solid #6f42c1;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-active .tlyPageGuideStepIndex {
  background: #6f42c1;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_bottom:after {
  border-bottom: 15px solid #6f42c1;
}

/* line 1, app/assets/stylesheets/pageguide.css */
.tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_right:after, .tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_left:after, .tlypageguide-active .tlyPageGuideStepIndex.tlypageguide_top:after {
  border-top: 15px solid #6f42c1;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 15, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 25, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 29, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 35, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 43, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 58, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 65, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 69, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 73, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 76, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 79, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 82, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 90, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 93, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 104, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 115, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 126, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 137, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 148, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 159, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 170, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 181, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 192, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 195, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 206, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 213, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 218, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 222, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 227, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 232, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 235, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 241, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 252, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 263, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 266, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 269, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 274, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 280, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 285, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 292, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 296, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 299, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 309, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 315, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 318, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 324, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 333, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 336, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 341, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 344, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 350, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 354, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 357, vendor/assets/stylesheets/bootstrap-datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2, app/assets/stylesheets/cluster_process.scss */
.cluster_processes .card-header {
  background-color: #e2e2e2;
  color: #666;
  font-weight: bold;
  height: 36px;
}

/* line 8, app/assets/stylesheets/multiplicity/_modals.scss */
.spinner-green {
  color: #00bcb4;
}

/* line 12, app/assets/stylesheets/multiplicity/_modals.scss */
.section-title {
  color: #1b1733;
  border-bottom: 2px solid #00bcb4;
  padding-bottom: 8px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}

/* line 21, app/assets/stylesheets/multiplicity/_modals.scss */
.section-title-icon-green {
  color: #00bcb4;
}

/* line 25, app/assets/stylesheets/multiplicity/_modals.scss */
.section-title-icon-pink {
  color: #E11383;
}

/* line 29, app/assets/stylesheets/multiplicity/_modals.scss */
.text-left {
  text-align: left;
}

/* line 33, app/assets/stylesheets/multiplicity/_modals.scss */
.text-center {
  text-align: center;
}

/* line 37, app/assets/stylesheets/multiplicity/_modals.scss */
.label-full-width {
  width: 100%;
  display: block;
  text-align: left;
}

/* line 43, app/assets/stylesheets/multiplicity/_modals.scss */
.text-purple-dark {
  color: #1b1733;
}

/* line 47, app/assets/stylesheets/multiplicity/_modals.scss */
.text-purple-darker {
  color: #231c34;
}

/* line 51, app/assets/stylesheets/multiplicity/_modals.scss */
.text-gray {
  color: #a9a8a9;
}

/* line 55, app/assets/stylesheets/multiplicity/_modals.scss */
.font-italic {
  font-style: italic;
}

/* line 59, app/assets/stylesheets/multiplicity/_modals.scss */
.badge-green {
  background-color: #00bcb4;
  color: white;
}

/* line 64, app/assets/stylesheets/multiplicity/_modals.scss */
.badge-gray {
  background-color: #a9a8a9;
  color: white;
}

/* line 69, app/assets/stylesheets/multiplicity/_modals.scss */
.divider-green {
  border-top: 2px solid #00bcb4;
}

/* line 73, app/assets/stylesheets/multiplicity/_modals.scss */
.loading-text {
  color: #1b1733;
  font-size: 1.1rem;
}

/* line 79, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 85, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-title {
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-badge {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  color: white;
}

/* line 95, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-sections-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 101, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-section-item {
  flex: 0 0 calc(50% - 5px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}

/* line 109, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-section-content {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
}

/* line 116, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-section-icon {
  flex-shrink: 0;
}

/* line 120, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-section-name {
  color: #231c34;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 128, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-section-score {
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: 8px;
  flex-shrink: 0;
}

/* line 136, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-color-competences {
  color: #E11383 !important;
}

/* line 140, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-color-operational {
  color: #E11383 !important;
}

/* line 144, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-color-skills {
  color: #00bcb4 !important;
}

/* line 148, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-color-motivational {
  color: #1b1733 !important;
}

/* line 152, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-border-competences {
  border-left: 4px solid #E11383 !important;
}

/* line 156, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-border-operational {
  border-left: 4px solid #E11383 !important;
}

/* line 160, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-border-skills {
  border-left: 4px solid #00bcb4 !important;
}

/* line 164, app/assets/stylesheets/multiplicity/_modals.scss */
.survey-border-motivational {
  border-left: 4px solid #1b1733 !important;
}

/* line 170, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-header {
  background-color: #1b1733;
  color: white;
}

/* line 174, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-header .close {
  margin-bottom: 0;
  padding-top: 1.5rem;
}

/* line 179, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-header button:focus {
  outline: 0;
}

/* line 184, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-dialog {
  max-width: 1000px;
  margin: 1.5rem auto;
}

/* line 189, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(27, 23, 51, 0.15);
  overflow: hidden;
}

/* line 197, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-content {
  padding: 0;
  background-color: white;
}

/* line 201, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .modal-content .actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

/* line 211, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .loading-info-banner {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-color: #00bcb4;
}

/* line 217, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00bcb4;
}

/* line 225, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .section-header h3 {
  color: #1b1733;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 233, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .section-header .section-icon {
  color: #00bcb4;
  font-size: 1.5rem;
}

/* line 238, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .section-header:last-of-type {
  margin-top: 1.25rem;
}

/* line 244, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .process-details {
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  /* line 244, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .process-details {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 244, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .process-details {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (min-width: 992px) {
  /* line 244, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .process-details {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1200px) {
  /* line 244, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .process-details {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
  }
}

/* line 278, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 6px;
  border-left: 3px solid #00bcb4;
  transition: all 0.3s ease;
  padding: 0.75rem 0.5rem;
}

@media (min-width: 576px) {
  /* line 278, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item {
    padding: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 278, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item {
    padding: 0.75rem;
  }
}

/* line 299, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 188, 180, 0.15);
}

/* line 304, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-icon {
  background-color: #00bcb4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
}

@media (min-width: 576px) {
  /* line 304, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item .detail-icon {
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
  }
}

/* line 325, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-icon .fa,
#ConfirmationModal.modal .detail-item .detail-icon .fas,
#ConfirmationModal.modal .detail-item .detail-icon .far {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  /* line 325, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item .detail-icon .fa,
#ConfirmationModal.modal .detail-item .detail-icon .fas,
#ConfirmationModal.modal .detail-item .detail-icon .far {
    font-size: 0.9rem;
  }
}

/* line 337, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-content {
  flex: 1;
  min-width: 0;
}

/* line 341, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-content .detail-label {
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.3rem;
  text-align: left;
  font-size: 0.85rem;
}

@media (min-width: 576px) {
  /* line 341, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item .detail-content .detail-label {
    font-size: 0.8rem;
  }
}

/* line 357, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-content .detail-value {
  color: #1b1733;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  line-height: 1.3;
  font-size: 1.05rem;
}

@media (min-width: 576px) {
  /* line 357, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item .detail-content .detail-value {
    font-size: 1rem;
  }
}

/* line 372, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .detail-item .detail-content .detail-value.date-value {
  font-size: 1rem;
}

@media (min-width: 576px) {
  /* line 372, app/assets/stylesheets/multiplicity/_modals.scss */
  #ConfirmationModal.modal .detail-item .detail-content .detail-value.date-value {
    font-size: 0.95rem;
  }
}

/* line 384, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
}

/* line 392, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .status-badge.status-yes {
  background-color: #00bcb4;
  color: white;
}

/* line 397, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .status-badge.status-no {
  background-color: #7c7b7b;
  color: white;
}

/* line 404, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list {
  border-radius: 8px;
  display: grid;
  gap: 1rem;
}

/* line 409, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item {
  background: white;
  border-radius: 6px;
  padding: 1rem;
  border-left: 4px solid #00bcb4;
}

/* line 415, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 421, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header .survey-status {
  flex-shrink: 0;
}

/* line 424, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header .survey-status .enabled {
  color: #00bcb4;
  font-size: 1.1rem;
}

/* line 429, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header .survey-status .disabled {
  color: #7c7b7b;
  font-size: 1.1rem;
}

/* line 435, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header .survey-title {
  color: #1b1733;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
  text-align: left;
}

/* line 444, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-header .profile-badge {
  background: #00bcb4;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 454, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections {
  display: flex;
  gap: 1em 3em;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

/* line 460, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections .section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  background: #f8f9fa;
  border-radius: 4px;
  border-left: 2px solid #00bcb4;
}

/* line 470, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections .section-item .section-info {
  display: flex;
  flex: 1;
  gap: 3em;
}

/* line 475, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections .section-item .section-info .section-name {
  color: #1b1733;
  font-size: 1.05rem;
  font-weight: 500;
}

/* line 482, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections .section-item .section-info .section-score .score-value {
  background: #00bcb4;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 600;
}

/* line 491, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .surveys-list .survey-item .survey-sections .section-item .section-info .section-score .score-na {
  background: #7c7b7b;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 507, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 516, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-icon {
  color: #856404;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* line 523, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content {
  flex: 1;
}

/* line 526, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-title {
  color: #856404;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

/* line 534, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-flags {
  margin-bottom: 1rem;
}

/* line 537, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-flags .flag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 543, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-flags .flag-item .flag-count {
  background: #856404;
  color: white;
  padding: 0.1rem;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  min-width: 2rem;
  text-align: center;
}

/* line 554, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-flags .flag-item .flag-description {
  color: #856404;
  font-size: 0.95rem;
  font-weight: 500;
}

/* line 563, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-actions .alert-message {
  color: #856404;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: left;
}

/* line 571, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-actions .alert-continue {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7c7b7b;
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* line 579, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .alert-banner .alert-content .alert-actions .alert-continue .fa {
  color: #00bcb4;
}

/* line 588, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .disclaimer-info {
  background: linear-gradient(135deg, #f7f9fa, #e4f5f5);
  border: 1px solid #00bcb4;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 598, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .disclaimer-info .disclaimer-icon {
  color: #00bcb4;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* line 605, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .disclaimer-info .disclaimer-content {
  flex: 1;
}

/* line 608, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .disclaimer-info .disclaimer-content .disclaimer-text {
  color: #1b1733;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

/* line 615, app/assets/stylesheets/multiplicity/_modals.scss */
#ConfirmationModal.modal .disclaimer-info .disclaimer-content .disclaimer-text strong {
  font-weight: 700;
  display: inline;
  margin-right: 0.25rem;
}

/* line 626, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-dialog {
  max-width: 600px;
  margin: 1.5rem auto;
}

/* line 631, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(27, 23, 51, 0.15);
  overflow: hidden;
}

/* line 638, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-header {
  background-color: white;
  color: #1b1733;
  padding: 1.5rem;
  border-bottom: 2px solid #00bcb4;
}

/* line 644, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-header .modal-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1b1733;
  margin-bottom: 0;
}

/* line 655, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-header .close {
  color: #1b1733;
  opacity: 0.6;
  font-size: 1.5rem;
}

/* line 660, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-header .close:hover {
  opacity: 1;
  color: #1b1733;
}

/* line 667, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body {
  padding: 2rem;
  background-color: #fafbfc;
}

/* line 672, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 677, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  padding: 1rem;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 689, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row:hover {
  border-left-color: #00bcb4;
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(0, 188, 180, 0.15);
}

/* line 695, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row:has(input:checked) {
  border-left-color: #00bcb4;
  background: linear-gradient(135deg, #fff, #fef7f3);
  box-shadow: 0 4px 12px rgba(0, 188, 180, 0.2);
}

/* line 701, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  accent-color: #00bcb4;
  cursor: pointer;
}

/* line 709, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row label {
  flex: 1;
  color: #1b1733;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: auto;
}

/* line 723, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row label:hover {
  color: #00bcb4;
}

/* line 727, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row label .company-name {
  flex: 1;
}

/* line 731, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row label .current-badge {
  background: #00bcb4;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* line 742, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies ul li.row label .current-badge .fa {
  font-size: 0.6rem;
}

/* line 750, app/assets/stylesheets/multiplicity/_modals.scss */
#company_picker .modal-body.companies #company-switcher {
  width: 100%;
}

/* line 762, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .modal-header {
  background-color: #1b1733;
  color: white;
}

/* line 766, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .modal-header .close {
  margin-bottom: 0;
  padding-top: 1.5rem;
}

/* line 771, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .modal-header button:focus {
  outline: 0;
}

/* line 776, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .modal-body {
  background-color: white;
}

/* line 780, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .confirmation-content {
  padding: 0.5rem;
}

/* line 784, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .card {
  background-color: white;
  box-shadow: none;
}

/* line 789, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .profile-options {
  margin-bottom: 1rem;
}

/* line 793, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .profile-option {
  background: white;
  border-radius: 6px;
  padding: 1rem;
  border-left: 3px solid #00bcb4;
  margin-bottom: 0.75rem;
}

/* line 800, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .profile-option .custom-control-label {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 1rem;
  width: auto !important;
}

/* line 806, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .profile-option .custom-control-label strong {
  display: inline;
  margin: 0;
}

/* line 811, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .profile-option .custom-control-label i,
#profileAssociationModal .profile-option .custom-control-label svg {
  display: inline-block;
  margin-right: 0.5rem;
  color: #00bcb4;
  font-size: 1.1rem;
}

/* line 822, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .disclaimer-info {
  background: linear-gradient(135deg, #f7f9fa, #e4f5f5);
  border: 1px solid #00bcb4;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 832, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .disclaimer-info .disclaimer-icon {
  color: #00bcb4;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* line 839, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .disclaimer-info .disclaimer-content {
  flex: 1;
}

/* line 842, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .disclaimer-info .disclaimer-content .disclaimer-text {
  color: #1b1733;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

/* line 849, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .disclaimer-info .disclaimer-content .disclaimer-text strong {
  font-weight: 700;
  display: inline;
  margin-right: 0.25rem;
}

/* line 859, app/assets/stylesheets/multiplicity/_modals.scss */
#profileAssociationModal .actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

/* line 873, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-dialog, #SendReportEmail.modal .modal-dialog, #SendIndividualReportEmail.modal .modal-dialog {
  max-width: 600px;
  margin: 1.5rem auto;
}

/* line 878, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-content, #SendReportEmail.modal .modal-content, #SendIndividualReportEmail.modal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(27, 23, 51, 0.15);
  overflow: hidden;
}

/* line 885, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-header, #SendReportEmail.modal .modal-header, #SendIndividualReportEmail.modal .modal-header {
  background-color: white;
  color: #1b1733;
  padding: 1.5rem;
  border-bottom: 2px solid #00bcb4;
}

/* line 891, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-header .modal-title, #SendReportEmail.modal .modal-header .modal-title, #SendIndividualReportEmail.modal .modal-header .modal-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1b1733;
}

/* line 900, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-header .modal-title:before, #SendReportEmail.modal .modal-header .modal-title:before, #SendIndividualReportEmail.modal .modal-header .modal-title:before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  font-size: 1.1rem;
  color: #00bcb4;
}

/* line 909, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-header .close, #SendReportEmail.modal .modal-header .close, #SendIndividualReportEmail.modal .modal-header .close {
  color: #1b1733;
  opacity: 0.7;
  font-size: 1.5rem;
  font-weight: 300;
  border: none;
  background: none;
  padding: 0;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 919, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-header .close:hover, #SendReportEmail.modal .modal-header .close:hover, #SendIndividualReportEmail.modal .modal-header .close:hover {
  opacity: 1;
  color: #1b1733;
}

/* line 926, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body, #SendReportEmail.modal .modal-body, #SendIndividualReportEmail.modal .modal-body {
  padding: 2rem;
  background-color: #fafbfc;
}

/* line 930, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body #pdf-reports-form, #SendReportEmail.modal .modal-body #pdf-reports-form, #SendIndividualReportEmail.modal .modal-body #pdf-reports-form {
  gap: 1.5rem;
}

/* line 935, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .row.mb-5, #SendReportEmail.modal .modal-body .row.mb-5, #SendIndividualReportEmail.modal .modal-body .row.mb-5 {
  margin-bottom: 2rem !important;
}

/* line 938, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .row.mb-5 .col-sm-12:first-child, #SendReportEmail.modal .modal-body .row.mb-5 .col-sm-12:first-child, #SendIndividualReportEmail.modal .modal-body .row.mb-5 .col-sm-12:first-child {
  margin-bottom: 1.5rem;
}

/* line 944, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body label, #SendReportEmail.modal .modal-body label, #SendIndividualReportEmail.modal .modal-body label {
  color: #1b1733;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* line 952, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control, #SendReportEmail.modal .modal-body .custom-control, #SendIndividualReportEmail.modal .modal-body .custom-control {
  margin-bottom: 1rem;
}

/* line 956, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-checkbox .custom-control-label, #SendReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label {
  color: #1b1733;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 0.5rem;
}

/* line 963, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-checkbox .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label:before {
  border: 2px solid #dee2e6;
  border-radius: 4px;
  background-color: white;
}

/* line 969, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-checkbox .custom-control-label:after, #SendReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label:after, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-label:after {
  color: #00bcb4;
}

/* line 974, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00bcb4;
  border-color: #00bcb4;
}

/* line 979, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-checkbox:hover .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-checkbox:hover .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-checkbox:hover .custom-control-label:before {
  border-color: #00bcb4;
  box-shadow: 0 0 0 0.1rem rgba(0, 188, 180, 0.25);
}

/* line 986, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-switch .custom-control-label, #SendReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-label, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-label {
  color: #1b1733;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 0.5rem;
}

/* line 993, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-switch .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-label:before {
  background-color: #dee2e6;
  border: none;
}

/* line 999, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00bcb4;
}

/* line 1003, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:after, #SendReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:after, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: white;
}

/* line 1007, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .custom-control.custom-switch:hover .custom-control-label:before, #SendReportEmail.modal .modal-body .custom-control.custom-switch:hover .custom-control-label:before, #SendIndividualReportEmail.modal .modal-body .custom-control.custom-switch:hover .custom-control-label:before {
  box-shadow: 0 0 0 0.1rem rgba(0, 188, 180, 0.25);
}

/* line 1014, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .form-control, #SendReportEmail.modal .modal-body .form-control, #SendIndividualReportEmail.modal .modal-body .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

/* line 1021, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .form-control:focus, #SendReportEmail.modal .modal-body .form-control:focus, #SendIndividualReportEmail.modal .modal-body .form-control:focus {
  border-color: #00bcb4;
  box-shadow: 0 0 0 0.1rem rgba(0, 188, 180, 0.25);
}

/* line 1028, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .btn.btn-action-edit, #SendReportEmail.modal .modal-body .btn.btn-action-edit, #SendIndividualReportEmail.modal .modal-body .btn.btn-action-edit {
  background-color: #00bcb4;
  border: none;
  border-radius: 8px;
  padding: 0.875rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  transition: all 0.3s ease;
  position: relative;
}

/* line 1039, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .btn.btn-action-edit:before, #SendReportEmail.modal .modal-body .btn.btn-action-edit:before, #SendIndividualReportEmail.modal .modal-body .btn.btn-action-edit:before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1d8";
  margin-right: 0.5rem;
}

/* line 1046, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .btn.btn-action-edit:hover:not(:disabled), #SendReportEmail.modal .modal-body .btn.btn-action-edit:hover:not(:disabled), #SendIndividualReportEmail.modal .modal-body .btn.btn-action-edit:hover:not(:disabled) {
  background-color: #008983;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 188, 180, 0.3);
}

/* line 1052, app/assets/stylesheets/multiplicity/_modals.scss */
#pdfs-reports.modal .modal-body .btn.btn-action-edit:disabled, #SendReportEmail.modal .modal-body .btn.btn-action-edit:disabled, #SendIndividualReportEmail.modal .modal-body .btn.btn-action-edit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background-color: #6c757d;
}

/* line 1067, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* line 1077, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-overlay {
  display: none;
}

/* line 1081, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-content {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  pointer-events: auto;
}

/* line 1094, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-size="small"] .help-modal-content {
  width: 50%;
  height: 50%;
}

/* line 1099, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-size="medium"] .help-modal-content {
  width: 70%;
  height: 70%;
}

/* line 1104, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-size="large"] .help-modal-content {
  width: 95%;
  height: 95%;
}

/* line 1110, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-position="center"] .help-modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1116, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-position="left"] .help-modal-content {
  top: 2.5%;
  left: 1%;
}

/* line 1121, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-position="right"] .help-modal-content {
  top: 2.5%;
  right: 1%;
}

/* line 1126, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-position="top"] .help-modal-content {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1132, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal[data-position="bottom"] .help-modal-content {
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1138, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-toolbar {
  background: linear-gradient(135deg, #1b1733, #120f21);
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 1149, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* line 1155, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-position,
.help-modal .help-modal-size,
.help-modal .help-modal-close {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* line 1170, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-position i,
.help-modal .help-modal-size i,
.help-modal .help-modal-close i {
  pointer-events: none;
}

/* line 1174, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-position:hover,
.help-modal .help-modal-size:hover,
.help-modal .help-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* line 1179, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-position:active,
.help-modal .help-modal-size:active,
.help-modal .help-modal-close:active {
  transform: translateY(0);
}

/* line 1184, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-close {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: #dc3545;
  padding: 0.5rem 1rem;
}

/* line 1189, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal .help-modal-close:hover {
  background-color: rgba(200, 35, 51, 0.9);
}

/* line 1194, app/assets/stylesheets/multiplicity/_modals.scss */
.help-modal iframe {
  width: 100%;
  flex: 1;
  border: none;
}

/* line 1202, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 998;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* line 1211, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 1216, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn .floating-tutorials-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #1b1733, #0c0a17);
  color: white;
  padding: 0.85rem 1.25rem;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 1231, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn .floating-tutorials-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  color: white;
  text-decoration: none;
}

/* line 1238, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn .floating-tutorials-link:active {
  transform: translateY(0);
}

/* line 1242, app/assets/stylesheets/multiplicity/_modals.scss */
.floating-tutorials-btn .floating-tutorials-link i {
  font-size: 1.1rem;
}

@media (max-width: 480px) {
  /* line 1247, app/assets/stylesheets/multiplicity/_modals.scss */
  .floating-tutorials-btn .floating-tutorials-text {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 1202, app/assets/stylesheets/multiplicity/_modals.scss */
  .floating-tutorials-btn {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  /* line 1257, app/assets/stylesheets/multiplicity/_modals.scss */
  .floating-tutorials-btn .floating-tutorials-link {
    padding: 1rem;
    border-radius: 50%;
  }
  /* line 1261, app/assets/stylesheets/multiplicity/_modals.scss */
  .floating-tutorials-btn .floating-tutorials-link i {
    font-size: 1.3rem;
  }
}

/* line 1268, app/assets/stylesheets/multiplicity/_modals.scss */
#help_modal_trigger {
  max-width: none;
  overflow: visible;
  text-overflow: unset;
}

/* line 1278, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-decoration: none;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1;
}

/* line 1290, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1296, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon .icon-question,
.help-video-btn .help-video-btn-icon .icon-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

/* line 1303, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon .icon-question i,
.help-video-btn .help-video-btn-icon .icon-play i {
  font-size: 0.75rem;
  line-height: 1;
}

/* line 1309, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon .icon-question i {
  color: rgba(27, 23, 51, 0.35);
}

/* line 1313, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon .icon-play {
  position: absolute;
  opacity: 0;
  transform: scale(0.7);
}

/* line 1318, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn .help-video-btn-icon .icon-play i {
  color: #E11383;
  font-size: 0.75rem;
}

/* line 1325, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn:hover {
  text-decoration: none;
}

/* line 1328, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn:hover .icon-question {
  opacity: 0;
  transform: scale(0.7);
}

/* line 1333, app/assets/stylesheets/multiplicity/_modals.scss */
.help-video-btn:hover .icon-play {
  opacity: 1;
  transform: scale(1);
}

/* line 1340, app/assets/stylesheets/multiplicity/_modals.scss */
th .help-video-btn,
td .help-video-btn {
  display: inline-flex !important;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* line 1354, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

/* line 1362, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* line 1372, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: 85vh;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 1372, app/assets/stylesheets/multiplicity/_modals.scss */
  .welcome-modal .welcome-modal-content {
    width: 98%;
    height: 92vh;
  }
}

/* line 1393, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-header {
  background: linear-gradient(135deg, #1b1733, #120f21);
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}

/* line 1402, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-close {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

/* line 1416, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-close i {
  pointer-events: none;
}

/* line 1420, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-close:hover {
  background-color: rgba(220, 53, 69, 0.85);
  border-color: #dc3545;
}

/* line 1426, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-body {
  flex: 1;
  overflow: hidden;
}

/* line 1430, app/assets/stylesheets/multiplicity/_modals.scss */
.welcome-modal .welcome-modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* line 56, app/assets/stylesheets/_base_imports.scss */
.tlypageguide_text p {
  color: #fff;
}

/* line 62, app/assets/stylesheets/_base_imports.scss */
.password .error {
  width: 100%;
  position: static;
}

/* line 68, app/assets/stylesheets/_base_imports.scss */
#attemptActions {
  display: flex;
  background: white;
  justify-content: center;
  gap: 3;
}

/* line 75, app/assets/stylesheets/_base_imports.scss */
.coccon-remove {
  width: 150px;
}

/* line 79, app/assets/stylesheets/_base_imports.scss */
.coccon-add {
  width: 150px;
}

/* line 83, app/assets/stylesheets/_base_imports.scss */
.loader {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 88, app/assets/stylesheets/_base_imports.scss */
.lds-dual-ring {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

/* line 94, app/assets/stylesheets/_base_imports.scss */
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #e2e2e2;
  border-color: #e2e2e2 transparent #e2e2e2 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 114, app/assets/stylesheets/_base_imports.scss */
.tooltip-container {
  position: relative;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/_base_imports.scss */
.tooltiptext {
  padding: 18px 32px;
  background: #fff;
  position: absolute;
  width: 220px;
  border-radius: 5px;
  text-align: center;
  filter: drop-shadow(0 3px 5px #ccc);
  line-height: 1.5;
  display: none;
  bottom: 40px;
  right: 50%;
  margin-right: -110px;
}

/* line 134, app/assets/stylesheets/_base_imports.scss */
.tooltiptext:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background: white;
  transform: rotate(45deg);
}

/* line 146, app/assets/stylesheets/_base_imports.scss */
.tooltip-trigger:hover + .tooltiptext {
  display: block;
}

/* line 150, app/assets/stylesheets/_base_imports.scss */
.inverted {
  animation: openSubtable 1s forwards;
}

/* line 154, app/assets/stylesheets/_base_imports.scss */
.closed {
  animation: closeSubtable 1s forwards;
}

@keyframes openSubtable {
  100% {
    transform: rotate(180deg);
  }
}

@keyframes closeSubtable {
  100% {
    transform: rotate(0deg);
  }
}

/* line 170, app/assets/stylesheets/_base_imports.scss */
.text-align-left {
  text-align: left;
}

/* line 174, app/assets/stylesheets/_base_imports.scss */
.timeline-horizontal {
  display: flex;
  overflow-x: auto;
  padding: 10px 0;
}

/* line 179, app/assets/stylesheets/_base_imports.scss */
.timeline-items {
  display: flex;
  flex-direction: row;
}

/* line 183, app/assets/stylesheets/_base_imports.scss */
.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

/* line 189, app/assets/stylesheets/_base_imports.scss */
.timeline-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* line 195, app/assets/stylesheets/_base_imports.scss */
.timeline-marker.activate {
  background-color: #007bff;
}

/* line 199, app/assets/stylesheets/_base_imports.scss */
.timeline-marker.deactivate {
  background-color: #6c757d;
}

/* line 203, app/assets/stylesheets/_base_imports.scss */
.timeline-content {
  text-align: center;
}

/* line 207, app/assets/stylesheets/_base_imports.scss */
.text-success {
  color: #00706b !important;
}

/* line 6, app/assets/stylesheets/multiplicity/application/_base.scss */
.pretty th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 12, app/assets/stylesheets/multiplicity/application/_base.scss */
.pretty th .asc {
  background-image: url(/images/up_arrow.gif);
}

/* line 16, app/assets/stylesheets/multiplicity/application/_base.scss */
.pretty th .desc {
  background-image: url(/images/down_arrow.gif);
}

/* line 20, app/assets/stylesheets/multiplicity/application/_base.scss */
img {
  width: 100%;
  height: auto;
}

/* line 25, app/assets/stylesheets/multiplicity/application/_base.scss */
h2 {
  color: #00bcb4;
}

/* line 27, app/assets/stylesheets/multiplicity/application/_base.scss */
h3,
p {
  color: #fff;
}

/* line 31, app/assets/stylesheets/multiplicity/application/_base.scss */
h3.empty,
p.empty {
  display: block;
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #c9c9c9;
  background-color: #fff;
  text-align: center;
}

/* line 44, app/assets/stylesheets/multiplicity/application/_base.scss */
.wrapper-main {
  background-color: #1B1733;
  background-image: -webkit-linear-gradient(#1B1733, #231c34);
  background-image: linear-gradient(#1B1733, #231c34);
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 3rem 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
  /* line 44, app/assets/stylesheets/multiplicity/application/_base.scss */
  .wrapper-main {
    padding: 0 0 1.5rem;
  }
}

/* line 56, app/assets/stylesheets/multiplicity/application/_base.scss */
.container-main {
  -webkit-animation: fadeIn, fall;
  -moz-animation: fadeIn, fall;
  animation: fadeIn, fall;
  -webkit-animation-duration: 680ms;
  -moz-animation-duration: 680ms;
  animation-duration: 680ms;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  min-height: 100%;
  padding: 3rem 1.5rem 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  /* line 56, app/assets/stylesheets/multiplicity/application/_base.scss */
  .container-main {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 56, app/assets/stylesheets/multiplicity/application/_base.scss */
  .container-main {
    width: 35%;
    margin: 0 auto;
    padding: 12rem 0.375rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 56, app/assets/stylesheets/multiplicity/application/_base.scss */
  .container-main {
    width: 30%;
  }
}

@media screen and (min-width: 1382px) {
  /* line 56, app/assets/stylesheets/multiplicity/application/_base.scss */
  .container-main {
    width: 20%;
  }
}

/* line 79, app/assets/stylesheets/multiplicity/application/_base.scss */
.wrapper-shared-links {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0;
}

/* line 83, app/assets/stylesheets/multiplicity/application/_base.scss */
.wrapper-shared-links a {
  color: #fff;
}

/* line 86, app/assets/stylesheets/multiplicity/application/_base.scss */
.wrapper-shared-links a:hover {
  text-decoration: underline;
}

/* line 92, app/assets/stylesheets/multiplicity/application/_base.scss */
.admin-remember-me,
.account-remember-me {
  text-align: left;
}

/* line 96, app/assets/stylesheets/multiplicity/application/_base.scss */
.admin-remember-me label,
.account-remember-me label {
  display: block;
  color: #fff;
}

/* line 102, app/assets/stylesheets/multiplicity/application/_base.scss */
.copyright {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
}

/* line 107, app/assets/stylesheets/multiplicity/application/_base.scss */
.copyright p,
.copyright a {
  color: #fff;
}

/* line 112, app/assets/stylesheets/multiplicity/application/_base.scss */
.copyright a {
  padding-left: 0.375rem;
}

/* line 117, app/assets/stylesheets/multiplicity/application/_base.scss */
.title {
  margin-bottom: 0;
  padding: 0.375rem 1.125rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #e2e2e2;
  color: #666;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
}

/* line 128, app/assets/stylesheets/multiplicity/application/_base.scss */
.title i {
  padding-right: 0.75rem;
}

/* line 131, app/assets/stylesheets/multiplicity/application/_base.scss */
.logo {
  width: auto;
  height: 3rem;
  margin-bottom: 1.5rem;
}

/* line 136, app/assets/stylesheets/multiplicity/application/_base.scss */
.logo img {
  width: auto;
  height: 100%;
}

/* line 141, app/assets/stylesheets/multiplicity/application/_base.scss */
#logo-container {
  width: 41vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 151, app/assets/stylesheets/multiplicity/application/_base.scss */
#logo-container .company-logo {
  width: auto;
  height: 120px;
  margin-bottom: 1.5rem;
}

/* line 156, app/assets/stylesheets/multiplicity/application/_base.scss */
#logo-container .company-logo img {
  width: auto;
  max-height: 100%;
}

/* line 8, app/assets/stylesheets/multiplicity/application/_forms.scss */
abbr {
  color: #d42a43;
}

/* line 10, app/assets/stylesheets/multiplicity/application/_forms.scss */
form {
  overflow: visible;
  padding: 0;
}

/* line 15, app/assets/stylesheets/multiplicity/application/_forms.scss */
label {
  display: none;
}

/* line 17, app/assets/stylesheets/multiplicity/application/_forms.scss */
fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 23, app/assets/stylesheets/multiplicity/application/_forms.scss */
fieldset label {
  display: none;
}

/* line 27, app/assets/stylesheets/multiplicity/application/_forms.scss */
fieldset i {
  position: absolute;
  top: 0.75rem;
  left: 1.125rem;
  color: #b3b3b3;
  opacity: 0.4;
}

/* line 36, app/assets/stylesheets/multiplicity/application/_forms.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0.75rem 3.375rem;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 2px #1B1733;
  background-color: #231c34;
  color: #fff;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 57, app/assets/stylesheets/multiplicity/application/_forms.scss */
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  opacity: 1;
}

/* line 63, app/assets/stylesheets/multiplicity/application/_forms.scss */
input[type=text]:-webkit-autofill, input[type=text]:-moz-autofill,
input[type=password]:-webkit-autofill,
input[type=password]:-moz-autofill,
input[type=email]:-webkit-autofill,
input[type=email]:-moz-autofill,
input[type=number]:-webkit-autofill,
input[type=number]:-moz-autofill,
input[type=url]:-webkit-autofill,
input[type=url]:-moz-autofill,
input[type=tel]:-webkit-autofill,
input[type=tel]:-moz-autofill,
textarea:-webkit-autofill,
textarea:-moz-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #fff;
}

/* line 69, app/assets/stylesheets/multiplicity/application/_forms.scss */
input.hidden[type=text],
input.hidden[type=password],
input.hidden[type=email],
input.hidden[type=number],
input.hidden[type=url],
input.hidden[type=tel],
textarea.hidden {
  display: none;
}

/* line 72, app/assets/stylesheets/multiplicity/application/_forms.scss */
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  float: left;
  display: block;
  margin-right: 2.8577346532%;
  width: 48.5711326734%;
  position: relative;
  vertical-align: top;
  height: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #c9c9c9;
  color: #666;
}

/* line 89, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
input[type=search]:last-child {
  margin-right: 0;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=search]::-webkit-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=search]::-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=search]:-moz-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 4, ../../shared/bundle/ruby/2.6.0/gems/bourbon-4.2.7/app/assets/stylesheets/css3/_placeholder.scss */
input[type=search]:-ms-input-placeholder {
  font-style: italic;
  color: #9a9a9a;
}

/* line 87, app/assets/stylesheets/multiplicity/application/_forms.scss */
select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3rem;
  padding: 0.75rem;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #c9c9c9;
  color: #b3b3b3;
}

@media screen and (min-width: 768px) {
  /* line 87, app/assets/stylesheets/multiplicity/application/_forms.scss */
  select {
    float: left;
    display: block;
    margin-right: 2.8577346532%;
    width: 82.8570442245%;
  }
  /* line 89, ../../shared/bundle/ruby/2.6.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
  select:last-child {
    margin-right: 0;
  }
}

/* line 102, app/assets/stylesheets/multiplicity/application/_forms.scss */
select:after {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: block;
  content: "▾";
}

/* line 111, app/assets/stylesheets/multiplicity/application/_forms.scss */
select:focus {
  outline: none;
  box-shadow: inset 0 0 1px 1px #00bcb4;
  color: #666;
  opacity: 1;
}

/* line 119, app/assets/stylesheets/multiplicity/application/_forms.scss */
.checkbox {
  background-color: transparent;
  color: #666;
}

/* line 123, app/assets/stylesheets/multiplicity/application/_forms.scss */
.checkbox input {
  margin-right: 0.375rem;
}

/* line 123, app/assets/stylesheets/multiplicity/application/_forms.scss */
.checkbox input:focus {
  outline: none;
}

/* line 128, app/assets/stylesheets/multiplicity/application/_forms.scss */
.hint {
  display: block;
  width: 100%;
  color: #9a9a9a;
  font-style: italic;
}
